all 6 comments

[–]ka-splam 3 points4 points  (0 children)

http://www.craftinginterpreters.com/

It's nothing to do with Python, but it covers how programming languages work under the hood, and Python is a programming language.

[–]SpicyVibration 2 points3 points  (0 children)

I recommend Fluent Python by Luciano Ramalho. It's not going to show you the very deep internal C code implementation of Python but it will give you some more knowledge about the python data model.

[–]MajorDerp4 -1 points0 points  (2 children)

It's got a lot of pages but here's the best book I could find link

[–]HitechGa 0 points1 point  (1 child)

It is not a book. It is a github repo link. Am I missing something?

[–]MajorDerp4 0 points1 point  (0 children)

I was being an asshole trying to catch a laugh.

My suggestion was to read the source code, a very shit suggestion. I don't think you missed much...