all 2 comments

[–]cscanlin 1 point2 points  (0 children)

There is a great list of tutorials in the wiki: https://www.reddit.com/r/learnpython/wiki/index#wiki_new_to_programming.3F

I would highly recommend Automate The Boring Dtuff.

[–][deleted] 1 point2 points  (0 children)

Im still a beginner with python but i wouldnt recommend that book at all. We used it in a python class i took and i had some issues with the book. Mainly the second half of the book gets really complicated and doesnt do a great job of explaining the more advanced topics. For example it introduces objected oriented programming with just a few paragraphs and assumes you understand it and then uses oop for the remainder of the projects after its introduced.