+ 8
Which editor do you advice for python?
10 Answers
+ 6
PyCharm:
www.jetbrains.com/pycharm/
+ 5
for Windows based system
+ 5
thanks a lot
+ 4
I use Spyder from the Anaconda distribution. it is recommended when taking the MIT Python CS course. I find it works well. It comes in 64 and 32 bit windows distributions.
https://www.anaconda.com/download/
+ 4
Anaconda is best
+ 2
I am working on a unix based system with KDE desktop. There, Kate is a very nice editor with built-in console and using it for python coding is pretty handy, in my opinion.
+ 2
https://kate-editor.org/2016/01/28/kate-on-windows/
seems that Kate is also available for Windows đ
+ 2
As a beginner I use "Geany"(for Windows). It's a simple and friendly editor.
+ 1
I was recommended to use Jupyter Notebook. You can download It directly from the Prompt of Command or Terminal using pip install jupyter (Windows) or pip3 install jupyter notebook (Mac).
0
Anaconda decided my problem with 'matplotlib'. Thanks, Ravi VK