ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

689 results

JakeEh
Class Variables, Class Methods, and Static Methods for Python Classes

In this second part of the Python classes series, we are going over Class Variables, Class Methods, and Static Methods! You can ...

25:41
Class Variables, Class Methods, and Static Methods for Python Classes

275 views

1 year ago

ArjanCodes
The Ultimate Guide to Writing Classes in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 5 essential tips for ...

25:39
The Ultimate Guide to Writing Classes in Python

151,308 views

2 years ago

ArjanCodes
10 Python Anti-Patterns That Are Breaking Your Code

Chapters: 0:00 Intro 0:26 Using Exceptions for Control Flow 4:06 Using Classes with Only Static Methods Instead of Modules 5:15 ...

25:16
10 Python Anti-Patterns That Are Breaking Your Code

61,332 views

7 months ago

MIT OpenCourseWare
Lecture 18: More Python Class Methods

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

1:17:26
Lecture 18: More Python Class Methods

30,355 views

1 year ago

ArjanCodes
Avoid These BAD Practices in Python OOP

Learn why you should replace unnecessary classes with functions, use modules instead of classes with only static methods, and ...

24:42
Avoid These BAD Practices in Python OOP

124,189 views

1 year ago

freeCodeCamp.org
Object Oriented Programming with Python - Full Course for Beginners

... (0:00:00) Getting Started with Classes ⌨️ (0:12:11) Constructor, __init__ ⌨️ (0:50:35) Class vs Static Methods ⌨️ (1:13:22) ...

2:12:35
Object Oriented Programming with Python - Full Course for Beginners

2,287,654 views

4 years ago

pixegami
Learn Python • #11 Classes • Create and Use Classes in Python

Classes are like a blueprint for creating your own reusable data structures in Python. They allow you to define your own custom ...

24:11
Learn Python • #11 Classes • Create and Use Classes in Python

6,506 views

2 years ago

Tech With Tim
Python Typing - Type Hints & Annotations

Welcome back to another video! In this video, I'll be covering content from the typing module in Python like type hints and ...

24:46
Python Typing - Type Hints & Annotations

133,611 views

4 years ago

PyCon US
TALK / Dino Viehland / Python Performance at Scale - Making Python Faster at Instagram

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 ...

26:02
TALK / Dino Viehland / Python Performance at Scale - Making Python Faster at Instagram

5,087 views

4 years ago

mCoding
super/MRO, Python's most misunderstood feature.

Python's super does NOT mean "parent". It means "next in line". What line? The Method Resolution Order (MRO) of an object, ...

21:07
super/MRO, Python's most misunderstood feature.

234,244 views

3 years ago

Yegor Bugayenko
The Pain of OOP Lecture #2: Static methods and attributes [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...

1:29:26
The Pain of OOP Lecture #2: Static methods and attributes [object oriented programming crash course]

5,741 views

2 years ago

MIT OpenCourseWare
Lecture 19: Inheritance

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

1:16:55
Lecture 19: Inheritance

27,658 views

1 year ago

ArjanCodes
How To Design Robust Python Functions

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 ...

20:56
How To Design Robust Python Functions

57,562 views

9 months ago

James Mertz
Module 11.2: Static, Class, Instance Properties and Methods

Music by Bensound.

27:22
Module 11.2: Static, Class, Instance Properties and Methods

61 views

4 years ago

Tech Keys X
Python Class Attributes EXPOSED  Protected, Private, Static & Properties | S1 EP13

Topics Covered: ⏱ Time Topic 00:00 Intro 00:02 Protected Attributes Explained in Python 02:31 Private Attributes Name Mangling ...

26:09
Python Class Attributes EXPOSED Protected, Private, Static & Properties | S1 EP13

49 views

2 weeks ago

Corey Schafer
Python Requests Tutorial: Request Web Pages, Download Images, POST Data, Read JSON, and More

In this Python Programming Tutorial, we will be learning how to use the Requests library. The Requests library allows us to send ...

25:01
Python Requests Tutorial: Request Web Pages, Download Images, POST Data, Read JSON, and More

1,107,479 views

6 years ago

PyCon US
TALK / Luciano Ramalho / Protocol: the keystone of type hints

The static type system supporting type hints in Python is becoming more expressive with each new PEP, but PEP 544--Protocols: ...

28:13
TALK / Luciano Ramalho / Protocol: the keystone of type hints

5,495 views

4 years ago

Yegor Bugayenko
Why Private Static Literals are Evil? (Webinar #48)

The most commonly used solution for the code duplication code is private static constants, which sometimes stay in the same ...

33:55
Why Private Static Literals are Evil? (Webinar #48)

3,092 views

Streamed 6 years ago

Python Hub Studio
Python OOP getters setters, decorator property, classmethod, staticmethod

Python OOP lesson in which we will consider getter and setter methods, encapsulation, property decorator, as well as ...

22:40
Python OOP getters setters, decorator property, classmethod, staticmethod

53,149 views

5 years ago

Kasey Nguyen
CIS30C Lab 10: Static Code Analysis in Python using Dlint and Pylint

Exercises for static code analysis in Python using Dlint and Pylint packages. Use packages to analyze Python modules.

42:01
CIS30C Lab 10: Static Code Analysis in Python using Dlint and Pylint

251 views

3 years ago