Mr RMay 26, 20213 minThere is a Right and a Wrong Way to JavaCoding conventions such as getters/setters, private and public variables and the use of the this keyword.
Mr RMay 22, 20214 minClasses of Classy ClassesA breakdown of the main categories of object-oriented classes, their usages and best practices.
Miss SMay 18, 20213 minGetting Classy with ClassesA brief introduction of Object-Oriented programming, focussing on classes, methods and objects.
Miss SMar 2, 20211 minCommenting in PythonCommenting is used in programming to show what sections of the code do. They are shown in different ways, in different programming...
Miss SMar 2, 20213 minError Checking with Pseudocode and PythonThis post covers two of the common error types in Python that you may encounter during your studies. It also covers common errors made...