|
|
|
|
|
by abiro
1608 days ago
|
|
Once you start hitting Python’s limits, understanding how the interpreter works (which is implemented in C) will be of great help. You could take weeks 1-5 of CS50 [1] to learn enough C to get by. The course continues from week 6 with Python so it’s the perfect intro. [1] https://cs50.harvard.edu/x/2022/weeks/ |
|