Python Learning Resources
Cluster focuses on recommendations for books, tutorials, and online resources to learn Python, especially for beginners, with 'Learn Python the Hard Way' being the most frequently suggested.
Activity Over Time
Top Contributors
Keywords
Sample Comments
How about "Learn Python the Hard Way"?
Go grab "Learn Python the Hard Way" [1][1]: https://learnpythonthehardway.org/
Book recommendation: http://learnpythonthehardway.org/
Read "How to Think Like a Computer Scientist", at least the first chapters and see if it works for you:http://openbookproject.net/thinkcs/python/english3e/Good luck with your learning.
Not a book, but you might like my site https://www.inspiredpython.com/
I like "A Byte of Python"http://www.ibiblio.org/swaroopch/byteofpython/read/
Cool. I'd suggest you start here: http://learnpythonthehardway.org/book/
I am in the same position and have the same question. Have you tried following Learn Python the Hard Way or reading "Think Python: How to Think Like a Computer Scientist"? Those are to very good resources for learning Python. I would also recommend you try reading up on data structures and algorithms. What's your programming background? Do you know any other programming languages?
If you decide to learn Python, I'd suggest going through the Learn Python the Hard Way book. It's excellent.
What Python book do you recommend for someone who wants to start learning the language? Thanks.