http://www.tradingwithpython.com/
looks like it might be interesting. found it via his blog; he also has a for-pay instructional course.
Wednesday, October 16, 2013
Tuesday, October 15, 2013
git and python
http://stackoverflow.com/questions/1456269/python-git-module-experiences/1479669#1479669
useful discussion on the various ways to access and control git from python
useful discussion on the various ways to access and control git from python
Friday, October 11, 2013
latex, diff, and git
http://tex.stackexchange.com/questions/1325/using-latexdiff-with-git
nice discussion and links
nice discussion and links
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.
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.
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.
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.
Subscribe to:
Posts (Atom)