ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

102,020 results

Python Guy
Day10 "Functional Programming": map, filter, zip and reduce

Day 10 – Python Programming Course | Ternary Operator, Clean Coding, Functional Programming (map, filter), Return Statement ...

42:55
Day10 "Functional Programming": map, filter, zip and reduce

51 views

4w ago

Alex
Python map() Explained in 5 Minutes — Stop Using Loops for Everything!

Want to write cleaner and faster Python code? In this video, you'll learn how the built-in map() function can transform entire lists in ...

4:52
Python map() Explained in 5 Minutes — Stop Using Loops for Everything!

34 views

4w ago

ArjanCodes
Stop Checking for None Everywhere

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. 'None' seems harmless at ...

20:32
Stop Checking for None Everywhere

36,360 views

1d ago

PyCon US
The Surprising Effectiveness of Immutable Data Structures - Brett Slatkin

The functional programming style is often praised as the best way to write maintainable programs, in contrast to the ...

40:49
The Surprising Effectiveness of Immutable Data Structures - Brett Slatkin

304 views

9d ago

Indently
How to design a good function in Python

This video was sponsored by Zed, the next-gen code editor: ▷ Try Zed for free: http://zed.dev/download In today's video we're ...

8:30
How to design a good function in Python

8,448 views

4w ago

Programming
The Functional Programming Rule That Eliminates Countless Bugs

One simple rule can make your code more predictable, easier to debug, and safer in concurrent applications. In this short, you'll ...

2:07
The Functional Programming Rule That Eliminates Countless Bugs

2 views

10d ago

Alex
Stop Using range(len()) | Python zip() Explained

In this Python tutorial, you'll learn how the zip() function works and why it's one of the most useful built-in functions in Python.

5:50
Stop Using range(len()) | Python zip() Explained

32 views

2w ago

Python In Production
PhD in Python Functions

... #bytecode #functionalprogramming #turing #gametheory #coding #programming #softwareengineering #pythoninproduction ...

31:18
PhD in Python Functions

836 views

9d ago

infdef
Furry Teaches You Functional Programming - Introduction

Hi, welcome to my math & functional programming lecture series! It's my first time making and recording a lecture on this so if I ...

10:35
Furry Teaches You Functional Programming - Introduction

59 views

10d ago

Python Craft Lab
python print hello world| python print and input |python print function programming for beginners,

python print hello world| python print and input| python print function print python string and variable print python python print and ...

0:31
python print hello world| python print and input |python print function programming for beginners,

77 views

4w ago

Alex
Python Range and Slice Explained in 5 Minutes

In this Python tutorial, you'll learn how `range()` and slicing work with simple examples and clear explanations. We'll cover: ...

4:49
Python Range and Slice Explained in 5 Minutes

12 views

2w ago

Alex
99% of Python Beginners Use sorted() Wrong

Learn everything about sorting in Python with practical examples. In this tutorial you'll learn: ✓ How the sorted() function works ...

7:33
99% of Python Beginners Use sorted() Wrong

24 views

3w ago

Alex
Why Your List Comprehensions Are Killing Performance

In this video, we dive into the functional programming benefits, memory efficiency, and lazy evaluation that make map() a superior ...

1:55
Why Your List Comprehensions Are Killing Performance

18 views

8d ago

Programming With Indra
#110 - Python Higher-Order Functions Explained in 5 Minutes 🚀 - Python Course 💻

Want to write more flexible and powerful Python code? In this video from Programming with Indra, you'll learn about ...

5:29
#110 - Python Higher-Order Functions Explained in 5 Minutes 🚀 - Python Course 💻

7 views

2w ago

Alex
Stop Reversing Lists Wrong in Python | reversed() Function Explained

Learn how Python's built-in reversed() function works and why it's often better than creating a reversed copy of a list. In this lesson ...

3:35
Stop Reversing Lists Wrong in Python | reversed() Function Explained

6 views

3w ago

Alex
The Secret Behind Python For Loops

Python Iterators Explained (For Beginners) In this video, we break down one of the most important but often misunderstood ...

5:27
The Secret Behind Python For Loops

32 views

2w ago

CodeToAGI
Stop Writing For Loops in Python! Use map, filter, zip, reduce Instead | Ep 31

That for-loop you just wrote? It's doing 3 jobs at once when one clean line could do it all. In this episode you'll finally master ...

10:11
Stop Writing For Loops in Python! Use map, filter, zip, reduce Instead | Ep 31

12 views

3w ago

Programming With Indra
Python Tutorial: Decorators - Dynamically Alter The Functionality Of Your Functions

Want to master one of the most powerful features in Python? In this 30-minute Python Decorators Full Course, you'll learn ...

30:52
Python Tutorial: Decorators - Dynamically Alter The Functionality Of Your Functions

42 views

2w ago

Anzel | Sky Lang
The Async/Await Problem That Followed Me Everywhere -- Python, JavaScript, Go vs Sky

Every backend I have ever built eventually needs to do the same thing. Fetch a few things in parallel. Retry each one if it fails.

8:22
The Async/Await Problem That Followed Me Everywhere -- Python, JavaScript, Go vs Sky

1,053 views

6d ago

Alex
Write Cleaner Python Code with enumerate()

In this Python tutorial, you'll learn how to use the `enumerate()` function to access both the index and value while looping through ...

3:57
Write Cleaner Python Code with enumerate()

15 views

2w ago