some n00b question

Larry Bates larry.bates at websafe.com
Fri Aug 11 11:27:51 EDT 2006


Omar wrote:
> I'm learning how to program python.  a few questions
> 
> a) I'm mostly interested in creating exe's that have to do with music
> -- things to help me keep track of chord progressions, transpositions,
> etc.  can anyone point me in the direction of resources on this?
> 
> b) I'm also interested in created GUI's sooner rather than later.  Can
> anyone point me to a fast track to doing GUI's on python?
> 
> thanks
> 
To create .exe's you will need to get py2exe:

http://www.py2exe.org/

I would add +1 to wxPython.  It takes a little while to get going,
IMHO it is the best Python GUI for Windows (it is also cross-
platform if that interests you).

-Larry



More information about the Python-list mailing list