« earlier | later » Page 9 of 15
Includes a "greenlets" module that provides coroutines for Python without needing to modify the interpreter. We could build a CSP scheduler on top of this fairly easily (even using multiple threads).
to concurrency lightweight-concurrency python research software ... on 17 September 2008
python-safethread - Google Code edit / delete
CPython modified for better (i.e. no GIL) concurrency. The design rationale is interesting, although I think it's bonkers.
to concurrency python research software ... on 02 September 2008
What's New in Python 2.6 edit / delete
Two interesting things: the multiprocessing module which provides some new farming facilities, and the ast module which provides a Python parser that we could use to do static checking.
to compiler concurrency python research ... on 02 September 2008
Chris McCormick - News : /entries/RDC.html edit / delete
RDC in Python.
to algorithms collision-detection cosmos python research ... on 09 August 2008
Simple Gauss-Jordan elimination in Python edit / delete
Better than my rref.py.
Index of /~eppstein/PADS edit / delete
Python Algorithms and Data Structures. Includes a rather neat implementation of Knuth's paragraph-wrapping algorithm; I should really get around to finishing off my text rendering thing at some point...
to python software typography ... on 04 March 2008
Data mining toolkit with Python interface. What's interesting is that it's got a reasonably decent-looking graph editor; we might be able to reuse it.
to cosmos graph python research software ... on 14 February 2008
JMB's Python CSP framework.
to concurrency csp python research software ... on 20 December 2007
Tutorial for Django. Talks about configuring it for FastCGI, which is what we'll want to do on malt.
PyWeek - Python Game Programming Challenge edit / delete
Lots of little games written in Python. Useful as programming examples, but there are some pretty inventive (and entertaining) games there too.
to games programming python ... on 30 September 2006
« earlier | later » Page 9 of 15
tasty by Adam Sampson.