Skip to content
Amoatey Harrison edited this page Aug 7, 2013 · 10 revisions

Pcode

Python 3 IDE

Pcode seeks to automate the process of python development by means of:

  1. A simplistic and intuitive UI ( Zero clutter )
  2. Utilization of very powerful open source libraries
  3. Implementation of carefully chosen features
  4. Support for other file formats that commonly accompany python development

Features:

  1. Builds source code into executable
  2. Refactoring
  3. Project Management
  4. Go-to-Definition
  5. Snippets
  6. Support for syntax coloring for XML, HTML and CSS
  7. Error Analysis
  8. Pep8 checker and fixer
  9. Auto-completion
  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 key bindings can be changed as at now.
  2. To enable frozen 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.

Dependencies:

  1. Python 3
  2. PyQt4

Then perhaps:

  • Pywin32 for windows ( if you want to stamp executable )

License:

  • GPL v3

Homepage: pcode.blog.com

Twitter: @PcodeIDE

Mailing List: pcode-ide@googlegroups.com

Clone this wiki locally