Skip to content
fortharris edited this page Jul 29, 2013 · 10 revisions

Pcode: IDE for Python 3

Notable features:

  1. Inbuilt CxFreeze for building executables
  2. Refactoring
  3. Project Management
  4. Go-to-Definition
  5. Snippets
  6. Support for syntax coloring for xml, html and css
  7. Error Analysis by pyflakes
  8. Pep8 checker and fixer
  9. Autocompletion
  10. Outline Explorer
  11. Profiler
  12. Find-in-Files/Replace
  13. Code Library
  14. Split Editor ( Horizontal and Vertical )
  15. Etc.

Issues:

  1. Only very useful keybindings can be changed as at now.
  2. To enable fozen scripts to run, the module 're' must be imported in the main module of the python project
  3. Only works on windows. Support for other platforms will be considered later.
  4. Supports only Python3 natively.
  5. More to come...

Clone this wiki locally