top of page
Search
Mr R
May 26, 20213 min read
There is a Right and a Wrong Way to Java
Coding conventions such as getters/setters, private and public variables and the use of the this keyword.
13 views0 comments
Mr R
May 22, 20214 min read
Classes of Classy Classes
A breakdown of the main categories of object-oriented classes, their usages and best practices.
80 views0 comments
Miss S
May 18, 20213 min read
An Introduction to Object Oriented Programming
A brief introduction of Object-Oriented programming, focussing on classes, methods and objects.
34 views0 comments
Miss S
Mar 2, 20211 min read
Commenting in Python
Commenting is used in programming to show what sections of the code do. They are shown in different ways, in different programming...
42 views0 comments
Miss S
Mar 2, 20213 min read
Error Checking with Pseudocode and Python
This post covers two of the common error types in Python that you may encounter during your studies. It also covers common errors made...
2,443 views0 comments
bottom of page