Python Forum
Python Programming book - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Python Programming book (/thread-21794.html)



Python Programming book - khouzamm - Oct-14-2019

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.


RE: Python Programming book - Larz60+ - Oct-15-2019

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-3-standard-library-by-example/

Almost forgot to mention his blog PYMOTW Python Module of the week: https://pymotw.com/3/


RE: Python Programming book - Aurthor_King_of_the_Brittons - Oct-16-2019

Check out this thread. It has tons of books, new and old.

Python books


RE: Python Programming book - khouzamm - Oct-17-2019

thank you guys