ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

72 results

Dan Kornas
Python Programming Fundamentals | Python Functions

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

11:28
Python Programming Fundamentals | Python Functions

391 views

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

3 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

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?

18,730 views

3 years ago

Craig Piercy
Python built-in function: filter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

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

243 views

10 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,536 views

7 years ago

DigiLing
DigiLing - Introduction to Python for Linguists - Unit 11.6

We can also sort our dictionary with the function "sorted". So, "print... ...sorted... ... D 2... ...items... ...key, equal sign,... ...lambda... ...x ...

7:20
DigiLing - Introduction to Python for Linguists - Unit 11.6

267 views

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

8 months 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,684 views

6 years ago

Craig Piercy
Python  built-in function: ascii()

Describes the Python built-in function ascii()

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

50 views

11 months ago

Craig Piercy
Python built-in function: type()

Here we create a new class by using type() and the arguments "MyClass", 'object' and 'greet' With a lambda function 'self'.

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

32 views

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

192 views

1 year ago

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

In the last unit you were introduced to functions in principle, and now, we are going a little bit more into the details. Functions often ...

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

81 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! ⚡

12 views

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

665 views

6 years ago

Data Analytics Ireland
How to Pass Multiple Lists to a Function And Compare

Are you using Python and wondering how to pass multiple lists to a function and compare the data? Here we have some code that ...

8:34
How to Pass Multiple Lists to a Function And Compare

1,402 views

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

97 views

2 years ago

Davishahl Numerical Methods
NM5-3 N R with FD Jacobian
6:02
NM5-3 N R with FD Jacobian

310 views

8 years ago

Data Analytics Ireland
How To Sort a Python Dictionary

If you are looking at how to sort a python dictionary and need to understand a few different approaches, then this #video will help ...

8:19
How To Sort a Python Dictionary

210 views

2 years ago

J David Eisenberg
Chapter 10: Nested Lists

Working with lists inside lists.

6:50
Chapter 10: Nested Lists

1,033 views

7 years ago