Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,905 results
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
446 views
1 year ago
Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.
461 views
9 years ago
Today, we're talking about the `set()` function— a versatile and powerful tool for working with sets in Python. By the end of this ...
11 views
8 months ago
You can also perform the usual set functions on Python sets. Here: - we use union to combine the sets (notice no duplicates) - we ...
60 views
7 months ago
Subscribe to Support!! Download free PDF: https://drive.google.com/file/d/15exdsxE1WHAEt--ao4v6O3DJxT2BQK1t/view ...
119 views
Topics covered: - Syntax - Operations - Mutability - Uniqueness 2018 © University of Alberta This work is licensed under a ...
4,120 views
8 years ago
It's a built-in Python function that creates an immutable set. Unlike regular sets, a `frozenset` cannot be modified after it's created.
42 views
10 months ago
Python has multiple data types and data structures that you can use to store and manipulate data efficiently. In this video, we will ...
134 views
Python has multiple data types and data structures that you can use to store and manipulate data efficiently. Some of them are ...
63 views
6 months ago
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
90 views
17 views
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) ...
14 views
In this episode, we discuss data type, and how variables of differing types interact with one another. Key concepts and keywords ...
2,740 views
7 years ago
30 views
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 ...
21 views
29 views
In Python, a `list` is an **ordered collection** of items, which can be of any data type — numbers, strings, booleans, even other ...
103 views
This video shows you how to create square matrices in Python using normal lists and NumPy. Using NumPy has the advantage to ...
132 views
2 years ago
`frozenset` is a built-in Python data structure that represents an immutable set — that is, a set whose elements can't be changed ...
28 views