ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

752 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

274 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,233 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,266 views

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

123,958 views

1 year 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,559 views

4 years 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,286,981 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,491 views

2 years 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,510 views

9 months 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,219 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

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

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,561 views

1 year 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,302 views

6 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

Google Students
Understanding Python

The Python language, while object-oriented, is fundamentally different from both C++ and Java. The dynamic and introspective ...

1:15:44
Understanding Python

86,589 views

17 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

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,142 views

5 years ago

SDET- QA
Session 13- Java OOPS Concepts - Usage of this and static keywords in Java

java#selenium#programming ######################################### Udemy Courses ...

1:20:33
Session 13- Java OOPS Concepts - Usage of this and static keywords in Java

109,778 views

1 year 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