atlas news
    
Real Python : Podcast
11  octobre     12h00
Exploring the New Features of Python 3.13
   Python . is here Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the Real Python team and a showcase tutorial, Python . : Cool New Features for You to Try. ...
27  septembre     12h00
Using Virtual Environments in Docker & Comparing Python Dev Tools
   Should you use a Python virtual environment in a Docker container What are the advantages of using the same development practices locally and inside a container Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
20  septembre     12h00
Thriving as a Developer With ADHD
   What are strategies for being a productive developer with ADHD How can you help your team members with ADHD to succeed and complete projects This week on the show, we speak with Chris Ferdinandi about his website and podcast ADHD For the Win
13  septembre     12h00
Configuring Git Pre-Commit Hooks & Estimating Software Projects
   How do you take advantage of Git pre commit hooks How do you build custom software checks and rules that run every time you commit your code Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
06  septembre     12h00
Astrophysics and Astronomy With Python & PyCon Africa 2024
   Are you interested in practicing your Python skills while learning how to solve astrophysics and astronomy problems Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
23  août     12h00
Exploring Robotics and Python Through Electronic Projects
   Are you interested in learning robotics with Python Can physical electronics based projects grow a child’s interest in coding This week on the show, we speak with author Marwan Alsabbagh about his book Build Your Own Robot Using Python, CRICKIT, and Raspberry Pi.
16  août     12h00
Packaging Data Analyses & Using pandas GroupBy
   What are the best practices for organizing data analysis projects in Python What are the advantages of a more package centric approach to data science Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
09  août     12h00
Learning Through Building the Black Python Devs Community
   What hurdles must be cleared when starting an international organization How do you empower others in a community by sharing responsibilities This week on the show, we speak with Jay Miller about Black Python Devs.
02  août     12h00
Using GraphQL in Django With Strawberry & Prototype Purgatory
   How do you integrate GraphQL into your Python web development How about quickly building graph based APIs inside Django x ;s battery included framework Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
26  juillet     12h00
Build Captivating Display Tables in Python With Great Tables
   Do you need help making data tables in Python look interesting and attractive How can you create beautiful display ready tables as easily as charts and graphs in Python This week on the show, we speak with Richard Iannone and Michael Chow from Posit about the Great Tables Python library.
19  juillet     12h00
Constraint Programming & Exploring Python’s Built-in Functions
   What are discrete optimization problems How do you solve them with constraint programming in Python Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects
12  juillet     12h00
Digging Into Graph Theory in Python With David Amos
   Have you wondered about graph theory and how to start exploring it in Python What resources and Python libraries can you use to experiment and learn more This week on the show, former co host David Amos returns to talk about what he x ;s been up to and share his knowledge about graph theory in...
05  juillet     12h00
Python Doesn't Round Numbers the Way You Might Think
   Does Python round numbers the same way you learned back in math class You might be surprised by the default method Python uses and the variety of ways to round numbers in Python. Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and...
28  juin     12h00
Creating a Guitar Synthesizer & Generating WAV Files With Python
   What techniques go into synthesizing a guitar sound in Python What higher level programming and Python concepts can you practice while building advanced projects This week on the show, we talk with Real Python author and core team member Bartosz Zaczy ski about his recent step by step project,...
21  juin     12h00
Python’s Command-Line Utilities & Music Information Retrieval Tools
   What are the built in Python modules that can work as useful command line tools How can these tools add more functionality to Windows machines Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
14  juin     12h00
Detecting Outliers in Your Data With Python
   How do you find the most interesting or suspicious points within your data What libraries and techniques can you use to detect these anomalies with Python This week on the show, we speak with author Brett Kennedy about his book Outlier Detection in Python.
07  juin     12h00
Decomposing Software Problems & Avoiding the Trap of Clever Code
   How do you effectively break a software problem into individual steps What are signs you x ;re writing overly clever code Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
31  mai     12h00
Building Python Unit Tests & Exploring a Data Visualization Gallery
   How do you start adding unit tests to your Python code Can the built in unittest framework cover most or all of your needs Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
17  mai     12h00
Considering Accessibility & Assistive Tech as a Python Developer
   What x ;s it like to learn Python as a visually impaired or blind developer How can you improve the accessibility of your Python web applications and learn current guidelines This week on the show, Real Python community member Audrey van Breederode discusses her programming journey, web...
10  mai     12h00
Querying OpenStreetMaps via API & Lazy Evaluation in Python
   Would you like to get more practice working with APIs in Python How about exploring the globe using the data from OpenStreetMap Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
03  mai     12h00
Embarking on a Relaxed and Friendly Python Coding Journey
   Do you get stressed while trying to learn Python Do you prefer to build small programs or projects as you continue your coding journey This week on the show, Real Python author Stephen Gruppetta is here to talk about his new book, The Python Coding Book.
26  avril     12h00
Pydantic Data Validation & Python Web Security Practices
   How do you verify and validate the data coming into your Python web application What tools and security best practices should you consider as a developer Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
19  avril     12h00
Decoupling Systems to Get Closer to the Data
   What are the benefits of using a decoupled data processing system How do you write reusable queries for a variety of backend data platforms This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library.
12  avril     12h00
Avoiding Error Culture and Getting Help Inside Python
   What is error culture, and how do you avoid it within your organization How do you navigate alert and notification fatigue Hey, it x ;s episode Real Python x ;s editor in chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns to bring another batch of...
05  avril     12h00
Leveraging Documents and Data to Create a Custom LLM Chatbot
   How do you customize a LLM chatbot to address a collection of documents and data What tools and techniques can you use to build embeddings into a vector database This week on the show, Calvin Hendryx Parker is back to discuss developing an AI powered, Large Language Model driven chat interface.
29  mars     12h00
Build a Video Game With Python Turtle & Visualize Data in Seaborn
   Can you build a Space Invaders clone using Python x ;s built in turtle module What advantages does the Seaborn data visualization library provide compared to Matplotlib Christopher Trudeau is back on the show this week, along with special guest Real Python core team member Bartosz Zaczy ski....
22  mars     12h00
Using Python in Bioinformatics and the Laboratory
   How is Python being used to automate processes in the laboratory How can it speed up scientific work with DNA sequencing This week on the show, Chemical Engineering PhD Student Parsa Ghadermazi is here to discuss Python in bioinformatics.
15  mars     12h00
Exploring Duck Typing in Python & Dynamics of Monkey Patching
   What are the advantages of determining the type of an object by how it behaves What coding circumstances are not a good fit for duck typing Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
08  mars     12h00
Building a Healthy Developer Mindset While Learning Python
   How do you get yourself unstuck when facing a programming problem How do you develop a positive developer mindset while learning Python This week on the show, Bob Belderbos from Pybites is here to talk about learning Python and building healthy developer habits.
01  mars     12h00
Automate Tasks With Python & Building a Small Search Engine
   What are the typical computer tasks you do manually every week Could you automate those tasks with a Python script Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
23  février     12h00
Wes McKinney on Improving the Data Stack & Composable Systems
   How do you avoid the bottlenecks of data processing systems Is it possible to build tools that decouple storage and computation This week on the show, creator of the pandas library Wes McKinney is here to discuss Apache Arrow, composable data systems, and community collaboration.
16  février     12h00
Practical Python Decorator Uses & Avoiding datetime Pitfalls
   What are real life examples of using Python decorators How can you harness their power in your code Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
09  février     12h00
Focusing on Data Science & Less on Engineering and Dependencies
   How do you manage the dependencies of a large scale data science project How do you migrate that project from a laptop to cloud infrastructure or utilize GPUs and multiple instances in parallel This week on the show, Savin Goyal returns to discuss the updates to the open source framework Metaflow.
02  février     12h00
Great Starting Points for Contributing to Open Source
   What x ;s it like to sit down for your first developer sprint at a conference How do you find an appropriate issue to work on as a new open source contributor This week on the show, author and software engineer Stefanie Molin is here to discuss starting to contribute to open source projects.
26  janvier     12h00
Building a Python Debugger & Preparing for NumPy 2.0
   How does a debugger work What can you learn about Python by building one from scratch Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
19  janvier     12h00
Measuring Bias, Toxicity, and Truthfulness in LLMs With Python
   How can you measure the quality of a large language model What tools can measure bias, toxicity, and truthfulness levels in a model using Python This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to discuss techniques and tools for evaluating LLMs...
12  janvier     12h00
Serializing Data With Python & Underscore Naming Conventions
   Do you need to transfer an extensive data collection for a science project What x ;s the best way to send executable code over the wire for distributed processing What are the different ways to serialize data in Python Christopher Trudeau is back on the show this week, bringing another batch...
05  janvier     12h00
Exploring Python in Excel
   Are you interested in using your Python skills within Excel Would you like to share a data science project or visualization as a single Office file This week on the show, we speak with Principal Architect John Lam and Sr. Cloud Developer Advocate Sarah Kaiser from Microsoft about Python in Excel.
29  décembre     12h00
2023 Real Python Tutorial & Video Course Wrap-Up
   Three members of the Real Python team are joining us this week: Kate Finegan, Tappan Moore, and Philipp Acsany. We wanted to share a year end wrap up with tutorials, step by step projects, code conversations, and video courses that showcase what our team created this year.
22  décembre     12h00
PyCoder's Weekly 2023 Wrap Up
   It x ;s been a fascinating year for the Python language and community. PyCoder x ;s Weekly included over, links to articles, blog posts, tutorials, and projects in . Christopher Trudeau is back on the show this week to help wrap up everything by sharing some highlights and Python...
08  décembre     12h00
Exploring Code Reviews in Python and Automating the Process
   What goes into a code review in Python Is there a difference in how a large organization practices code review compared to a smaller one What do you do if you x ;re a solo developer This week on the show, Brendan Maginnis and Nick Thapen from Sourcery return to talk about code review and...
01  décembre     12h00
Building a Python JSON Parser & Discussing Ideas for PEPs
   Have you thought of a way to improve the Python language How do you share your idea with core developers and start a discussion in the Python community Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
17  novembre     12h00
Computational Thinking & Learning Python During an AI Revolution
   Has the current growth of artificial intelligence AI systems made you wonder what the future holds for Python developers What are the hidden benefits of learning to program in Python and practicing computational thinking This week on the show, we speak with author Lawrence Gray about his...
10  novembre     12h00
Studying Python Software Architecture & Creating Lambda Expressions
   Have you moved through the fundamentals of Python, and are you now considering building a more extensive project or complete application Where can you study the architecture of existing Python projects and learn best practices Christopher Trudeau is back on the show this week, bringing another...
03  novembre     12h00
Improving Your Git Developer Experience in Python
   Are you getting by with a few fundamental commands for Git when building your Python projects Would you like to improve your version control techniques and become more efficient with the Git command line This week on the show, Adam Johnson is back to talk about his new book, Boost Your Git DX.
27  octobre     12h00
Guiding Scientific Python Library Development
   How do you prepare a scientific Python project for sharing with others Could you use some best practices and guidance for packaging, documentation, and testing Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
20  octobre     12h00
Welcoming PyPI’s Safety & Security Engineer Mike Fiedler
   You may remember a recent Python Package Index PyPI announcement about hiring a full time security engineer. We x ;ve also mentioned several current security initiatives from PyPI. This week on the show, we talk with Mike Fiedler about accepting this new role and securing accounts on PyPI.
13  octobre     12h00
Building Python Best Practices and Fundamental Skills
   What fundamental developer skills are new Python users missing What best practices might developers without a computer science background be lacking Christopher Trudeau is back on the show this week, bringing another batch of PyCoder x ;s Weekly articles and projects.
06  octobre     12h00
Exploring the New Features of Python 3.12
   Python . is here Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. Geir Arne coordinated a series of preview articles with several members of the Real Python team this year, and his showcase tutorial, Python . : Cool New Features for You to Try,...
29  septembre     12h00
Considering ChatGPT's Technical Review of a Programming Book
   What can you learn from feeding an entire book on Python programming into ChatGPT and asking it to provide a technical review What are the potential pitfalls of using an LLM as a learning tool This week on the show, author Al Sweigart talks about his recent experiments using ChatGPT and Python.