Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the best IDE for Python For Windows [duplicate]

Tags:

python

ide

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.

like image 778
ScoRpion Avatar asked Oct 26 '11 07:10

ScoRpion


People also ask

What is the best IDE to run Python?

PyCharm. One of the best (and only) full-featured, dedicated IDEs for Python is PyCharm. Available in both paid (Professional) and free open-source (Community) editions, PyCharm installs quickly and easily on Windows, Mac OS X, and Linux platforms.

Is PyCharm the best Python IDE?

PyCharm is the best IDE I've ever used. With PyCharm, you can access the command line, connect to a database, create a virtual environment, and manage your version control system all in one place, saving time by avoiding constantly switching between windows.


1 Answers

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

  • What IDE to use for Python?
  • Which editor/IDE should I use for Python?
like image 105
EdoDodo Avatar answered Sep 21 '22 02:09

EdoDodo