Wednesday, October 16, 2013

trading with python

http://www.tradingwithpython.com/
looks like it might be interesting. found it via his blog; he also has a for-pay instructional course.

Tuesday, October 15, 2013

Wednesday, September 25, 2013

tox

http://testrun.org/tox/latest/
generic virtualenv management and test command line tool.

used by coverage.py, looks pretty interesting for testing against multiple versions and environments.

Thursday, September 5, 2013

scm-latexdiff

http://www.numbertheory.nl/2012/02/09/scm-latexdiff-a-python-script-to-calculate-diffs-for-tex-files-in-git-or-mercurial-repositories/

works for git and hg repositories.

inspect-shell

https://github.com/amoffat/Inspect-Shell

looks like a pretty cool way to open a manhole into a running python script. it is not a debugger and it doesn't lock or interrupt. allows you to call functions, inspect or (dangerously) modify globals, etc.