Using Python inside Programming Without Coding Technology (PWCT) environment.

msfclipper at gmail.com msfclipper at gmail.com
Wed Dec 11 03:23:05 EST 2013


Hello

Article : Using Python inside Programming Without Coding Technology (PWCT) environment.

http://www.codeproject.com/Articles/693408/Using-Python-inside-Programming-Without-Coding-Tec

In this article you will find information about using Python in the PWCT Visual Programming Environment

Programming Without Coding Technology is a free open source general purpose visual programming system. Inside PWCT we can create programs using visual programming without typing text based source code. This seems to be an attractive feature for novice programmers, but PWCT is designed to take in mind some of the expert programmer needs (Productivity and Customization). When we create applications using PWCT we can see/edit the generated source code (optional). PWCT system contains more than one visual programming language (HarbourPWCT, PythonPWCT, C#PWCT, SupernovaPWCT & CPWCT). from the name of the visual language we can guess the text based language that are used in the code generation process. PythonPWCT is a visual programming language that generate the source code in the Python programming language.

As any programming tool you need to try PWCT then decide for yourself if it is useful or not. I hope that some Python programmers will find that PythonPWCT is useful for them and they will like this article as an introduction to PythonPWCT.

Any suggestions/Ideas are welcome

Greetings,
Mahmoud



More information about the Python-list mailing list