http://interactivepython.org/runestone/static/thinkcspy/inde...
Ask HN:What are the best online resources to learn Python?
11–17 of 17 posts
Re: Ask HN:What are the best online resources to learn Python?
#12Learn by example with Real Python - http://realpython.com (I am the co-founder)
Re: Ask HN:What are the best online resources to learn Python?
#13Two words: "Python Koans". Basically, these are coding exercises (floating about in various forked versions) that do a pretty good job at testing your working knowledge of core syntax (much better than staring at online tutorials, anyway). Including, importantly, a lot of the fussy stuff you don't think you need to be familiar with, but actually, you do (and would probably neglect entirely if you tried to sharpen you…
Re: Ask HN:What are the best online resources to learn Python?
#14How to Think Like a Computer Scientist Learning with Python: Interactive Edition 2.0 http://interactivepython.org/runestone/static/thinkcspy/inde...
Re: Ask HN:What are the best online resources to learn Python?
#15Re: Ask HN:What are the best online resources to learn Python?
#16http://codecondo.com/10-ways-to-learn-python/
the absolute essential starting point for any want-to-be developer.