Python script runs faster on PyCharm than Python command line
I am developing a python script in order to read some excel information. It seems like the script runs faster on pyCharm than in a batchfile like this:
C:\Python27\python.exe .\main.py
Is it possible? I don't understand it... How can I run the script at the same speed that pyCharm?
Thanks in advance.
C:\Python27\python.exe .\main.py
Is it possible? I don't understand it... How can I run the script at the same speed that pyCharm?
Thanks in advance.
Please sign in to leave a comment.