PyCharm performance better than CMD python command -
i developing python script serial communications.
i'm developing in pycharm 4.5, python27 , windows , realised when execute on pycharm works faster whe use command
python main.py or python -u main.py
it seems script runs faster on pycharm in batchfile this:
c:\python27\python.exe .\main.py
there option configure execution faster? [at same speed pycharm]
thanks in advance.
Comments
Post a Comment