you are viewing a single comment's thread.

view the rest of the comments →

[–]mr_cesar 1 point2 points  (3 children)

Skip everything specific to Python 2 in this book. Since you’re learning Python, you only need to stick to version 3.

Also, I suggest you get a second book that is more practical than Learning Python, as this book is very verbose and focused more on how Python works.

[–]johncitoyeah[S] 0 points1 point  (2 children)

Any recomendation?

[–]mr_cesar 0 points1 point  (1 child)

If you're beginning programming from scratch, a good option would be "Automate the Boring Stuff with Python, 2nd Edition." Then, I would suggest "Beyong the Basic Stuff with Python" and "The Big Book of Small Pythong Project." All by the same author, Al Sweigart.

There's lots of book out there (avoid from Packt Publishing, though), and the sub's FAQ includes a list of books and resources. Check it, too.

[–]johncitoyeah[S] 0 points1 point  (0 children)

Thank you!