Answer the question
In order to leave comments, you need to log in
Environment for Python development
Hello everyone,
I wondered what to use for convenient development in Python.
I am engaged in bicycle construction, i.e. until I'm going to use frameworks.
I would like to have a comfortable environment:
- IDE with syntax highlighting, autocomplete and other joys;
- A convenient tool for synchronizing the project with the server (via FTP), preferably built into the IDE;
- A convenient tool for integrating VCS (SVN, Git)
I tried Eclipse + PyDev + RSE first, but unfortunately somehow it didn’t work. The far from elegant RSE was especially frustrating.
Answer the question
In order to leave comments, you need to log in
PyCharm is my choice, it allows a lot, in the latest version it seems that you can even connect python from a remote host and use libraries that are on that host. There is autocomplete, there is highlighting, support for svc and git and mercurial. In general, the most convenient tool for coding in python.
ps purely personal opinion, as I write only on it. Completely satisfied
A convenient tool for synchronizing a project with a server (via FTP), preferably built into the IDE;
You can use Hudson for this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question