Python Forum

Full Version: Python Programming book
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used to study python some years ago but I want to study it serious now.
I need help to find a book to study. I want something that gives a general view on the most important python subjects. I would like solved exercises and exercises in general to practice. I am aware there are excellent online courses but I work better with a book, that I can go on my on pace. If you guys have any suggestions I would appreciate a lot.
Thank you for your time.
It's not a tutorial per se, but most complete coverage of the standard library with lots of examples:
Doug Hellmann's book 'Python 3 Standard Library' : https://doughellmann.com/blog/the-python...y-example/

Almost forgot to mention his blog PYMOTW Python Module of the week: https://pymotw.com/3/
Check out this thread. It has tons of books, new and old.

Python books
thank you guys