Page 1 of 1

What's a good Python book for beginners?

Posted: Thu Jan 20, 2022 10:12 am
by ankitdixit

Hello Everyone, I would like to start programming. About a month ago I bought a Python video course on Udemy 550 rupees. Unfortunately, after learning the basics, I was no longer able to follow the course. The "simple" things were explained too long and the "difficult" too little.

Now I'm working through the Python Online Tutorial. I'm also interested in a book. It should contain all the basics again and be easy to understand. It is important to me to learn the language cleanly from the ground up. I have checked on Amazon to buy a book with the help of this source but I am confused about which author book is good between Eric Matthes, David Beazely, and Mark Lutz.

In addition, I am interested in a subsequent book on machine learning with Python.

I am very happy about your suggestions.

Best regards


Re: Beginner Python book

Posted: Thu Jan 20, 2022 7:24 pm
by puppy_apprentice

Re: What's a good Python book for beginners?

Posted: Sat Jan 22, 2022 10:26 pm
by Shortstop

Automate The Boring Stuff by Al Sweigart is completely free on his site:
https://automatetheboringstuff.com/

Scroll down to 'Table of Contents' and you're set.

I recommend this because this is a good book to get you started to figure out some cool packages for related projects to literally make your life easier.

I've made a few webscrapers from these ideas, so its a cool book.

I'd say focus on the projects, put them up either on GitHub or your self-hosted Git repo, and keep making projects.

Projects are the key imo.


Re: What's a good Python book for beginners?

Posted: Sun Jan 23, 2022 12:01 am
by Clarity

Hello @ankitdixit

One Puppy member @wiak shared this last year.

Not knowing your current expertise, there is also this book

Hope this info is helpful.


Re: What's a good Python book for beginners?

Posted: Mon Mar 28, 2022 12:32 pm
by nataliaja

I recommend Firmbee's e-book: Python from Beginner to Advanced. Check it out here: https://dev.to/firmbeecom/python-for-begginers-2pfb


Re: What's a good Python book for beginners?

Posted: Tue Apr 19, 2022 12:06 am
by Mia_White

hey,
here are some best books for beginners
Python Crash Course.
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners.
Learning Python, 5th Edition
Head-First Python (2nd edition)
Elements of Programming Interviews in Python: The Insiders' Guide.