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
583 results
`map()` is a functional programming tool that avoids writing explicit loops. 2. It's memory-efficient because it returns an iterator ...
144 views
10 months ago
In today's video, we're diving into Python's `exec()` function, a built-in tool that lets you execute dynamically created Python code.
243 views
11 months ago
... 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 ...
53 views
This allows you to process and store the results of functional programming constructs in list form. Here are some key points to ...
34 views
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
11 views
217 views
Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...
173 views
9 months ago
30 views
105 views
In this video, I'll show you why Python decorators can actually slow down your code — using real bytecode analysis and ...
3 months ago
43 views
In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...
57 views
94 views
... Complex numbers in Python behave just like you'd expect from your math or engineering classes — but with the power of code.
28 views
8 months ago
Introductory CS courses often use scripting languages such as Python. A notional machine is a predictive set of abstractions ...
85 views
5 months ago
148 views
1 year ago
... `super()` function— a built-in Python feature that simplifies working with inheritance in object-oriented programming. By the end ...
123 views
Software testing is a fundamental part of modern software development, and especially important for science since results should ...
55 views