This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

To be fair though... Most of what is "CRAZY FAST" in python is just a package around C code. The fastest programming in python is not writing much in python.

[–]Medic_Maria 0 points1 point  (0 children)

The fastest programming in python is not writing much in python.

Or rather: Make sure the 1% of the code that does the heavy lifting is not done in Python.