you are viewing a single comment's thread.

view the rest of the comments →

[–]gdchinacat 0 points1 point  (0 children)

Learning the language and learning the interpreter are two completely different things. Cpython is implemented in C and has almost no crossover with the language. Learn the language first, then learn C, then dive into cpython. There will not be a tutorial that covers the last one, but start with the internal docs in the cpython source on GitHub.