Hacker News new | ask | show | jobs
by heyoni 2957 days ago
Would you say it's worth going through with a rudimentary knowledge of C or will I be wasting my time?
1 comments

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.