ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

210 results

Craig Piercy
Python built-in function: map()

What is `map()`? It's a built-in Python function that applies a given function to every item in an iterable, returning a map object (an ...

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

144 views

10 months ago

Cours Python
5.2 Objet fonction, fonction lambda, map et filter

En Python moderne, on préfère utiliser les compréhensions de liste aux fonctions map et filter. Dans cette vidéo, nous avons vu la ...

8:43
5.2 Objet fonction, fonction lambda, map et filter

3,552 views

8 years ago

Lisa DeBruine
Map and Apply

Use the map and apply functions to run functions over a range of argument values.

10:22
Map and Apply

295 views

5 years ago

COMPUTER & EXCEL SOLUTION
How to use predefined function map in python in hindi@COMPUTEREXCELSOLUTION #pythonprogramming

python #pythonprogramming Join this channel to get access to perks: ...

1:07
How to use predefined function map in python in hindi@COMPUTEREXCELSOLUTION #pythonprogramming

23 views

2 years ago

Programming threads
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...

1:01
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

1,173 views

2 months ago

Matthew Curinga (mxc)
Sequential, divergent, and categorical colormaps in python

This videos is for week 4 of Intro to Programming at Adelphi University 2024. We look at plotting US Census data for large cities in ...

1:09:39
Sequential, divergent, and categorical colormaps in python

206 views

1 year ago

Danny Heap
racket aggregates video 2.9/6 --- maps

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on using map to transform list elements to create a new list.

3:17
racket aggregates video 2.9/6 --- maps

1,780 views

12 years ago

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...

4:35
Lambda expressions

37 views

4 years ago

DevByte Nexus
JavaScript Custom Map #interview #questions

How to create your own custom map function in JavaScript?

0:59
JavaScript Custom Map #interview #questions

79 views

2 years ago

nptelhrd
Mod-05 Lec-38 Advanced Functions

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

46:30
Mod-05 Lec-38 Advanced Functions

2,489 views

10 years ago

BiswasXTech
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

Learn Python the Smart Way! In this quick tutorial, you'll discover how to generate powers of 2 using a sleek lambda function—no ...

10:23
💡Powers of 2 in Python Using Lambda Function ⚡ No Loop Needed

12 views

4 months ago

OpenMDAO
Fitting tabular data using smooth curve fits

If you're fitting a curve or surface to data and want to ever use gradient-based optimizers or Newton solvers, make sure to do it in a ...

7:03
Fitting tabular data using smooth curve fits

963 views

3 years ago

caltech
Lecture 15 - Kernel Methods

Kernel Methods - Extending SVM to infinite-dimensional spaces using the kernel trick, and to non-separable data using soft ...

1:18:19
Lecture 15 - Kernel Methods

230,311 views

13 years ago

Neo4j
Creating and Manipulating Data-Structures (Map, Dict, Hash) with APOC (#7)

While Cypher can create and use literal maps/documents, APOC adds functions to create and update them dynamically and also ...

14:44
Creating and Manipulating Data-Structures (Map, Dict, Hash) with APOC (#7)

3,703 views

7 years ago

weecology
Exploring lagged correlations between different time series

Autocorrelation pt7. As a fun aside, we will use some of the concepts we've learned about in the context of autocorrelation to learn ...

6:24
Exploring lagged correlations between different time series

32,985 views

5 years ago

Danny Heap
racket aggregates video 3/6 --- maps

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on using map to transform list elements to create a new list.

3:24
racket aggregates video 3/6 --- maps

2,965 views

12 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,521 views

7 years ago

Chuck Severance
Python for Informatics - Chapter 7 Files

This is Chapter 7 for Python for Informatics. www.pythonearn.com All Lectures: ...

24:39
Python for Informatics - Chapter 7 Files

40,076 views

13 years ago

The Digital Cat
Object-oriented programming in Python - Part 1 - Basic concepts

Welcome to a new series of videos on the Python programming language. This time I want to tackle OOP, Object-oriented ...

8:15
Object-oriented programming in Python - Part 1 - Basic concepts

668 views

6 years ago

makingthematrix
Programming with Functions #8: Monads

Monads. The you know what. That dreaded word. Monoids in the category of endofunctors. Burritos with rules. They have a bad ...

11:47
Programming with Functions #8: Monads

1,213 views

4 years ago