4:08
Level up your Python scripts with uv
A practical guide to uv, a fast Python package manager written in Rust, demonstrated through a real-world example using ...
7:32
You should put this in all your Python scripts | if __name__ == '__main__': ...
Python's favorite unexplained incantation! Do you know def main if __name__ == '__main__'? In this video I explain why your ...
30:59
"See CPython run: Getting to know your Python interpreter" - James Bennett (North Bay Python 2019)
James Bennett https://2019.northbaypython.org/schedule/presentation/10/ Python is a pretty neat language, but without an ...
12:00
Is Your Python Code Unsafe? GIL’s Hidden Secret
In this video, we take a deep dive into the inner mechanics of Python's Global Interpreter Lock (GIL), which is a must for all ...
8:01
Python Modules Explained: The Key to Simplify, Organize, Reuse, and Scale Your Code Effectively!
Ready to take your Python skills to the next level? In this in-depth tutorial, we're diving deep into Python Modules—a fundamental ...
39:13
Python Tutorial: Unit Testing Your Code with the unittest Module
In this Python Programming Tutorial, we will be learning how to unit-test our code using the unittest module. Unit testing will allow ...
2:10
How to turn your Python file (.py) into an .exe (Tutorial 2021)
Hey guys! How's it going? In this video I'll be showing you how to create a .exe in Pycharm using Python. Cool right? Let me know ...
5:16
What are Makefiles and why + how to use them in your Python projects
In this video we'll introduce you to Makefiles, what are they, why would you use them and how to use them I (Bob) show several ...
13:29
How I Would Learn Python FAST (if I could start over)
If I had to learn Python again from scratch.. and learn it FAST - this is exactly how I'd do it. After teaching myself Python in just two ...
5:32
5 Tips to Safely Use Credentials in Your Python Project
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 5 simple tips to ...
3:12
How to manage your Python workflow in 2026
In this video I'll show you how to use a tool called uv to manage your Python projects. UV Docs: https://docs.astral.sh/uv/
21:10
This Is Why Your Python Code Turns Into Spaghetti
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Why do Python projects turn into spaghetti so ...
10:33
Visualizing your Python code with "Python Tutor"
Python and Pandas with Reuven Lerner
I often use the "Python Tutor" code visualizer in my corporate training — and if you're having trouble understanding your code, you ...
14:12
Make Your Python Code 10x Faster (7 Simple Fixes)
Python Mentorship Program — https://www.zerotoknowing.com/interactive-python Join 9k+ Readers — Python Newsletter ...
5:35
Use THIS Language to Speed Up Your Python Code
Python's slowness can be fixed by extending it using other languages. Previously, I've suggested Rust for the job. But is it really ...
10:34
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…
These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...
1:26
How to add a login system to your python application
KeyAuth is an open source authentication system with cloud-hosted subscriptions as well. Our login system has examples made ...
7:01
How to Make Your Python Code More Modular and Reusable
Unlock the full potential of your Python projects with our latest video, 'How to Make Your Python Code More Modular and ...
46:17
Stefan Behnel - Cython to speed up your Python code
Cython to speed up your Python code [EuroPython 2018 - Talk - 2018-07-26 - Moorfoot] [Edinburgh, UK] By Stefan Behnel Cython ...
10:20
Getting Started with Python in VS Code (Official Video)
In the “Getting Started with Python in VS Code” video, with @ReynaldAdolphe , viewers learn how to efficiently set up Python ...