|
I agree regarding NOT using a GUI builder for wxPython
apps. Much better results when writing the actual code in terms of
accuracy and maintainability. The only book about wxPython is "wxPython
in Action". It is not great but it is enough to get you going. Regarding an IDE for Python in general, I had good experience with Wing. However, after a while, I found it more convenient to just use VIM (or another good editor of your choice). The IDE question is classic for people coming to Python from Java or C++ where you have million files to manage, compilations, dependencies, etc. In python things are a lot simpler and you really dont need anything more than VIM and the shell. Nimrod Steinbock [EMAIL PROTECTED] wrote: Send Python-il mailing list submissions to [email protected]To subscribe or unsubscribe via the World Wide Web, visit http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Python-il digest..." Today's Topics: 1. Experiences and recommendations about Python IDEs (Omer Zak) 2. Re: Experiences and recommendations about Python IDEs (Tal Einat) ---------------------------------------------------------------------- Message: 1 Date: Wed, 09 Apr 2008 08:17:33 +0300 From: Omer Zak <[EMAIL PROTECTED]> Subject: [Python-il] Experiences and recommendations about Python IDEs To: Python User Group <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain With which IDE do you work when you develop Python scripts, if any (especially when using wxPython)? Do you enjoy it? Which IDE would you recommend? If you had time to support and improve an IDE, into which IDE would you have invested your time? I am asking because I found boa-constructor to be painful to use, and wxGlade is missing some of the widgets. --- Omer |
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
