DrPython is een Integrated Development Environment, of kort weg IDE, voor de programmeertaal Python. De user interface is overzichtelijk opgezet en geheel naar eigen voorkeur aan te passen. Voor het starten van DrPython moet op het systeem eerst minimaal Python 2.3 en wxPython 2.5.1.5 geïnstalleerd zijn. Daniel Pozmanter heeft sinds kort versie 3.6.3 beschikbaar gesteld met de volgende release notes:
Bugs Fixed:
- OnClose: Only clears the document if it is the only one left.
- PluginDialog:
- Downloads now done one byte at a time.
- Download updating now occurs before total is incremented in loop.
- Update Plugin List Dialog:
- Removed the Done status text, and the close button.
- Automatically closes on successful completion.
- Select Plugin Dialog:
- Keyword is now default (windows)
- Properly processes enter (windows)
- Properly handles keyword search.
- Properly handles invalid ascii values in Plugin List.
- Updated Plugin List.
- wx.ShowMessage -> drScrolledMessageDialog.ShowMessage