0

Can someone tell me the name of a good IDE for python for my PC.

I am currently on Windows 8.1 64 bits

1st Oct 2016, 6:33 PM
Priyanshu
7 Answers
+ 1
python is an interpreted language so you don't need an IDE...head over to pythons website and download idle for 64 bit...it will do just fine because its the official interpreter for Python language
1st Oct 2016, 7:13 PM
Ben Ntabo
Ben Ntabo - avatar
0
You should use a code editor with a debugger. A good one is Visual Studio Code. Debugging is very important when dealing with Python. Learn how to do it. Visual Studio Code offers an extension for python to make it easy.
1st Oct 2016, 8:15 PM
Mythos
0
Pycharm is a very popular IDE for python programming. Another one is Spyder. This one is mostly used for scientific programming, especially with the scipy stack ( numpy,scipy,matplotlib).
1st Oct 2016, 8:38 PM
Amarie
0
Visual studio code.
2nd Oct 2016, 1:18 PM
Heyn
0
Ranked as per my preference: 1. PyCharm 2. Sublime Text 3. Visual Studio Code 4. Notepad++ Beginner should start with simple text editor like Notepad++ to learn the commands and method to manually run the code. High end IDE like PyCharm makes the process of writting code very easy and fast for advance coders.
3rd Oct 2016, 2:00 AM
Rohit Kumar
0
1. Pycharm 2. IDLE 3. Aptana Studio
3rd Oct 2016, 8:00 AM
Hemanth Kumar Kachadimangalam Ramakrishnan
Hemanth Kumar Kachadimangalam Ramakrishnan - avatar
0
atom it's amazing. use atom you will fall in love with it. you can use add-ons to run the script
5th Oct 2016, 5:32 PM
learninpython