Python

The Python Tourist

Over at boodebr.org, there's a new series called "The Python Tourist". It's meant to be a series that highlights programming pitfalls in Python and from the first installment, "Passing Mutable Objects as Default Args", it looks...
GtDProductivityPython

PyGTD

PyGTD, by Keith Martin, is an interesting little Python command-line program for GTD. You input your projects, tasks, and contexts into some specially formatted files and run this program and it spits out a todo.txt file which is...
ProgrammingPython

PyDev tutorial

Want an editor for Python that has a little more horsepower than IDLE? Do you want to edit Python code using the Eclipse IDE? You may want to try PyDev. PyDev is a plugin that enables users to use Eclipse for Python and Jython...