ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,561 results

Soren I. Ngo
[Python for Beginners]: 16.04. Object Oriented Programming: Create first class

Chapters: 00:00:23 1. Defining the Class 00:00:48 2. Creating Objects (Instantiation) 00:01:11 3. Assigning and Accessing ...

2:19
[Python for Beginners]: 16.04. Object Oriented Programming: Create first class

0 views

6 days ago

Judd Computer Science
H446 Object Oriented Programming - AI used to simulate Mr Barrow's voice.

Whiteboard session detailing classes, data-hiding, encapsulation, inheritance and polymorphism.

3:26
H446 Object Oriented Programming - AI used to simulate Mr Barrow's voice.

7 views

3 weeks ago

Code Nust
TWEETS GENERATOR AI USING PYTHON & PYTHON MACHINE LEARNING PROJECTS & PYTHON AI PROJECTS

This project uses: ✓ TF-IDF Vectorization ✓ Naive Bayes (MultinomialNB) ✓ Object-Oriented Programming (OOP) ...

3:47
TWEETS GENERATOR AI USING PYTHON & PYTHON MACHINE LEARNING PROJECTS & PYTHON AI PROJECTS

143 views

2 days ago

Soren I. Ngo
[Python for Beginners]: 16.02. Object Oriented Programming: The 4 OOP principles

Chapters: 00:00:25 1. Encapsulation 00:00:54 2. Abstraction 00:01:15 3. Inheritance 00:01:40 4. Polymorphism 00:02:06 ...

2:38
[Python for Beginners]: 16.02. Object Oriented Programming: The 4 OOP principles

0 views

6 days ago

Coding Guru
Object Oriented Programming in python (OOP)

In this video you will learn how to code Object Oriented Programming (OOP) in python. Video 10/11.

3:25
Object Oriented Programming in python (OOP)

0 views

7 days ago

Soren I. Ngo
[Python for Beginners]: 16.11. Object Oriented Programming: Count the number of Objects

Chapters: 00:00:26 1. Initializing the Counter 00:00:49 2. Incrementing the Counter in the Constructor 00:01:14 3. Testing the ...

2:15
[Python for Beginners]: 16.11. Object Oriented Programming: Count the number of Objects

0 views

6 days ago

Free Audiobooks
Object Oriented Programming with Python: Mastering the Fundamentals of Python and OOP. A Beginner's

Listen to this audiobook in full for free on Amazon #ad : https://amzn.to/3KurHkG Title: Object Oriented Programming with Python: ...

3:05
Object Oriented Programming with Python: Mastering the Fundamentals of Python and OOP. A Beginner's

0 views

6 days ago

5 Minutes Pathshala
Python #5 OOPS in Python | Object Oriented Programming | Classes & Objects | Python Full Course

This lecture was made with a lot of love❤️ instagram: https://www.instagram.com/5_minutes_pathshala/ This comprehensive ...

3:00
Python #5 OOPS in Python | Object Oriented Programming | Classes & Objects | Python Full Course

27 views

3 weeks ago

Python Tricks
Python Trick That Makes You Look Like a Pro#coding #programming #python #shorts #youtubeshorts #like
0:25
Python Trick That Makes You Look Like a Pro#coding #programming #python #shorts #youtubeshorts #like

1,250 views

3 weeks ago

Soren I. Ngo
[Python for Beginners]: 16.14. Object Oriented Programming: GC Methods

Chapters: 00:00:28 1. Importing and Enabling GC 00:00:48 2. Forcing Garbage Collection (`gc.collect`) 00:01:16 3. Inspecting ...

2:26
[Python for Beginners]: 16.14. Object Oriented Programming: GC Methods

0 views

6 days ago

Soren I. Ngo
[Python for Beginners]: 16.03. Object Oriented Programming: Classes and Objects

Chapters: 00:00:26 1. What is a Class? 00:00:49 2. What is an Object? 00:01:15 3. Instantiation: Creating an Object 00:01:44 ...

2:14
[Python for Beginners]: 16.03. Object Oriented Programming: Classes and Objects

0 views

6 days ago

Soren I. Ngo
[Python for Beginners]: 16.09. Object Oriented Programming: Methods vs Constructors

Chapters: 00:00:30 1. Purpose and Execution Time 00:00:55 2. Key Differences in a Table 00:01:33 3. Practical Example: Student ...

2:28
[Python for Beginners]: 16.09. Object Oriented Programming: Methods vs Constructors

0 views

6 days ago

Soren I. Ngo
[Python for Beginners]: 16.01. Object Oriented Programming: Introduction

Chapters: 00:00:28 1. What is Object-Oriented Programming? 00:00:50 2. Why is OOP Important? 00:01:18 3. Procedural vs.

2:15
[Python for Beginners]: 16.01. Object Oriented Programming: Introduction

0 views

6 days ago

Coding with Mahdi
Python’s __name__ == "__main__" Explained Simply

In this video, I explain why so many Python files include this line: if __name__ == "__main__": Most people copy it without really ...

2:13
Python’s __name__ == "__main__" Explained Simply

212 views

9 days ago

Geeksters
What Is OOP? The Easiest Explanation You’ll Ever See

Understand Object-Oriented Programming (OOP) in the simplest, cleanest way — using real-world examples and visual ...

1:49
What Is OOP? The Easiest Explanation You’ll Ever See

815 views

3 weeks ago

Soren I. Ngo
[Python for Beginners]: 16.12. Object Oriented Programming: Create a Inner Class

Chapters: 00:00:23 1. Why Use an Inner Class? 00:00:43 2. Defining the Inner Class 00:01:07 3. Accessing and Instantiating the ...

2:32
[Python for Beginners]: 16.12. Object Oriented Programming: Create a Inner Class

0 views

6 days ago

Tech With Mala
#14. Python is procedure oriented and object oriented

Python Tutorials Complete Playlist ...

3:22
#14. Python is procedure oriented and object oriented

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 16.07. Object Oriented Programming: Create Getter and Setter methods

Chapters: 00:00:29 1. Defining the Setter (Mutator) 00:01:00 2. Defining the Getter (Accessor) 00:01:25 3. Using the Getter and ...

2:32
[Python for Beginners]: 16.07. Object Oriented Programming: Create Getter and Setter methods

0 views

6 days ago

Soren I. Ngo
[Python for Beginners]: 16.08. Object Oriented Programming: Define instance methods

Chapters: 00:00:24 1. Defining a Calculation Method 00:00:51 2. Defining a State Modification Method 00:01:19 3. Testing the ...

2:19
[Python for Beginners]: 16.08. Object Oriented Programming: Define instance methods

0 views

6 days ago

Durga Software Solutions
Object-Oriented Programming: Python Class Inheritance Explained #shorts

Let's explore a Python inheritance case study! Observe how we create child classes (Base1, Base2) from a parent object, then ...

0:27
Object-Oriented Programming: Python Class Inheritance Explained #shorts

367 views

3 weeks ago