PyPE is de afkorting van Python Programmers Editor waarmee je, zoals de naam al doet vermoeden, stukken broncode kan bewerken. Het is geschreven in de platform onafhankelijke taal Python en maakt gebruik van wxPython voor de user interface. Het programma heeft een handige syntax highlighter aan boord waarmee de broncode een stuk overzichtelijker getoond kan worden. Wie benieuwd is geworden naar het uiterlijk van dit programma kan op deze pagina een aantal screenshots bekijken. De ontwikkelaar heeft versie 2.7.2 de deur uit gedaan met de volgende aanpassingen:
Version 2.7.2:
- (changed) files with at least 20,000 lines or at least 4 megs will no longer have their bookmark or fold states saved on close. This significantly reduces the time to close (and sometimes open) large files.
- (fixed) code that uses MainWindow.exceptDialog() will now properly create a dialog.
- (fixed) wxPython 2.7 incompatability in the Browsable directory tree in wxPython 2.7 - 2.7.1.2 .
- (removed) some unnecessary debug printouts.
- (changed) the 'Search' tab to better handle narrower layouts.
- (fixed) the 'Ignore .subdirs' option in the 'Search' tab now gets disabled along with 'Search Subdirectories' when applicable.
- (fixed) error when opening changelog.txt on unicode-enabled installations.
- (fixed) spell checker for unicode-enabled platforms.
- (fixed) case where various checkmarks in the Documents menu wouldn't update when a document was opened, closed, or created on some platforms.
- (added) --font= command line option for choosing the font that the editor will use.