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

Dietmar Schwertberger maillist at schwertberger.de
Tue Jan 3 17:20:37 EST 2017


On 02.01.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.
You did not try Wing IDE? It looks less like a spacecraft. Maybe you 
like it.
Maybe the difference is that Wing is from Python people while the ones 
you listed are from Java people.
For something completely different (microcontroller programming in C) I 
just switched to a Eclipse derived IDE and I don't like it too much as 
the tool does not focus on the problem scope.

 From your posts I'm not sure whether you want an editor or an IDE, 
where for me the main difference is the debugger and code completion.
I would not want to miss the IDE features any more, even though in my 
first 15 years of Python I thought that a debugger is optional with 
Python ...

Regards,

Dietmar




More information about the Python-list mailing list