My Projects

These are open source projects that I’m involved in.

Developer

  • MediaLocker – a wxPython Application for managing your personal media

Documentation

  • wxPython via their wiki and my blog
  • MplayerCtrl – embed the cross-platform Mplayer in wxPython

6 thoughts on “My Projects”

  1. Hi, this is really an awesome python blog that I have came across surfing the net!

    Examples are clear, neat, concise, easy to understand and read.

    Keep up the good work!

  2. A man by the name of Nick Driscoll sent me your way. I am a Software Engineer at Iowa State University, and this blog has taken my python abilities to their height. Thank you!

  3. The easiest way to make sure you’re doing things right is to write the code without the GUI first. Then when you have a script that works, put that in the button handler.

  4. I need to checkout svn using python script.I use python 2.7 and i wrote
    svn checkout svn://localhost/dev/main “C:UsersDocuments. It is showing syntax error. I could checkout creating batch file and running it on command line. Please help me out.

Leave a Reply