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,349 results
At the end of the course, we had a general panel discussion/Q&A session with all of these instructions. We discuss many ...
50 views
2 years ago
Lightning talk given at Sapo Codebits 2014.
114 views
11 years ago
Learn how to perform stateful distributed computation in Python with the Ray actors API.
8,632 views
4 years ago
"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...
367 views
3 years ago
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
802 views
"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,014 views
... and how it can be a game-changer in dynamic programming. Let's get started! What is `globals()`? It's a built-in Python function ...
49 views
9 months ago
Parallel programming: doing more than one thing at a time. It is often needed when you need more computer power, and there are ...
203 views
Ruby Preserves by Craig Buchek How simple can we make an Object-Relational Mapper (ORM) that's still useful? What if we just ...
714 views
10 years ago
Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He shares what he sees the benefits of ...
458 views
In this video I compare and contrast the Apache Spark and the Ray frameworks, including how they differ conceptually, differences ...
13,913 views
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
243 views
10 months ago
Currently everyone is talking about large language models and other models in data science. Everyone is worried about training ...
279 views
1 year ago
... by Gavin McGimpsey We love Ruby's object orientation, and you might have heard functional programming is the new hotness.
2,204 views
9 years ago
This allows you to process and store the results of functional programming constructs in list form. Here are some key points to ...
34 views
Python's intuitive syntax and fast learning curve make it ideal for newcomers to programming, while its versatility spans web ...
64 views
`map()` is a functional programming tool that avoids writing explicit loops. 2. It's memory-efficient because it returns an iterator ...
144 views
8 months ago
This workshop provides an introduction to Python, a concise and easy-to-read programming language. Python is inherently ...
165 views
5 years ago
Curious about the future of programming? In this very first episode of News Room, I'll walk you through the most exciting ...
1,103 views
6 months ago
Master this cornerstone of functional programming and learn the answer to the ultimate riddle: how do you change a list while ...
1,724 views
286 views
Rust is a systems-level programming language that has generated a lot of buzz in the developer community since it's public ...
17,914 views
Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...
1,169 views
1 month ago
1,024 views
4 Programming Paradigms in 45 Minutes by Aja Hammerly One of the most important lessons I've learned is that programming ...
7,714 views
8 years ago