Python is written with C if that's any consolation. I was very surprised to discover in benchmark how python finishes way, way back. Python is one of the slowest languages for number-crunching. Look at the link. People complain about java being slow, when java holds its own against C++ and certainly C#.
Google compare C with Python.
The thing about C is the linking. The order of how you link libraries can be a factor in making a successful executable file. Some time can pass and changes need to be made... and there won't be no record of the command-line instruction that compiled the executable.
Python is like javascript. You have a text-based file and that's all.
Google compare C with Python.
The thing about C is the linking. The order of how you link libraries can be a factor in making a successful executable file. Some time can pass and changes need to be made... and there won't be no record of the command-line instruction that compiled the executable.
Python is like javascript. You have a text-based file and that's all.