ALMA pyconv
this is a converter for Python 2 source files
This script :
- as a web script does a limited conversion on Python 2 source files (for example for run them by Skuplt) so that the source can be written in ALMA Python syntax, it comes with a complete web directory ('converter') and can be used by the page 'converter.php' in a server
(but its main purpose is an online demonstration only !)
- as a console script does a limited conversion on Python 2 source files so that the source can be written in ALMA Python syntax
(but its main purpose is writing short Tkinter
scripts only !)
...