This tiny ebook will teach you the basics of computer programming using Pseudocode. You will be able to sketch out solutions to problems without ever touching a computer. You will learn the three basic constructs with which you can write any program. Code snippets in the Python programming language are included.
1. Introduction
2. Our first example
3. Our first example (continued)
4. How would it look in Python?
5. The structure of a computer program
6. SEQUENCE
7. SELECTION
8. SELECTION (continued)
9. REPETITION
10. REPETITION (continued)
11. Culmination
12. Bonus content and Conclusion