On 07/08/2014 11:51 AM, Ni Hung wrote:
> What should I do next to advance my knowledge of python? Should I study/use libraries/modules? Which ones? Any other suggestions?
>
> Thanks and Regards
> Nii

Oops, replied to sender and not to the list ...

Sounds like you are ready to start solving real problems. Pick something that interests you and dig in. If you don't have any pressing problems to solve then look for the myriad of problems sites to get some training problems. Here are a few of my favorites:

1. pythonchallenge.com (good fun)
2. checkio.org (my current favorite)
3. projecteuler.net (good if you are interested in math oriented puzzles)
4. https://github.com/karan/Projects/ (long list of puzzles to solve)
5. https://github.com/gregmalcolm/python_koans/wiki - You are probably passed this but I like koans for some easy fun and to keep sharp when I have had an interruption in learning 6. http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/ - there is a github repo for solutions for these as well

There are many such puzzle collections out there, these are just the ones with which I have experience.

thomas
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to