Guide | How To Create software without writing a single line of code

The associated guide may contain user-generated or external content.

Rishi

Level 19
Thread author
Verified
Honorary Member
Top Poster
Well-known
Dec 3, 2015
938
8,019
1,777
India
Programming Without Coding Technology



PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming tool designed for novice and expert programmers.

A novice programmer can use PWCT to learn programming concepts like Data Structure, Control Structure, Programming Paradigm,..etc.

An expert programmer can use PWCT to develop large and/or complex software.

Using PWCT developed a textual programming language compiler and virtual machine,this language is called Supernova.Oother project developed using PWCT are the Smart POS System and the Critical Nodes Application .

You can see/edit the generated source code. PWCT support Harbour, Supernova, C, Python, & C#.NET and you can extend PWCT to support code generation in any text based programming language.

PWCT comes with many samples,tutorials & movies.

Source and Download
Sourceforge

 
Last edited:
Programming Without Coding Technology



PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming tool designed for novice and expert programmers.

A novice programmer can use PWCT to learn programming concepts like Data Structure, Control Structure, Programming Paradigm,..etc.

An expert programmer can use PWCT to develop large and/or complex software.

Using PWCT developed a textual programming language compiler and virtual machine,this language is called Supernova.Oother project developed using PWCT are the Smart POS System and the Critical Nodes Application .

You can see/edit the generated source code. PWCT support Harbour, Supernova, C, Python, & C#.NET and you can extend PWCT to support code generation in any text based programming language.

PWCT comes with many samples,tutorials & movies.

Source and Download
Sourceforge


This is an absolutely invaluable tool for anyone who wants to learn coding - why constantly dig into books and resources when you can directly examine fresh, live code, in practice?

Theory is imporant for grasping the underlying concepts of programming, but in order to effectively utilize that knowledge, one must put it directly into practice, and not just by examining aleady-existing examples, but also by "creating examples" of their own.

By practicing with this application, a potential new coder can actively immerse themselves into the various concepts of programming and give himself/herself a confident boost in learning how to code!

I see great potential in this software.
Excellent find, @Rishi! :p
 
I like the intention of the program however sometimes shortcuts will not help you to lead on good results but rather unstable conditions.

Many enthusiastic users became successful through reading and practice those codes available everywhere + in producing a program better stick on traditional way but revise your version to make it more conventional.

Anyway since technology is continuously evolved so practicality will be change too.