how to speed up python code example
Example 1: why is python slow
Because python is an interpreted language
Example 2: how to speed up python code
Speed Up Compile Time:
1. Use correct data structure
2. Try to minimize use of for loop
3. Use less global variables