Live data from Hacker News

Ask HN:What are the best online resources to learn Python?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN:What are the best online resources to learn Python?

#13

Two 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…

Thanks @dreamweapon. I like the hands on approach.

Re: Ask HN:What are the best online resources to learn Python?

#15
post #6

Tutorial on python.org is by far the best If you are looking to start from the very basics, http://www.tutorialspoint.com/python/index.htm explains with very easy examples

@patriksaha thanks for sharing this with me

Cheers
Post reply on HN