Python Object Oriented Programming - Introduction [FULL COURSE 2021]

Опубликовано: 02 Октябрь 2024
на канале: JimShapedCoding
12,735
465

The Ultimate Course of Python OOP, in the first part, we will understand what is OOP, we will cover why do we need to be familiar with this style of programming.

#Python OOP #Python #Python self

☕ Buy me a coffee: https://www.buymeacoffee.com/jimsc

Connect with me with:
- Instagram:   / jimshapedcoding  
- E-mail: [email protected]
- Twitter :   / jimshapedcoding  
- Discord :   / discord  

🔥 Comment below if you want to see more videos in that style

👍 Subscribe to start your Python Developer / DevOps Engineer journey here:
   / @jimshapedcoding  

My Personal website:
http://jimshapedcoding.com

Links:
Github Repo to the code:
https://github.com/jimdevops19/PythonOOP

Timeline of the video:
00:00 - 03:31 - What Problems OOP solves?
03:32 - 06:31 - How to create Classes?
06:32 - 08:41 - What are Methods?
08:42 - 10:39 - What is self?
10:40 - 12:32 - Calling Methods