Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for Django web development [closed]

Tags:

django

ide

I'm getting ready to start developing web content (simple web pages, heavy duty web services) in Django. What are my options for IDEs? What are the good points and bad points? Is Aptana in Eclipse good for this. I would like to be able to easily push my updates to the remote server.

like image 688
JnBrymn Avatar asked Dec 12 '10 03:12

JnBrymn


People also ask

Is Spyder good for web development?

Spyder is another great cross-platform and open-source Python IDE. It is also known as Scientific Python Development IDE and is the most lightweight Python IDE.


2 Answers

Django Pydev - Eclipse plugin for developing Django/Python Apps. It's free.

Pycharm - Python and Django IDE from JetBrains(people who brought us IntelliJ IDE). Not free.

Update: There is community edition of Pycharm, which is free, although it does not have all the features of the Professional edition. Check out the feature comparison matrix.

like image 173
rubayeet Avatar answered Nov 12 '22 01:11

rubayeet


I have tried all IDEs. I have Been using Eclipse+PyDev for the past few months. I recently switched to PyCharm. I think it's got the whole package. Not free, though. However I think its price is right. Although I can get it for free through the university which I study as a PhD student, I seriously consider paying for it.

Yes, PyCharm is free for opensource projects and educational purposes.

like image 30
xpanta Avatar answered Nov 12 '22 03:11

xpanta