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
31,592 results
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
807 views
4 years ago
In the real world, your coworkers will appreciate clean, easy to read, functional code. People doin #Shorts #Programming #coding ...
1 view
3 years ago
Get Cracked at Coding: https://app.codecrafters.io/join?via=lcarrio Ocaml is a general-purpose, functional programming language ...
51,359 views
1 year ago
Top 5 articles of the week Full article: 5. Introducing Flashback, an Internet mocking tool ...
558 views
8 years ago
Aaron Hsu shares his take on coming to functional programming when you are familiar with OOP. He has spoken at Functional ...
647 views
1,303 views
What's the hack for creating a singleton class in Python? 🖼️ A Singleton ensures only one instance of a class exists. 🖼️ This is ...
496 views
What's the secret to using map for functional programming? The map function applies a given function to all items in an iterable.
452 views
Why use map and filter in Python? Using map and filter can reduce code length. They allow for more readable and cleaner ...
451 views
"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...
367 views
shorts #python #pythonprogramming #pythonshorts #short #shortvideo #pythontutorial #python3 #python #pythonshorts #shorts ...
898 views
2 years ago
28 views
Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He took time to share with us how he ...
519 views
What is the best way to merge lists into a dictionary? Merging lists into a dictionary can be tricky. But using dictionary ...
447 views
How to create a singleton class in Python? Creating a singleton ensures only one instance of a class. This is useful for ...
100 views
How can pandas simplify data analysis in Python? Pandas helps in managing large datasets efficiently. You can quickly ...
64 views
Is this essential functional programming feature missing from python? Helpful? Please use the *Thanks* button above! Or, thank ...
12 views
2 weeks ago
This talk is an introduction of sorts to Hy, a Lisp dialect embedded in Python. We'll explore the semantic designs of Hy from a Lisp ...
3,904 views
10 years ago
How can I prevent circular dependencies in Python? 🏍️ Circular dependencies happen when two modules import each other.
103 views
How does Python typing enhance code clarity? The typing module adds clarity by specifying data types. It helps avoid bugs ...
268 views
How do you throttle functions in Python? Throttling limits how often a function can be called. It prevents functions from ...
55 views
python #pythonshorts #shorts #coding Learn how to filter prime numbers from a range using a custom function and Python's filter() ...
676 views
Functional programming in Python: 2048 merge functions Helpful? Please support me on Patreon: ...
11 views
This method is particularly useful in functional programming styles. Understanding this can greatly improve your codes safety.
34 views
How does inspect.getsource reveal code in Python? inspect.getsource allows you to see the actual code of any Python function ...
26 views