this looks neat
Tag: python
Ruby App Engine Hacks
at the end, a call for a common runtime:
What amazes me is how close Ruby 1.9 bytecode and Python 2.5 bytecode are. Some things translate almost directly. It is completely obvious that Koichi took his cues from Python. Storing argcount, nlocals, stacksize first. Marshalling bytecodes. Storing classes and methods as nested bytecode fragments. And, really, if that’s true (and I vouch that it is truly, truly true,) then how are Python and Ruby still on separate runtimes?
Python Docs Suck
I have noticed this too, and it makes Python libraries very tedious to use.
Review Board

a python code review ui. kinda similar to mondrian
Repoze
Want the maturity of Zope now with the flexibility of the WSGI future? Repoze integrates Zope technologies with WSGI and reusable Python middleware.
zope is coming out to play. very cool.
libsna
python-based social network analysis. LGPL
Google Mondrian
sweet. i look forward to using this 🙂
Code reviews can be initiated and completed from within the Mondrian interface. A developer requests a review from another user or a group of users to kick off the process. Each invited reviewer can add comments directly underneath a line of code or reference the entire file. You can request and diff the file against previous versions as well. It’s a pretty slick interface, lightly highlighting each line of code as you hover, and popping open a comment box in response to a double-click. Comments can be saved as a draft and shared at a later time.
google-mysql-tools
Various tools for managing, maintaining, and improving the performance of MySQL databases, originally written by Google.