Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi this is Palak Sharma
I am an engineering student, I am learning lots of programming languages here. Python Programming is my favorite programming language. We have taken a project for making Software Application and we are planning for it and working on every possible aspect. One of my friend suggest me that before developing or starting Software or Web application I should read about Pseudocode, and he also insure me that it will help me to take rough idea for developing any kind of application doesn't matter which programming language you are going to use. I am very confused now. What should I do, Does Pseudocode really helpful for Programming.
Kindly give your valuable suggestions on this. Will be a great support.
Thanks

What I have tried:

Recently I have no information about Pseudocode.
Posted
Updated 21-Sep-22 22:16pm

Here some insight: Pseudocode - Wikipedia[^].
 
Share this answer
 
Comments
Patrice T 22-Sep-22 4:03am    
+5
CPallini 22-Sep-22 4:10am    
Thank you.
Quote:
am very confused now. What should I do, Does Pseudocode really helpful for Programming.

Pseudocode can be helpful to write some small algorithm without cryptic syntax of languages, generally for small pieces of code.
I prefer mastering some analyze methods.
Learn one or more analyze methods, E.W. Djikstra/N. Wirth Structured Programming/top-Down method/Stepwize Refinement is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Program Development by Stepwise Refinement[^]
Structured Programming.pdf[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900