R
R
rvller2012-04-03 12:52:50
Python
rvller, 2012-04-03 12:52:50

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

3 answer(s)
A
Alexander G, 2012-04-03
@rvller

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

W
WiTPHG, 2012-04-03
@WiTPHG

A convenient tool for synchronizing a project with a server (via FTP), preferably built into the IDE;

You can use Hudson for this.

R
rvller, 2012-04-03
@rvller

I thought that after all PyCharm is what I need. It's not a pity to pay $69 for a license.
By the way, now the staff license discount is 69 instead of 99.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question