Editors & IDEs

This section covers text editors and integrated development environments that support Python. The pages here range from comprehensive comparison tables to configuration tips for specific editors. Most of this content predates the current generation of tools (VS Code, PyCharm), so treat it as historical reference rather than a current buyer’s guide.

Overviews & Comparisons

IDLE

  • IDLE — Python’s bundled IDE, included with the standard distribution

  • IDLEextensions — extending IDLE with additional functionality

  • IDLEfork — the IDLE fork that was eventually merged back into CPython

Emacs

Vim

  • Vim — configuring Vim for Python development

Eclipse

Other IDEs

  • Wing IDE — the Wing IDE for Python, a commercial IDE with strong debugging support

  • IDEStudio — IDE Studio for Python development

  • NetBeans — Python support in the NetBeans IDE

Help

  • Asking for Help — how to ask for help effectively when you run into problems