Published inSchool of CodePassing by assignment in PythonThere has been talk about “passing by reference” and “passing by value” in Python and a number of other programming languages. Let’s dispel…Oct 6, 2016Oct 6, 2016
Published inSchool of CodePassing by reference vs. passing by valueWhen we call a method in a programming language, we can pass parameters to it. These normally are values that can be used within the…Oct 6, 2016Oct 6, 2016
Published inSchool of CodeDeployment of a Flask application to DigitalOcean (part 2)Now that we’ve got the server ready, we can start deploying the application. The application we are working with in this post is…Mar 22, 2016Mar 22, 2016
Published inSchool of CodeDeployment of a Flask application to DigitalOcean (part 1)A complete guide on setting up and deploying a Flask application to a Linux server.Feb 9, 2016Feb 9, 2016
Published inSchool of Code@classmethod vs. @staticmethod in PythonSomething that unavoidably ends up coming up when learning Python is this issue of classmethods and staticmethods, especially for students…Feb 9, 20161Feb 9, 20161
Published inSchool of CodeWhat is Object-Oriented Programming? What are Objects?Imagine we are making a program for a veterinary clinic which deals with cats and dogs. We will therefore be storing data related to cats…Feb 9, 2016Feb 9, 2016
Published inSchool of CodeInstalling MongoDB through DockerInstalling MongoDB can sometimes be a bit of a pain, especially with all the versions that are available and whatnot. Recently one of my…Feb 9, 2016Feb 9, 2016
Published inSchool of CodeWhat are static and dynamic typing?Static and dynamic typed languages are concepts we come across when learning a new programming language. We might be left wondering “what…Feb 9, 2016Feb 9, 2016
Published inSchool of CodeHow to learn? Or, rather, why learn anything?We start by learning for learning’s sake, but that’s not the right way…Jul 15, 2015Jul 15, 2015
Published inSchool of CodeCertifications in software developmentJava is a very popular language to learn, and sadly it is also one with a lot of certifications that you can take (and pay for). Every new…Jul 14, 2015Jul 14, 2015