ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

185 results

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

217 views

6 months ago

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

Craig Piercy
Python data types: array array

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

4:41
Python data types: array array

60 views

7 months ago

Craig Piercy
Python data types: deque

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

4:55
Python data types: deque

15 views

6 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 function video: delattr()

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

4:37
Python function video: delattr()

57 views

10 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

9 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

135 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 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

11 months ago

Craig Piercy
Python built-in function: id()

Immutable objects like integers and strings can have surprising behavior. Let's see an example." **[On-Screen Code]:** ```python ...

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

95 views

9 months ago

Craig Piercy
Python data type: dict

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

5:32
Python data type: dict

21 views

7 months ago

Craig Piercy
Python data type: str

If you try to change a character directly, Python will give you an error. Strings are used for text-based data of any kind. You'll use ...

5:28
Python data type: str

30 views

7 months ago

Craig Piercy
Python data type: complex

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

5:02
Python data type: complex

26 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

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

Craig Piercy
Python data type: frozenset

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

4:48
Python data type: frozenset

28 views

7 months ago

Craig Piercy
Python data types: list

That's a wrap on Python's `list` data structure! Whether you're building a beginner project or writing production code, you'll be ...

5:16
Python data types: list

103 views

7 months ago