DEV Community

Discussion on: What would you want the most in Python 4?

Collapse
 
pykashchain profile image
Pykash

fastest as java.

Collapse
 
sonnk profile image
Nguyen Kim Son

To speed up Python, Cython can be a good option as we can mix C and Python code. We used to call 3D C++ functions from Python with Cython and the performance is on par with pure C++.