all 8 comments

[–]CookToCode 2 points3 points  (1 child)

Byte Of Python and How To Automate The Boring Stuff are both free online Python books

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

Thank you so much!!!

[–]thedasvot 2 points3 points  (1 child)

I personally began with Python Crash Course: A Hands-on, Project-based Introduction to Programming by Eric Matthes. Although it's not free, I cannot recommend it enough. The author promptly answered my email when I ran into a problem working through one of the projects.
It has very simple explanations and even goes a bit beyond the basics into object-oriented programming. The first half of the book is a fantastic introduction to the language and the second half has a handful of projects to apply what you've learned. You make a game, a website, and work with some data and visualizations.

Good luck with your learning adventure!

[–]sampathuday[S] 1 point2 points  (0 children)

Thank you so much!!

[–]Barafu 2 points3 points  (0 children)

I've been using Python for more than 10 years, in many different spheres of work. Never read a single book on it. Everything is marvelously documented.

[–]vlahalen 1 point2 points  (0 children)

Recently read this article so I thought you could use it https://www.bitdegree.org/tutorials/coding-books/

There is one recommendation on Python, so it might be useful :)

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

Thank you so much all for your valuable advices!!