📚 Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/
🙌 Buy me a cup of tea: https://www.paypal.me/FabioHood
🛒 Development Services: https://fabiopacifici.com/shop/
🤟 Channel Merchandise: https://teespring.com/en-GB/stores/pa...
📌 Blog: https://fabiopacifici.com/blog/
Episode 13 Of the Python Crash course 2020.
In this episode we briefly talk about Object Oriented Programming in Python.
📌 In this episode:
(00:00) Introduction to Object Oriented Programming
(01:47) How to Define a class
(04:04) Instantiate a class object
(06:07) Define Class Attributes
(09:14) Define a Class Constructor method
(12:08) The self keyword
(18:35) Define Multiple arguments and Assign default values
(28:29) Define a Method