Re: [Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread Richard D. Moores
On Sun, Jul 4, 2010 at 07:39, Zubin Mithra wrote: > The Python tutorial for both 2.x and 3.0 is really good. > Python 2.x - http://docs.python.org/tutorial/ > Python 3.0 - http://docs.python.org/release/3.0.1/tutorial/ The 3.0 link is broken. Try Dick Moo

Re: [Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread Hugo Arts
CC'd to tutor for completeness On Sun, Jul 4, 2010 at 3:58 PM, John Palmer wrote: > yep i'm using version 2.6.5. > > Would you recommend using the newer version? as on the python website it > seems to imply that the different versions have different uses and if in > doubt you should use version 2

Re: [Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread Zubin Mithra
On Sun, Jul 4, 2010 at 7:02 PM, Hugo Arts wrote: > On Sun, Jul 4, 2010 at 3:20 PM, John Palmer > wrote: > > Hi > > > > I've just decided to try an learn python but i'm already stuck on one of > the > > first exercises, i've given the link below: > > > > http://en.wikibooks.org/wiki/Python_Progra

Re: [Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread Hugo Arts
On Sun, Jul 4, 2010 at 3:20 PM, John Palmer wrote: > Hi > > I've just decided to try an learn python but i'm already stuck on one of the > first exercises, i've given the link below: > > http://en.wikibooks.org/wiki/Python_Programming/Creating_Python_programs > > The exercise that i'm stuck on is

[Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread John Palmer
Hi I've just decided to try an learn python but i'm already stuck on one of the first exercises, i've given the link below: http://en.wikibooks.org/wiki/Python_Programming/Creating_Python_programs The exercise that i'm stuck on is number three: I've looked at the solution but it appears not to