Re: some n00b question

2006-08-11 Thread Omar
Gerard Flanagan wrote: > 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 r

Re: some n00b question

2006-08-11 Thread Gerard Flanagan
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 in

Re: some n00b question

2006-08-11 Thread Larry Bates
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

Re: some n00b question

2006-08-11 Thread Omar
John Salerno wrote: > Omar wrote: > > > 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? > > I recommend reading wxPython in Action. It's a great starter and > reference to the wxPython GUI toolkit. Tkinter is usua

Re: some n00b question

2006-08-11 Thread John Salerno
Omar wrote: > 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? I recommend reading wxPython in Action. It's a great starter and reference to the wxPython GUI toolkit. Tkinter is usually considered easier and simpl

some n00b question

2006-08-11 Thread Omar
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'