Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,317 results
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
808 views
4 years ago
Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He shares what he sees the benefits of ...
459 views
3 years ago
"Early on, the biggest benefit was it [FP] gave me a way of engaging with the flow of the data through my program in a manner that ...
1,028 views
"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...
367 views
Imagine we have a block of Python code stored in a string and want to execute it. Here, the `compile()` function converts the code ...
58 views
1 year ago
Describes and explains the Python built-in function - all()
174 views
Curious about the future of programming? In this very first episode of News Room, I'll walk you through the most exciting ...
1,109 views
8 months ago
In today's tutorial, we're diving into a core Python built-in function that is essential for handling binary data: the `bytes()` function.
69 views
"The level of abstraction in Elixir made sense to me." - Andrea Leopardi Learn more about Elixir and functional programming at ...
360 views
Today, we're diving into a powerful feature of Python's asynchronous programming capabilities: the `aiter()` function.
347 views
1,132 views
1,041 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
154 views
1,387 views
Describes the Python Built-in Function: any()
63 views
... faster than hand-written C-code. Learn more about functional programming at Functional Conf: https://confng.in/U-21T5d3.
4,425 views
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
37 views
Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...
1,175 views
3 months ago
... to make your code cleaner and more readable with it. Let's get started! First, what is `enumerate()`? It's a built-in Python function ...
40 views
11 months ago
It's a built-in Python function that dynamically imports a module. While most of us use `import` statements in our code, ...
21 views