Which editor do you advice for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Which editor do you advice for python?

7th Dec 2017, 4:18 PM
Adem AKKUŞ
Adem AKKUŞ - avatar
10 Answers
7th Dec 2017, 10:08 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
for Windows based system
7th Dec 2017, 4:34 PM
Adem AKKUŞ
Adem AKKUŞ - avatar
+ 5
thanks a lot
8th Dec 2017, 4:27 AM
Adem AKKUŞ
Adem AKKUŞ - avatar
+ 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/
8th Dec 2017, 8:54 AM
John Miller
John Miller - avatar
+ 4
Anaconda is best
9th Dec 2017, 6:44 AM
Ravi VK
Ravi VK - avatar
+ 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.
7th Dec 2017, 4:31 PM
Falko
Falko - avatar
+ 2
https://kate-editor.org/2016/01/28/kate-on-windows/ seems that Kate is also available for Windows 😊
7th Dec 2017, 4:40 PM
Falko
Falko - avatar
+ 2
As a beginner I use "Geany"(for Windows). It's a simple and friendly editor.
8th Dec 2017, 9:12 AM
meagols
meagols - avatar
+ 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).
9th Dec 2017, 1:39 PM
André Bomfim
André Bomfim - avatar
0
Anaconda decided my problem with 'matplotlib'. Thanks, Ravi VK
13th Dec 2017, 7:13 PM
meagols
meagols - avatar