I am teaching a colleague Python and I think he should do some exercises.
Is there any online available other than python challenge? I feel that python challenge is puzzles, not exercises.
I am teaching a colleague Python and I think he should do some exercises.
Is there any online available other than python challenge? I feel that python challenge is puzzles, not exercises.
There is now also Google's Python Class, which includes lots of exercise.
Those are courses taught at my University that use Python. I've used those assignments to demo/teach python to colleagues before
Probably not what you are looking for, but I recommend the O'Reilly School of Technology Beginning Python course. This appears to be the first of four such courses, and though it is commercial, it's been good for me -- I've been using Python in anger for about two years, but have very little formal background programming. This has been an excellent program that forces me to explore and become familiar with lots of parts of Python I was unaware of, and improving my coding ability and knowledge as well.