ezoic

Tuesday, April 12, 2016

Best tools to debug python script

Best tools to debug python script is Pycharm and Spyder.

Pycharm is in JetBrains

Spyder is in  Anaconda

Place to download Pycharm:

https://www.jetbrains.com/pycharm/download/#section=windows

Place to download Spyder:

https://www.continuum.io/downloads

My experience is that Pycharm is better than Spyder. If there is any tiny problem wrong with your script, there will be a red line under the title of the script, and there will be a red line where the problem exists.

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...