Reflections on software development

Very python oriented, keeping an eye on the rest of the world though :-)

Archive for the ‘Python IDE’ Category

Looking for a python IDE with user interface creation support

Posted by goofy4u on February 25, 2006

Currently my quest for python RAD tools halted on a couple of tools. I’m trying them out for the moment. The following tools seem to be promising and quite user friendly. Stani’s Python Editor is currently my favorite tool on my windows XP laptop. When used in combination with the wxGlade GUI designer you can build something very fast.

There is one small detail that every IDE I stumbled upon so far lacks. It is not possible to change the editor. For people like me who are used to work (on a daily base) with the ubiquitous editor Vim, this is a real p**n in the *ss. The ubiquitous Vim seems not to be so omnipresent when it comes to python editing. Of course Vim has builtin support for python syntax colouring, but then again… No class view, function lists (besides the ctags), nothing python specific, no python shell integrated into Vim.

Lightning struck when I found Pida. Finally a python ide that uses Vim as it editor and has a builtin shell, file browser and a lot more, even builtin gtk support. The latter is also the problem – gtk is not cross platform (not like wxWindows). Also Pida itself does not exist in a windows version. So on my linux distro I use Pida combined with wxGlade for RAD.

An alternative is the famous Boa constructor IDE, which both works on windows and linux. However, this boa does not come with Vim integrated either…

To be continued…

Posted in Python IDE | Leave a Comment »