> Best Source of Learning Python?

Best Source of Learning Python?

Posted at: 2014-12-18 
Well, I want good links for prepare myself and please suggest me best text books for python and online classes or moocs related to python. Thank you

I don't know if these are the best sources for learning Python but you can check out these links:

http://www.greenteapress.com/thinkpython...

http://docs.python.org/2/tutorial/index....

http://www.tutorialspoint.com/python/

http://learnpythonthehardway.org/book/

The best two books on Python I've read are Wesley Chun's "Core Python Progamming" and Magnus Lie Hetland's Practical Python. Chun's book has been upddated twice since my copy, following changes to Python, and covers both Python 2 and Python 3 coding.

Hetland's book has been updated and retitled "Beginning Python" and is in its 2nd edition since my copy of "Practical Python".

EddieJ's list is pretty good for online books/tutorials. No matter what you choose to try first, take a look at the introduction to "Learn Python the Hard Way" in his 4th link. Zed Shaw points out some practical ideas about how to learn a new programming language that I had to learn "the hard way".

check out this site https://class.coursera.org/programming2-...

Well, I want good links for prepare myself and please suggest me best text books for python and online classes or moocs related to python. Thank you