Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
Learn how to use Python classes, objects, inheritance, and polymorphism in this beginners tutorial. Classes are blueprints for creating objects. Classes can employ inheritance and create objects that demonstrate polymorphism.
⭐ Become a full-stack dev with Zero To Mastery Courses:
- The Complete Python Developer: https://bit.ly/CompPythonDev
- Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning
- Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr
Subscribe https://bit.ly/3nGHmNn
Course Updates https://courses.davegray.codes/
Questions - Please post them to my Discord https://discord.gg/neKghyefqh
Buy Me A Coffee https://www.buymeacoffee.com/davegray
Follow Me On Social Media:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Source Code: https://github.com/gitdagray/python-course
Playlist for this Python Course: https://bit.ly/dg-beginners-python
Python Classes, Objects, Inheritance & Polymorphism for Beginners
(00:00) Intro
(00:05) Welcome
(00:16) What are Classes?
(00:35) A Simple Class Example
(02:06) Creating an Object
(03:10) __init__ and properties
(05:13) Creating a get method
(06:57) Create multiple objects from a class
(07:50) Class Inheritance
(12:25) Child Class __init__ and super()
(15:14) Polymorphism
(17:57) Review
Tutorial References:
Python Official Site: https://www.python.org/
Visual Studio Code Official Site: https://code.visualstudio.com/
Python Module Index: https://docs.python.org/3/py-modindex.html
Python Standard Library: https://docs.python.org/3/library/index.html
Was this Python tutorial about classes, objects, inheritance, and polymorphism helpful? If so, please share. Let me know your thoughts in the comments.
#python #classes #objects