Group items matching
in title, tags, annotations or urlVim Python development | Peter's Blog - 0 views
-
mdb/
Eight tips to start with Python " Carpet Python - 1 views
PyChecker: a python source code checking tool - 0 views
-
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
Index of /~matloff/Python - 0 views
Introduction To New-Style Classes in Python - 0 views
-
Here's what new-style classes have to offer: Properties: Attributes that are defined by get/set methods Static methods and class methods The new __getattribute__ hook, which, unlike __getattr__, is called for every attribute access, not just when the attribute can't be found in the instance Descriptors: A protocol to define the behavior of attribute access through objects Overriding the constructor __new__ Metaclasses (not discussed)
PyGPU - Python for the GPU - 1 views
Python and HTML Processing - 0 views
-
Various Web surfing tasks that I regularly perform could be made much easier, and less tedious, if I could only use Python to fetch the HTML pages and to process them, yielding the information I really need. In this document I attempt to describe HTML processing in Python using readily available tools and libraries.
taglist.vim - Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) : vim online - 0 views
-
The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages. You can visit the taglist plugin home page for more information
PyX - Python graphics package - 0 views
Parallel Python - Home - 0 views
ASPN : Python Cookbook : SendKeys from the Windows Script Host (WSH) COM - 0 views
-
import win32api import win32com.client shell = win32com.client.Dispatch("WScript.Shell") shell.Run("calc") win32api.Sleep(100) shell.AppActivate("Calculator") win32api.Sleep(100) shell.SendKeys("1{+}") win32api.Sleep(500) shell.SendKeys("2") win32api.Sleep(500) shell.SendKeys("~") # ~ is the same as {ENTER} win32api.Sleep(500) shell.SendKeys("*3") win32api.Sleep(500) shell.SendKeys("~") win32api.Sleep(2500)
Tutorial - py2exe.org - 0 views
The Eric Python IDE - 0 views
-
Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. Current stable version is eric4 based on Qt4. For Qt3 based systems eric3 is still available.
« First
‹ Previous
181 - 200 of 247
Next ›
Last »
Showing 20▼ items per page