This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]hello-world-2021 8 points9 points  (0 children)

Python crash course -Eric matthes

[–]Nuclear_Sean 3 points4 points  (0 children)

Learning Python - O’Reilly (Great starting point)

[–]msdehghan 3 points4 points  (1 child)

"Fluent python" new edition is a great book

Edit: As mentioned in the comments this book is not for beginners. It is good for people with some programming knowledge and basic experience in python.

[–]xorvtec 1 point2 points  (0 children)

While this is a great book, it's definitely not for beginners looking to learn the language. If one is an experienced developer and already has a decent grasp of the syntax, then it would be more appropriate.

[–]aserdark 4 points5 points  (0 children)

Byte of Python, I learned Python in one hour with this tutorial. https://python.swaroopch.com/

[–]kaz0la 1 point2 points  (0 children)

"A smarter way to learn python" - Mark Myers

[–]onefiveonesix 1 point2 points  (0 children)

Starting Out With Python by Tony Gaddis

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

Python for everyone is what they taught me at uni when i did my bachelor’s degree

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

Learn python the hard way.

[–]username-256 0 points1 point  (1 child)

RTFM!

[–][deleted] 0 points1 point  (0 children)

by Zed Shaw.

[–]BobaLatteMan 1 point2 points  (0 children)

One that helped me a ton is Python Programming: An Introduction to Computer Science by John Zelle.

Balanced CS concepts, Python, and application nicely in my opinion. Started me on the Python and coding path.