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
90,827 results
In this Python Object-Oriented Tutorial, we will begin our series by learning how to create and use classes within Python. Classes ...
4,876,808 views
9 years ago
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...
215,991 views
2 years ago
Dive into the world of Object-Oriented Programming (OOP) in Python! In this beginner-friendly 15-minute tutorial, you'll master ...
3,148 views
1 year ago
Sign up for Socratica Courses: https://www.socratica.com/collections Socratica ...
45,165 views
To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/WqWaze Learn ...
119,104 views
Get rid of boilerplate writing classes using dataclasses! In this video we learn about dataclasses and how to use them, as well as ...
971,822 views
4 years ago
Let's discuss the tradeoffs between Inheritance and Composition Access to code examples, discord, song names and more at ...
1,238,936 views
3 years ago
I'll guide you through object-oriented programming in Python, featuring classes, objects, attributes, methods, inheritance and ...
181,402 views
Nooby Python habits give away your inexperience. Improve your code and your prestige just a bit by ditching those habits and ...
2,011,784 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...
72,975 views
Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...
239,673 views
Metaclasses customize the class creation process. We go over what metaclasses are and give some notable examples, including: ...
170,023 views
In this video, we will take a look at a common conditional statement in Python: if __name__ == '__main__': This conditional is ...
2,113,814 views
10 years ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I discuss the SOLID design principles ...
341,930 views
Object-oriented programming (OOP) is a programming paradigm that focuses on creating reusable and modular code by ...
2,197 views
Take your Object-Oriented Programming skills to the next level! In this beginner-friendly 15-minute tutorial, you'll learn how to: ...
1,768 views
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll show you how to create ...
25,458 views
Learn how to work with classes to reuse properties and methods in other projects. Then advance your skills as a Python ...
250,689 views
5 years ago
Welcome back to another video! In this video I am going to be sharing with you 5 tips on how you can better organize your code!
318,697 views
Welcome to another Python Object Oriented Programming exercise! Where we will practice classes, objects, attributes, methods, ...
32,695 views
These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...
505,976 views
8 months ago
"But C++ is faster than Python!" Check out (some of) the source code: https://github.com/SheafificationOfG/Fibsonisheaf Soft ...
404,808 views
00:45 While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of ...
3,444 views
Stay in the loop INFINITELY: https://snu.socratica.com/python Classes are a fundamental part of modern ...
1,086,502 views
8 years ago
Save memory using Python slots. Python __slots__ are useful for saving memory when you have a large number of small objects ...
98,118 views