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
197 results
Learn Python threading and understand how the Python GIL is explained through bytecode analysis and real performance ...
231 views
7 months ago
Discover Python's short-circuit evaluation optimization through bytecode analysis! Learn how 'and' and 'or' operators skip ...
28 views
6 months ago
PyCon Greece - Athens, 29-30 August 2025 Pablo Galindo Salgado works in the Python Infrastructure team at the Software ...
182 views
2 months ago
This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Thread_(computing) 00:00:48 1 Single vs ...
19 views
7 years ago
Discover the real performance difference between FOR and WHILE loops in Python! Through 1000000 iterations and bytecode ...
270 views
Hi everyone in this session, we'll be talking about the end of threads and program termination. It's a topic we're coming back to ...
1,779 views
9 years ago
I used to find writing CUDA code rather terrifying. But then I discovered a couple of tricks that actually make it quite accessible.
81,058 views
2 years ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
820 views
1 year ago
Stop Creating 100 Variables! Learn Python Lists in 5 Minutes | Animated Tutorial Tired of managing dozens of separate variables ...
27 views
Python for else loop explained! Learn how the for-else statement works with break statements in Python. This controversial Python ...
1,120 views
We'll continue analyzing the Signal app on iOS. This time, we add a backtrace to see which functions are accessing the message ...
2,160 views
3 years ago
596 views
First, it creates Thread t1 then Thread t2 then Thread t3. For now, Threads have been created, execution hasn't taken place and ...
2,872 views
Sr. R&D Manager at the Qt Company, open-source enthusiast, and serial community/conference organizer. Since its release, Qt ...
62 views
Python Try Else In this video we are going to discuss about a controversial concept - try-else in Python. It is a unique feature to ...
336 views
What does GIL really guarantee you? by Daniel Vartanov You probably heard that Global Interpreter Lock (GIL) in Ruby "allows ...
2,941 views
8 years ago
839 views
This video will focus on defining variables in Python, a good starting point for beginners in programming. You will learn about ...
53 views
8 months ago
Learn how to implement the Singleton Pattern in Python and ensure only one instance of a class exists throughout your program.
67 views
Learn how callable objects in Python work and discover how to make your classes behave like functions! In this tutorial, we dive ...
64 views