Re: [Tutor] wanted exercises in python

2006-04-18 Thread Alan Gauld
> As I mentioned I have been reading Python a lot in last 2 months but > lack of examples and coding is not getting me anywhere. Can someone give > me some exercises or I can try them myself There are a few suggestions in the last topic of my tutor - Refernces etc... But the best place to find s

Re: [Tutor] wanted exercises in python

2006-04-18 Thread Andy
Well, these are from a Ruby group but I don't see any reason why you couldn't do them in Python. http://www.rubyquiz.com Look through their quiz's, might find something fun to try. -Andy "Be who you are and be that well." - Saint Francis de Sales On 4/18/06, Payal Rathod <[EMAIL PROTECTED]> w

Re: [Tutor] wanted exercises in python

2006-04-18 Thread Paul D. Eden
If you have some programming experience already in another language you may want to try the examples in http://www.diveintopython.org/toc/index.html Paul Payal Rathod wrote: > Hi, > As I mentioned I have been reading Python a lot in last 2 months but > lack of examples and coding is not gettin

[Tutor] wanted exercises in python

2006-04-18 Thread Payal Rathod
Hi, As I mentioned I have been reading Python a lot in last 2 months but lack of examples and coding is not getting me anywhere. Can someone give me some exercises or I can try them myself (pythonchallenge.com please excuse). I am reading Alan's tut now and covered Basis set and regex from adv