DEV Community

Discussion on: Help me with points to be considered while coding to avoid execution overhead in Python

Collapse
 
veky profile image
Veky

In a nutshell: Python was designed to be executable pseudocode. That is, a tool for explaining algorithms. You don't "avoid execution overhead" in pseudocode, do you? :-) What you can do, is study the complexity of algorithms, but that's completely orthogonal.