Python code performance issue
Hi Everyone,
I have this weird situation. My code in Python gets data from an api (Interactive Brokers) through socket, place them in an array and creates reports. It works fine when I run the python code on 'DEBUG' mode on PyCharm. But it is much more slower if I run the code in 'RUN' mode in PyCharm or in a terminal. I searched on the internet about debugging works faster than running the code, but no results. Any comment will be appreciated.
Best regards.
Tugrul
Please sign in to leave a comment.