Hi all,
I would like to spend some word for this programming language. I search for a simple and powerful language for develop gui and script application on Linux and Window but I can’t find nothing before now.
I can say that Python is a very good system for learn and develop professional application on different OS.
In a couple of day I can write a very simple text editor that is able to open file and load for edit or save the file that we have edit.
The real different from other languages is that with python I have understand all the code line of the program and I don’t only must copy the code from other how to for do what I need (i.e: Open a windows on screen).
For write python application I search and try some specific editors but at the end I choose a minimal editor that is very light and fast: Scribes, it is still a beta release but it works very well already.
I attach my source file if you want read the code.
For run the program you must have 3 packages on your system:
- python
- wxWidgest
- wxPython
Good job