-
A simple unix/linux daemon in Python - Lone Wolves - Web, game, and open source development
(11 months, 2 weeks ago) -
-
Why I like pip
(1 year, 2 months ago) -
-
Joe Gregorio | BitWorking | Bloom Filter Resources
(1 year, 4 months ago) -
-
Python packaging ecosystem
(1 year, 5 months ago)The distinction between setuptools, PyPI, distutils, eggs, easy_install, pkg_resources and zc.buildout used to make my head spin. Kevin Teague’s outstanding explanation made it all make sense. -
-
What’s New in Python 2.6 — Python v2.6b3 documentation
(1 year, 6 months ago)This article explains the new features in Python 2.6. The release schedule is described in PEP 361; currently the final release is scheduled for October 1 2008. -
-
Spawning + Django - Eric Florenzano's Website
(1 year, 7 months ago) -
-
Software Ramblings » Blog Archive » Multi-thread scaling issues with Python and Ruby
(1 year, 7 months ago) -
-
Python best practices
(1 year, 8 months ago) -
-
The python logging module is much better than print statements
(1 year, 8 months ago) -
-
LinkMingle.com » List of Free Online Python Books
(1 year, 8 months ago)A very good collection legal and free online books and documentation. -
-
Using Amazon S3 with Django | patrickbeeson.com
Saved by 1 other person (1 year, 10 months ago) -
-
Empty Thoughts: GitPython
(1 year, 10 months ago)GitPython is a python library used to interact with Git repositories, by Michael Trier. -
-
SQS Clone
(1 year, 10 months ago) -
-
Generator Tricks for Systems Programmers
(1 year, 10 months ago) -
-
mozdev.org - pyxpcomext: index
(1 year, 10 months ago)This project provides PyXPCOM bindings that enables Python to be used inside of Mozilla applications. The Python bindings are wrapped up in an extension (XPI file) so that users can easily install PyXPCOM just like any other Mozilla/Firefox extension. -
-
Python processing
(1 year, 11 months ago)processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. It runs on both Unix and Windows. -
-
JabberLogBot « LuisRei.com
(1 year, 11 months ago) -
-
Ian Bicking: a blog :: Python HTML Parser Performance
(1 year, 11 months ago) -
-
How-To Guide for Descriptors
(1 year, 11 months ago) -
-
Anatomy of a Python C Module
(1 year, 11 months ago)Writing Python modules in C is relatively easy. The main reason to do so is to increase performance over using Python code. I will demonstrate how to implement a Fibonacci Python function in C. -
-
DebuggingTechniques - modwsgi - Google Code
(1 year, 12 months ago) -
-
PythonSpeed/PerformanceTips - PythonInfo Wiki
(2 years ago)Python performance tips -
-
Parallel Python
(2 years ago)PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). -
-
Shapely - PCL - Trac
(2 years ago)Shapely is a package for manipulation and analysis of 2D geospatial geometries. -
-
Werkzeug
(2 years, 1 month ago) -
-
Essential Python Reading List
Saved by 1 other person (2 years, 1 month ago) -
-
daemon.py
(2 years, 2 months ago)Neat little Python module for daemonizing a process; handles logging and pid files out of the box. -
