Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #speed #python #code
ADD COMMENT
Topic
Name
3+2 =