Object-oriented programming
Topics: object oriented programming, classes, inheritance
I want to start with using some of the things I learned from the “Python Tricks” book (see my reading list for more details on the book). Therefore, I will start creating a little Magical Universe with classes and methods related to the Tales of Castle Kilmere.
So let’s start with the most important basics.
What is Object Oriented Programming ? Object-oriented programming (OOP) is a specific programming paradigm.