Python IDE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Python IDE

Prompt most convenient development environment for studying Python

12th Dec 2016, 6:36 PM
Dmitriy Shcherbakov
Dmitriy Shcherbakov - avatar
5 Answers
+ 4
I just started using Pycharm. It's pretty cool. It supports predictive text, which is useful for new coders. Also has PEP notifications to get you used to writing in a Pythonic manor.
12th Dec 2016, 6:45 PM
Nick Bowling
Nick Bowling - avatar
+ 4
Pycharm is best. Eclipse has an Python extension too. And there is Enthought Canopy.
12th Dec 2016, 6:47 PM
Rishi Anand
Rishi Anand - avatar
+ 3
PyCharm is the best IDE ( even for absolute beginners) with its customizable GUI, fast error prediction (intending, colon etc.) and easy fixing , and sure free "community edition" :D Great work of jetbrains.
12th Dec 2016, 9:07 PM
Yunus USLU
Yunus USLU - avatar
+ 3
Ohh, and I forgot about Pycharm's Debugger! It's fantastic. I used to just throw in handfuls of print() functions everywhere, here you can just debug and it shows the value of every variable. Saves lots of time. The Double Shift (system wide)Search kicks butt too, makes finding modules easy as py.
13th Dec 2016, 1:14 AM
Nick Bowling
Nick Bowling - avatar
+ 2
p.s. If you are interested in doing any scientific computing, I recommend Ipython and Jupyter Notebook. I use them both in my Data Science classes, and they make things so much more pleasant than just using a regular IDE or shell prompt.
24th Dec 2016, 6:23 PM
Nick Bowling
Nick Bowling - avatar