
Create your first class and instantiate an object in Python using a simple ball example, then print the type to verify the class. Next, explore class-wide properties in upcoming lessons.
Explores polymorphism in Python by redefining the add operation for a custom ball class, showing how the plus sign can combine radii of two balls and other types.
As our world becomes more and more technologically advanced, we become immersed in a digital era. In these modern times, it is important to learn how to code, and especially important for students to learn as the possibilities surrounding code are infinite. Especially with the current advent of machine learning, Python is one of the easiest and most powerful languages available, and having it in your arsenal is an excellent tool in this day and age. This is Part 4 of a 4 part course in Python.