Python

Classes – Python Like a Pro #12

Classes are the ultimate evolution of object-oriented programming. A class is a programmer’s very own custom object! That’s right, as programmers, classes allow us to make our own custom objects. Each one starts with an initialization function init, after which we are free to add as many attributes (built-in variables) and methods (built-in functions) as we please. Classes allow us to pursue what is called “object-oriented design,” in which all of the data storage and mutation and all of the work in the program is executed neatly organized by our classes.

Check out my book, “Building Smart LEGO MINDSTORMS EV3 Robots,” available on Amazon: https://amzn.to/2MyGVCl

My Patreon supporters for more than $5 for the month of September were: Louson and Jeffrey Jahja. Thank you very much!

My supporters on Patreon contribute additional funding that allow me to build up and improve this channel and to make more videos. If you would like to help, you can support me here: https://www.patreon.com/builderdude35

Special thanks to my friend Preston Nichols for designing Builderdude35’s introduction and logo!