Best book to keep as reference for python

shivajikobardan

Junior Member
Joined
Nov 1, 2021
Messages
107
1) Basic python only no data science or machine learning or game development.
2) I have CS experience and some programming experience but I am really bad programmer, so you can discount my programming experience. But I can learn cs concepts on the go.
3) Contains lots of solved and unsolved exercises.
 
1) Basic python only no data science or machine learning or game development.
2) I have CS experience and some programming experience but I am really bad programmer, so you can discount my programming experience. But I can learn cs concepts on the go.
3) Contains lots of solved and unsolved exercises.
And what is your question?
 
Personally I like their online documentation, especially the tutorial (https://docs.python.org/3/tutorial/index.html).
I really like the fact that the language description is small and compact, but once you get started and move on onto some real projects you can find lots of useful things in the library, which is huge but pretty well organized (https://docs.python.org/3/library/index.html).
I never felt a need for a Python book.
P.S. And don't discount your programming experience -- it is all about getting you hands dirty :)
 
Top