ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

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

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

Dan Kornas
Python Programming Fundamentals | Python Functions

You'll also learn about more advanced topics like recursion, lambda functions, and handling variable-length arguments. By the ...

11:28
Python Programming Fundamentals | Python Functions

437 views

1 year ago

Christian Drumm
Python for Beginners - Week 5 Unit 2 - Returning results from functions

As you have already seen the first unit, function is defined using the keyword def, and then the content of the function is indented.

7:40
Python for Beginners - Week 5 Unit 2 - Returning results from functions

81 views

2 years ago

Artefisual
⚙️ ¿Qué es el Cálculo Lambda?

El cálculo Lambda fue una herramienta inventada en 1930 para describir con simpleza los elementos principales de la ...

5:42
⚙️ ¿Qué es el Cálculo Lambda?

19,305 views

3 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 2 : Lambda expressions

Advanced Features of Functions Part 2 : Lambda expressions.

15:13
Lecture 14 : Advanced Features of Functions Part 2 : Lambda expressions

5,695 views

6 years ago

Craig Piercy
Python built-in function: filter()

The `exec()` function dynamically executes Python code, which can include entire statements, blocks, or even function definitions.

4:06
Python built-in function: filter()

243 views

1 year ago

Craig Piercy
Python built-in function: map()

Here, `map()` applies the lambda function to square each number in the list, and the result is converted to a list using `list()`.

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

144 views

11 months ago

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

Python est un langage multiparadigme qui supporte évidemment la programmation objet, mais qui supporte également certains ...

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

3,561 views

8 years ago

Craig Piercy
Python built-in function: type()

By the end of this video, you'll know what `type()` does, how it works, and why it's an essential function in Python programming.

5:15
Python built-in function: type()

32 views

9 months ago

Craig Piercy
Python  built-in function: ascii()

Describes the Python built-in function ascii()

4:04
Python built-in function: ascii()

56 views

1 year ago

Craig Piercy
Python Built-in Function - import()

It's a built-in Python function that dynamically imports a module. While most of us use `import` statements in our code, ...

5:06
Python Built-in Function - import()

194 views

1 year ago

BiswasXTech
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

In this quick and powerful Python tutorial, you'll learn how to instantly get the ASCII value of any character using the built-in ord() ...

6:13
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

13 views

4 months ago

Solve Computer Science
Understand Python unit tests in 5 minutes

In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...

5:15
Understand Python unit tests in 5 minutes

101 views

2 years ago

The Beauty and Joy of Computing
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

So we're going to try a little example in which I'm going to have a list of functions, I'm going to see and explore another function ...

10:23
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

20 views

4 years ago

Google for Developers
Functions are Fun, pt 1 - Dart Tips, ep. 6

Part 6 in a series about Dart's language and libraries. Posted to GoogleDevelopers as a treat, for all videos, see ...

6:05
Functions are Fun, pt 1 - Dart Tips, ep. 6

5,078 views

13 years ago

엄노니
PyQt, PyQt5! 만들면서 배워요! #6 : lambda 함수 적용 | 여러 버튼에 한 함수 걸기(2)

https://velog.io/@umnoni.

4:32
PyQt, PyQt5! 만들면서 배워요! #6 : lambda 함수 적용 | 여러 버튼에 한 함수 걸기(2)

6,351 views

7 years ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,040 views

7 years ago

Danny Heap
racket recursion video 3/6 --- koch curve with local definition

video from http://www.cdf.toronto.edu/~heap/racket_lectures.html shows how to create a koch fractal without those annoying ...

4:44
racket recursion video 3/6 --- koch curve with local definition

1,808 views

12 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 4 : Function over loading and  lecture conclusion

Advanced Features of Functions Part 4 : Function over loading and lecture conclusion.

11:04
Lecture 14 : Advanced Features of Functions Part 4 : Function over loading and lecture conclusion

4,480 views

6 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

672 views

6 years ago

Eduardo Mendes
Minissérie Pythonica: Funções #1 -  Definindo funções

O canal é mantido por uma iniciativa de financiamento coletivo: Apoia-se: https://apoia.se/livedepython picpay: @livedepython ...

6:24
Minissérie Pythonica: Funções #1 - Definindo funções

8,478 views

6 years ago

timClicks
Rust on AWS Lambda Quickstart

Get your first Rust-based Lambda function live in less than 5 minutes. Resources: - Rust in the AWS Developer Center: ...

6:07
Rust on AWS Lambda Quickstart

3,627 views

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

866 views

5 years ago

Filip Hráček
Dart 2.15: What's new

Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...

14:04
Dart 2.15: What's new

17,439 views

4 years ago