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
689 results
In this second part of the Python classes series, we are going over Class Variables, Class Methods, and Static Methods! You can ...
275 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,308 views
2 years ago
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,332 views
7 months ago
MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...
30,355 views
Learn why you should replace unnecessary classes with functions, use modules instead of classes with only static methods, and ...
124,189 views
... (0:00:00) Getting Started with Classes ⌨️ (0:12:11) Constructor, __init__ ⌨️ (0:50:35) Class vs Static Methods ⌨️ (1:13:22) ...
2,287,654 views
4 years ago
Classes are like a blueprint for creating your own reusable data structures in Python. They allow you to define your own custom ...
6,506 views
Welcome back to another video! In this video, I'll be covering content from the typing module in Python like type hints and ...
133,611 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
Python's super does NOT mean "parent". It means "next in line". What line? The Method Resolution Order (MRO) of an object, ...
234,244 views
3 years ago
A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...
5,741 views
27,658 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,562 views
9 months 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
2 weeks ago
In this Python Programming Tutorial, we will be learning how to use the Requests library. The Requests library allows us to send ...
1,107,479 views
6 years ago
The static type system supporting type hints in Python is becoming more expressive with each new PEP, but PEP 544--Protocols: ...
5,495 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,149 views
5 years ago
Exercises for static code analysis in Python using Dlint and Pylint packages. Use packages to analyze Python modules.
251 views