|
|
|
|
|
by stefanpie
3072 days ago
|
|
Python also gives you the advantage to write faster code in C for smaller more computationally intensive parts of the code and use the C code with python. This allows you to dip into low level languages like you stated but also keep all the main functionality in python. |
|