We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionWhat editors or IDEs offer decent autocompletion for wxPython on Windows or Linux? Are there any? I tried several and support is either non-existant or limited.
Eclipse+PyDev with the install directory for wxPython added to the PythonPath has fully functioning autocomplete. Pydev
I use Ulipad, and its has good autocompletion for wxPython too.
Wingide can do it
I use Eclipse/PyDev for wxPython development. I've been very satisfied with Eclipse for Python development productivity. It does have support for autocompletion for wxPython.
I'm partial to PyCharm. However, most IDEs will auto complete code based on what modules you've imported, so it's not specific to PyCharm.
Whatever the default windows IDE for Python is can autocomplete, with code not from the standard library.
Sublime Text + anaconda
I'm coding in a small project using wxPython, it provides good autocompletion function for the wxPython.
try use brain to autocomplete... :)
just joking. when I coding in in PyQt4, I open qt-assistant and search the manual, and wrap myclass like : MyButton = QPusuButton
I think it is impossible to use autocomplete in python, because only in runtime the computer know what happens.
精彩评论