ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

29 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

3 months 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,171 views

2 months ago

Craig Piercy
Python function - aiter()

Today, we're diving into a powerful feature of Python's asynchronous programming capabilities: the `aiter()` function. As we ...

3:41
Python function - aiter()

330 views

1 year 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 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: filter()

In this video, we will discuss the function: exec() Hi Python enthusiasts! In today's video, we're diving into Python's `exec()` ...

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

243 views

10 months ago

Craig Piercy
Python Built-in Function: abs()

In this video, we're uncovering the mysteries of Python's `__import__()` function. It's a lesser-used but powerful function that gives ...

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

18 views

1 year ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Some problems of modernizing Emacs - Eduardo Ochs (he/him)

Watch this on Eduardo's channel instead: https://www.youtube.com/watch?v=Y75Q2IN8Y_M ...

25:23
EmacsConf 2025: Some problems of modernizing Emacs - Eduardo Ochs (he/him)

738 views

1 month ago

Craig Piercy
Python Built-In Function: bin()

Describess the bin() function.

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

336 views

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

9 months ago

Craig Piercy
Python  built-in function: ascii()

Describes the Python built-in function ascii()

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

52 views

11 months ago

Craig Piercy
Python built-in function: callable()

In today's tutorial, we delve into a Python built-in function that's essential for dynamic function execution and testing object ...

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

44 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

8 months ago

Craig Piercy
Python Built-in Function: anext()

Today, we're delving into a built-in function that's pivotal for working with collections: The `all()` function. This concise yet powerful ...

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

288 views

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

3 months ago

Dr. Pavel Vlašánek
You are better at Math than you think (as a Programmer)

... statements 05:10 - Maps To (↦) → Lambda functions 05:28 - Contradiction (⊥) → Exceptions 06:01 - Conclusion *Watch Next* ...

6:28
You are better at Math than you think (as a Programmer)

25,351 views

8 months ago

NUS Hackers
FH #279: Notional Machines for Modern Scripting Languages

Introductory CS courses often use scripting languages such as Python. A notional machine is a predictive set of abstractions ...

44:07
FH #279: Notional Machines for Modern Scripting Languages

77 views

4 months ago

Learn with Shikaar
How to Get the Name of a Function in JavaScript

Explore named and anonymous functions. • Handle cases like function expressions, arrow functions, and default parameter ...

2:47
How to Get the Name of a Function in JavaScript

10 views

6 months ago

Learn with Shikaar
How to Log the Name of a Function in JavaScript

Video Title: Log the Name of a Function in JavaScript In this video, you'll learn how to log the name of a function programmatically ...

2:46
How to Log the Name of a Function in JavaScript

0 views

7 months ago

Learn with Shikaar
Check If 'w' Appears 1 to 3 Times in a String in C# - Validate Count, Case & Edge-Case Handling Now!

Check 'w' Appears 1-3 Times in a String in C# In this video, you'll learn how to detect whether the character 'w' appears between ...

4:07
Check If 'w' Appears 1 to 3 Times in a String in C# - Validate Count, Case & Edge-Case Handling Now!

2 views

2 months ago