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
54 results
From kindergarten to PhD, this may be the most comprehensive video on Python functions. In this chapter, we start with the basics ...
1 view
16 min ago
Full talk title: "How to Build Your First Real-Time Voice Agent in Python (Without Losing Your Mind)" Voice agents powered by ...
0 views
27 min ago
In this talk, I will introduce the Rust programming language from a Python developer's perspective. We will explore some of Rust's ...
33 min ago
Ever wondered where those cool things that you pip install come from? Have you thought about what it might take for you—yes, ...
2 views
26 min ago
This talk explores how UI and UX design principles such as layout, labeling, affordances, and hierarchy can help you write Python ...
3 views
It's common to hear complaints about Python being slow. In this talk, I will show how to make some Python programs dramatically ...
Courses mixing computation and the arts or humanities are usually marketed as “applied.” Students take what they learn in ...
4 views
24 min ago
Full talk title: "What Python Developers Need to Know About Hardware: A Practical Guide to GPU Memory, Kernel Scheduling, ...
28 min ago
The last video of the course. We build a complete command-line task manager using everything we've learned: dataclasses ...
35 min ago
This talk presents how a modern large language model (LLM) inference engine written entirely in Python can reach performance ...
25 min ago
The print() function is a built-in Python function that displays text on the screen. In this case, it prints the message 'Hello World' to ...
39 min ago
You're running a program written in Python and suddenly Segmentation fault (Core dumped) - your program crashed. Wait what?
AI models are often complex, require a lot of resources to run and many considerations in terms of security, privacy, and ...
29 min ago
You've written some Python code. It works great on your machine. Now you want someone else to use that code. How do you ...
32 min ago
In a perfect world, every feature launch is a clean A/B test with a clear winner. In the world of high-growth platforms like Meta, ...
Debugging and testing multithreaded code in Python is so challenging. How do you create reproducible tests of multithreaded ...
GitHub Actions is the dominant CI system for Python open source, used for testing and publishing including trusted publishing to ...
PyLadiesCon is an online conference for the Global PyLadies community. It is one of a kind conference with programming spans ...
From CLI developers to maintainers of large applications, many Python developers have been bitten by the high overhead of ...
Although Python is a multi-paradigm language that supports writing functional code, practically speaking there are limitations that ...