PyC3D is a cross platform python library which is capable of reading .C3D files for Motion Capture with data classes for inspecting the data.
Continue ReadingPyBase
PyBase is a common Python module that I used to contain generic code which might be useful across tools and applications.
Continue ReadingBreaking out of the Code!
A brief look into the pdb module in python for debugging problematic production code.
Continue Reading