ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,471 results

Turtle Code
Python in 2 Minutes – Crash Course for Beginners

Want to learn Python but don't know where to start? In this quick 2-minute crash course, you'll learn all the Python basics you ...

2:11
Python in 2 Minutes – Crash Course for Beginners

103 views

4 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

5 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

4 days 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

4 days ago

Simplilearn
🔥Python Roadmap for 2026: From Beginner to Pro #shorts #simplilearn

Looking to master Python in 2026? This roadmap will guide you through everything you need to know, from learning the basics to ...

1:10
🔥Python Roadmap for 2026: From Beginner to Pro #shorts #simplilearn

9,559 views

3 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

Code Nust
I CREATE AI POWERED TWEETS GENERATOR USING PYTHON & PYTHON MACHINE LEARNING PROJECTS & PYTHON AI

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

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

66 views

9 hours 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

4 days ago

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

4 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

Tech Bloomers
Day 38 | Python Interview Questions | Why Base __init__ Doesn’t Run 😱 | OOP Trap Explained

Welcome to Day 38 of Python Interview Questions! Here's today's concept: class Base: def __init__(self): print("Base init") class ...

0:30
Day 38 | Python Interview Questions | Why Base __init__ Doesn’t Run 😱 | OOP Trap Explained

1,126 views

11 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

4 days ago

aiwithdeep
Do you know all these Python OOP concepts? 🤔

How many of these Python OOP pillars have you mastered? 1️⃣ Inheritance 2️⃣ Polymorphism 3️⃣ Encapsulation 4️⃣ ...

0:05
Do you know all these Python OOP concepts? 🤔

1,769 views

3 weeks 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

4 days ago

Soren I. Ngo
[Python for Beginners]: 16.10. Object Oriented Programming: Define static field

Chapters: 00:00:26 1. Defining the Static Field 00:00:57 2. Accessing Static Fields 00:01:21 3. Static vs. Instance Variables ...

2:19
[Python for Beginners]: 16.10. Object Oriented Programming: Define static field

0 views

4 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

4 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

4 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

4 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

4 days ago

Jishan Ahmad Education
Features of Object - Oriented Paradigm | OOPM | RGPV BTech 3rd Semester

Features of Object - Oriented Paradigm | OOPM | RGPV BTech 3rd Semester In this lecture, we explain the Features of ...

3:28
Features of Object - Oriented Paradigm | OOPM | RGPV BTech 3rd Semester

0 views

12 hours ago