The Delpy Project

Delpy tries to re-create the Delphi IDE/VCL using the python language and the wxPython library. The library organization and the components interfaces will be the same (or as near as possible) as in Delphi.

Currently we have just started and what we did is more to prove the point.

What is already done? The most basic structure was created. So it's possible to create a application (TApplication) with simple forms (TForm) containing simple components (TButtons and TEdits).






The code needed to create this application is very similar to what it would be in Delphi:



Pre-requisites:

Python, wxPython.

You can download de code from here or the most up-to-date from cvs.