Choosing a Python IDE. what is your Pythonish recommendation? I do not know what to choose.

Irmen de Jong irmen.NOSPAM at xs4all.nl
Mon Jan 2 13:14:02 EST 2017


On 2-1-2017 12:38, Antonio Caminero Garcia wrote:

> The thing with the from-the-scratch full featured IDEs (Eclipse, IntelliJ, Pycharm)
> is that they look like a space craft dashboard and that unwarranted resources
> consumption and the unnecessary icons. I want my IDE to be minimalistic but powerful.
> My screen should be mostly “made of code” as usually happens in Vim, Sublime or Atom.
> However, Pycharm is really cool and python oriented.

[...]

> Sublime is my current and preferred code editor. 


If you like Sublime, and its minimalistic 'Distraction Free Mode', you'll be delighted
to know that this exact same feature is in PyCharm as well.
Select it (View->Enter distraction free mode), and gone is all the screen clutter and
even the menu bar if you so desire. You can focus on just your code. And all of
PyCharm's features are still there a mouse click or keyboard shortcut away.


Irmen



More information about the Python-list mailing list