Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,661 results
Let's model the turn-based battle mechanics of the Pokémon games while following object oriented design principles. GET THE ...
259,061 views
4mo ago
Understanding Object-Oriented Programming (OOP) can feel tricky at first, but it doesn't have to be. In this video, I share a ...
2,408 views
9mo ago
Learn Python Classes in 10 Minutes — D&D Style!* ⚔️ *Try Alta3 Academy FREE for 3 Days!
782 views
10mo ago
I make a Command Line Blackjack game using object-oriented programming. Sections 00:00 - Intro & Setup 01:07 - Card Class ...
763 views
11mo ago
Welcome to the OOP Beginners Guide — 13 lessons that take you from "what's a class?" to a complete e-commerce domain ...
12 views
1mo ago
Write a class definition to define the template for a new data type, and then call the class to instantiate objects of that type.
6,888 views
Day 11 , 10 , 9 – AI/ML Learning Journey | Python (OOPs Completed) Today marks Day 11 of my AI/ML learning journey. In this ...
2 views
5mo ago
In this tutorial, we build a complete Employee Project Management System using Python and Object-Oriented Programming ...
77 views
This video shows a Python program to calculate area of circle by using the formula: A = pi * r * r , by getting the length of the radius ...
76 views
The best beginner-friendly Python resources I recommend: Python Programming Fundamentals Track (Datacamp) ...
29,957 views
https://github.com/ib-hussain/Python-Module.
55 views
This video shows a Python program to find perimeter of square by using the formula: P= 4s , by getting the side length as input ...
29 views
What is Object Oriented Programming in Python.
27 views
6mo ago
These are two of the best beginner-friendly resources I recommend to learn Python for AI: Python Programming Fundamentals ...
35,974 views
Learners explore Object-Oriented Programming (OOP) concepts such as creating classes, defining functions with parameters, ...
3 views
Before classes, code. Before code, the question: WHY OOP? Most Python tutorials skip this. We don't. Lesson 01 shows you ...
8 views
In this video, we go beyond just adding two numbers in Python. This is not a basic program walkthrough — this is a structured ...
16 views
2mo ago
Confused about what self means in Python? In this video, we break down the concept of self in Python with a simple and ...
502 views
self` confuses every beginner. `__init__` confuses them more. Lesson 03 demystifies both — and shows you why validation in ...
5 views
A class is a BLUEPRINT. An instance is a BUILDING. Sound trivial? It's the #1 thing beginners get wrong. Lesson 02 makes the ...
6 views