ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

688 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

276 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,710 views

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

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

8 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

125,121 views

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

2 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,290,979 views

4 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,923 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

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,748 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,740 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,458 views

3 years ago

Fabio Musanni - Programming Channel
3/6 OOP & Classes in Python: Special (dunder/magic) Methods

Get my Source Codes and support the channel* ❤️: https://www.buymeacoffee.com/fabiomusanni/extras ⬇️ *LEARN ON THE ...

22:24
3/6 OOP & Classes in Python: Special (dunder/magic) Methods

2,420 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

28,170 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

3 weeks 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,222 views

5 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

Rob Mulla
Complete Guide to Cross Validation

In this video Rob Mulla discusses the essential skill that every machine learning practictioner needs to know - cross validation.

29:49
Complete Guide to Cross Validation

75,628 views

3 years 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,108,582 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,496 views

4 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

253 views

3 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

110,941 views

1 year ago

MIT OpenCourseWare
2. Data Structures and Dynamic Arrays

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:18
2. Data Structures and Dynamic Arrays

652,650 views

4 years ago

Very Academy
Learn Python OOP - Object Oriented Programming - Part-1

Welcome to the Python object oriented programming series. In this tutorial we look at the the basic principles of object-oriented ...

54:15
Learn Python OOP - Object Oriented Programming - Part-1

7,170 views

4 years ago