ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

703 results

Dan Kornas
Python Programming Fundamentals | Python Sets

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

7:41
Python Programming Fundamentals | Python Sets

438 views

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

Code Lab
Sets in Python

This video tell us about Sets in Python.

3:22
Sets in Python

30 views

4 years ago

Jill Jones
Python Chapter 7 Intro to Sets

Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.

12:33
Python Chapter 7 Intro to Sets

461 views

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

58 views

7 months ago

pyOpenSci: open source for open science
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

Learn how to turn your Python code into a reusable package with Hatch! From setup to installation, this beginner-friendly tutorial ...

15:32
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

586 views

8 months ago

Spoken-Tutorial IIT Bombay
Sets - English

Sets About sets in python.

9:55
Sets - English

1,148 views

11 years ago

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

CMPUT 175
07  Sets—CMPUT 175

Topics covered: - Syntax - Operations - Mutability - Uniqueness 2018 © University of Alberta This work is licensed under a ...

7:06
07 Sets—CMPUT 175

4,098 views

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

9 months ago

Jeremy Howard
Lesson 4: Practical Deep Learning for Coders 2022

00:00:00 - Using Huggingface 00:03:24 - Finetuning pretrained model 00:05:14 - ULMFit 00:09:15 - Transformer 00:10:52 - Zeiler ...

1:34:37
Lesson 4: Practical Deep Learning for Coders 2022

118,403 views

3 years ago

Chuck Severance
Python for Informatics - Chapter 10 - Tuples

This is Chapter 10 from Python for Informatics - Exploring Information. From www.pythonlearn.com. All Lectures: ...

26:37
Python for Informatics - Chapter 10 - Tuples

30,854 views

12 years 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()

14 views

8 months ago

OpenMDAO
Multiobjective optimization

Multiobjective optimization is somewhat of a misnomer -- you actually have to have predefined weightings for each of the ...

5:49
Multiobjective optimization

22,165 views

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

Jeremy Howard
Lesson 5: Practical Deep Learning for Coders 2022

00:00:00 - Introduction 00:01:59 - Linear model and neural net from scratch 00:07:30 - Cleaning the data 00:26:46 - Setting up a ...

1:42:49
Lesson 5: Practical Deep Learning for Coders 2022

90,798 views

3 years ago

Tyler Caraza-Harter
CS 320 Nov 2 (Part 1) - Shapely Venn Diagram

... kind of cool just like um with shapely shapes we have this intersection and difference the same thing works for python sets so so ...

24:31
CS 320 Nov 2 (Part 1) - Shapely Venn Diagram

451 views

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

7 months ago

Orange Data Mining
tSNE vs MDS vs PCA

In this video, we take a closer look at Multidimensional scaling (MDS). We practice its use on a small data set. Then, using a data ...

5:54
tSNE vs MDS vs PCA

12,507 views

2 years ago

Solve Computer Science
Smart way to create matrix in Python

This video shows you how to create square matrices in Python using normal lists and NumPy. Using NumPy has the advantage to ...

5:52
Smart way to create matrix in Python

129 views

2 years ago