atlas news
  Real Python : podcast
24  april     12h00
Becoming a Better Python Developer Through Learning Rust
   How can learning Rust help make you a better Python Developer? How do techniques required by a compiled language translate to improving your Python...
17  april     12h00
Reassessing the LLM Landscape Summoning Ghosts
   What are the current techniques being employed to improve the performance of LLM-based systems? How is the industry shifting from post-training...
10  april     12h00
Advice on Managing Projects Making Python Classes Friendly
   What goes into managing a major project? What techniques can you employ for a project that's in crisis? Christopher Trudeau is back on the show...
27  march     12h00
Limitations in Human and Automated Code Review
   With the mountains of Python code that it's possible to generate now, how's your code review going? What are the limitations of human...
20  march     12h00
Automate Exploratory Data Analysis Invent Python Comprehensions
   How do you quickly get an understanding of what's inside a new set of data? How can you share an exploratory data analysis with your team?...
13  march     12h00
Crafting and Editing In-Depth Tutorials at Real Python
   What goes into creating the tutorials you read at Real Python? What are the steps in the editorial process, and who are the people behind the scenes?...
27  february     12h00
Overcoming Testing Obstacles With Python x27;s Mock Object Library
   Do you have complex logic and unpredictable dependencies that make it hard to write reliable tests? How can you use Python's mock object library...
20  february     12h00
Exploring MCP Apps Adding Interactive UIs to Clients
   How can you move your MCP tools beyond plain text? How do you add interactive UI components directly inside chat conversations? This week on the show...
13  february     12h00
Running Local LLMs With Ollama and Connecting With Python
   Would you like to learn how to work with LLMs locally on your own computer? How do you integrate your Python projects with a local model? Christopher...
06  february     12h00
Improving Your GitHub Developer Experience
   What are ways to improve how you’re using GitHub? How can you collaborate more effectively and improve your technical writing? This week on the show,...
30  january     12h00
Testing Python Code for Scalability What’s New in pandas 3.0
   How do you create automated tests to check your code for degraded performance as data sizes increase? What are the new features in pandas 3.0?...
23  january     12h00
Continuing to Improve the Learning Experience at Real Python
   If you haven't visited the Real Python website lately, then it's time to check out a great batch of updates on realpython.com Dan Bader...
16  january     12h00
Considering Fast and Slow in Python Programming
   How often have you heard about the speed of Python? What's actually being measured, where are the bottlenecks---development time or run time--...
09  january     12h00
Coding Python With Confidence: Beginners Live Course Participants
   Are you looking for that solid foundation to begin your Python journey? Would the accountability of scheduled group classes help you get through the...
02  january     12h00
PyCoder’s Weekly 2025 Top Articles Hidden Gems
   PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2025. Christopher Trudeau is back on the show...
19  december     12h00
Moving Towards Spec-Driven Development
   What are the advantages of spec-driven development compared to vibe coding with an LLM? Are these recent trends a move toward declarative programming...
05  december     12h00
Exploring Quantum Computing Python Frameworks
   What are the recent advances in the field of quantum computing and high-performance computing? And what Python tools can you use to develop programs...
21  november     12h00
Building a FastAPI Application Exploring Python Concurrency
   What are the steps to get started building a FastAPI application? What are the different types of concurrency available in Python? Christopher...
14  november     12h00
Preparing Data Science Projects for Production
   How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible,...
07  november     12h00
Advice for Writing Maintainable Python Code
   What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is...
31  october     12h00
Michael Kennedy: Managing Your Own Python Infrastructure
   How do you deploy your Python application without getting locked into an expensive cloud-based service? This week on the show, Michael Kennedy from...
24  october     12h00
Benchmarking Python 3.14 Enabling Asyncio to Scale
   How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher...
17  october     12h00
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...
10  october     12h00
Python 3.14: Exploring the New Features
   Python 3.14 is here Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz ZaczyÅ ski. This year, Bartosz...
03  october     12h00
Advice on Beginning to Learn Python
   What's changed about learning Python over the last few years? What new techniques and updated advice should beginners have as they start their...
26  september     12h00
Managing Feature Flags Comparing Python Visualization Libraries
   What's a good way to enable or disable code paths without redeploying the software? How can you use feature flags to toggle functionality for...
19  september     12h00
Dangers of Automatically Converting a REST API to MCP
   When converting an existing REST API to the Model Context Protocol, what should you consider? What anti-patterns should you avoid to keep an AI agent...
12  september     12h00
Python App Hosting Choices Documenting Python’s History
   What are your options for hosting your Python application or scripts? What are the advantages of a platform as a service, container-based hosts, or...
05  september     12h00
Large Language Models on the Edge of the Scaling Laws
   What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current...
29  august     12h00
Exploring Mixin Classes in Python
   What is a good way to add isolated, reusable functionality to Python classes? Christopher Trudeau is back on the show this week, bringing another...
22  august     12h00
Travis Oliphant: SciPy, NumPy, and Fostering Scientific Python
   What went into developing the open-source Python tools data scientists use every day? This week on the show, we talk with Travis Oliphant about his...
15  august     12h00
Selecting Inheritance or Composition in Python
   When considering an object-oriented programming problem, should you prefer inheritance or composition? Why wouldn't it just be simpler to use...
08  august     12h00
Harnessing the Power of Python Polars
   What are the advantages of using Polars for your Python data projects? When should you use the lazy or eager APIs, and what are the benefits of each?...
01  august     12h00
Design Patterns That Don x27;t Translate to Python
   Do the design patterns learned in other programming languages translate to coding in Python? Christopher Trudeau is back on the show this week,...
25  july     12h00
Supporting the Python Package Index
   What goes into supporting more than 650,000 projects and nearly a million users of the Python Package Index? This week on the show, we speak with...
11  july     12h00
Comparing Real-World Python Performance Against Big O
   How does the performance of an algorithm hold up when you put it into a realistic context? Where might Python code defy Big O notation expectations...
04  july     12h00
Solving Problems and Saving Time in Chemistry With Python
   What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to...
27  june     12h00
Structuring Python Scripts Exciting Non-LLM Software Trends
   What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line...
20  june     12h00
Scaling Python Web Applications With Kubernetes and Karpenter
   What goes into scaling a web application today? What are resources for learning and practicing DevOps skills? This week on the show, Calvin Hendryx...
13  june     12h00
Starting With marimo Notebooks Python App Config Management
   Looking for a guide on getting started with marimo notebooks? How do you build a reproducible notebook for sharing or create a dashboard with...
06  june     12h00
Rodrigo Girà o Serrà o: Python Training, itertools, and Idioms
   Once you've learned the vocabulary and syntax of the Python language, how do you progress into learning the right combinations to put into your...
30  may     12h00
Python Thread Safety Managing Projects With uv
   What are the ways you can manage multithreaded code in Python? What synchronization techniques are available within Python's threading module?...
23  may     12h00
DjangoCon Europe 2025: Live Recording From Dublin
   What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on the show...
16  may     12h00
Going Beyond requirements.txt With pylock.toml and PEP 751
   What is the best way to record the Python dependencies for the reproducibility of your projects? What advantages will lock files provide for those...
09  may     12h00
Experiments With Gen AI, Knowledge Graphs, Workflows, and Python
   Are you looking for some projects where you can practice your Python skills? Would you like to experiment with building a generative AI app or an...
18  april     12h00
Exploring DuckDB Comparing Python Expressions vs Statements
   Are you looking for a fast database that can handle large datasets in Python? What's the difference between a Python expression and a statement?...
11  april     12h00
Learning Intermediate Python With a Deep Dive Course
   Do you want to learn deeper concepts in Python? Would the accountability of scheduled group classes help you get past the basics? This week, five...
04  april     12h00
GUIs TUIs: Choosing a User Interface for Your Python Project
   What are the current Python graphical user interface libraries? Should you build everything in the terminal and create a text-based user interface...
21  march     12h00
A Decade of Automating the Boring Stuff With Python
   What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what projects,...
14  march     12h00
Manage Projects With pyproject.toml Explore Polars LazyFrames
   How can you simplify the management of your Python projects with one file? What are the advantages of using LazyFrames in Polars? Christopher Trudeau...