Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
The most challenging topic for me was #Python package imports. Thank you #RealPython
What's a Python Namespace Package, and What's It For? https://realpython.com/python-namespace-package/
In this tutorial, you'll be exploring Python namespace packages: what they are, what they're for, and how you can use them in your package systems. Along the way, you'll create your own set of namespace packages and explore how you might be able to use them in your own projects.
🔍 / #software / #python / #asyncio
Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.
Is this Chris' solo debut, on Real Python?
Another excellent, informative Real Python episode with stellar show notes, thanks guys.
@b0rk
They mentioned you on the latest Real Python podcast! Episode 245, TUIs and GUIs, Choosing a User Interface for Your Python Project
There is a 6-minute segment on your work and they cite your name.
00:34:23 – “Rules” That Terminal Programs Follow
#realPython
@digiglean Christopher Bailey
My first tutorial for Real Python @realpython got published 🎉
"Python Thread Safety: Using a Lock and Other Techniques": https://realpython.com/python-thread-lock/
Unexpected things can happen when we try to introduce multithreading to existing Python code. Read the tutorial to spot such race conditions in multithreaded code and learn to fix them using Python's synchronization primitives.
Read now at: https://realpython.com/python-thread-lock/
In this tutorial, you'll learn about the issues that can occur when your code is run in a multithreaded environment. Then you'll explore the various synchronization primitives available in Python's threading module, such as locks, which help you make your code safe.
POV: Senior Python developer with 30 years of experience