Python editors for Windows question

Lothar Scholz llothar at web.de
Thu Apr 22 12:03:34 EDT 2004


Marco Aschwanden <PPNTWIMBXFFC at spammotel.com> wrote in message news:<mailman.902.1082618931.20120.python-list at python.org>...
> The best auto-completion you can get for Python is: WingIde  
> http://wingide.com/
> 
> Normally WingIDE is quite good at auto-completion but sometimes it needs 
> some help:
> 
> if wingIde does not "recognize" a class you may add:
> 
> assert isinstance(btnHello, wxButton)
> 
> and after that point it will handle this for you too...

But keep in mind that auto-completion is by concepts miles away from
what you see in Java. The problem for us who try to implement this
feature is always that most people don't understand why this is
impossible in a dynamically typed language.



More information about the Python-list mailing list