-
A simple unix/linux daemon in Python - Lone Wolves - Web, game, and open source development
(1 year, 5 months ago) -
-
Graham Dumpleton: Load spikes and excessive memory usage in mod_python.
(1 year, 5 months ago) -
-
Measuring Single and Multi Server Performance @ Irrational Exuberance
(1 year, 6 months ago) -
-
Why I like pip
(1 year, 8 months ago) -
-
Joe Gregorio | BitWorking | Bloom Filter Resources
(1 year, 10 months ago) -
-
Python packaging ecosystem
(1 year, 11 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
(2 years 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
(2 years, 1 month ago) -
-
Software Ramblings » Blog Archive » Multi-thread scaling issues with Python and Ruby
(2 years, 1 month ago) -
-
Python best practices
(2 years, 1 month ago) -
-
The python logging module is much better than print statements
(2 years, 2 months ago) -
-
LinkMingle.com » List of Free Online Python Books
(2 years, 2 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 (2 years, 3 months ago) -
-
Empty Thoughts: GitPython
(2 years, 3 months ago)GitPython is a python library used to interact with Git repositories, by Michael Trier. -
-
SQS Clone
(2 years, 4 months ago) -
-
Generator Tricks for Systems Programmers
(2 years, 4 months ago) -
-
mozdev.org - pyxpcomext: index
(2 years, 4 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
(2 years, 5 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
(2 years, 5 months ago) -
-
Ian Bicking: a blog :: Python HTML Parser Performance
(2 years, 5 months ago) -
-
How-To Guide for Descriptors
(2 years, 5 months ago) -
-
Anatomy of a Python C Module
(2 years, 5 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
(2 years, 5 months ago) -
-
python-jabberbot: A simple Jabber Bot for Python (thpinfo.com)
(2 years, 5 months ago) -
-
PythonSpeed/PerformanceTips - PythonInfo Wiki
(2 years, 6 months ago)Python performance tips -
-
Parallel Python
(2 years, 6 months 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, 6 months ago)Shapely is a package for manipulation and analysis of 2D geospatial geometries. -
-
Werkzeug
(2 years, 6 months ago) -
-
Essential Python Reading List
Saved by 1 other person (2 years, 7 months ago) -
-
daemon.py
(2 years, 7 months ago)Neat little Python module for daemonizing a process; handles logging and pid files out of the box. -
