ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,661 results

Code Nust
I CREATE FLIGHT BOOKING APP IN 2 MIN USING PYTHON & LEARN PYTHON BY BUILDING SIMPLE PROJECTS

In today's video, we're creating a complete Flight Booking Application in Python using Object-Oriented Programming (OOP) and a ...

3:49
I CREATE FLIGHT BOOKING APP IN 2 MIN USING PYTHON & LEARN PYTHON BY BUILDING SIMPLE PROJECTS

437 views

11 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

5 days ago

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

Build an AI-Powered Tweet Generator in Python (Machine Learning Project) In this video, we build a simple AI-powered Tweet ...

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

117 views

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

6 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

5 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 Hip-hop
OOP Made Simple in This Programming RAP 🔥 | Object-Oriented Programming | Code Indi

Learn Object-Oriented Programming (OOP) the lyrical way! This Code rap breaks down classes, objects, inheritance, ...

1:57
OOP Made Simple in This Programming RAP 🔥 | Object-Oriented Programming | Code Indi

3 views

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

211 views

8 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

5 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

5 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

5 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

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,704 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

5 days ago

Nithilan S
Implementation of a Multi Layered Perceptron for classification using Python

This video contains explanation on Implementation of MLP from scratch using Numpy library for a non-linearly separable data.

1:42
Implementation of a Multi Layered Perceptron for classification using Python

0 views

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

5 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

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

5 days ago

Swarnalata Patel
Python Object Oriented Programming Abstraction with Swarnalata Patel

This video explains abstraction in python with example #python #pythontutorial #objectorientedprogramming #abstraction ...

3:54
Python Object Oriented Programming Abstraction with Swarnalata Patel

5 views

3 weeks ago

Soren I. Ngo
[Python for Beginners]: 16.15. Object Oriented Programming: Use Destructor

Chapters: 00:00:28 1. Defining the Destructor (`__del__`) 00:01:01 2. When the Destructor Executes 00:01:32 3. The Automatic ...

2:34
[Python for Beginners]: 16.15. Object Oriented Programming: Use Destructor

0 views

5 days ago