ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

266 results

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

6 months ago

Craig Piercy
Python built-in function: object()

It's the base class for all Python classes, making it central to Python's object-oriented design. And that's the `object()` function!

4:03
Python built-in function: object()

45 views

8 months ago

Craig Piercy
Python built-in function: id()

Why use `id()`? It helps you: 1. Understand how Python handles objects in memory. 2. Compare objects to see if they refer to the ...

4:25
Python built-in function: id()

88 views

8 months ago

Code with Ebrima
Type Casting in Python programming Explained

Description Welcome to this Python Type Casting tutorial! In this video, you'll learn how to convert between different data types in ...

7:43
Type Casting in Python programming Explained

340 views

8 months ago

Alex Demko
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:06
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

221 views

6 months ago

Craig Piercy
Python built-in function video: int()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

5:20
Python built-in function video: int()

29 views

8 months ago

DevForDev
Collections in Python | List | Dictionary | Set | Tuple | Python 3.13

Subscribe to Support!! Download free PDF: https://drive.google.com/file/d/15exdsxE1WHAEt--ao4v6O3DJxT2BQK1t/view ...

15:06
Collections in Python | List | Dictionary | Set | Tuple | Python 3.13

118 views

11 months ago

Craig Piercy
Python built-in function: min()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:06
Python built-in function: min()

11 views

8 months ago

Alex Demko
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

0:06
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

139 views

6 months ago

Craig Piercy
Python built-in function: open()

It's a built-in Python function that opens a file and returns a file object. Here's its complicated syntax: open(file, mode='r', ...

5:16
Python built-in function: open()

30 views

8 months ago

Alex Demko
To Code or Not to Code? That’s the Question! 💻🎭

Curious about the future of programming? In this very first episode of News Room, I'll walk you through the most exciting ...

0:09
To Code or Not to Code? That’s the Question! 💻🎭

1,041 views

6 months ago

Craig Piercy
Python built-in function: repr()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:45
Python built-in function: repr()

35 views

7 months ago

Alex Demko
OOP & Classes: Clarity or Just More Chaos? ⚔️

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:06
OOP & Classes: Clarity or Just More Chaos? ⚔️

500 views

6 months ago

Craig Piercy
Python built-in function: next()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:12
Python built-in function: next()

73 views

8 months ago

BloxiCode
1 Code, 1 Bug, 1 Solution (The Ultimate Coding Challenge)

Ever faced a simple bug that stops your code? Watch how I fix it in seconds! Follow BloxiCode for more quick coding tips and ...

0:48
1 Code, 1 Bug, 1 Solution (The Ultimate Coding Challenge)

134 views

5 months ago

Craig Piercy
Python built-in function: globals()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:20
Python built-in function: globals()

49 views

9 months ago

Alex Demko
Use Classes Daily… or Ditch Them Completely? ⚖️

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:05
Use Classes Daily… or Ditch Them Completely? ⚖️

603 views

6 months ago

Craig Piercy
Python built-in function bool()

In Example 1, you can see how bool() evaluates various Python objects. In 2, we can see how bool() is used in a conditional ...

3:20
Python built-in function bool()

52 views

10 months ago

Tech Achievers
Procedural and object-oriented programming a debate between newbie and pro programmer!  #enginnering

Learn Programming with CHAI! The Most INDIAN Way to Master Object-Oriented Programming! Watch as a wise programmer ...

0:59
Procedural and object-oriented programming a debate between newbie and pro programmer! #enginnering

14 views

10 months ago

Craig Piercy
Python built-in function: isinstance()

Why use `isinstance()`? It's a safe and explicit way to validate object types in Python. Key concepts include: 1. It checks if an object ...

4:56
Python built-in function: isinstance()

91 views

8 months ago