From experience, which is the best python ide? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

From experience, which is the best python ide?

20th Oct 2017, 7:19 PM
Wangui
Wangui - avatar
8 Answers
+ 13
PyCharm is recommendable although it might be a little overwhelming at the beginning, because of lots of personalization options: https://www.jetbrains.com/pycharm/ For numerical operations - Jupyter Notebook: http://jupyter.org/install.html best with the whole Anaconda package: https://www.anaconda.com/download/
20th Oct 2017, 7:45 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
QriusMan I'd stick to Python's IDLE at the beginning. Then, you should decide if you want to write self-standing programs - then PyCharm - or you want to have an interactive experience with parts of code executed in your chosen sequence - then Jupyter Notebook. Those are different tools for different solutions.
9th Jun 2018, 6:05 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
There are many python ide like PyCharm, Pydev, Emacs or Eric. Out of which I like pydev because of its plethora of key features like Auto code completion, Multi language support, Integrated Python Debugging, code analysis, etc
21st Oct 2017, 3:19 AM
Talluri Saisumanth
Talluri Saisumanth - avatar
+ 4
Pycharm. I’m not saying it’s the best, because I haven’t evaluated others. I prefer it to komodo ide. Pycharm is well supported, get regular feature and bug fix updates, is open source and feature rich. The con of feature rich in my mind is complexity.
20th Oct 2017, 10:57 PM
Groot
Groot - avatar
+ 1
I use Visual Studio Code, - free, light, feature rich, and very customisable
24th Oct 2017, 5:37 PM
Tomas Rimkus
Tomas Rimkus - avatar
0
#soft #IDE #Python I hear about a easy debugger which called like as ~ Wro.... 101. Someone do you use it? Pls say ur expirience. #todo I use interpretators: SL code, Dcoder (is fast on Android then SL) and I am going to use PyCharm, Jupiter, Anaconda. Thx
14th Nov 2017, 7:04 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
0
As a total beginner, with no experience or knowledge. Should I download Anaconda + Jupyter NoteBooks or should I just keep it simple and download Python from its website?
9th Jun 2018, 1:35 AM
QriusMan
QriusMan - avatar
0
Kuba Siekierzyński Thank you! Since I'm just giving my first steps, I feel like I'm not practicing enough to retain what I learned. So I'll follow your advise and once I grow, I will delete out and install whatever is best for me.
9th Jun 2018, 6:14 AM
QriusMan
QriusMan - avatar