Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best python editor? [closed]

Tags:

python

Which editor do you find best for Python development? Temporarily, I use Notepad++, it's fine except for debugging.. Thanks,

like image 523
Matej Avatar asked Oct 24 '11 07:10

Matej


People also ask

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.

What is the best IDE for Python 2021?

Pycharm. An experienced Python developer mostly utilizes PyCharm, and it is believed to be the best IDE for Python development in Windows.


1 Answers

I can recommend the eclipse extension PyDev.

It supports all the features you'll need, including code debugging.

like image 64
oopbase Avatar answered Sep 30 '22 04:09

oopbase