top | item 17114644

(no title)

id_rsa | 7 years ago

I'm a Python developer who wanted to learn more about the CPython internals. I watched these videos a couple months ago and found them helpful.

discuss

order

heyoni|7 years ago

Would you say it's worth going through with a rudimentary knowledge of C or will I be wasting my time?

id_rsa|7 years ago

I think it's worth it. I have a rudimentary understanding of C, but I still gained from it. The first few videos are about the project structure and the main Python loop. You get to disassemble some Python code into bytecode and see what's really going on. Don't let the lack of C expertise stop you.