Python Lazy Imports You Can Use Today There’s a proposal for Python to natively support lazy importing starting in Python 3.15. However, there are techniques that allow you to use lazy importing now. This post shows you how. BRIAN OKKEN
Python Descriptors Learn what Python descriptors are, how the descriptor protocol works, and where descriptors are useful, with hands-on examples. REAL PYTHONcourse
Async Functions in Celery With Django Connection Pooling Celery doesn’t directly support async code. There are ways around it, but you have to be careful not to exhaust the connection pool. This post shows you what you can do to use Django’s async features with a Celery task manager backend. DON BROWN
Guido van Rossum and Beyond the AI Hype ODMS Industry Watch interviews Python creator Guido van Rossum and they talk about how AI is effecting the industry. Guido isn’t worried about world killing robots, but it becoming easier for bad actors to do bad things. ROBERTO V ZICARI
Evolving Teaching Python in the Classroom How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroom. REAL PYTHONpodcast
Writing Maintainable Code “Maintainable code is can easily be the difference between long-lived, profitable software, and short-lived money pits.” Read on to see just what maintainable code is and how to achieve it. PATRICK ALTMAN
How to Use Python: Your First Steps Learn how to use Python—install it, run code, and work with data types, functions, classes, and loops. Explore essential tools and build a solid foundation. REAL PYTHON
Neural Networks: Simpler Than You Think A walkthrough of implementing a neural network from scratch in Python, exploring what makes these seemingly complex systems actually quite straightforward. HAMZA KHUSWAN
Share the Work you Make With Streamlit, FastAPI, Shiny, & Other FOSS Frameworks Posit Connect Cloud allows users to publish, host, and manage interactive apps, dashboards, Python models, APIs, and more. It offers a centralized, self-service platform for Python-based data science. Amplify your impact by streamlining deployment. POSITsponsor