Various Python links go here
The Python 411 Guy's list of 300+ tutorials on Python
Iterators and Generators in Python
Learning Python Blog (includes: Creating A Gui Using Python+wxWidgets+wxPython)
My instructions for creating a new Python package and putting it on PyPi
Clever Python Recipes
Easily handle command arguments in Python (call main vs run tests for example
Parse command line options from docstrings!!!
Neat Python Modules
PySerial: Serial Port via Python (then there's a thread on using it with OS X on the PythonMac mailing list)
The decorator module for making life with decorators easier!