Socket Programming Tutorial - 0 views
Large axis labels/positioning the axes - 0 views
manipulating taskbar applications w/o mouse? - 0 views
-
The taskbar module is really experimental - and I think this is one of the first questions about it :) tb.RunningApplication.Button(i).Click() - doesn't use ClickInput()
pyWinAuto: Index of pywinauto.controls module - 0 views
Python for Scientists - 0 views
Amazon.com: The Definitive Guide to Django: Web Development Done Right: Adrian Holovaty... - 0 views
-
The Definitive Guide to Django: Web Development Done Right (Paperback)
tinypy :: home - 0 views
-
tinypy is a minimalist implementation of python in 64k of code
trentm.com » projects » cmdln.py - 0 views
Notes on using Vim with Python - 0 views
-
aracter instead of spaces because it makes it easier when pressing BACKSPACE or DELETE, since if the indent is using spaces it will take 4 keystrokes to delete the indent. Using this setting, however, makes VIM see multiple space characters as tabstops, and so does the right thing and will delete four spaces (assuming 4 is your setting).
py vs pyc - 0 views
-
When running "python test.py" the interpreter will first precompile the test.py source file, and then execute it. When running "python test.pyc", the interpreter will go straight to the execution of the script.
SWIG problems with gcc and Cygwin? - 0 views
-
try $ gcc -I/usr/include/python2.4 -L/lib/python2.4/config --shared example.c example_wrap.c -lpython2.4 -o _example.dll
The Queue module - 0 views
SwigWiki: SwigFaqDLLUsingCygwin - 0 views
Python Package Index : Contextual 0.7a1.dev - 0 views
-
Replace globals with context-safe variables and services
PyLinda: PyLinda - Distributed Computing Made Easy - 0 views
-
Linda is an widely studied distributed computing environment, centered around the notion of a tuple space. A tuple space is a bag (also called a multi-set) of tuples. A tuple is an ordered, typed chunk of data. Tuple spaces exist independently of processes in the system, and the data placed into a tuple space also exist independently. See "Generative communication in Linda" (1985) and "Multiple tuple spaces in Linda" both by David Gelernter for more information on Linda.
Global Variables + Threads - 0 views
spitfire - Google Code - 0 views
« First
‹ Previous
161 - 180 of 540
Next ›
Last »
Showing 20▼ items per page