Contents contributed and discussions participated by reckoner reckoner
Parallel Python - Home - 0 views
Agile Testing: Running a Python script as a Windows service - 0 views
JPype - Java to Python integration - 0 views
geopy - Geocoding Toolbox for Python - 0 views
-
Description geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other sources of data, such as wikis. Development Status Under development since September 2006. Latest release: 0.93. License geopy is open source software released under the MIT license. Contact Questions, comments, and bug reports are welcome at exogen@gmail.com, the geopy mailing list, and on brian's blog.
PyReadline/Intro - IPython - 0 views
-
Install using binary installer Download installer from http://ipython.scipy.org/dist/pyreadline-1.3.win32.exe make sure no other readline is installed run installer The configuration file pyreadlineconfig.ini can be copied from Python24/lib/site-packages/pyreadline/configuration to your HOME directory (usually c:/documents and settings/YOURNAME). When using ipython pyreadline is automatically activated. If you want to use pyreadline from the interactive prompt of the python interpreter then you have to include the code in Python24/lib/site-packages/pyreadline/configuration/startup.py in your pythonstartup file or set the PYTHONSTARTUP environment variable to point to that file. Manual can be found in Python24/share/doc/pyreadline
Del.icio.us Python API - Michael G. Noll - 0 views
-
One of my recent research tasks required me to retrieve various information from del.icio.us, a well-known social bookmarking service. My programming language of choice is Python, and so I wrote a basic Python module for getting the data I needed.
Python groupby, the iterator swiss army knife - Program - Python - Builder AU - 0 views
-
Last week we looked at the itertools module and how its iterator based functions can be faster than doing things from scratch. One of the examples showed a function using itertools.takewhile to be much faster than one using itertools.groupby. Some feedback we got, asked, what then is the point of groupby if it's just a slower version of other functionality?
Integrating Python, C and C++ - 0 views
Louie - 0 views
-
Louie provides Python programmers with a straightforward way to dispatch signals between objects in a wide variety of contexts. It is based on PyDispatcher, which in turn was based on a highly-rated recipe in the Python Cookbook. Louie is licensed under The BSD License.
Debugger - 0 views
Norm Matloff's Quick Python Language Tutorials - 0 views
-
my Python threads programming tutorial
An Introduction to Tkinter - 1 views
« First
‹ Previous
61 - 80 of 311
Next ›
Last »
Showing 20▼ items per page