ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

213 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

7 months ago

Craig Piercy
Python data type: UserDict

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. Some of them are ...

6:11
Python data type: UserDict

63 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

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

7 months ago

Craig Piercy
Python data types: bytearray

... creating a new object each time. If you found this helpful, be sure to give this video a like, subscribe for more Python deep dives, ...

4:56
Python data types: bytearray

134 views

7 months ago

Craig Piercy
Python built-in function: setattr()

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

5:00
Python built-in function: setattr()

14 views

8 months ago

Craig Piercy
Python built-in function: id()

It's great for debugging and understanding Python's object model. - While not often used in regular coding, it's a must-know for ...

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

93 views

9 months ago

Craig Piercy
Python built-in function: memoryview()

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

4:21
Python built-in function: memoryview()

208 views

9 months ago

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

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

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

221 views

7 months ago

Craig Piercy
Python built-in function: open()

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

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

30 views

8 months ago

Craig Piercy
Python data types: set

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. In this video, we will ...

4:54
Python data types: set

60 views

7 months ago

Craig Piercy
Python built-in function: iter()

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

5:41
Python built-in function: iter()

39 views

9 months ago

Craig Piercy
Python built-in function: max()

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

4:34
Python built-in function: max()

48 views

9 months ago

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

... walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real examples in Python ...

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

603 views

7 months ago

Craig Piercy
Python built-in  function: issubclass()

Writing polymorphic code that behaves differently based on the object type. 3. Debugging or inspecting objects to confirm their ...

6:08
Python built-in function: issubclass()

12 views

9 months ago

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

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

4:58
Python built-in function video: locals()

40 views

9 months ago

Craig Piercy
Python built-in function: dir()

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

3:44
Python built-in function: dir()

356 views

10 months ago

Craig Piercy
Python data types: memoryview

`memoryview` is a built-in Python type that allows you to access the memory of another object — like a `bytes`, `bytearray`, ...

4:51
Python data types: memoryview

211 views

6 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

9 months ago

Craig Piercy
Python data types: tuple

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. In this video, we will ...

5:34
Python data types: tuple

101 views

7 months ago

Craig Piercy
Python data type: bool

Python recognizes `True` and `False` (capitalized!) as boolean values. 2. All Python objects can be evaluated as `True` or `False` ...

4:47
Python data type: bool

33 views

7 months ago

Craig Piercy
Python built-in function: map()

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

5:21
Python built-in function: map()

144 views

9 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()

75 views

9 months ago

Craig Piercy
Python built-in function: len()

Looping or performing calculations based on the size of an object. It's a must-have function in any Python programmer's toolkit.

4:38
Python built-in function: len()

49 views

9 months ago

Craig Piercy
Python Function Video: Compile()

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

3:52
Python Function Video: Compile()

56 views

10 months ago