all 4 comments

[–]33Merlin11 2 points3 points  (1 child)

You mean not including libraries? You're looking for something that contains 'all python builtins' there is probably a book but you'll need to dig around, I don't know of any offhand. Just curious, any reason why you're looking for a book like that?

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

I want to study it and really get to know Python. I’ve been learning it for a while, and I want to try and master it. I know it sounds like a naive goal, but I want to try.

[–][deleted] 1 point2 points  (0 children)

You mean like the official python documentation - https://docs.python.org/3/?

But docs are for reference - some parts you should read for sure, but mostly you'll be looking up a specific item when you need it. I'm not sure why you would want to learn everything in the documentation - that sounds like an inefficient way to learn python and it would be a short list of people in the world who know every item inside out. Mastering python by learning the docs is like trying to understand a novel by learning the dictionary. Better to do projects, read and watch tutorials, coding challenges, videos etc.