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
761 results
In this second part of the Python classes series, we are going over Class Variables, Class Methods, and Static Methods! You can ...
276 views
1 year ago
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 5 essential tips for ...
151,572 views
2 years ago
MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...
30,708 views
Chapters: 0:00 Intro 0:26 Using Exceptions for Control Flow 4:06 Using Classes with Only Static Methods Instead of Modules 5:15 ...
61,512 views
8 months ago
Learn why you should replace unnecessary classes with functions, use modules instead of classes with only static methods, and ...
124,775 views
Classes are like a blueprint for creating your own reusable data structures in Python. They allow you to define your own custom ...
6,560 views
... (0:00:00) Getting Started with Classes ⌨️ (0:12:11) Constructor, __init__ ⌨️ (0:50:35) Class vs Static Methods ⌨️ (1:13:22) ...
2,289,755 views
4 years ago
Welcome back to another video! In this video, I'll be covering content from the typing module in Python like type hints and ...
133,800 views
Python is used in a large number of web sites where the performance of the web tier is a significant cost. There are multiple ways ...
5,087 views
Try Lokalise today: https://bit.ly/arjancodes. In this video, I'm going to show you the main principles I use to write code that's less ...
57,675 views
9 months ago
A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...
5,746 views
Python's super does NOT mean "parent". It means "next in line". What line? The Method Resolution Order (MRO) of an object, ...
234,376 views
3 years ago
Music by Bensound.
61 views
Topics Covered: ⏱ Time Topic 00:00 Intro 00:02 Protected Attributes Explained in Python 02:31 Private Attributes Name Mangling ...
49 views
3 weeks ago
27,919 views
The most commonly used solution for the code duplication code is private static constants, which sometimes stay in the same ...
3,092 views
Streamed 6 years ago
Python OOP lesson in which we will consider getter and setter methods, encapsulation, property decorator, as well as ...
53,198 views
5 years ago
The Python language, while object-oriented, is fundamentally different from both C++ and Java. The dynamic and introspective ...
86,590 views
17 years ago
Dr. Ali AlSaffar This lecture belongs to the University of Bahrain (UOB). I have uploaded them with the intention of helping students ...
101 views
Exercises for static code analysis in Python using Dlint and Pylint packages. Use packages to analyze Python modules.
253 views