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 -- http://mail.python.org/mailman/listinfo/python-list