ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

96 results

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,169 views

1 month ago

Craig Piercy
Python keyword video reference: LAMBDA

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:37
Python keyword video reference: LAMBDA

13 views

1 year ago

COMPUTER & EXCEL SOLUTION
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

https://youtu.be/B64PWaPt2dI https://youtu.be/NPOYyRSz6bc This is my Technology Related information.Like "O" Level,"CCC", ...

1:15
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

60 views

4 years ago

Craig Piercy
Python built-in function: any()

Describes the Python Built-in Function: any()

3:36
Python built-in function: any()

63 views

11 months ago

Craig Piercy
Python keyword video reference: RETURN

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:49
Python keyword video reference: RETURN

9 views

1 year ago

Craig Piercy
Python function - aiter()

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

3:41
Python function - aiter()

324 views

11 months ago

Craig Piercy
Python keyword video reference: YIELD

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:39
Python keyword video reference: YIELD

29 views

1 year ago

Craig Piercy
Python keyword video reference: GLOBAL

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

3:04
Python keyword video reference: GLOBAL

13 views

1 year ago

Craig Piercy
Python built-in function: callable()

In Python, callable objects include functions, methods, lambdas, and classes. Instances of classes are callable if their class has a ...

3:57
Python built-in function: callable()

44 views

10 months ago

Craig Piercy
Python keyword video reference: DEF

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:58
Python keyword video reference: DEF

18 views

1 year ago

Craig Piercy
Python keyword video reference: NONLOCAL

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:48
Python keyword video reference: NONLOCAL

6 views

1 year ago

Craig Piercy
Python keyword video reference: CONTINUE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:55
Python keyword video reference: CONTINUE

10 views

1 year ago

Danny Heap
racket recursion video 4/6 --- flatten a list

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on how to flatten a nested list so that it includes only simple ...

3:50
racket recursion video 4/6 --- flatten a list

4,209 views

12 years ago

Craig Piercy
Python function all()

Describes and explains the Python built-in function - all()

3:51
Python function all()

174 views

11 months ago

Craig Piercy
Python Built-in Function: abs()

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

3:46
Python Built-in Function: abs()

18 views

11 months ago

Craig Piercy
Python Built-In Function: bin()

Describess the bin() function.

3:52
Python Built-In Function: bin()

335 views

10 months ago

Programming threads
JavaScript vs Python: The Object Destructuring Showdown

If you are new to Python there is an easy to use syntax for destruturing objects that is similar in Javascript #javascript ...

0:47
JavaScript vs Python: The Object Destructuring Showdown

482 views

1 year ago

J David Eisenberg
Chapter 13: Objects as Arguments and Parameters

How to pass objects to a function and get objects returned back from functions.

3:29
Chapter 13: Objects as Arguments and Parameters

124 views

2 years ago

Craig Piercy
Python Built-in Function: anext()

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

3:18
Python Built-in Function: anext()

287 views

11 months ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago