Python 3.0 IDE - Komodo and Eclipse are both flaky?

I am trying to find a decent IDE that supports Python 3.x, and offers code completion / Pydocs built-in viewer, Mercurial integration, and SSH / SFTP support.

Anyway, I try Pydev, and I open the .py file, it is in the perspective of Pydev, and Run As does not offer any parameters. This happens when you start a Pydev project, but I don’t want to run the project just to edit one Python script, lol, I want to just open the .py file and have It Just Work ...

Plan 2, I try Komodo 6 Alpha 2. I really like Komodo, and it is nice and fast, it offers native Mercurial support as well as built-in SSH support (although it lacks the SSH HTTP Proxy support, which is a little annoying).

However, for some reason this refuses to pick up Python 3. There are two options in Edit-Preferences-Languages: one for Python and Python3, but Python3 refuses to work with either the official Python.org binaries or ActiveState ActiveState 3. Of course I can install the "Python" interpreter in a binary 3.1 file, but this is an ugly hack and breaks Python 2.x support.

So, does anyone using the Python IDE have any suggestions for any of these accounts, or can you recommend an alternative IDE for developing Python 3.0?

Cheers, Victor

+3
source share
2 answers
+4
source

, , , : - (aptana.com) - IDE Eric Python (http://eric-ide.python-projects.org/) - WingWare Python IDE (wingware.com)

, , , , , .

PyCharm, - , , . Python , , , YMMV.

0

Source: https://habr.com/ru/post/1746497/


All Articles