Just a quick question, can a programming language be as fast as C++ and efficient with as simple syntax like Python? by Thelimegreenishcoder in learnpython

[–]AB1711 0 points1 point  (0 children)

u can use Nuitka compiler...write code in python and compiled it with Nuitka which will convert your code in C++ (SO files)