Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended IDE for developing Pylons apps [closed]

Tags:

python

ide

pylons

I have been reading through this wonderful website regarding the recommended Python IDEs and have narrowed it down to either

  1. WingIDE

  2. KomodoIDE

which you guys will recommend for the purpose of developing Pylons apps? I know that most questions have been asked pertaining to Python IDEs but how about Python web framework IDEs which is a mishmash of various templating languages and Python itself.

One con i have to raise about WingIDE on Windows is that it has an AWFUL interface (probably cos of the GTK+ toolkit?)

I have been using e-text editor all the while and increasingly been dissatisfied with it especially when its unable to do correct syntax highlighting at times. Furthermore I am hoping syntax coloration can be done for Mako templates.

Thank you very much all and have a great day!

like image 619
cygnus atratus Avatar asked Jun 30 '09 20:06

cygnus atratus


2 Answers

Did you try Eclipse with PyDev plugin? Which is FREE plus works for any OS.

Screenshots at the PyDev website.

Code completion screenshot
(source: sourceforge.net)

like image 139
tefozi Avatar answered Oct 19 '22 23:10

tefozi


+1 for WingIDE, It supports debugging pylons app.

like image 34
sunqiang Avatar answered Oct 20 '22 00:10

sunqiang