A look into a Plugin based design pattern for Python for to allow for easy expansion of code simply by adding a python file.
Continue ReadingThe QPower of QProcess
Unleashing the power of QProcess for easier python parallelization of external processes
Continue ReadingC3D ToolKit C#
The C3D Toolkit is a C# project which is capabile 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 ReadingPainting on a Widget (repost from 2012)
Using PyQt to create a simple drawing interface on a widget
Continue Reading