2 ответов
+ 3
Stanislav Vladev
Why not use C/C++?
+ 1
No, python is a virtual machine and python program doesn't have direct access to hardware resources. It makes python a cross platform tool when we have to port only machine to a new platform, but all programs work out of the box.
You can write your own native module for python on C or C++ that will perform required operations for you, but it is your responsibility to compile and install it for all required platforms.