|
|
|
|
|
by bobbylarrybobby
1544 days ago
|
|
You're thinking of CPython, the standard implementation of Python. Cython is a (barely) separate language that looks a lot like Python but gets compiled to something like C. When you need performance, you can drop down from (C)Python into Cython |
|