module - Python scripts efficiency with or without functions import -


i wrote script tends long (about 2000 lines) , contains collection of functions. when run script select function through command line argument , run specific function. script set of tools.

i noted takes times before script start maybe due module importations or python stuffs. wonder best thing make quicker ? quicker if functions in separate module file precompiled python (.pyc format) ?


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -