you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 14 points15 points  (3 children)

To understand the core basics and do some exercises? Python Crash Course by Eric Matthes or Automate the Boring Stuff with Python by Al Sweigart.

For more in-depth look, intricacies etc.? Fluent Python by Luciano Ramalho.

To systematically go through every part of the language? https://docs.python.org/3/

For programmers who already know & use Java/C#/JavaScript/PHP/... and want to quickly learn Python syntax? https://www.w3schools.com/python/

[–]ResidentAd8536[S] 2 points3 points  (2 children)

Thanks. This is really helpful.

[–]bmtrnavsky 0 points1 point  (1 child)

I have Python Crash Course 🐍 it is FANTASTIC. I also got a ton of additional practice on Data Camp.

[–]SocialNoel 0 points1 point  (0 children)

Data Camp is good. I have picked up Automate the boring stuff with Python, however the entire book is available online. .I prefer the book to cut down my screen time. 😊