« earlier | later » Page 8 of 15
Chris's Wiki :: blog/python/IdealDWikiCrypto edit / delete
Using HMAC for web auth. I should fix tasty to do this at some point.
to crypto programming python security web ... on 27 January 2010
waf - Project Hosting on Google Code edit / delete
An automake replacement that actually appears to work sanely. This is basically SCons done right.
unladen-swallow - Google Code edit / delete
Python on LLVM.
LEPL - A Parser Library for Python 3 (and 2.6) — LEPL v2.0.2 documentation edit / delete
Parsec for Python, basically.
Patterns in Python edit / delete
Some simple Python patterns, including a good overview of the dispatch-on-method-name pattern. I found this while looking for a reference for students to use.
to patterns programming python ... on 26 February 2009
shedskin - Google Code edit / delete
Hm; thought I'd bookmarked this before... Anyway, it's a Python-to-C++ compiler that does type inference. I'd like to look at adding concurrency support to this, so we could do PyCSP-like stuff with reasonable performance.
Some uninteresting web development stuff -- but part of this is a Python-to-Javascript compiler, which is interesting.
to compiler javascript python software ... on 04 February 2009
Jinja Template Engine edit / delete
Fancy templating system for Python. This'd be worth hooking into rawdog, since it's quite a bit more powerful than the Vellum system (it's more or less at m25's level).
to python rawdog software templating ... on 28 December 2008
An outlining (i.e. folding-ish) editor written in Python and Tk.
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
« earlier | later » Page 8 of 15
tasty by Adam Sampson.