Which is the best IDE for Python For Windows

Question:

I am new to python and I am using simple gedit application on linux machine to write python code, however its very difficult to manage the indentations of my code. I am looking for any Python IDEs that provides some functionality and should not slow down my P4 machine.

Asked By: ScoRpion

||

Answers:

U can use eclipse. but u need to download pydev addon for that.

Answered By: user769394

Here’s the answer to all your questions: http://wiki.python.org/moin/PythonEditors

Answered By: Moyshe

I recommend you take a look at the list of editors on Python’s wiki, as well as these related questions:

Answered By: EdoDodo

Python is dynamic language so the IDE can do only so much in terms of code intelligence and syntax checking but I personally recommend Komode IDE, it’s pretty slick on OS/X and Windows. I’ve experienced high cpu use with Linux but not sure if it’s caused by my VirtualBox environment.

You can also try Eclipse with PyDev plugin. It’s heavier so performance might become a problem though.

Answered By: Teemu Ikonen
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.