- ADO Programming with Python Tutorial
- Charming Python (IBM developerWorks)
- Daily Python
- Dr. Dobb's Weekly Python
- G Dir: Python
- G: Python
- Jeremy Hylton's blog
- Microsoft Python script page
- PyAmazon
- PyChart
- PyClips - Python interface to CLIPS expert system engine
- Pygame
- PyODE
- Python 2.2 Quick Reference
- Python Wiki
- python.org
- SimPy: A Python-based simulation package
- The Lightflow Rendering Interface
- VPython: 3D programming in Python
PyODE
PyAmazon
PyClips - Python interface to CLIPS expert system engine
Pydot, a Python interface to Graphviz's Dot language
An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 1.10). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or ouput in any of the format's supported by the Graphvix tools dot, neato, twopi.
Trash Your Desktop
A good article on the background and founders of the Chandler project.
The Lightflow Rendering Interface
devices like indentation, rather than delimiters...
We will perhaps eventually be writing only small modules which are identified by name as they are used to build larger ones, so that devices like indentation, rather than delimiters, might become feasible for expressing local structure in the source language
- Donald E. Knuth,1974
CHARMING PYTHON: The SimPy Simulation Language
The stochastic behavior of real-world systems is often difficult to understand or predict. Sometimes it is possible rigorously to demonstrate statistical properties of systems--e.g. average, worst-case, and best-case performance features. But at other times situations like resource contentions, deadlocks, race conditions, and other pitfalls of concrete designs only become evident when you actually run (or simulate) a system. SimPy is a Python package that allows you very easily to create models of discrete event systems.


