DEV Community

Discussion on: Python vs C

Collapse
 
danidavid profile image
danidavid

Didn't you compile the code through compile library? That makes a .pyc extension file that's is more faster than runtime interpreted python source code.

Collapse
 
0xjepsen profile image
Waylon Jepsen

I did give this a try. I'm going to attempt to implement some of the recomended libraries and see if that makes a big difference :)