Python Utilities
While teaching python at RMIT, I have developed some python utilities:
- VetText - a Python program to eliminate non ascii characters.
Many powerpoint python examples contain characters that will not fit with the standard
python character set and this program will replace them.
- PlotExpr - a Python program to plot maths expressions. Still under development.