LibreOffice does not know my full name. What a shame!

DOWNLOAD

Revision Seven

Changelog

  • Revision two fixed minor syntax highlighting errors, and added details to the Python half of the functions section for consistency.
  • Revision three added a License, the CC-BY-SA-ND 4.0 International License. all previous versions are also licensed under the same license, if you have it.
  • Revision four fixed inconsistencies in the notes, and fixed minor syntax highlighting errors.
  • Revision five fixed an error in the for loops section where I iterate from a list beginning from 1 not 0.
  • Revision six fixed errors relating to if statements and arrays.
  • Revision seven contains final fix-ups and rephrasing.

What???

Yes, count this as a sequel to my last epic guide, which was for the suffering G1 students under magic man’s leadership.

This one is for everyone! a FULLY SYNTAX HIGHLIGHTED (manually done with blood sweat and tears!) reference with side-by-side examples of common programming tasks in both Pseudocode and Python. Revision One covers:

  • comments
  • values
  • conditional branching
  • loops
  • procedures
  • functions
  • arrays
  • file handling

and more to come if you nicely ask!

This is NOT A comprehensive programming guide! Please do not assume that this will actually teach you how to code in-depth! When exam season rolls around, I will be authoring a programming tutorial and a theory reference guide just like last year.

stay tuned!!!

(Update as of August 09, 2025: I ended up not finishing the programming guide.)