ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

246 results

Craig Piercy
Python built-in function: set()

Today, we're talking about the `set()` function— a versatile and powerful tool for working with sets in Python. By the end of this ...

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

11 views

8 months ago

Craig Piercy
Python data types: set

You can also perform the usual set functions on Python sets. Here: - we use union to combine the sets (notice no duplicates) - we ...

4:54
Python data types: set

60 views

7 months ago

Craig Piercy
Python built-in function: var()

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

4:41
Python built-in function: var()

90 views

8 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: slice()

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

5:01
Python built-in function: slice()

30 views

8 months ago

Craig Piercy
Python built-in function: staticmethod()

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

4:40
Python built-in function: staticmethod()

29 views

8 months ago

Craig Piercy
Python built-in function: setattr()

It's a Python built-in function that sets the value of an attribute on an object. Here's the syntax: setattr(object, name, value) ...

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

15 views

8 months ago

Craig Piercy
Python built-in function: frozenset()

It's a built-in Python function that creates an immutable set. Unlike regular sets, a `frozenset` cannot be modified after it's created.

5:01
Python built-in function: frozenset()

42 views

10 months ago

Craig Piercy
Python built-in function: range

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

17 views

8 months ago

Craig Piercy
Python built-in function: round()

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

4:36
Python built-in function: round()

158 views

8 months ago

Craig Piercy
Python data type: frozenset

`frozenset` is a built-in Python data structure that represents an immutable set — that is, a set whose elements can't be changed ...

4:48
Python data type: frozenset

28 views

7 months ago

Craig Piercy
Python data types: memoryview

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

4:51
Python data types: memoryview

221 views

6 months ago

Craig Piercy
Python data types: bytearray

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

4:56
Python data types: bytearray

135 views

7 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 built-in function: filter()

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: filter()

243 views

10 months ago

Craig Piercy
Python data type: dict

A `dict` in Python is a collection of key-value pairs. Each key is unique and maps to a specific value. You define a dictionary using ...

5:32
Python data type: dict

21 views

7 months ago

Craig Piercy
Python built-in function: super()

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

7:32
Python built-in function: super()

123 views

8 months ago

Craig Piercy
Python built-in function: sum()

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

4:50
Python built-in function: sum()

93 views

8 months ago

3D Printing Geek
The $289 Multi-COLOR UPGRADE Your Creality K1 Needs! CoPrint KCM Set

Upgrade your Creality K1 for multi-color printing with the CoPrint KCM-Set in this detailed tutorial. Thanks to PCBWay for ...

22:06
The $289 Multi-COLOR UPGRADE Your Creality K1 Needs! CoPrint KCM Set

13,311 views

8 months ago

Craig Piercy
Python built-in function: enumerate()

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

3:55
Python built-in function: enumerate()

40 views

10 months ago