Hacker News new | ask | show | jobs
by id_rsa 2953 days 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.
1 comments

Would you say it's worth going through with a rudimentary knowledge of C or will I be wasting my time?
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.