ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

88 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()

145 views

1y 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,581 views

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

296 views

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

1,031 views

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

33,762 views

5y ago

J David Eisenberg
Chapter 7: Function Prototypes

Using function prototypes allows you to call functions before you have defined their function body.

5:01
Chapter 7: Function Prototypes

182 views

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

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

8mo ago

J David Eisenberg
Chapter 2: Arithmetic operations in Python

A summary of arithmetic and order of operations.

6:17
Chapter 2: Arithmetic operations in Python

429 views

8y 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,707 views

7y ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,040 views

7y ago

Meri (Engel) Kasprak - programming videos
PRG-105: Inheritance in Python

Creating an initial bakery class - we will use it for more specfic classes in the following videos. View an annotated PDF ...

4:27
PRG-105: Inheritance in Python

516 views

9y ago

NPTEL IIT Bombay
Week 3: Tutorial 3

Week 3: Tutorial 3.

8:39
Week 3: Tutorial 3

677 views

4y ago

makingthematrix
Programming with Functions #4 - unapply and newtype

Design your code around your cats. Data. I mean data. This is a direct continuation of the previous video in this series, the one ...

10:01
Programming with Functions #4 - unapply and newtype

870 views

5y ago

Cours Python
9.3 Les clôtures de fonctions

Donc, avant d'expliquer cette technique, il faut que je vous explique ce qu'est une variable libre, en Python. En Python, nous ...

12:34
9.3 Les clôtures de fonctions

2,393 views

8y ago

Cours Python
4.5 Modifying the scope with global and nonlocal

Lorsque l'interpréteur Python trouve global a, pour lui, la variable a qui sera utilisée dans la fonction, ça n'est plus une variable ...

10:35
4.5 Modifying the scope with global and nonlocal

1,552 views

8y ago

COMPUTER & EXCEL SOLUTION
Predefined function filter in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

4:41
Predefined function filter in Python@COMPUTEREXCELSOLUTION

27 views

3y ago

Cours Python
5.1 Itérable, itérateur, itération

Cette semaine, nous allons voir deux autres notions clés en Python: la notion d'itérateur et d'espace de nommage. Les itérateurs ...

10:44
5.1 Itérable, itérateur, itération

5,167 views

8y ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

- [Instructor] So let's go ahead and actually implement out this map. One of the reasons we've called it a map here is because if ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,370 views

8y ago

Mark Newman
How to Implement the FFT: A Coding Tutorial

Learn how to implement the FFT in this practical coding tutorial in which I guide you step-by-step through the process of writing a ...

13:12
How to Implement the FFT: A Coding Tutorial

4,617 views

11mo ago