<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rp="https://realpython.com">
  <channel>
    <title>The Real Python Podcast</title>
    <itunes:subtitle>Python Tips, Interviews, and More</itunes:subtitle>
    <link>https://realpython.com/podcasts/rpp/</link>
    <language>en-us</language>
    <copyright>&#169; 2020 Real Python</copyright>
    <itunes:author>Real Python</itunes:author>
    <description>A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community.

The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics.

Join us every Friday morning to hear what&#x27;s new in the world of Python programming and become a more effective Pythonista.</description>
    <itunes:category text="Technology"/>
    <itunes:keywords>python, data science, python2, python3, learn python, django, coding, programming, development, developer, dev, code, open source, software, testing</itunes:keywords>
    <itunes:type>episodic</itunes:type>
    <itunes:owner>
      <itunes:name>Real Python</itunes:name>
      <itunes:email>info@realpython.com</itunes:email>
    </itunes:owner>
    <itunes:image href="https://files.realpython.com/media/real-python-logo-square.28474fda9228.png"/>
    <itunes:explicit>no</itunes:explicit>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>235</itunes:episode>
        <title>Principles for Considering Your Python Tooling</title>
        <itunes:title>Principles for Considering Your Python Tooling</itunes:title>
        <link>https://realpython.com/podcasts/rpp/235/</link>
        <description>What are the principles you should consider when making decisions about which Python tools to use? What anti-patterns get in the way of making the right choices for your team? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What are the principles you should consider when making decisions about which Python tools to use? What anti-patterns get in the way of making the right choices for your team? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent article about effective Python developer tooling. Instead of digging into a list of current libraries, we talk about the principles you must consider before making decisions for your team. We cover common pitfalls teams get mired in and how to avoid them.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, a huge collection of the top Python libraries of 2024, programming sockets in Python, merging dictionaries, a Django quiz, mistakes to avoid in production, building a Portal sentry turret, a powerful TUI expense tracker, and a pure-Python async rendering engine.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/managing-dependencies-with-poetry/&quot;&gt;Managing Dependencies With Python Poetry&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Learn how Python Poetry can help you start new projects, maintain existing ones, and master dependency management.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:53 &amp;ndash; DjangoCon US 2025 (Chicago, Sept 8-12) Announced&lt;/li&gt;
&lt;li&gt;00:02:38 &amp;ndash; Textualize 1.0 Released&lt;/li&gt;
&lt;li&gt;00:03:15 &amp;ndash; Top Python Libraries of 2024&lt;/li&gt;
&lt;li&gt;00:07:07 &amp;ndash; Programming Sockets in Python&lt;/li&gt;
&lt;li&gt;00:11:56 &amp;ndash; Merging Dictionaries in Python&lt;/li&gt;
&lt;li&gt;00:17:03 &amp;ndash; Django Quiz 2024&lt;/li&gt;
&lt;li&gt;00:17:55 &amp;ndash; Confessions of a Django Dev: Mistakes To Avoid in Production&lt;/li&gt;
&lt;li&gt;00:18:40 &amp;ndash; Sentry Turret Straight Out of the &amp;lsquo;Portal&amp;rsquo; Franchise&lt;/li&gt;
&lt;li&gt;00:20:00 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:21:26 &amp;ndash; Effective Python Developer Tooling in December 2024&lt;/li&gt;
&lt;li&gt;00:41:13 &amp;ndash; Bagels: Powerful TUI Expense Tracker&lt;/li&gt;
&lt;li&gt;00:43:42 &amp;ndash; htmy: Async, Pure-Python Rendering Engine&lt;/li&gt;
&lt;li&gt;00:45:41 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.defna.org/announcements/2024/12/31/djangoconus-2025-announced/&quot;&gt;DjangoCon US 2025 (Chicago, Sept 8-12) Announced&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Textualize/textual/releases&quot;&gt;Textualize 1.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://tryolabs.com/blog/top-python-libraries-2024&quot;&gt;Top Python Libraries of 2024&lt;/a&gt; &amp;ndash; For the past ten years, Tyrolabs has put together a list of their favorite Python libraries of the year. This list includes ten general purpose libraries and ten more specific to AI/ML and Data.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/programming-sockets/&quot;&gt;Programming Sockets in Python&lt;/a&gt; &amp;ndash; In this in-depth video course, you&amp;rsquo;ll learn how to build a socket server and client with Python. By the end, you&amp;rsquo;ll understand how to use the main functions and methods in Python&amp;rsquo;s socket module to write your own networked client-server applications.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pythonmorsels.com/merging-dictionaries/&quot;&gt;Merging Dictionaries in Python&lt;/a&gt; &amp;ndash; There are multiple ways of merging two or more dictionaries in Python. This post teaches you how to do it and how to deal with corner cases like duplicate keys.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/2024/12/18/django-quiz-2024/&quot;&gt;Django Quiz 2024&lt;/a&gt; &amp;ndash; Adam runs a quiz on Django at his Django London meetup. He&amp;rsquo;s shared it so you can try it yourself. Test how much you know about your favorite web framework.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@ram-meegada/confessions-of-a-django-developer-mistakes-you-must-avoid-in-production-e4fb0f1284af&quot;&gt;Confessions of a Django Dev: Mistakes To Avoid in Production&lt;/a&gt; &amp;ndash; This post covers some of the common mistakes you might make when taking a Django project into production.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tomshardware.com/raspberry-pi/raspberry-pi-powers-sentry-turret-straight-out-of-the-portal-franchise&quot;&gt;Sentry Turret Straight Out of the &amp;lsquo;Portal&amp;rsquo; Franchise&lt;/a&gt; &amp;ndash; &amp;ldquo;Reckless_commenter has created a Raspberry Pi-powered sentry turret that looks and sounds just like the creepy machines found in the &amp;lsquo;Portal&amp;rsquo; franchise.&amp;rdquo; Logic and sound effects managed through the PyGame library.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pydevtools.com/blog/effective-python-developer-tooling-in-december-2024/&quot;&gt;Effective Python Developer Tooling in December 2024&lt;/a&gt; &amp;ndash; This post talks about how tooling doesn&amp;rsquo;t solve all your problems when you code, especially with a team. It outlines some principles to implement, and bad practices to avoid when writing Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.seangoedecke.com/large-established-codebases/&quot;&gt;Mistakes engineers make in large established codebases - Sean Goedecke&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/EnhancedJax/Bagels&quot;&gt;Bagels: Powerful TUI Expense Tracker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/volfpeter/htmy&quot;&gt;htmy: Async, Pure-Python Rendering Engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/97/&quot;&gt;Episode #97: Improving Your Django and Python Developer Experience&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/&quot;&gt;Deployment checklist - Django documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Portal_(video_game)&quot;&gt;Portal (video game) - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly - Have a Project You Want to Share? - Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/set-up-django-project/&quot;&gt;How to Set Up a Django Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/managing-dependencies-with-poetry/&quot;&gt;Managing Dependencies With Python Poetry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E235_02_PyCoders.477a3951e772.mp3" type="audio/mpeg" length="45948059"/>
        <guid isPermaLink="false">040cc515-4813-4ce7-9847-66a2c3cc2f0b</guid>
        <pubDate>Fri, 17 Jan 2025 12:00:00 +0000</pubDate>
        <itunes:duration>2807</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_235_Podcast.68d6056237e2.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Principles for Considering Your Python Tooling”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>234</itunes:episode>
        <title>Building New Structures for Learning Python</title>
        <itunes:title>Building New Structures for Learning Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/234/</link>
        <description>What are the new ways we can teach and share our knowledge about Python? How can we improve the structure of our current offerings and build new educational resources for our audience of Python learners? This week on the show, Real Python core team members Stephen Gruppetta and Martin Breuss join us to discuss enhancements to the site and new ways to learn Python.</description>
        <content:encoded>&lt;p&gt;What are the new ways we can teach and share our knowledge about Python? How can we improve the structure of our current offerings and build new educational resources for our audience of Python learners? This week on the show, Real Python core team members Stephen Gruppetta and Martin Breuss join us to discuss enhancements to the site and new ways to learn Python.&lt;/p&gt;
&lt;p&gt;Stephen has recently joined the team, bringing years of online training expertise. He discusses our new offering of &lt;a href=&quot;https://realpython.com/workshops/intermediate-deep-dive/&quot;&gt;cohort-based courses&lt;/a&gt;, which combine live expert instruction, hands-on exercises, and a supportive community.&lt;/p&gt;
&lt;p&gt;Martin has been busy leading the effort to create quizzes for our written tutorials to test your knowledge and Python skills. He&amp;rsquo;s also restructuring the learning paths to provide a more consistent way to navigate your journey learning Python.&lt;/p&gt;
&lt;p&gt;Stephen is currently working on new Real Python books. These books will be collections of our tutorials based on specific Python topics and edited to provide a more structured learning experience. The first book, which covers object-oriented programming in Python, will be available in the next few months.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/handling-preventing-errors-lbyl-eafp/&quot;&gt;Handling or Preventing Errors in Python: LBYL vs EAFP&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll explore two popular coding styles in Python: Look Before You Leap (LBYL) and Easier to Ask Forgiveness than Permission (EAFP). These approaches help you handle errors and exceptional situations in your code effectively. You&amp;rsquo;ll dive into the key differences between LBYL and EAFP and learn when to use each one.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:29 &amp;ndash; What Stephen has been up to&lt;/li&gt;
&lt;li&gt;00:03:31 &amp;ndash; What&amp;rsquo;s new for Martin&lt;/li&gt;
&lt;li&gt;00:04:07 &amp;ndash; Bringing on new team members&lt;/li&gt;
&lt;li&gt;00:06:09 &amp;ndash; Cohort-based courses&lt;/li&gt;
&lt;li&gt;00:19:25 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:20:27 &amp;ndash; Restructured and new learning paths&lt;/li&gt;
&lt;li&gt;00:30:50 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:19 &amp;ndash; New Real Python Books&lt;/li&gt;
&lt;li&gt;00:38:57 &amp;ndash; A destination for learning&lt;/li&gt;
&lt;li&gt;00:40:46 &amp;ndash; Quizzes for tutorials and courses &lt;/li&gt;
&lt;li&gt;00:44:58 &amp;ndash; Video courses and updating content&lt;/li&gt;
&lt;li&gt;00:47:52 &amp;ndash; Code Mentor&lt;/li&gt;
&lt;li&gt;00:49:45 &amp;ndash; Code challenges   &lt;/li&gt;
&lt;li&gt;00:51:06 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/workshops/intermediate-deep-dive/&quot;&gt;Cohort Course - Intermediate Python Deep Dive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/learning-paths/&quot;&gt;Python Learning Paths&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/products/books/&quot;&gt;Python Books by Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/quizzes/&quot;&gt;Python Quizzes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/community/&quot;&gt;Join the Real Python Community Chat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/mentor/&quot;&gt;Code Mentor: Intelligent Learning Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/office-hours/&quot;&gt;Office Hours – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.sentry.io/debugging-python-with-vs-code-and-sentry/&quot;&gt;Debugging Python with VS Code and Sentry - Product Blog - Sentry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/team/mbreuss/&quot;&gt;About Martin Breuss – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/team/sgruppetta/&quot;&gt;About Stephen Gruppetta – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/handling-preventing-errors-lbyl-eafp/&quot;&gt;Handling or Preventing Errors in Python: LBYL vs EAFP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-raise-for-effective-exceptions/&quot;&gt;Using raise for Effective Exceptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-exercises-scopes/&quot;&gt;Python Basics Exercises: Scopes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E234_03_RP2025.5d275f935845.mp3" type="audio/mpeg" length="51251232"/>
        <guid isPermaLink="false">bf30e1ba-89fb-4463-9e30-79405c169e9c</guid>
        <pubDate>Fri, 10 Jan 2025 12:00:00 +0000</pubDate>
        <itunes:duration>3141</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/E_234_Podcast_Title.08dd7d4df80c.jpg"/>
        <rp:twitter-handles>@martinbreuss, @s_gruppetta</rp:twitter-handles>
        <rp:twitter-title>“Building New Structures for Learning Python” with @martinbreuss, @s_gruppetta</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>233</itunes:episode>
        <title>PyCoder&#x27;s Weekly 2024 Top Articles &amp; Missing Gems</title>
        <itunes:title>PyCoder&#x27;s Weekly 2024 Top Articles &amp; Missing Gems</itunes:title>
        <link>https://realpython.com/podcasts/rpp/233/</link>
        <description>PyCoder&#x27;s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap it all up by sharing some highlights and uncovering a few missing gems from the pile.</description>
        <content:encoded>&lt;p&gt;PyCoder&amp;rsquo;s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap it all up by sharing some highlights and uncovering a few missing gems from the pile.&lt;/p&gt;
&lt;p&gt;We share the top links that PyCoder’s readers explored this year and uncover trends across all the articles and stories. We also highlight a few gems that we didn&amp;rsquo;t cover on the show and a couple that explore the overall themes of the year. &lt;/p&gt;
&lt;p&gt;We hope you enjoy this review! We look forward to bringing you another year filled with great Python news, articles, topics, and projects. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/programming-sockets/&quot;&gt;Programming Sockets in Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this in-depth video course, you&amp;rsquo;ll learn how to build a socket server and client with Python. By the end, you&amp;rsquo;ll understand how to use the main functions and methods in Python&amp;rsquo;s socket module to write your own networked client-server applications.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:47 &amp;ndash; New releases and updates&lt;/li&gt;
&lt;li&gt;00:03:07 &amp;ndash; PyCon US 2025 Registration Open&lt;/li&gt;
&lt;li&gt;00:03:18 &amp;ndash; PyCon Austria 2025 Call for Papers&lt;/li&gt;
&lt;li&gt;00:03:36 &amp;ndash; PSF Year End Fundraiser - Membership Drive&lt;/li&gt;
&lt;li&gt;00:04:31 &amp;ndash; Mr. Trudeau on Flying High with Flutter&lt;/li&gt;
&lt;li&gt;00:05:29 &amp;ndash; We&amp;rsquo;re on Bluesky - follow us!&lt;/li&gt;
&lt;li&gt;00:07:44 &amp;ndash; Build Captivating Display Tables in Python With Great Tables&lt;/li&gt;
&lt;li&gt;00:08:45 &amp;ndash; Overview of the Module &lt;code&gt;itertools&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:09:23 &amp;ndash; Customize VS Code Settings&lt;/li&gt;
&lt;li&gt;00:10:34 &amp;ndash; Modern Good Practices for Python Development  &lt;/li&gt;
&lt;li&gt;00:11:55 &amp;ndash; Asyncio Event Loop in Separate Thread&lt;/li&gt;
&lt;li&gt;00:12:38 &amp;ndash; Python Protocols: Leveraging Structural Subtyping&lt;/li&gt;
&lt;li&gt;00:13:06 &amp;ndash; Thoughts on the top links&lt;/li&gt;
&lt;li&gt;00:22:29 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:23:40 &amp;ndash; Why I&amp;rsquo;m Switching From pandas to Polars&lt;/li&gt;
&lt;li&gt;00:29:29 &amp;ndash; Lessons Learned Reinventing the Python Notebook&lt;/li&gt;
&lt;li&gt;00:32:47 &amp;ndash; What&amp;rsquo;s a Python Hashable Object?&lt;/li&gt;
&lt;li&gt;00:36:10 &amp;ndash; uv: Python Packaging in Rust&lt;/li&gt;
&lt;li&gt;00:38:26 &amp;ndash; CI/CD for Python With GitHub Actions&lt;/li&gt;
&lt;li&gt;00:40:07 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/numpy/numpy/releases/tag/v2.2.0&quot;&gt;NumPy Release 2.2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/dec/04/security-releases/&quot;&gt;Django Security Releases Issued: 5.1.4, 5.0.10, and 4.2.17&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/12/python-3131-3128-31111-31016-and-3921.html&quot;&gt;Python 3.13.1, 3.12.8, 3.11.11, 3.10.16, and 3.9.21 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/12/python-3140-alpha-3-is-out.html?utm_campaign=Django%2BNewsletter&amp;amp;utm_medium=email&amp;amp;utm_source=Django_Newsletter_264&quot;&gt;Python Insider: Python 3.14.0 alpha 3 is out&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycon.blogspot.com/2024/12/pycon-us-2025-registration-launch.html&quot;&gt;PyCon US 2025 (Pittsburgh, PA) Registration Open&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.papercall.io/pycon-austria&quot;&gt;PyCon Austria 2025 (Eisenstadt) Call for Papers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/psf/donations/2024-q4-drive/&quot;&gt;PSF Year End Fundraiser - Membership Drive&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Top PyCoders Links 2024:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/214/&quot;&gt;Build Captivating Display Tables in Python With Great Tables&lt;/a&gt; &amp;ndash; 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.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mathspp.com/blog/module-itertools-overview&quot;&gt;Overview of the Module &lt;code&gt;itertools&lt;/code&gt;&lt;/a&gt; &amp;ndash; This article proposes the top three iterators that are most useful from the module &lt;code&gt;itertools&lt;/code&gt;, classifies all of the 19 iterators into five categories, and then provides brief usage examples for all the iterators in the module &lt;code&gt;itertools&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/customize-vscode-settings/&quot;&gt;Customize VS Code Settings&lt;/a&gt; &amp;ndash; In this course, Philipp helps you customize your Visual Studio Code settings to switch from a basic cluttered look to a clean presentable look. This is not just pleasant on the eyes, but also gives you a nice user interface if you want to share on a Zoom call or screen recording.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.stuartellis.name/articles/python-modern-practices/&quot;&gt;Modern Good Practices for Python Development&lt;/a&gt; &amp;ndash; This is a very detailed list of best practices for developing in Python. It includes tools, language features, application design, which libraries to use and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://superfastpython.com/asyncio-event-loop-separate-thread/&quot;&gt;Asyncio Event Loop in Separate Thread&lt;/a&gt; &amp;ndash; Typically, the asyncio event loop runs in the main thread, but as that is the one used by the interpreter, sometimes you want the event loop to run in a separate thread. This article talks about why and how to do just that.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-protocol/&quot;&gt;Python Protocols: Leveraging Structural Subtyping&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about Python&amp;rsquo;s protocols and how they can help you get the most out of using Python&amp;rsquo;s type hint system and static type checkers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Featured Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://arilamstein.com/blog/2024/09/04/why-im-switching-to-polars/&quot;&gt;Why I&amp;rsquo;m Switching From pandas to Polars&lt;/a&gt; &amp;ndash; Ari is switching from pandas to Polars and surprisingly (even to himself) it isn&amp;rsquo;t because of the better performance. Read on for the reasons why.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/blog/lessons-learned&quot;&gt;Lessons Learned Reinventing the Python Notebook&lt;/a&gt; &amp;ndash; Marimo is an open source alternative to Jupyter notebooks. This article is by one of marimo&amp;rsquo;s creators, talking about the design decisions made when creating it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thepythoncodingstack.com/p/wheres-william-python-hash-hashable&quot;&gt;What&amp;rsquo;s a Python Hashable Object?&lt;/a&gt; &amp;ndash; You can ignore reading about hashable objects for quite a bit. But eventually, it&amp;rsquo;s worth having an idea of what they are. This post follows Winston on his first day at work to understand hashable objects&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://astral.sh/blog/uv&quot;&gt;&lt;code&gt;uv&lt;/code&gt;: Python Packaging in Rust&lt;/a&gt; &amp;ndash; uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. This post introduces you to uv and shows some of its performance numbers. Associated &lt;a href=&quot;https://news.ycombinator.com/item?id=39387641&quot;&gt;HN discussion&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/github-actions-python/&quot;&gt;CI/CD for Python With GitHub Actions&lt;/a&gt; &amp;ndash; With most software following agile methodologies, it&amp;rsquo;s essential to have robust DevOps systems in place to manage, maintain, and automate common tasks with a continually changing codebase. By using GitHub Actions, you can automate your workflows efficiently, especially for Python projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.flyinghighwithflutter.com/&quot;&gt;Flying High with Flutter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/pycharm/2024/12/the-state-of-python/&quot;&gt;The State of Python 2024&lt;/a&gt; &amp;ndash; This is a guest post on the PyCharm blog by Talk Python host Michael Kennedy who talks about the current state of Python in 2024. Topics include language usage, web frameworks, &lt;code&gt;uv&lt;/code&gt;, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://noumenal.es/posts/2024-year-in-review/GgE/&quot;&gt;Django 2024 Year in Review&lt;/a&gt; &amp;ndash; Carlton is a core contributor to Django and this post talks about what happened in 2024 with your favorite web framework.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/193/&quot;&gt;Episode #193: Wes McKinney on Improving the Data Stack &amp;amp; Composable Systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/224/&quot;&gt;Episode #224: Narwhals: Expanding DataFrame Compatibility Between Libraries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/230/&quot;&gt;Episode #230: marimo: Reactive Notebooks and Deployable Web Apps in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/203/&quot;&gt;Episode #203: Embarking on a Relaxed and Friendly Python Coding Journey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/ruff-python/&quot;&gt;Ruff: A Modern Python Linter for Error-Free and Maintainable Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/mathspp.com/post/3ld52pn5z4k2q&quot;&gt;Rodrigo 🐍🚀: Python folks, here&amp;rsquo;s an update on all the Python starter packs — Bluesky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/digiglean.bsky.social&quot;&gt;Christopher Bailey (@digiglean.bsky.social) — Bluesky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/cltrudeau.bsky.social&quot;&gt;Christopher Trudeau (@cltrudeau.bsky.social) — Bluesky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/stephengruppetta.com&quot;&gt;Stephen Gruppetta (@stephengruppetta.com) — Bluesky&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-rest-framework/&quot;&gt;Building HTTP APIs With Django REST Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/html-css-foundations/&quot;&gt;HTML and CSS Foundations for Python Developers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/programming-sockets/&quot;&gt;Programming Sockets in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E233_02_PyCoders.7245954eaeaf.mp3" type="audio/mpeg" length="40420013"/>
        <guid isPermaLink="false">74fe3b62-4c6e-4f26-9fa1-337279f0bbbe</guid>
        <pubDate>Fri, 03 Jan 2025 12:00:00 +0000</pubDate>
        <itunes:duration>2463</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_233_Podcast.71b5e9904621.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“PyCoder&#x27;s Weekly 2024 Top Articles &amp; Missing Gems”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>232</itunes:episode>
        <title>Exploring Modern Sentiment Analysis Approaches in Python</title>
        <itunes:title>Exploring Modern Sentiment Analysis Approaches in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/232/</link>
        <description>What are the current approaches for analyzing emotions within a piece of text? Which tools and Python packages should you use for sentiment analysis? This week, Jodie Burchell, developer advocate for data science at JetBrains, returns to the show to discuss modern sentiment analysis in Python.</description>
        <content:encoded>&lt;p&gt;What are the current approaches for analyzing emotions within a piece of text? Which tools and Python packages should you use for sentiment analysis? This week, Jodie Burchell, developer advocate for data science at JetBrains, returns to the show to discuss modern sentiment analysis in Python.&lt;/p&gt;
&lt;p&gt;Jodie holds a PhD in clinical psychology. We discuss how her interest in studying emotions has continued throughout her career. &lt;/p&gt;
&lt;p&gt;In this episode, Jodie covers three ways to approach sentiment analysis. We start by discussing traditional lexicon-based and machine-learning approaches. Then, we dive into how specific types of LLMs can be used for the task. We also share multiple resources so you can continue to explore sentiment analysis on your own.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/text-classification-with-keras/&quot;&gt;Learn Text Classification With Python and Keras&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn about Python text classification with Keras, working your way from a bag-of-words model with logistic regression to more advanced methods, such as convolutional neural networks. You&amp;rsquo;ll see how you can use pretrained word embeddings, and you&amp;rsquo;ll squeeze more performance out of your model through hyperparameter optimization.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:31 &amp;ndash; Conference talks in 2024&lt;/li&gt;
&lt;li&gt;00:04:23 &amp;ndash; Background on sentiment analysis and studying feelings&lt;/li&gt;
&lt;li&gt;00:07:09 &amp;ndash; What led you to study emotions?&lt;/li&gt;
&lt;li&gt;00:08:57 &amp;ndash; Dimensional emotion classification&lt;/li&gt;
&lt;li&gt;00:10:42 &amp;ndash; Different types of sentiment analysis&lt;/li&gt;
&lt;li&gt;00:14:28 &amp;ndash; Lexicon-based approaches&lt;/li&gt;
&lt;li&gt;00:17:50 &amp;ndash; VADER - Valence Aware Dictionary and sEntiment Reasoner&lt;/li&gt;
&lt;li&gt;00:19:41 &amp;ndash; TextBlob and subjectivity scoring &lt;/li&gt;
&lt;li&gt;00:21:48 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:22:52 &amp;ndash; Measuring sentiment of New Year&amp;rsquo;s resolutions&lt;/li&gt;
&lt;li&gt;00:27:28 &amp;ndash; Lexicon-based approaches links for experimenting&lt;/li&gt;
&lt;li&gt;00:28:35 &amp;ndash; Multiple language support in lexicon-based packages   &lt;/li&gt;
&lt;li&gt;00:35:23 &amp;ndash; Machine learning techniques&lt;/li&gt;
&lt;li&gt;00:39:20 &amp;ndash; Tools for this approach&lt;/li&gt;
&lt;li&gt;00:42:54 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:44:15 &amp;ndash; Advantages to the machine learning models approach    &lt;/li&gt;
&lt;li&gt;00:45:55 &amp;ndash; Large language model approach&lt;/li&gt;
&lt;li&gt;00:48:44 &amp;ndash; Encoder vs decoder models&lt;/li&gt;
&lt;li&gt;00:52:09 &amp;ndash; Comparing the concept of fine-tuning&lt;/li&gt;
&lt;li&gt;00:56:49 &amp;ndash; Is this a recent development?&lt;/li&gt;
&lt;li&gt;00:58:08 &amp;ndash; Ways to practice with these techniques&lt;/li&gt;
&lt;li&gt;01:00:10 &amp;ndash; Do you find this to be a promising approach?&lt;/li&gt;
&lt;li&gt;01:07:45 &amp;ndash; Resources to practice with all the techniques&lt;/li&gt;
&lt;li&gt;01:11:06 &amp;ndash; Upcoming conference talks&lt;/li&gt;
&lt;li&gt;01:11:56 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/pycharm/2024/12/introduction-to-sentiment-analysis-in-python/&quot;&gt;Introduction to Sentiment Analysis in Python - The PyCharm Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/pycharm/2024/12/how-to-do-sentiment-analysis-with-large-language-models/&quot;&gt;How to Do Sentiment Analysis With Large Language Models - The PyCharm Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=innz9iBIAdU&quot;&gt;Talks - Jodie Burchell: Lies, damned lies and large language models - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=4jGwEOGunrU&quot;&gt;Mirror, mirror: LLMs and the illusion of humanity - Jodie Burchell - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=lLNJld729bc&quot;&gt;Separating fact from fiction in a world of AI fairytales - Jodie Burchell - NDC London 2024 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=yjfSZu246zE&quot;&gt;Hurt Feelings (Rap Version) - Flight Of The Conchords (Lyrics) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.paulekman.com/universal-emotions/&quot;&gt;Universal Emotions - What are Emotions? - Paul Ekman Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nltk.org/api/nltk.sentiment.vader.html&quot;&gt;VADER - nltk.sentiment.vader module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/clips/pattern&quot;&gt;clips/pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://textblob.readthedocs.io/en/dev/&quot;&gt;TextBlob: Simplified Text Processing — TextBlob documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/19795.Power_vs_Force&quot;&gt;Power vs. Force: The Hidden Determinants of Human Behavior by David R. Hawkins - Goodreads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/36/&quot;&gt;Episode #36: Sentiment Analysis, Fourier Transforms, and More Python Data Science – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/sentiment-analysis-python/&quot;&gt;Use Sentiment Analysis With Python to Classify Movie Reviews – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-nltk-sentiment-analysis/&quot;&gt;Sentiment Analysis: First Steps With Python&amp;rsquo;s NLTK Library – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=c1zcPLVbhg4&quot;&gt;Sentiment Analysis in DataSpell with @JetBrainsTV - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/119/&quot;&gt;Episode #119: Natural Language Processing and How ML Models Understand Text – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://spacy.io/&quot;&gt;spaCy - Industrial-strength Natural Language Processing in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/datasets/fancyzhx/amazon_polarity&quot;&gt;amazon_polarity - Datasets at Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/pycharm/2024/12/introduction-to-sentiment-analysis-in-python/&quot;&gt;Introduction to Sentiment Analysis in Python - The PyCharm Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.kaggle.com/&quot;&gt;Kaggle: Your Machine Learning and Data Science Community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://zsbit.pl/poprzednie-edycje/&quot;&gt;ZS BIT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.aicommunityday.nl/&quot;&gt;AI Community Day - 10 December 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/author/jodie-burchell-jetbrains-com/&quot;&gt;Jodie Burchell - The JetBrains Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://t-redactyl.io/&quot;&gt;Jodie Burchell&amp;rsquo;s Blog - Standard error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/t-redactyl.bsky.social&quot;&gt;Jodie Burchell (@t-redactyl.bsky.social) — Bluesky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/text-classification-with-keras/&quot;&gt;Learn Text Classification With Python and Keras&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/astrophysics-pandas-matplotlib/&quot;&gt;Exploring Astrophysics in Python With pandas and Matplotlib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E232_03_Jodie.2494c93e5870.mp3" type="audio/mpeg" length="71217072"/>
        <guid isPermaLink="false">8f2b8252-4111-41d5-aedf-531547cc718c</guid>
        <pubDate>Fri, 20 Dec 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4389</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_232_Podcast.66b5de2c6adc.jpg"/>
        <rp:twitter-handles>@t_redactyl</rp:twitter-handles>
        <rp:twitter-title>“Exploring Modern Sentiment Analysis Approaches in Python” with @t_redactyl</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>231</itunes:episode>
        <title>Good Python Programming Practices When New to the Language</title>
        <itunes:title>Good Python Programming Practices When New to the Language</itunes:title>
        <link>https://realpython.com/podcasts/rpp/231/</link>
        <description>What advice would you give to someone moving from another language to Python? What good programming practices are inherent to the language? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What advice would you give to someone moving from another language to Python? What good programming practices are inherent to the language? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss an older forum post from a new Python user who came from Perl. We suggest checking out PEP 8, or as it&amp;rsquo;s commonly known, &amp;ldquo;The Style Guide for Python Code.&amp;rdquo; We provide advice about installing Python, avoiding common pitfalls, learning how scope is managed, and taking advantage of a collection of Real Python resources.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a new Python release, practical NumPy examples and exercises, considering targets of for loops, exploring Python dependency management, checking package compatibility with free-threading and subinterpreters, an experimental filesystem navigator in Textual, and a background workers reference implementation in Django.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by AssemblyAI.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/writing-beautiful-python-code-pep-8/&quot;&gt;Writing Beautiful Pythonic Code With PEP 8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Following these guidelines helps you make a great impression when sharing your work with potential employers and collaborators. This course outlines the key guidelines laid out in PEP 8. It&amp;rsquo;s aimed at beginner to intermediate programmers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:17 &amp;ndash; Python 3.14.0 Alpha 2 Released&lt;/li&gt;
&lt;li&gt;00:02:35 &amp;ndash; Take the 2024 Django Developers Survey&lt;/li&gt;
&lt;li&gt;00:03:17 &amp;ndash; NumPy Practical Examples: Useful Techniques&lt;/li&gt;
&lt;li&gt;00:07:09 &amp;ndash; Loop Targets&lt;/li&gt;
&lt;li&gt;00:09:19 &amp;ndash; Python Dependency Management Is a Dumpster Fire&lt;/li&gt;
&lt;li&gt;00:23:15 &amp;ndash; Sponsor: AssemblyAI&lt;/li&gt;
&lt;li&gt;00:24:00 &amp;ndash; Package Compatibility With Free-Threading and Subinterpreters&lt;/li&gt;
&lt;li&gt;00:27:02 &amp;ndash; Suggestions for good programming practices?&lt;/li&gt;
&lt;li&gt;00:37:59 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:24 &amp;ndash; terminal-tree: Experimental Filesystem Navigator in Textual&lt;/li&gt;
&lt;li&gt;00:43:56 &amp;ndash; django-tasks: Background Workers Reference Implementation&lt;/li&gt;
&lt;li&gt;00:49:44 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/11/python-3140-alpha-2-released.html&quot;&gt;Python 3.14.0 Alpha 2 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/nov/21/2024-django-developers-survey/&quot;&gt;Take the 2024 Django Developers Survey&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/numpy-example/&quot;&gt;NumPy Practical Examples: Useful Techniques&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to use NumPy by exploring several interesting examples. You&amp;rsquo;ll read data from a file into an array and analyze structured arrays to perform a reconciliation. You&amp;rsquo;ll also learn how to quickly chart an analysis and turn a custom function into a vectorized function.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nedbatchelder.com/blog/202411/loop_targets.html&quot;&gt;Loop Targets&lt;/a&gt; &amp;ndash; Loop assignment allows you to assign to a dict item in a &lt;code&gt;for&lt;/code&gt; loop. This post covers what that means and that it is no more costly than regular assignment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nielscautaerts.xyz/python-dependency-management-is-a-dumpster-fire.html&quot;&gt;Python Dependency Management Is a Dumpster Fire&lt;/a&gt; &amp;ndash; Managing dependencies in Python can be a bit of a challenge. This deep dive article shows you all the problems and how the problems are mitigated if not solved.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://parallel.python.tips/&quot;&gt;Package Compatibility With Free-Threading and Subinterpreters&lt;/a&gt; &amp;ndash; This tracker tests the compatibility of the 500 most popular packages with Python 3.13&amp;rsquo;s free-threading and subinterpreter features.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://groups.google.com/g/comp.lang.python/c/kqWrUMSYhrY?pli=1&quot;&gt;Suggestions for good programming practices?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/tutorials/best-practices/&quot;&gt;Python Best Practices – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0008/&quot;&gt;PEP 8 – Style Guide for Python Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/willmcgugan/terminal-tree&quot;&gt;terminal-tree: Experimental Filesystem Navigator in Textual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/RealOrangeOne/django-tasks&quot;&gt;django-tasks: Background Workers Reference Implementation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/146/&quot;&gt;Episode #146: Using NumPy and Linear Algebra for Faster Python Code – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pep8/&quot;&gt;How to Write Beautiful Python Code With PEP 8 – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/writing-idiomatic-python/&quot;&gt;Writing Idiomatic Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-namespaces-scope/&quot;&gt;Namespaces and Scope in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/installing-python/&quot;&gt;How to Install Python on Your System: A Guide – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-virtual-environments-a-primer/&quot;&gt;Python Virtual Environments: A Primer – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sourcery.ai/&quot;&gt;Sourcery - Instant Code Review for Faster Velocity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/183/&quot;&gt;Episode #183: Exploring Code Reviews in Python and Automating the Process&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/textualize/textual&quot;&gt;Textual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.astral.sh/uv/&quot;&gt;uv - An extremely fast Python package and project manager, written in Rust.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst&quot;&gt;DEP 0014: Background workers - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly - Have a Project You Want to Share? - Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/navigate-namespaces-scope/&quot;&gt;Navigating Namespaces and Scope in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/writing-idiomatic-python/&quot;&gt;Writing Idiomatic Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/writing-beautiful-python-code-pep-8/&quot;&gt;Writing Beautiful Pythonic Code With PEP 8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E231_03_PyCoders.f3e6553e92d4.mp3" type="audio/mpeg" length="50365077"/>
        <guid isPermaLink="false">24c110b6-66ae-4a69-a1fd-25936a01726d</guid>
        <pubDate>Fri, 06 Dec 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3086</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_231_Podcast.e59ce45c459e.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Good Python Programming Practices When New to the Language”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>230</itunes:episode>
        <title>marimo: Reactive Notebooks and Deployable Web Apps in Python</title>
        <itunes:title>marimo: Reactive Notebooks and Deployable Web Apps in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/230/</link>
        <description>What are common issues with using notebooks for Python development? How do you know the current state, share reproducible results, or create interactive applications? This week on the show, we speak with Akshay Agrawal about the open-source reactive marimo notebook for Python.</description>
        <content:encoded>&lt;p&gt;What are common issues with using notebooks for Python development? How do you know the current state, share reproducible results, or create interactive applications? This week on the show, we speak with Akshay Agrawal about the open-source reactive marimo notebook for Python.&lt;/p&gt;
&lt;p&gt;Before writing any code, Akshay wrote a 2,500-word design document. He wanted to create a maintainable and reproducible tool that avoided the hidden state of traditional notebooks. We discuss solving the hidden state problem by building the notebook as a directed acyclic graph (DAG).&lt;/p&gt;
&lt;p&gt;Akshay shares how marimo notebooks are stored as pure Python files, which makes them easy to read, importable, and git-friendly. We discuss serializing package requirements using PEP 723 inline metadata to create standalone reproducible notebooks. We also cover how marimo notebooks can be deployed as a web app or dashboard using Pyodide.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/navigate-namespaces-scope/&quot;&gt;Navigating Namespaces and Scope in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn about Python namespaces, the structures used to store and organize the symbolic names created during execution of a Python program. You&amp;rsquo;ll learn when namespaces are created, how they are implemented, and how they define variable scope.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction  &lt;/li&gt;
&lt;li&gt;00:02:06 &amp;ndash; Akshay&amp;rsquo;s background and studies   &lt;/li&gt;
&lt;li&gt;00:04:14 &amp;ndash; Work at Google and PhD program    &lt;/li&gt;
&lt;li&gt;00:06:29 &amp;ndash; Sharing notebooks &lt;/li&gt;
&lt;li&gt;00:08:18 &amp;ndash; Starting work on marimo 2 years ago   &lt;/li&gt;
&lt;li&gt;00:12:48 &amp;ndash; Avoiding notebook issues and building a DAG   &lt;/li&gt;
&lt;li&gt;00:18:39 &amp;ndash; The difference of reactivity  &lt;/li&gt;
&lt;li&gt;00:20:39 &amp;ndash; What is a marimo notebook?    &lt;/li&gt;
&lt;li&gt;00:23:39 &amp;ndash; Video Course Spotlight    &lt;/li&gt;
&lt;li&gt;00:24:50 &amp;ndash; Reproducibility and managing package requirements&lt;/li&gt;
&lt;li&gt;00:27:49 &amp;ndash; Using decorators for cells    &lt;/li&gt;
&lt;li&gt;00:30:23 &amp;ndash; Writing a design document before any coding   &lt;/li&gt;
&lt;li&gt;00:34:08 &amp;ndash; Interactivity and UI widgets  &lt;/li&gt;
&lt;li&gt;00:38:20 &amp;ndash; Design decisions and built-in widgets &lt;/li&gt;
&lt;li&gt;00:42:05 &amp;ndash; Creating a deployable web application &lt;/li&gt;
&lt;li&gt;00:44:34 &amp;ndash; Exploring examples and tutorials  &lt;/li&gt;
&lt;li&gt;00:46:13 &amp;ndash; Supporting DataFrame libraries with narwhals  &lt;/li&gt;
&lt;li&gt;00:48:00 &amp;ndash; Migrating from a Jupyter notebook &lt;/li&gt;
&lt;li&gt;00:52:02 &amp;ndash; Working with cells and not running code   &lt;/li&gt;
&lt;li&gt;00:54:30 &amp;ndash; A couple favorite tutorials   &lt;/li&gt;
&lt;li&gt;00:56:17 &amp;ndash; What are you excited about in the world of Python?    &lt;/li&gt;
&lt;li&gt;00:57:39 &amp;ndash; What do you want to learn next?   &lt;/li&gt;
&lt;li&gt;00:59:34 &amp;ndash; How can people follow the project and yourself?   &lt;/li&gt;
&lt;li&gt;01:00:12 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/&quot;&gt;marimo - a next-generation Python notebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=9R2cQygaoxQ&quot;&gt;marimo: an open-source reactive notebook for Python - Akshay Agrawal (Nbpy2024) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tensorflow.org/&quot;&gt;TensorFlow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/gallery&quot;&gt;Made with marimo - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.marimo.io/faq.html#faq-problems&quot;&gt;FAQ - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plutojl.org/&quot;&gt;Pluto.jl — interactive Julia programming environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://observablehq.com/&quot;&gt;Observable: Build expressive charts and dashboards with code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/datalore/2020/12/17/we-downloaded-10-000-000-jupyter-notebooks-from-github-this-is-what-we-learned/&quot;&gt;We Downloaded 10,000,000 Jupyter Notebooks From Github – This Is What We Learned - The Datalore Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://leomurta.github.io/papers/pimentel2019a.pdf&quot;&gt;A Large-scale Study about Quality and Reproducibility of Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/blog/lessons-learned&quot;&gt;Lessons learned reinventing the Python notebook - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/226/&quot;&gt;Episode #226: PySheets: Spreadsheets in the Browser Using PyScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0723/&quot;&gt;PEP 723 – Inline script metadata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://packaging.python.org/en/latest/specifications/inline-script-metadata/#inline-script-metadata&quot;&gt;Inline script metadata - Python Packaging User Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/blog/sandboxed-notebooks&quot;&gt;Serializing package requirements in marimo notebooks - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://astral.sh/blog/uv-unified-python-packaging&quot;&gt;uv: Unified Python packaging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/blog/newsletter-7&quot;&gt;marimo Newsletter 7 - Jupyter to marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.marimo.io/guides/integrating_with_marimo/custom_ui_plugins.html&quot;&gt;Custom UI elements - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://anywidget.dev/&quot;&gt;anywidget - anywidget&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.marimo.io/guides/interactivity.html&quot;&gt;Interactive elements - marimo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/224/&quot;&gt;Episode #224: Narwhals: Expanding DataFrame Compatibility Between Libraries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://calmcode.io/course/marimo/introduction&quot;&gt;Calmcode - marimo: Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/discord&quot;&gt;Join the marimo Discord&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marimo.io/newsletter&quot;&gt;marimo newsletter&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/marimo_io&quot;&gt;marimo on Twitter&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/company/marimo-io/&quot;&gt;marimo on LinkedIn&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://akshayagrawal.com/&quot;&gt;Akshay Agrawal&amp;rsquo;s website&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://x.com/akshaykagrawal&quot;&gt;Aksahy on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/navigate-namespaces-scope/&quot;&gt;Navigating Namespaces and Scope in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E230_03_Akshay.846352eee06e.mp3" type="audio/mpeg" length="59548101"/>
        <guid isPermaLink="false">5dc2293c-9a52-4536-9a42-6e0abb8c85e2</guid>
        <pubDate>Fri, 29 Nov 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3658</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_230_Podcast.c3dcf2ab24c8.jpg"/>
        <rp:twitter-handles>@akshaykagrawal</rp:twitter-handles>
        <rp:twitter-title>“marimo: Reactive Notebooks and Deployable Web Apps in Python” with @akshaykagrawal</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>229</itunes:episode>
        <title>The Joy of Tinkering &amp; Python Free-Threading Performance</title>
        <itunes:title>The Joy of Tinkering &amp; Python Free-Threading Performance</itunes:title>
        <link>https://realpython.com/podcasts/rpp/229/</link>
        <description>What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss the joy of tinkering with Python as a way to keep your developer skills sharp. We dig into our techniques for continuing to learn and build projects.&lt;/p&gt;
&lt;p&gt;Christopher shares an article that examines the performance of Python 3.13&amp;rsquo;s free-threading features. This piece uses a clever example to measure how the new features behave with large datasets and parallelization.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a group of new releases, common use cases and examples for Python closures, finding the opposite of cloud-native, Python&amp;rsquo;s soft keywords, a command-line utility for taking automated screenshots of websites, and putting the Django admin in the terminal with Textual.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Windsurf.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-inner-functions/&quot;&gt;Python Inner Functions&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this step-by-step course, you&amp;rsquo;ll learn what inner functions are in Python, how to define them, and what their main use cases are. You&amp;rsquo;ll see how to write helper functions, create closure factory functions, and how to add behavior to existing functions with decorators.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction  &lt;/li&gt;
&lt;li&gt;00:02:18 &amp;ndash; Django Bugfix Release Issued: 5.1.3   &lt;/li&gt;
&lt;li&gt;00:02:46 &amp;ndash; Pillow Release 11.0.0 &lt;/li&gt;
&lt;li&gt;00:03:14 &amp;ndash; Flask Version 3.1.0   &lt;/li&gt;
&lt;li&gt;00:03:30 &amp;ndash; PyCon US 2025 (Pittsburgh) Call for Proposals &lt;/li&gt;
&lt;li&gt;00:03:46 &amp;ndash; Python Closures: Common Use Cases and Examples    &lt;/li&gt;
&lt;li&gt;00:09:20 &amp;ndash; State of Python 3.13 Performance: Free-Threading  &lt;/li&gt;
&lt;li&gt;00:15:42 &amp;ndash; Sponsor: Windsurf &lt;/li&gt;
&lt;li&gt;00:16:32 &amp;ndash; Opposite of Cloud Native Is…? &lt;/li&gt;
&lt;li&gt;00:22:36 &amp;ndash; Python&amp;rsquo;s Soft Keywords    &lt;/li&gt;
&lt;li&gt;00:24:50 &amp;ndash; Video Course Spotlight    &lt;/li&gt;
&lt;li&gt;00:26:11 &amp;ndash; The Joy of Tinkering  &lt;/li&gt;
&lt;li&gt;00:38:33 &amp;ndash; shot-scraper: A command-line utility for taking automated screenshots of websites &lt;/li&gt;
&lt;li&gt;00:41:13 &amp;ndash; django-admin-tui: Django Admin in the Terminal!   &lt;/li&gt;
&lt;li&gt;00:42:37 &amp;ndash; django-admin-dracula: Dracula Themes for the Django Admin &lt;/li&gt;
&lt;li&gt;00:44:21 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.djangoproject.com/en/5.1/releases/5.1.3/&quot;&gt;Django Bugfix Release Issued: 5.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/python-pillow/Pillow/releases/tag/11.0.0&quot;&gt;Pillow Release 11.0.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0&quot;&gt;Flask Version 3.1.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pretalx.com/pyconus2025/&quot;&gt;PyCon US 2025 (Pittsburgh) Call for Proposals&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-closure/&quot;&gt;Python Closures: Common Use Cases and Examples&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about Python closures. A closure is a function-like object with an extended scope. You can use closures to create decorators, factory functions, stateful functions, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://codspeed.io/blog/state-of-python-3-13-performance-free-threading&quot;&gt;State of Python 3.13 Performance: Free-Threading&lt;/a&gt; &amp;ndash; This article does a comparison between code in single threaded, threaded, and multi-process versions under Python 3.12, 3.13, and 3.13 free-threaded with the GIL on and off.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mkennedy.codes/posts/opposite-of-cloud-native-is-stack-native/&quot;&gt;Opposite of Cloud Native Is…?&lt;/a&gt; &amp;ndash; Michael (from Talk Python fame) introduces the concept of &amp;ldquo;stack-native&amp;rdquo; as the opposite of &amp;ldquo;cloud-native&amp;rdquo;, and how it applies to Python web apps. Building applications with just enough full-stack building blocks to run reliably with minimal complexity, rather than relying on a multitude of cloud services.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mathspp.com/blog/til/pythons-soft-keywords&quot;&gt;Python&amp;rsquo;s soft keywords&lt;/a&gt; &amp;ndash; Python includes soft keywords: tokens that are important to the parser but can also be used as variable names. This article shows you what a soft keyword is and how to find them in Python 3.12 (both the easy and hard way).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://vadimkravcenko.com/shorts/habits-of-great-software-engineers/&quot;&gt;Habits of Great Software Engineers - The Joy of Tinkering&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://shot-scraper.datasette.io/en/stable/&quot;&gt;shot-scraper: A command-line utility for taking automated screenshots of websites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/valberg/django-admin-tui&quot;&gt;django-admin-tui: Django admin in the terminal!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sjbitcode/django-admin-dracula&quot;&gt;django-admin-dracula: 🦇 Dracula themes for the Django admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/primer-on-python-decorators/&quot;&gt;Primer on Python Decorators – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/blog/posts/we-have-moved-to-hetzner/&quot;&gt;We&amp;rsquo;ve moved to Hetzner - Talk Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/blog/posts/talk-python-rewritten-in-quart-async-flask/&quot;&gt;Talk Python rewritten in Quart (async Flask) - Talk Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly - Have a Project You Want to Share? - Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-inner-functions/&quot;&gt;Python Inner Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/defining-and-calling-functions/&quot;&gt;Defining and Calling Python Functions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E229_03_PyCoders.23e4ff75fdbf.mp3" type="audio/mpeg" length="45047345"/>
        <guid isPermaLink="false">2a6da4b6-8640-45eb-941c-c0cb7eb8e772</guid>
        <pubDate>Fri, 22 Nov 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2750</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_229_Podcast.756915a7dc15.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“The Joy of Tinkering &amp; Python Free-Threading Performance”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>228</itunes:episode>
        <title>Maintaining the Foundations of Python &amp; Cautionary Tales</title>
        <itunes:title>Maintaining the Foundations of Python &amp; Cautionary Tales</itunes:title>
        <link>https://realpython.com/podcasts/rpp/228/</link>
        <description>How do you build a sustainable open-source project and community? What lessons can be learned from Python&#x27;s history and the current mess that the WordPress community is going through? This week on the show, we speak with Paul Everitt from JetBrains about navigating open-source funding and the start of the Python Software Foundation.</description>
        <content:encoded>&lt;p&gt;How do you build a sustainable open-source project and community? What lessons can be learned from Python&amp;rsquo;s history and the current mess that the WordPress community is going through? This week on the show, we speak with Paul Everitt from JetBrains about navigating open-source funding and the start of the Python Software Foundation.&lt;/p&gt;
&lt;p&gt;Paul has been an organizer in the Python community almost from the beginning. He shares how the project has navigated through multiple sponsors. We talk about the early governance models and the formation of the Python Software Foundation.&lt;/p&gt;
&lt;p&gt;We contrast this journey with the current drama unfolding in the WordPress community. We discuss the potential problems of having a benevolent dictator for life. We also dig into sponsorship models and ways to get companies to give back to the open-source projects they rely on.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/gradebook-using-pandas-python/&quot;&gt;Using pandas to Make a Gradebook in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With this course and Python project, you&amp;rsquo;ll build a script to calculate grades for a class using pandas. The script will quickly and accurately calculate grades from a variety of data sources. You&amp;rsquo;ll see examples of loading, merging, and saving data with pandas, as well as plotting some summary statistics.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction &lt;/li&gt;
&lt;li&gt;00:01:55 &amp;ndash; Meeting Jodie Burchell at PyCon 2022&lt;/li&gt;
&lt;li&gt;00:02:51 &amp;ndash; A non-traditional path into open-source&lt;/li&gt;
&lt;li&gt;00:07:09 &amp;ndash; The current turmoil around WordPress&lt;/li&gt;
&lt;li&gt;00:13:49 &amp;ndash; Keeping things fair in the age of extraction&lt;/li&gt;
&lt;li&gt;00:16:03 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:17:07 &amp;ndash; Early Python organizing history and conservation&lt;/li&gt;
&lt;li&gt;00:20:41 &amp;ndash; The Python Software Activity precursor to PSF&lt;/li&gt;
&lt;li&gt;00:24:14 &amp;ndash; Creating the Python Software Foundation&lt;/li&gt;
&lt;li&gt;00:27:24 &amp;ndash; Keeping the perfect distance of business and project&lt;/li&gt;
&lt;li&gt;00:28:13 &amp;ndash; Who gets to capture the value from open-source?&lt;/li&gt;
&lt;li&gt;00:31:07 &amp;ndash; Sponsorships becoming more common&lt;/li&gt;
&lt;li&gt;00:33:24 &amp;ndash; BDFL to a steering council&lt;/li&gt;
&lt;li&gt;00:34:58 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:36:16 &amp;ndash; What is Plone?&lt;/li&gt;
&lt;li&gt;00:38:11 &amp;ndash; Starting in Python and finding community&lt;/li&gt;
&lt;li&gt;00:50:07 &amp;ndash; Companies contributing &lt;/li&gt;
&lt;li&gt;00:53:16 &amp;ndash; Examples of how JetBrains contributes back&lt;/li&gt;
&lt;li&gt;00:55:41 &amp;ndash; Understanding the support system&lt;/li&gt;
&lt;li&gt;00:58:09 &amp;ndash; Talking to decision makers&lt;/li&gt;
&lt;li&gt;01:00:07 &amp;ndash; Python 1994 talk and continuation&lt;/li&gt;
&lt;li&gt;01:01:49 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:03:06 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:04:17 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:07:16 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/pycharm/&quot;&gt;PyCharm: the Python IDE for data science and web development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycon.org/&quot;&gt;PyCon - Join us at PyCon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Benevolent_dictator_for_life&quot;&gt;Benevolent dictator for life - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2024/9/27/24256361/wordpress-wp-engine-drama-explained-matt-mullenweg&quot;&gt;The messy WordPress drama, explained - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2024/10/12/24268637/wordpress-org-matt-mullenweg-acf-fork-secure-custom-fields-wp-engine&quot;&gt;WordPress.org&amp;rsquo;s latest move involves taking control of a WP Engine plugin - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2024/10/18/24273448/wp-engine-injunction-matt-mullenweg-wordpress-resources&quot;&gt;WP Engine asks court to stop Matt Mullenweg from blocking access to WordPress resources - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.404media.co/podcast-why-the-wordpress-chaos-matters/&quot;&gt;Podcast: Why the WordPress Chaos Matters - 404 Media&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Zope&quot;&gt;Zope - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/psf-landing/&quot;&gt;Python Software Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyladies.com/&quot;&gt;PyLadies – Women Who Love Coding in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/foundation/&quot;&gt;Django Software Foundation - Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opencv.org/about/&quot;&gt;OpenCV - About Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plone.org/foundation&quot;&gt;Plone Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fastht.ml/&quot;&gt;FastHTML - Modern web applications in pure Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=vyz7zdGiPVY&quot;&gt;Paul Everitt - Python 1994 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://devblogs.microsoft.com/python/python-311-faster-cpython-team/&quot;&gt;A Team at Microsoft is Helping Make Python Faster - Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://veldakiara.notion.site/Velda-Kiara-46aec24028fd4e8dbdba003097c18b5b&quot;&gt;Velda Kiara&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/&quot;&gt;JetBrains Blog: The Drive to Develop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@pauleveritt&quot;&gt;Paul Everitt (@pauleveritt@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Guido_van_Rossum&quot;&gt;Guido van Rossum - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-history.blogspot.com/2009/01/personal-history-part-1-cwi.html&quot;&gt;The History of Python: Personal History - part 1, CWI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Pzkdci2HDpU&quot;&gt;Oral History of Guido van Rossum, part 1 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/gradebook-using-pandas-python/&quot;&gt;Using pandas to Make a Gradebook in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E228_03_Paul_Everitt.13e37f047096.mp3" type="audio/mpeg" length="67370227"/>
        <guid isPermaLink="false">223b11ce-6317-4e64-8cee-7b7a425c84b6</guid>
        <pubDate>Fri, 15 Nov 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4149</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_228_Podcast.47be368f8b21.jpg"/>
        <rp:twitter-handles>@paulweveritt</rp:twitter-handles>
        <rp:twitter-title>“Maintaining the Foundations of Python &amp; Cautionary Tales” with @paulweveritt</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>227</itunes:episode>
        <title>New PEPs: Template Strings &amp; External Wheel Hosting</title>
        <itunes:title>New PEPs: Template Strings &amp; External Wheel Hosting</itunes:title>
        <link>https://realpython.com/podcasts/rpp/227/</link>
        <description>Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a set of recent Python Enhancement Proposals (PEPs). The idea of template strings has been under consideration for a while, and PEP 750 describes a new way forward. PEP 759 proposes a way for projects on PyPI to safely host resources on external sites using a new package upload format called a .rim file.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including what didn&amp;rsquo;t make the headlines about Python 3.13, solving Sudoku with Python packaging, what&amp;rsquo;s sweet about Python&amp;rsquo;s syntactic sugar, creating database-generated columns using SQLite and Django, a discussion about mentoring, an adaptive web scraper, and a debugging tool for HTTP(S) client requests.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pydantic-simplify-data-validation/&quot;&gt;Using Pydantic to Simplify Python Data Validation&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Discover the power of Pydantic, Python&amp;rsquo;s most popular data parsing, validation, and serialization library. In this hands-on video course, you&amp;rsquo;ll learn how to make your code more robust, trustworthy, and easier to debug with Pydantic.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:08 &amp;ndash; Python 3.14.0 Alpha 1 Released&lt;/li&gt;
&lt;li&gt;00:02:38 &amp;ndash; Python 3.13, What Didn&amp;rsquo;t Make the Headlines&lt;/li&gt;
&lt;li&gt;00:05:23 &amp;ndash; What&amp;rsquo;s up Python? 3.13 is out, t-strings look awesome&lt;/li&gt;
&lt;li&gt;00:10:21 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:11:25 &amp;ndash; Sudoku in Python Packaging&lt;/li&gt;
&lt;li&gt;00:14:29 &amp;ndash; Syntactic Sugar: Why Python Is Sweet and Pythonic&lt;/li&gt;
&lt;li&gt;00:22:31 &amp;ndash; Database generated columns: Django &amp;amp; SQLite&lt;/li&gt;
&lt;li&gt;00:27:14 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:39 &amp;ndash; Mentors&lt;/li&gt;
&lt;li&gt;00:42:23 &amp;ndash; Scrapling: Lightning-Fast, Adaptive Web Scraping for Python&lt;/li&gt;
&lt;li&gt;00:44:14 &amp;ndash; httpdbg: A tool for Python developers to easily debug the HTTP(S) client requests&lt;/li&gt;
&lt;li&gt;00:46:04 &amp;ndash; Request for project submissions to PyCoders&lt;/li&gt;
&lt;li&gt;00:46:59 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/10/python-3140-alpha-1-is-now-available.html&quot;&gt;Python 3.14.0 Alpha 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/python-313-what-didnt-make-the-headlines&quot;&gt;Python 3.13, What Didn&amp;rsquo;t Make the Headlines&lt;/a&gt; &amp;ndash; Bite Code summarizes some of the lesser covered changes to Python in the 3.13 release, including how some of the REPL improvements made it into &lt;code&gt;pdb&lt;/code&gt;, improvements to &lt;code&gt;shutil&lt;/code&gt;, and small additions to the asyncio library.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/whats-up-python-313-is-out-t-strings?utm_source=post-email-title&amp;amp;publication_id=1516188&amp;amp;post_id=150838079&amp;amp;utm_campaign=email-post-title&amp;amp;isFreemail=true&amp;amp;r=3ebaxe&amp;amp;triedRedirect=true&amp;amp;utm_medium=email&quot;&gt;What&amp;rsquo;s up Python? 3.13 is out, t-strings look awesome, dep groups come in handy&amp;hellip;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2024/Oct/21/sudoku-in-python-packaging/&quot;&gt;Sudoku in Python Packaging&lt;/a&gt; &amp;ndash; Simon writes about a &lt;a href=&quot;https://github.com/konstin/sudoku-in-python-packaging&quot;&gt;Sudoku solver&lt;/a&gt; written by Konstin that uses the Python packaging mechanisms to do Sudoku puzzles. The results are output using a requirements.txt file, where &lt;code&gt;sudoku-0-3==5&lt;/code&gt; represents the (0,3) cell&amp;rsquo;s answer of 5.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/syntactic-sugar-python/&quot;&gt;Syntactic Sugar: Why Python Is Sweet and Pythonic&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn what syntactic sugar is and how Python uses it to help you create more readable, descriptive, clean, and Pythonic code. You&amp;rsquo;ll also learn how to replace a given piece of syntactic sugar with another syntax construct.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/&quot;&gt;Database generated columns: Django &amp;amp; SQLite&lt;/a&gt; &amp;ndash; An introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ryancheley.com/2024/09/16/mentors/&quot;&gt;Mentors&lt;/a&gt; &amp;ndash; Ryan just finished his second round of mentoring with the Djangonaut.Space program. This post talks about how you can help your mentor help you and how to be a good mentor.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/D4Vinci/Scrapling&quot;&gt;Scrapling: Lightning-Fast, Adaptive Web Scraping for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/cle-b/httpdbg&quot;&gt;httpdbg: A tool for Python developers to easily debug the HTTP(S) client requests in a Python program&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0750/&quot;&gt;PEP 750 – Template Strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0735/&quot;&gt;PEP 735 – Dependency Groups in pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0759/&quot;&gt;PEP 759 – External Wheel Hosting&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/47/&quot;&gt;Episode #47: Unraveling Python&amp;rsquo;s Syntax to Its Core With Brett Cannon – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/92/&quot;&gt;Episode #92: Continuing to Unravel Python&amp;rsquo;s Syntactic Sugar With Brett Cannon – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/4/&quot;&gt;Episode #4: Learning Python Through Errors – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly - Have a Project You Want to Share? - Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pydantic-simplify-data-validation/&quot;&gt;Using Pydantic to Simplify Python Data Validation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-type-checking/&quot;&gt;Python Type Checking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/type-hints-multiple-return-types/&quot;&gt;Using Type Hints for Multiple Return Types in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E227_03_PyCoders.d138debe4f2f.mp3" type="audio/mpeg" length="47058299"/>
        <guid isPermaLink="false">1bba57cb-cb40-4f94-815f-550a31e21724</guid>
        <pubDate>Fri, 08 Nov 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2878</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_227_Podcast.9cfc0766948a.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“New PEPs: Template Strings &amp; External Wheel Hosting”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>226</itunes:episode>
        <title>PySheets: Spreadsheets in the Browser Using PyScript</title>
        <itunes:title>PySheets: Spreadsheets in the Browser Using PyScript</itunes:title>
        <link>https://realpython.com/podcasts/rpp/226/</link>
        <description>What goes into building a spreadsheet application in Python that runs in the browser? How do you make it launch quickly, and where do you store the cells of data? This week on the show, we speak with Chris Laffra about his project, PySheets, and his book &quot;Communication for Engineers.&quot;</description>
        <content:encoded>&lt;p&gt;What goes into building a spreadsheet application in Python that runs in the browser? How do you make it launch quickly, and where do you store the cells of data? This week on the show, we speak with Chris Laffra about his project, PySheets, and his book &amp;ldquo;Communication for Engineers.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;As a software engineer, Chris has worked at IBM, Google, Uber, and several financial institutions. He speaks about developer productivity and communication skills as an engineer. We begin our conversation by digging into his background, his approach to building engineering teams, and strategies for improving communication.&lt;/p&gt;
&lt;p&gt;Chris&amp;rsquo; idea for PySheets is to have Excel inside Python with everything running locally in your browser. He was inspired by the success of Jupyter Notebooks but wanted to develop a tool more suited to a spreadsheet&amp;rsquo;s non-linear graph structure.&lt;/p&gt;
&lt;p&gt;PySheets is built to run locally in the user&amp;rsquo;s browser, taking advantage of PyScript. We discuss finding the right solution for storing data in the browser and developing a graphic toolkit to create the UI. Chris also shares the novel method he found to get the interface up and running while the larger assets are loading.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/understanding-global-interpreter-lock-gil/&quot;&gt;Understanding Python&amp;rsquo;s Global Interpreter Lock (GIL)&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Python&amp;rsquo;s Global Interpreter Lock, or GIL, is a mutex (or a lock) that allows only one thread to hold the control of the Python interpreter at any one time. In this video course, you&amp;rsquo;ll learn how the GIL affects the performance of your Python programs.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:25 &amp;ndash; Background with building engineering teams&lt;/li&gt;
&lt;li&gt;00:08:43 &amp;ndash; Communication for Engineers book&lt;/li&gt;
&lt;li&gt;00:16:17 &amp;ndash; What do customers want and experiences at IBM&lt;/li&gt;
&lt;li&gt;00:24:28 &amp;ndash; Starting the development of PySheets&lt;/li&gt;
&lt;li&gt;00:27:19 &amp;ndash; Working with the DOM&lt;/li&gt;
&lt;li&gt;00:29:41 &amp;ndash; Success of Jupyter notebooks&lt;/li&gt;
&lt;li&gt;00:35:46 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:36:52 &amp;ndash; Little Toolkit for PyScript&lt;/li&gt;
&lt;li&gt;00:43:24 &amp;ndash; Finding funding &lt;/li&gt;
&lt;li&gt;00:46:58 &amp;ndash; Building a product before selling&lt;/li&gt;
&lt;li&gt;00:52:27 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:53:46 &amp;ndash; Finding the right data storage in IndexedDB &lt;/li&gt;
&lt;li&gt;01:01:57 &amp;ndash; Exploring the trial page and extensibility&lt;/li&gt;
&lt;li&gt;01:08:26 &amp;ndash; Contributing to the project or forking&lt;/li&gt;
&lt;li&gt;01:11:56 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:16:20 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:17:25 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:18:05 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://chrislaffra.com/&quot;&gt;Chris Laffra&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://chrislaffra.gumroad.com/l/cltwcl?layout=profile&quot;&gt;C4E - Communication for Engineers (ePUB)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pysheets.app/about&quot;&gt;PySheets - Spreadsheet UI for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/PySheets/pysheets?tab=readme-ov-file#installation&quot;&gt;PySheets: Source for PySheets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=5nseG-iU62g&amp;amp;list=PLXHJZN4UnprtCWGih6gSG_PvmgsvHue5y&quot;&gt;PyScript - Python in the browser - Chris Laffra - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.microsoft.com/en-us/microsoft-365/python-in-excel#footnote2&quot;&gt;Python in Excel - Microsoft 365&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyscript/ltk&quot;&gt;pyscript/ltk: LTK is a little toolkit for writing UIs in PyScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyscript.github.io/ltk/&quot;&gt;LTK - Little Toolkit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dl.acm.org/doi/abs/10.1145/74878.74888&quot;&gt;PROCOL: a parallel object language with protocols - ACM SIGPLAN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API&quot;&gt;IndexedDB API - MDN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.pyscript.net/2024.10.2/user-guide/first-steps/&quot;&gt;First steps - PyScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyodide.org/en/stable/&quot;&gt;Pyodide — Version 0.26.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.anaconda.com/blog/pyscript-updates-bytecode-alliance-pyodide-and-micropython&quot;&gt;PyScript Updates: Bytecode Alliance, Pyodide, and MicroPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://micropython.org/&quot;&gt;MicroPython - Python for microcontrollers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.freecad.org/&quot;&gt;FreeCAD: Your own 3D parametric modeler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLXHJZN4UnprtCWGih6gSG_PvmgsvHue5y&quot;&gt;Chris Laffra - How to become a Happy and Productive Engineer - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-313/&quot;&gt;What&amp;#x27;s New in Python 3.13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-plotting-matplotlib/&quot;&gt;Python Plotting With Matplotlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/understanding-global-interpreter-lock-gil/&quot;&gt;Understanding Python&amp;#x27;s Global Interpreter Lock (GIL)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E226_03_ChrisLaffra.b8326e9e4e06.mp3" type="audio/mpeg" length="77363477"/>
        <guid isPermaLink="false">a58d15c3-da6e-4c26-b815-8554ececd719</guid>
        <pubDate>Fri, 01 Nov 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4773</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_226_Podcast.14d1d3bf76ad.jpg"/>
        <rp:twitter-handles>@laffra</rp:twitter-handles>
        <rp:twitter-title>“PySheets: Spreadsheets in the Browser Using PyScript” with @laffra</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>225</itunes:episode>
        <title>Python Getting Faster and Leaner &amp; Ideas for Django Projects</title>
        <itunes:title>Python Getting Faster and Leaner &amp; Ideas for Django Projects</itunes:title>
        <link>https://realpython.com/podcasts/rpp/225/</link>
        <description>What changes are happening under the hood in the latest versions of Python? How are these updates laying the groundwork for a faster Python in the coming years? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What changes are happening under the hood in the latest versions of Python? How are these updates laying the groundwork for a faster Python in the coming years? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares an article about Python&amp;rsquo;s recent performance improvements. The piece covers the specialized adaptive interpreter and explains what those terms mean. It also includes details about the experimental feature of the Just-In-Time (JIT) compiler added in 3.13.&lt;/p&gt;
&lt;p&gt;We dig into a collection of Django projects you can use to practice and develop your skills. The projects ramp up from detailed beginner tutorials to more advanced projects with guidelines on how to get started. We also discuss a collection of popular websites that use Django. &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a batch of recent Python Enhancement Protocols (PEPs), a couple of Python releases, using DuckDB in the browser with Pyodide, building a contact book app with Textual, generating a tiny status page with a Python script, and a grep-like tool that understands code.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by AssemblyAI. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-site-connectivity-checker/&quot;&gt;Building a Site Connectivity Checker&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll build a Python site connectivity checker for the command line. While building this app, you&amp;rsquo;ll integrate knowledge related to making HTTP requests with standard-library tools, creating command-line interfaces, and managing concurrency with asyncio and aiohttp.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:11 &amp;ndash; PEP 777: How to Re-Invent the Wheel&lt;/li&gt;
&lt;li&gt;00:04:22 &amp;ndash; PEP 758: Allow &lt;code&gt;except&lt;/code&gt; and &lt;code&gt;except*&lt;/code&gt; Expressions Without Parentheses&lt;/li&gt;
&lt;li&gt;00:04:51 &amp;ndash; PEP 760: No More Bare Excepts (Withdrawn)&lt;/li&gt;
&lt;li&gt;00:05:42 &amp;ndash; PEP 735: Dependency Groups in &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:06:29 &amp;ndash; PEP 761: Deprecating PGP Signatures for CPython Artifacts&lt;/li&gt;
&lt;li&gt;00:06:59 &amp;ndash; Python 3.12.7 Released&lt;/li&gt;
&lt;li&gt;00:07:12 &amp;ndash; Incremental GC and Pushing Back the 3.13.0 Release&lt;/li&gt;
&lt;li&gt;00:09:10 &amp;ndash; DuckDB in the Browser With Pyodide&lt;/li&gt;
&lt;li&gt;00:15:35 &amp;ndash; Sponsor: AssemblyAI&lt;/li&gt;
&lt;li&gt;00:16:18 &amp;ndash; Build a Contact Book App With Python, Textual, and SQLite&lt;/li&gt;
&lt;li&gt;00:21:55 &amp;ndash; Django Project Ideas&lt;/li&gt;
&lt;li&gt;00:28:42 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:30:00 &amp;ndash; In the Making of Python Fitter and Faster&lt;/li&gt;
&lt;li&gt;00:35:13 &amp;ndash; tinystatus: Tiny Status Page Generated by a Python Script&lt;/li&gt;
&lt;li&gt;00:38:06 &amp;ndash; srgn: Grep-Like Tool That Understands Code&lt;/li&gt;
&lt;li&gt;00:42:01 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0777/&quot;&gt;PEP 777: How to Re-Invent the Wheel&lt;/a&gt; &amp;ndash; &amp;ldquo;The current wheel 1.0 specification was written over a decade ago, and has been extremely robust to changes in the Python packaging ecosystem&amp;hellip; this PEP prescribes compatibility requirements on future wheel revisions.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0758/&quot;&gt;PEP 758: Allow &lt;code&gt;except&lt;/code&gt; and &lt;code&gt;except*&lt;/code&gt; Expressions Without Parentheses&lt;/a&gt; &amp;ndash; &amp;ldquo;This PEP proposes to allow unparenthesized &lt;code&gt;except&lt;/code&gt; and &lt;code&gt;except*&lt;/code&gt; blocks in Python&amp;rsquo;s exception handling syntax. Currently, when catching multiple exceptions, parentheses are required around the exception types.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0760/&quot;&gt;PEP 760: No More Bare Excepts (Withdrawn)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0735/&quot;&gt;PEP 735: Dependency Groups in &lt;code&gt;pyproject.toml&lt;/code&gt; (Accepted)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0761/&quot;&gt;PEP 761: Deprecating PGP Signatures for CPython Artifacts&lt;/a&gt; &amp;ndash; Since Python 3.11.0, CPython has provided two verifiable digital signatures for all CPython artifacts: PGP and sigstore. This PEP proposes moving to sigstore as the only way of signing artifacts.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/release/3.12.7/whatsnew/changelog.html&quot;&gt;Python 3.12.7 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.13/whatsnew/changelog.html&quot;&gt;Python 3.13.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/incremental-gc-and-pushing-back-the-3-13-0-release/65285&quot;&gt;Incremental GC and Pushing Back the 3.13.0 Release&lt;/a&gt; &amp;ndash; Some last minute performance considerations delayed the release of Python 3.13 with one of the features being backed out.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://duckdb.org/2024/10/02/pyodide.html&quot;&gt;DuckDB in the Browser With Pyodide&lt;/a&gt; &amp;ndash; Learn how to run DuckDB in an in-browser Python environment to enable simple querying on remote files, interactive documentation, and easy to use training materials.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/contact-book-python-textual/&quot;&gt;Build a Contact Book App With Python, Textual, and SQLite&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll be guided step by step through the process of building a basic contact book application. You&amp;rsquo;ll use Python and Textual to build the application&amp;rsquo;s text-based user interface (TUI), and then use SQLite to manage the database.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/pycharm/2024/09/django-project-ideas/&quot;&gt;Django Project Ideas&lt;/a&gt; &amp;ndash; Looking to experiment or build your portfolio? Discover creative Django project ideas for all skill levels, from beginner apps to advanced full-stack projects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sumercip.com/posts/making-python-fitter-and-faster/&quot;&gt;In the Making of Python Fitter and Faster&lt;/a&gt; &amp;ndash; This post details how Python&amp;rsquo;s recent performance improvements work under the hood. It covers changes to the interpreter, better memory management, and the newly experimental JIT compiler.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/harsxv/tinystatus&quot;&gt;tinystatus: Tiny Status Page Generated by a Python Script&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/alexpovel/srgn&quot;&gt;srgn: Grep-Like Tool That Understands Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-wheels/&quot;&gt;What Are Python Wheels and Why Should You Care? – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html&quot;&gt;Deploy your first JupyterLite website on GitHub Pages — JupyterLite 0.4.3 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Textualize/rich&quot;&gt;rich: Python library for rich text and beautiful formatting in the terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://djangostars.com/blog/10-popular-sites-made-on-django/&quot;&gt;The 10 Most Popular Websites Using Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/django-in-action#reviews&quot;&gt;Django in Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=i1eMxu_PR5Y&quot;&gt;Django and htmx Tutorial: Easier Web Development - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/site-connectivity-checker-python/&quot;&gt;Build a Site Connectivity Checker in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jackevans.bearblog.dev/refactoring-python-with-tree-sitter-jedi/&quot;&gt;Refactoring Python with 🌳 Tree-sitter &amp;amp; Jedi | Jack&amp;rsquo;s blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-site-connectivity-checker/&quot;&gt;Building a Site Connectivity Checker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/set-up-django-project/&quot;&gt;How to Set Up a Django Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E225_03_PyCoders.c3c2209d52c3.mp3" type="audio/mpeg" length="42316527"/>
        <guid isPermaLink="false">a437eb32-bb3a-4423-b4e0-8d806cfc12e9</guid>
        <pubDate>Fri, 25 Oct 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2584</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_225_Podcast.e10a2cdffcb4.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Python Getting Faster and Leaner &amp; Ideas for Django Projects”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>224</itunes:episode>
        <title>Narwhals: Expanding DataFrame Compatibility Between Libraries</title>
        <itunes:title>Narwhals: Expanding DataFrame Compatibility Between Libraries</itunes:title>
        <link>https://realpython.com/podcasts/rpp/224/</link>
        <description>How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer formats like Polars or PyArrow? This week on the show, we speak with Marco Gorelli about his project, Narwhals.</description>
        <content:encoded>&lt;p&gt;How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer formats like Polars or PyArrow? This week on the show, we speak with Marco Gorelli about his project, Narwhals.&lt;/p&gt;
&lt;p&gt;Narwhals is a project aimed at library maintainers rather than end users. We discuss how the added compatibility benefits users by supporting modern features like lazy evaluation. We cover several projects Marco has been working with to implement Narwhals, including Altair, scikit-lego, and Ibis.&lt;/p&gt;
&lt;p&gt;We also discuss how Marco started contributing to open-source projects. Marco has contributed to both pandas and Polars, which helps explain his interest in growing compatibility between libraries. He also offers advice on making your first contribution. &lt;/p&gt;
&lt;p&gt;This episode is sponsored by CodeRabbit. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/differences-mutable-immutable-types/&quot;&gt;Differences Between Python&amp;rsquo;s Mutable and Immutable Types&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how Python&amp;rsquo;s mutable and immutable data types work internally and how you can take advantage of mutability or immutability to power your code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:02 &amp;ndash; Euro SciPy 2024 and sprints&lt;/li&gt;
&lt;li&gt;00:04:04 &amp;ndash; How did you get involved in open source?&lt;/li&gt;
&lt;li&gt;00:07:18 &amp;ndash; Finding a good issue to get started&lt;/li&gt;
&lt;li&gt;00:09:25 &amp;ndash; Discord and open-source projects&lt;/li&gt;
&lt;li&gt;00:11:12 &amp;ndash; Who would you describe Narwhals?&lt;/li&gt;
&lt;li&gt;00:16:47 &amp;ndash; Working on Polars&lt;/li&gt;
&lt;li&gt;00:19:17 &amp;ndash; Apache Arrow and a data interchange protocol&lt;/li&gt;
&lt;li&gt;00:22:55 &amp;ndash; Sponsor: CodeRabbit&lt;/li&gt;
&lt;li&gt;00:23:55 &amp;ndash; Digging into eager vs lazy&lt;/li&gt;
&lt;li&gt;00:27:04 &amp;ndash; Ibis DataFrame library&lt;/li&gt;
&lt;li&gt;00:28:57 &amp;ndash; What do libraries need from Narwhals?&lt;/li&gt;
&lt;li&gt;00:34:57 &amp;ndash; The scikit-lego library&lt;/li&gt;
&lt;li&gt;00:37:15 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:38:45 &amp;ndash; Other libraries interested in Narwhals&lt;/li&gt;
&lt;li&gt;00:41:56 &amp;ndash; Compatibility policy&lt;/li&gt;
&lt;li&gt;00:45:18 &amp;ndash; What should an end user expect?&lt;/li&gt;
&lt;li&gt;00:46:32 &amp;ndash; Have other projects that attempted this?&lt;/li&gt;
&lt;li&gt;00:47:54 &amp;ndash; Keeping the project light and pure Python&lt;/li&gt;
&lt;li&gt;00:49:32 &amp;ndash; Contributors and how to get involved&lt;/li&gt;
&lt;li&gt;00:54:42 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:57:18 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:59:05 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:59:27 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://narwhals-dev.github.io/narwhals/&quot;&gt;Narwhals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://euroscipy.org/2024/&quot;&gt;EuroSciPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/narwhals-dev/narwhals?featured_on=talkpython&quot;&gt;narwhals: Lightweight and Extensible Compatibility Layer Between DataFrame Libraries! - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=-mdx7Cn6_6E&amp;amp;t=343s&quot;&gt;DataFrame Interoperability - What&amp;rsquo;s Been Achieved, and What Comes Next? - PyCon Lithuania - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=8hYdq4sWbbQ&amp;amp;list=PLSIzlWDI17bRULf7X_55ab7THqA9TJPxd&quot;&gt;How Narwhals Has Many End Users &amp;hellip; That Never Use It Directly - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/posts/lightweight_plotting/&quot;&gt;Polars Has a New Lightweight Plotting Backend - Altair&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/&quot;&gt;pandas - Python Data Analysis Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/&quot;&gt;Polars — DataFrames for the new era&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/great-tables/&quot;&gt;great-tables - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/214/&quot;&gt;Episode #214: Build Captivating Display Tables in Python With Great Tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/&quot;&gt;Ibis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/201/&quot;&gt;Episode #201: Decoupling Systems to Get Closer to the Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://posit-dev.github.io/great-tables/blog/bring-your-own-df/&quot;&gt;Great Tables is Now BYODF (Bring Your Own DataFrame)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://labs.quansight.org/blog/scikit-lego-narwhals&quot;&gt;How Narwhals and scikit-lego Came Together to Achieve DataFrame-Agnosticism&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plotly/plotly.py/issues/4749&quot;&gt;Explore Using Narwhals in Plotly Express · Issue #4749 - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fairlearn.org/&quot;&gt;Fairlearn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://narwhals-dev.github.io/narwhals/backcompat/&quot;&gt;Perfect Backwards Compatibility Policy - Narwhals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://astral.sh/blog/uv-unified-python-packaging&quot;&gt;uv: Unified Python packaging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://prefix.dev/&quot;&gt;pixi - Powerful Development Environments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.com/invite/V3PqtB4VA4&quot;&gt;Narwhals - Discord&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@marcogorelli&quot;&gt;marcogorelli (@marcogorelli@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/marcogorelli/?featured_on=talkpython&quot;&gt;Marco Gorelli - Quansight - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-313/&quot;&gt;What&amp;#x27;s New in Python 3.13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-groupby-real-world-data/&quot;&gt;pandas GroupBy: Grouping Real World Data in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E224_03_Marco.eb35b557043c.mp3" type="audio/mpeg" length="59176372"/>
        <guid isPermaLink="false">e72cd5dc-ddb8-4876-ae70-30e6cd5d5f27</guid>
        <pubDate>Fri, 18 Oct 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3633</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_224_Podcast.644ed9ca1ed2.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Narwhals: Expanding DataFrame Compatibility Between Libraries”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>223</itunes:episode>
        <title>Exploring the New Features of Python 3.13</title>
        <itunes:title>Exploring the New Features of Python 3.13</itunes:title>
        <link>https://realpython.com/podcasts/rpp/223/</link>
        <description>Python 3.13 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, &quot;Python 3.13: Cool New Features for You to Try.&quot; Christopher&#x27;s video course &quot;What&#x27;s New in Python 3.13&quot; covers the topics from the article and shows the new features in action.</description>
        <content:encoded>&lt;p&gt;Python 3.13 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, &amp;ldquo;Python 3.13: Cool New Features for You to Try.&amp;rdquo; Christopher&amp;rsquo;s video course &amp;ldquo;What&amp;rsquo;s New in Python 3.13&amp;rdquo; covers the topics from the article and shows the new features in action.&lt;/p&gt;
&lt;p&gt;Geir Arne and Christopher dug into the release to create code examples of the new features for the tutorial and course. We look at the options for disabling the Global Interpreter Lock (GIL) and enabling the Just-in-Time (JIT) compiler. We also discuss the new interactive interpreter, better error messages, multiple improvements to static typing, and additional performance improvements.&lt;/p&gt;
&lt;p&gt;We share our thoughts on the updates and offer advice about incorporating them into your projects. We also discuss when you should start running Python 3.13.&lt;/p&gt;
&lt;p&gt;This is episode is sponsored by Nvidia.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/new-features-python-313/&quot;&gt;What&amp;rsquo;s New in Python 3.13&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn about the new features in Python 3.13. You&amp;rsquo;ll take a tour of the new REPL and error messages and see how you can try out the experimental free threading and JIT versions of Python 3.13 yourself.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:14 &amp;ndash; A Modern REPL&lt;/li&gt;
&lt;li&gt;00:08:54 &amp;ndash; Making the Global Interpreter Lock Optional in CPython&lt;/li&gt;
&lt;li&gt;00:11:33 &amp;ndash; JIT Compilation&lt;/li&gt;
&lt;li&gt;00:15:48 &amp;ndash; More improved error messages&lt;/li&gt;
&lt;li&gt;00:18:30 &amp;ndash; Sponsor: NVIDIA&lt;/li&gt;
&lt;li&gt;00:19:13 &amp;ndash; Marking deprecations using the type system&lt;/li&gt;
&lt;li&gt;00:21:09 &amp;ndash; Type Defaults for Type Parameters&lt;/li&gt;
&lt;li&gt;00:22:44 &amp;ndash; Narrowing types with TypeIs&lt;/li&gt;
&lt;li&gt;00:25:24 &amp;ndash; TypedDict: Read-only items&lt;/li&gt;
&lt;li&gt;00:27:50 &amp;ndash; Random command line interface&lt;/li&gt;
&lt;li&gt;00:29:54 &amp;ndash; New copy.replace()&lt;/li&gt;
&lt;li&gt;00:33:43 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:55 &amp;ndash; Pathlib and globbing&lt;/li&gt;
&lt;li&gt;00:39:33 &amp;ndash; Stripping docstrings&lt;/li&gt;
&lt;li&gt;00:41:28 &amp;ndash; Import improvements&lt;/li&gt;
&lt;li&gt;00:41:56 &amp;ndash; Dynamically import non-code files&lt;/li&gt;
&lt;li&gt;00:42:23 &amp;ndash; Adding iOS as a supported platform&lt;/li&gt;
&lt;li&gt;00:43:32 &amp;ndash; More consistency with local namespace&lt;/li&gt;
&lt;li&gt;00:44:30 &amp;ndash; Support for deprecation in argparse&lt;/li&gt;
&lt;li&gt;00:45:00 &amp;ndash; Better entry points for breakpoint or set_trace&lt;/li&gt;
&lt;li&gt;00:46:08 &amp;ndash; Removing dead batteries&lt;/li&gt;
&lt;li&gt;00:47:43 &amp;ndash; When to upgrade to 3.13?&lt;/li&gt;
&lt;li&gt;00:53:19 &amp;ndash; core.py podcast&lt;/li&gt;
&lt;li&gt;00:54:14 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python313-new-features/&quot;&gt;Python 3.13: Cool New Features for You to Try&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-313/&quot;&gt;What&amp;rsquo;s New in Python 3.13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python313-repl/&quot;&gt;Python 3.13 Preview: A Modern REPL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python313-free-threading-jit/&quot;&gt;Python 3.13 Preview: Free Threading and a JIT Compiler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.13/whatsnew/3.13.html&quot;&gt;What&amp;rsquo;s New In Python 3.13 — Python 3.13.0rc2 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0703/&quot;&gt;PEP 703 – Making the Global Interpreter Lock Optional in CPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0744/&quot;&gt;PEP 744 – JIT Compilation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0702/&quot;&gt;PEP 702 – Marking deprecations using the type system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0696/&quot;&gt;PEP 696 – Type Defaults for Type Parameters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0742/&quot;&gt;PEP 742 – Narrowing types with TypeIs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0705/&quot;&gt;PEP 705 – TypedDict: Read-only items&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0730/&quot;&gt;PEP 730 – Adding iOS as a supported platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0738/&quot;&gt;PEP 738 – Adding Android as a supported platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0667/&quot;&gt;PEP 667 – Consistent views of namespaces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0594/&quot;&gt;PEP 594 – Removing dead batteries from the standard library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-repl/&quot;&gt;The Python Standard REPL: Try Out Code and Ideas Quickly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/ipython-interactive-python-shell/&quot;&gt;Unlock IPython&amp;rsquo;s Magical Toolbox for Your Coding Journey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://podcasters.spotify.com/pod/show/corepy/episodes/Episode-14-Integration-Events-e2nuru6&quot;&gt;core.py Podcast - Episode 14: Integration Events&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-313/&quot;&gt;What&amp;#x27;s New in Python 3.13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-type-checking/&quot;&gt;Python Type Checking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-312/&quot;&gt;What&amp;#x27;s New in Python 3.12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E223_03a_313_Release.33f70b658710.mp3" type="audio/mpeg" length="54097141"/>
        <guid isPermaLink="false">854a155a-c3f5-4684-8955-745a649207c6</guid>
        <pubDate>Fri, 11 Oct 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3324</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_223_Podcast.d7ffce4c8287.jpg"/>
        <rp:twitter-handles>@gahjelle, @cltrudeau</rp:twitter-handles>
        <rp:twitter-title>“Exploring the New Features of Python 3.13” with @gahjelle, @cltrudeau</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>222</itunes:episode>
        <title>Using Virtual Environments in Docker &amp; Comparing Python Dev Tools</title>
        <itunes:title>Using Virtual Environments in Docker &amp; Comparing Python Dev Tools</itunes:title>
        <link>https://realpython.com/podcasts/rpp/222/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share a recent post by Hynek Schlawack about building Python projects using Docker containers. Hynek argues for using virtual environments for these projects, like developing a local one. He&amp;rsquo;s found that keeping your code in an isolated, well-defined location and structure avoids confusion and complexity.&lt;/p&gt;
&lt;p&gt;We also discuss our development setups, including Python versions, code editors, virtual environment practices, terminals, and customizations. We dig into how your programming history affects the tools you use.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a group of new releases, addressing the &amp;ldquo;why&amp;rdquo; in comments, comparing a data science workflow in Python and R, removing common problems from CSV files, and a project for creating HTML tables in Django.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by InfluxData. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/advanced-import-techniques/&quot;&gt;Advanced Python import Techniques&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The Python import system is as powerful as it is useful. In this in-depth video course, you&amp;rsquo;ll learn how to harness this power to improve the structure and maintainability of your code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:55 &amp;ndash; Python Releases 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20&lt;/li&gt;
&lt;li&gt;00:03:26 &amp;ndash; Python Release Python 3.13.0rc2&lt;/li&gt;
&lt;li&gt;00:04:07 &amp;ndash; Django Security Releases Issued: 5.1.1, 5.0.9, and 4.2.16&lt;/li&gt;
&lt;li&gt;00:04:36 &amp;ndash; Polars Has a New Lightweight Plotting Backend&lt;/li&gt;
&lt;li&gt;00:05:49 &amp;ndash; Why I Still Use Python Virtual Environments in Docker&lt;/li&gt;
&lt;li&gt;00:11:37 &amp;ndash; How to Use Conditional Expressions With NumPy &lt;code&gt;where()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:15:55 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:16:39 &amp;ndash; PythonistR: A Match Made in Data Heaven&lt;/li&gt;
&lt;li&gt;00:23:44 &amp;ndash; Why Not Comments&lt;/li&gt;
&lt;li&gt;00:26:48 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:10 &amp;ndash; Discussion: Personal development setups&lt;/li&gt;
&lt;li&gt;00:51:01 &amp;ndash; csv_trimming: Remove Common Ugliness From CSV Files&lt;/li&gt;
&lt;li&gt;00:53:01 &amp;ndash; django-tables2: Create HTML Tables in Django&lt;/li&gt;
&lt;li&gt;00:54:39 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/release/3.12.6/whatsnew/changelog.html&quot;&gt;Python Releases 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3130rc2/&quot;&gt;Python Release Python 3.13.0rc2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/sep/03/security-releases/&quot;&gt;Django Security Releases Issued: 5.1.1, 5.0.9, and 4.2.16&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/posts/lightweight_plotting/&quot;&gt;Polars Has a New Lightweight Plotting Backend&lt;/a&gt; &amp;ndash; Polars 1.6 allows you to natively create beautiful plots without pandas, NumPy, or PyArrow. This is enabled by Narwhals, a lightweight compatibility layer between dataframe libraries.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hynek.me/articles/docker-virtualenv/&quot;&gt;Why I Still Use Python Virtual Environments in Docker&lt;/a&gt; &amp;ndash; Hynek often gets challenged when he suggests the use of virtual environments within Docker containers, and this post explains why he still does.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/numpy-where-conditional-expressions/&quot;&gt;How to Use Conditional Expressions With NumPy &lt;code&gt;where()&lt;/code&gt;&lt;/a&gt; &amp;ndash; This tutorial teaches you how to use the where() function to select elements from your NumPy arrays based on a condition. You&amp;rsquo;ll learn how to perform various operations on those elements and even replace them with elements from a separate array or arrays.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cosimameyer.com/post/2024-09-05-pythonistr-a-match-made-in-data-heaven/&quot;&gt;PythonistR: A Match Made in Data Heaven&lt;/a&gt; &amp;ndash; In data science you&amp;rsquo;ll sometimes hear a debate between R and Python. Cosima says &amp;lsquo;why not choose both?&amp;rsquo; She outlines a data pipeline that uses the best tool for each job.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://buttondown.com/hillelwayne/archive/why-not-comments/&quot;&gt;Why Not Comments&lt;/a&gt; &amp;ndash; This post talks about why you might want to include information in your code comments about why you didn&amp;rsquo;t take a particular approach.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/tutorials/editors/&quot;&gt;Editors &amp;amp; IDEs – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://code.visualstudio.com/&quot;&gt;Visual Studio Code - Code Editing. Redefined&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jupyter.org/&quot;&gt;Project Jupyter - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.vim.org/&quot;&gt;vim online: welcome home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://iterm2.com/&quot;&gt;iTerm2 - macOS Terminal Replacement&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/LucaCappelletti94/csv_trimming&quot;&gt;csv_trimming: Remove Common Ugliness From CSV Files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jieter/django-tables2&quot;&gt;django-tables2: Create HTML Tables in Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://hynek.me/articles/virtualenv-lives/&quot;&gt;virtualenv Lives! - Hynek Schlawack - 2014&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hynek.me/articles/docker-uv/&quot;&gt;Production-ready Python Docker Containers with uv - Hynek Schlawack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/cosimameyer/r-python-talk&quot;&gt;r-python-talk: 🦸🏼‍♀️ Contains material for talk on how to use Python and R together&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://posit.co/downloads/&quot;&gt;Download RStudio - Posit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://leanpub.com/logic/&quot;&gt;Logic for Programmers by Hillel Wayne - Leanpub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/absolute-vs-relative-imports-python/&quot;&gt;Absolute vs Relative Imports in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/advanced-import-techniques/&quot;&gt;Advanced Python import Techniques&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E222_03_PyCoders.764f351d7d2f.mp3" type="audio/mpeg" length="54521101"/>
        <guid isPermaLink="false">229d8fdd-58ee-4205-badf-ab4f7621cba2</guid>
        <pubDate>Fri, 27 Sep 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3346</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_222_Podcast.3422db48b193.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Using Virtual Environments in Docker &amp; Comparing Python Dev Tools”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>221</itunes:episode>
        <title>Thriving as a Developer With ADHD</title>
        <itunes:title>Thriving as a Developer With ADHD</itunes:title>
        <link>https://realpython.com/podcasts/rpp/221/</link>
        <description>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 &quot;ADHD For the Win!&quot;</description>
        <content:encoded>&lt;p&gt;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 &amp;ldquo;ADHD For the Win!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Chris struggled with productivity early in his career as a developer. He shares systems and strategies he&amp;rsquo;s discovered to harness the focusing power of ADHD. &lt;/p&gt;
&lt;p&gt;We discuss time management, meetings, and maintaining productivity in a hectic world. Chris also shares resources for learning more about defining ADHD, self-evaluation, and how to keep getting things done.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by InfluxData. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/build-gui-calculator-pyqt/&quot;&gt;Build a GUI Calculator With PyQt and Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you&amp;rsquo;ve covered the basics, you&amp;rsquo;ll build a fully functional desktop calculator that can respond to user events with concrete actions.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:30 &amp;ndash; Defining ADHD and how it aligns with coding&lt;/li&gt;
&lt;li&gt;00:05:47 &amp;ndash; Analogy for focus&lt;/li&gt;
&lt;li&gt;00:06:51 &amp;ndash; Can you sense the change in focus?&lt;/li&gt;
&lt;li&gt;00:07:46 &amp;ndash; The challenge of meetings&lt;/li&gt;
&lt;li&gt;00:11:45 &amp;ndash; Tips for managing time&lt;/li&gt;
&lt;li&gt;00:15:44 &amp;ndash; Capturing notes and defragging&lt;/li&gt;
&lt;li&gt;00:18:48 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:19:33 &amp;ndash; Downtime and interruptions&lt;/li&gt;
&lt;li&gt;00:25:26 &amp;ndash; Remote work and focus&lt;/li&gt;
&lt;li&gt;00:33:16 &amp;ndash; Sitting still and meetings&lt;/li&gt;
&lt;li&gt;00:37:39 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:13 &amp;ndash; Anything worth doing is worth doing poorly&lt;/li&gt;
&lt;li&gt;00:47:36 &amp;ndash; Prototypes and working on interesting things&lt;/li&gt;
&lt;li&gt;00:50:26 &amp;ndash; Deadlines and pomodoro timers&lt;/li&gt;
&lt;li&gt;00:54:21 &amp;ndash; Have your symptoms changed over time?&lt;/li&gt;
&lt;li&gt;00:56:18 &amp;ndash; Starting ADHDftw.com&lt;/li&gt;
&lt;li&gt;00:59:12 &amp;ndash; Decision to keep podcast episodes short &lt;/li&gt;
&lt;li&gt;01:00:01 &amp;ndash; Deciding on medication&lt;/li&gt;
&lt;li&gt;01:02:02 &amp;ndash; Resources available&lt;/li&gt;
&lt;li&gt;01:03:29 &amp;ndash; What motivates you to continue to learn programming?&lt;/li&gt;
&lt;li&gt;01:04:06 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:04:55 &amp;ndash; What are other ways to follow your work online?&lt;/li&gt;
&lt;li&gt;01:05:28 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://adhdftw.com/real-python/&quot;&gt;ADHD ftw! - Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adhdftw.com/adhd-isnt-a-deficit-of-attention-and-doesnt-neccessarily-mean-youre-hyperactive/&quot;&gt;ADHD isn&amp;rsquo;t a deficit of attention (and doesn&amp;rsquo;t necessarily mean you&amp;rsquo;re hyperactive)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adhdftw.com/do-i-have-adhd/&quot;&gt;Do I have ADHD?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Snoot&quot;&gt;Snoot - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adhdftw.com/anything-worth-doing-is-worth-doing-poorly/&quot;&gt;Anything worth doing is worth doing poorly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adhdftw.com/getting-shit-done-with-adhd-defrag-your-notebook/&quot;&gt;Getting stuff done with ADHD: defrag your notebook - ADHD ftw!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gomakethings.com/about/&quot;&gt;Go Make Things - About&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@cferdinandi@mastodon.social&quot;&gt;Chris Ferdinandi ⚓️ (@cferdinandi@mastodon.social) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/creating-pyqt-layouts-gui-applications/&quot;&gt;Creating PyQt Layouts for GUI Applications&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/build-gui-calculator-pyqt/&quot;&gt;Build a GUI Calculator With PyQt and Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/html-css-foundations/&quot;&gt;HTML and CSS Foundations for Python Developers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E221_03_ChrisFerdinandi.dd01f743e940.mp3" type="audio/mpeg" length="64330282"/>
        <guid isPermaLink="false">12166b06-b110-48e0-9f77-33f77849ce48</guid>
        <pubDate>Fri, 20 Sep 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3990</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_221_Podcast.01df36740632.jpg"/>
        <rp:twitter-handles>@ChrisFerdinandi</rp:twitter-handles>
        <rp:twitter-title>“Thriving as a Developer With ADHD” with @ChrisFerdinandi</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>220</itunes:episode>
        <title>Configuring Git Pre-Commit Hooks &amp; Estimating Software Projects</title>
        <itunes:title>Configuring Git Pre-Commit Hooks &amp; Estimating Software Projects</itunes:title>
        <link>https://realpython.com/podcasts/rpp/220/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share a trio of articles by previous guest Stefanie Molin about Git pre-commit hooks. Across the series, she provides step-by-step instructions for building your own hooks, managing them, and learning how they operate.&lt;/p&gt;
&lt;p&gt;We discuss the process of estimating software development projects. We dig into the art of &amp;ldquo;guesstimation,&amp;rdquo; rough calculation, and napkin math. Christopher shares his experience in agile scenarios and measuring projects by story counts.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, 10 Python programming optimization techniques, and building a blog in Django using GraphQL &amp;amp; Vue. We also explore experimenting with Python&amp;rsquo;s preprocessor, a toolkit for writing UIs in PyScript, and a couple of projects for working with Django Admin.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by InfluxData. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-mmap-io/&quot;&gt;Python mmap: Doing File I/O With Memory Mapping&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to use Python&amp;rsquo;s mmap module to improve your code&amp;rsquo;s performance when you&amp;rsquo;re working with files. You&amp;rsquo;ll get a quick overview of the different types of memory before diving into how and why memory mapping with mmap can make your file I/O operations faster.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:28 &amp;ndash; Python Top Language of 2024&lt;/li&gt;
&lt;li&gt;00:02:59 &amp;ndash; Python Developers Survey 2023 Results&lt;/li&gt;
&lt;li&gt;00:03:46 &amp;ndash; How Pre-Commit Works&lt;/li&gt;
&lt;li&gt;00:10:00 &amp;ndash; Build a Blog Using Django, GraphQL, and Vue&lt;/li&gt;
&lt;li&gt;00:13:38 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:14:23 &amp;ndash; 10 Python Programming Optimization Techniques&lt;/li&gt;
&lt;li&gt;00:22:45 &amp;ndash; Python&amp;rsquo;s Preprocessor&lt;/li&gt;
&lt;li&gt;00:26:42 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:16 &amp;ndash; You don&amp;rsquo;t have to guess to estimate&lt;/li&gt;
&lt;li&gt;00:44:18 &amp;ndash; LTK is a little toolkit for writing UIs in PyScript&lt;/li&gt;
&lt;li&gt;00:49:06 &amp;ndash; django-admin-action-forms: Forms for Django Admin&lt;/li&gt;
&lt;li&gt;00:52:09 &amp;ndash; django-public-admin: A Public and Read-Only Django Admin&lt;/li&gt;
&lt;li&gt;00:53:24 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://spectrum.ieee.org/top-programming-languages-2024&quot;&gt;Python Top Language of 2024&lt;/a&gt; &amp;ndash; &amp;ldquo;Python continues to cement its overall dominance, buoyed by things like popular libraries for hot fields such as A.I.&amp;rdquo; Read the article to see where other languages have placed.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lp.jetbrains.com/python-developers-survey-2023/&quot;&gt;Python Developers Survey 2023 Results&lt;/a&gt; &amp;ndash; Official Python Developers Survey 2023 Results by Python Software Foundation and JetBrains: more than 25k responses from almost 200 countries.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/articles/devx/pre-commit/behind-the-scenes/&quot;&gt;How Pre-Commit Works&lt;/a&gt; &amp;ndash; As a user of pre-commit hooks, do you know what happens when you run &lt;code&gt;pre-commit install&lt;/code&gt; or why you have to run it in the first place? How does pre-commit actually work with Git? In this article, Stefanie takes you behind the scenes of how your pre-commit setup works.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/&quot;&gt;How to Set Up Pre-Commit Hooks - Stefanie Molin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/articles/devx/pre-commit/hook-creation-guide/&quot;&gt;How to Create a Pre-Commit Hook - Stefanie Molin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-django-blog/&quot;&gt;Build a Blog Using Django, GraphQL, and Vue&lt;/a&gt; &amp;ndash; In this step-by-step project, you&amp;rsquo;ll build a blog from the ground up. You&amp;rsquo;ll turn your Django blog data models into a GraphQL API and consume it in a Vue application for users to read. You&amp;rsquo;ll end up with an admin site and a user-facing site you can continue to refine for your own use.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/jamesbright/10-python-programming-optimisation-techniques-5ckf&quot;&gt;10 Python Programming Optimization Techniques&lt;/a&gt; &amp;ndash; Optimization should be your last step, but once you&amp;rsquo;re there, just what can you do? This article covers ten different techniques that address memory size and code performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pydong.org/posts/PythonsPreprocessor/&quot;&gt;Python&amp;rsquo;s Preprocessor&lt;/a&gt; &amp;ndash; Every now and then you hear outrageous claims such as &amp;ldquo;Python has no preprocessor,&amp;rdquo; well it is there if you&amp;rsquo;re willing to dig deep enough. Learn how to hack Python&amp;rsquo;s compile step.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.simplermachines.com/estimates-arent-guesses/&quot;&gt;You Don&amp;rsquo;t Have to Guess to Estimate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://vadimkravcenko.com/shorts/habits-of-great-software-engineers/&quot;&gt;Habits of Great Software Engineers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyscript/ltk&quot;&gt;pyscript/ltk: LTK Is a Little Toolkit for Writing UIs in PyScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/michalpokusa/django-admin-action-forms&quot;&gt;django-admin-action-forms: Forms for Django Admin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/cuducos/django-public-admin&quot;&gt;django-public-admin: A Public and Read-Only Django Admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-mmap-io/&quot;&gt;Python mmap: Doing File I/O With Memory Mapping – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/128/&quot;&gt;Episode #128: Using a Memory Profiler in Python &amp;amp; What It Can Teach You&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/172/&quot;&gt;Episode #172: Measuring Multiple Facets of Python Performance With Scalene – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pm.stackexchange.com/questions/12403/why-are-estimates-treated-like-deadlines&quot;&gt;software development - Why are estimates treated like deadlines? - Project Management Stack Exchange&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pragprog.com/titles/gdestimate/software-estimation-without-guessing/&quot;&gt;Software Estimation Without Guessing: Effective Planning in an Imperfect World by George Dinwiddie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://press.princeton.edu/books/paperback/9780691129495/guesstimation?srsltid=AfmBOorl7xDtGC5o1EHNCUa_coR45mjv0I4UpG90BD5JAzwNGwAjd8DG&quot;&gt;Guesstimation - Princeton University Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.anaconda.com/excel/toolbox/&quot;&gt;Anaconda Toolbox for Excel — Anaconda documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.anaconda.com/excel/code/&quot;&gt;Anaconda Code — Anaconda documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pysheets.app/about&quot;&gt;PySheets - Spreadsheet UI for Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-mmap-io/&quot;&gt;Python mmap: Doing File I/O With Memory Mapping&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/how-python-manages-memory/&quot;&gt;How Python Manages Memory&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E220_03_PyCoders.fd37b0a2dca9.mp3" type="audio/mpeg" length="53267222"/>
        <guid isPermaLink="false">2d55a6a4-669c-41ca-9056-09cde9a68462</guid>
        <pubDate>Fri, 13 Sep 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3266</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_220_Podcast.078adf51b9e3.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Configuring Git Pre-Commit Hooks &amp; Estimating Software Projects”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>219</itunes:episode>
        <title>Astrophysics and Astronomy With Python &amp; PyCon Africa 2024</title>
        <itunes:title>Astrophysics and Astronomy With Python &amp; PyCon Africa 2024</itunes:title>
        <link>https://realpython.com/podcasts/rpp/219/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a pair of his recent Real Python video courses about exploring astronomy and astrophysics with Python. Throughout the courses, you&amp;rsquo;ll get to practice using a variety of data science libraries, such as NumPy, Matplotlib, pandas, pint, and Astropy. &lt;/p&gt;
&lt;p&gt;We speak with Mannie Young who is the Organizing Committee Chair of PyCon Africa. Real Python is excited to be a contributing sponsor of this year&amp;rsquo;s conference. Mannie discusses reinvigorating a continent-spanning conference after a multiyear hiatus. He also talks about introducing Python to students and new developers across Africa through PyClubs, PyLadies, and PyData programs.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, logging in Python, understanding operator precedence, reconciling why it only works on your machine, a fast way to create an HTML app, and a tool for deep inspection of Python objects.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by InfluxData. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/sorting-dictionaries-keys-values-more/&quot;&gt;Sorting Dictionaries in Python: Keys, Values, and More&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to sort Python dictionaries. By the end, you&amp;rsquo;ll be able to sort by key, value, or even nested attributes. But you won&amp;rsquo;t stop there, you&amp;rsquo;ll also measure the performance of variations when sorting and compare different key-value data structures.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:05 &amp;ndash; PEP 750: Tag Strings for Domain-Specific Languages&lt;/li&gt;
&lt;li&gt;00:05:19 &amp;ndash; PEP 752: Package Repository Namespaces&lt;/li&gt;
&lt;li&gt;00:07:32 &amp;ndash; PyCon US 2024 Recap and Recording Release&lt;/li&gt;
&lt;li&gt;00:08:01 &amp;ndash; Logging in Python&lt;/li&gt;
&lt;li&gt;00:14:57 &amp;ndash; It Works on My Machine. Why?&lt;/li&gt;
&lt;li&gt;00:17:33 &amp;ndash; Python&amp;rsquo;s Operator Precedence&lt;/li&gt;
&lt;li&gt;00:20:54 &amp;ndash; Exploring Astrophysics in Python With pandas and Matplotlib&lt;/li&gt;
&lt;li&gt;00:24:03 &amp;ndash; Using Astropy for Astronomy With Python&lt;/li&gt;
&lt;li&gt;00:26:37 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:27:22 &amp;ndash; fasthtml: The Fastest Way to Create an HTML App&lt;/li&gt;
&lt;li&gt;00:32:50 &amp;ndash; wat: Deep Inspection of Python Objects&lt;/li&gt;
&lt;li&gt;00:38:08 &amp;ndash; PyCon Africa 2024&lt;/li&gt;
&lt;li&gt;00:40:47 &amp;ndash; What goes into re-energizing a conference?&lt;/li&gt;
&lt;li&gt;00:44:20 &amp;ndash; Talks and speakers &lt;/li&gt;
&lt;li&gt;00:46:58 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:48:29 &amp;ndash; How did you get involved?&lt;/li&gt;
&lt;li&gt;00:52:19 &amp;ndash; PyClubs and growing Python education&lt;/li&gt;
&lt;li&gt;00:58:41 &amp;ndash; What industries are using Python in Ghana?&lt;/li&gt;
&lt;li&gt;01:00:20 &amp;ndash; Sponsorship and support&lt;/li&gt;
&lt;li&gt;01:01:51 &amp;ndash; Travel in and outside the continent&lt;/li&gt;
&lt;li&gt;01:04:23 &amp;ndash; Call to action&lt;/li&gt;
&lt;li&gt;01:05:05 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0750/&quot;&gt;PEP 750: Tag Strings for Domain-Specific Languages (Added)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0752/&quot;&gt;PEP 752: Package Repository Namespaces (Added)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycon.blogspot.com/2024/08/pycon-us-2024-recap-and-recording.html&quot;&gt;PyCon US 2024 Recap and Recording Release&lt;/a&gt; &amp;ndash; PyCon US 2024 had a record breaking attendance with over 2,700 in-person tickets sold. This article is a recap from the conference runners and links to all the available recordings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-logging/&quot;&gt;Logging in Python&lt;/a&gt; &amp;ndash; If you use Python&amp;rsquo;s &lt;code&gt;print()&lt;/code&gt; function to get information about the flow of your programs, then logging is the natural next step for you. This tutorial will guide you through creating your first logs and show you ways to curate them to grow with your projects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thoughtbot.com/blog/it-works-on-my-machine-why&quot;&gt;It Works on My Machine. Why?&lt;/a&gt; &amp;ndash; A list of things to check when something works on your computer but not on someone else&amp;rsquo;s.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thepythoncodingstack.com/p/python-operator-precedence-after-you-no-i-insist&quot;&gt;Python&amp;rsquo;s Operator Precedence&lt;/a&gt; &amp;ndash; Stephen uses a story-telling style to explain how operator precedence works in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/astrophysics-pandas-matplotlib/&quot;&gt;Exploring Astrophysics in Python With pandas and Matplotlib&lt;/a&gt; &amp;ndash; This course uses three problems often covered in introductory astro-physics courses to play in Python. Along the way you&amp;rsquo;ll learn some astronomy and how to use a variety of datascience libraries like NumPy, Matplotlib, pandas, and pint.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/astropy-astronomy/&quot;&gt;Using Astropy for Astronomy With Python&lt;/a&gt; &amp;ndash; This course covers two problems from introductory astronomy to help you play with some Python libraries. You&amp;rsquo;ll use NumPy, Matplotlib, and pandas to find planet conjunctions, and graph the best viewing times for a star.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/answerdotai/fasthtml&quot;&gt;fasthtml: The Fastest Way to Create an HTML App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/igrek51/wat&quot;&gt;wat: Deep Inspection of Python Objects&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://africa.pycon.org/&quot;&gt;PyCon Africa 2024 - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyconafrica.blogspot.com/2024/05/announcing-pycon-africa-2024-blog.html&quot;&gt;Announcing PyCon Africa 2024 Blog: A Return to Accra and a Look Ahead&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/65/&quot;&gt;Episode #65: Expanding the International Python Community With the PSF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://djangogirls.org/en/&quot;&gt;Django Girls - Start your journey with programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pythonghana.org/series/pyladies&quot;&gt;PyLadies Ghana - Python Ghana&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pythonghana.org/series/pydata&quot;&gt;PyData Ghana - Python Ghana&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pyclubs.org/&quot;&gt;PyClubs - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/quizzes/logging-in-python/&quot;&gt;Quiz: Logging in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/mawy7/?originalSubdomain=gh&quot;&gt;Mannie Young - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://x.com/mawy_7&quot;&gt;Mannie Young (@mawy_7) - X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/astropy-astronomy/&quot;&gt;Using Astropy for Astronomy With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sorting-dictionaries-keys-values-more/&quot;&gt;Sorting Dictionaries in Python: Keys, Values, and More&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/astrophysics-pandas-matplotlib/&quot;&gt;Exploring Astrophysics in Python With pandas and Matplotlib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E219_03_PyCoders_2.4f5a554597ea.mp3" type="audio/mpeg" length="64832985"/>
        <guid isPermaLink="false">0b5ee8dd-0060-49e9-855f-2fda9ee2426d</guid>
        <pubDate>Fri, 06 Sep 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3987</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_219_Podcast.6f3438311d31.jpg"/>
        <rp:twitter-handles>@mawy_7</rp:twitter-handles>
        <rp:twitter-title>“Astrophysics and Astronomy With Python &amp; PyCon Africa 2024” with @mawy_7</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>218</itunes:episode>
        <title>Exploring Robotics and Python Through Electronic Projects</title>
        <itunes:title>Exploring Robotics and Python Through Electronic Projects</itunes:title>
        <link>https://realpython.com/podcasts/rpp/218/</link>
        <description>Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child&#x27;s interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his book &quot;Build Your Own Robot - Using Python, CRICKIT, and Raspberry Pi.&quot;</description>
        <content:encoded>&lt;p&gt;Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child&amp;rsquo;s interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his book &amp;ldquo;Build Your Own Robot - Using Python, CRICKIT, and Raspberry Pi.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Marwan discusses his two conferences talks about building electronics projects with his children. He provides advice on equipment and techniques to make learning Python engaging. &lt;/p&gt;
&lt;p&gt;We explore his robotics project and the literal balancing act of designing a robot around the Raspberry Pi. Marwan shares his successes and disappointments while working to incorporate computer vision, joystick controls, and voice commands.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Python Debugging With pdb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this hands-on course, you&amp;rsquo;ll learn the basics of using pdb, Python&amp;rsquo;s interactive source code debugger. pdb is a great tool for tracking down hard-to-find bugs, and it allows you to fix faulty code more quickly.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:14 &amp;ndash; How did you get started with Python and electronics?&lt;/li&gt;
&lt;li&gt;00:04:27 &amp;ndash; Snow globe intruder alert system&lt;/li&gt;
&lt;li&gt;00:06:57 &amp;ndash; Things to keep in mind with a child&lt;/li&gt;
&lt;li&gt;00:12:50 &amp;ndash; Challenges in teaching a child Python&lt;/li&gt;
&lt;li&gt;00:16:34 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:17:11 &amp;ndash; What are other projects you&amp;rsquo;ve tried?&lt;/li&gt;
&lt;li&gt;00:21:12 &amp;ndash; Powering the robot project&lt;/li&gt;
&lt;li&gt;00:24:56 &amp;ndash; Putting together the robot librarian talk&lt;/li&gt;
&lt;li&gt;00:29:47 &amp;ndash; Was there any friction teaching kids robotics?&lt;/li&gt;
&lt;li&gt;00:32:47 &amp;ndash; Adding the complexity of a Raspberry Pi&lt;/li&gt;
&lt;li&gt;00:38:27 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:48 &amp;ndash; Hardware components of the robot&lt;/li&gt;
&lt;li&gt;00:41:51 &amp;ndash; Thinking about access to the equipment&lt;/li&gt;
&lt;li&gt;00:45:37 &amp;ndash; Assembling the robot project?&lt;/li&gt;
&lt;li&gt;00:49:14 &amp;ndash; Various control systems&lt;/li&gt;
&lt;li&gt;00:54:42 &amp;ndash; What experience level is required with Python?&lt;/li&gt;
&lt;li&gt;00:55:40 &amp;ndash; What concepts were you excited to share?&lt;/li&gt;
&lt;li&gt;00:57:59 &amp;ndash; Do you think Python is a good language for robotics?&lt;/li&gt;
&lt;li&gt;00:59:21 &amp;ndash; MicroPython Cookbook&lt;/li&gt;
&lt;li&gt;01:00:07 &amp;ndash; What are projects you tried that didn&amp;rsquo;t work out?&lt;/li&gt;
&lt;li&gt;01:03:01 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:04:04 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:04:56 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:05:19 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/build-your-own-robot?utm_source=youtube&amp;amp;utm_medium=organic&amp;amp;utm_campaign=book_alsabbagh_build_4_26_23&quot;&gt;Build Your Own Robot - Using Python, CRICKIT, and Raspberry PI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.marwano.com/talks/snow-globe/&quot;&gt;Snow globe intruder alert system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=N8RMfAc-UFc&amp;amp;t=4s&quot;&gt;Snow globe intruder alert system - Marwan Alsabbagh - PyLondinium18 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.adafruit.com/&quot;&gt;Adafruit Industries, Unique &amp;amp; fun DIY electronics and kits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=35mXD40SvXM&quot;&gt;Nina Zakharenko - Keynote - PyCon 2019 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/86/&quot;&gt;Episode #86: The Legacy of OLPC and Charismatic Pitfalls in Teaching Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/161/&quot;&gt;Episode #161: Resources and Advice for Building CircuitPython Projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/75/&quot;&gt;Episode #75: Building With CircuitPython &amp;amp; Constraints of Python for Microcontrollers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/MicroPython-Cookbook-practical-programming-microcontrollers/dp/1838649956&quot;&gt;MicroPython Cookbook: Marwan Alsabbagh - Amazon.com: Books&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://webassembly.org/&quot;&gt;WebAssembly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://htmx.org/&quot;&gt; htmx - high power tools for html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marwano.com/&quot;&gt;Marwan Alsabbagh - personal website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/marwano/&quot;&gt;marwano (Marwan Alsabbagh) - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/asteroids-game-python-pygame/&quot;&gt;Using Pygame to Build an Asteroids Game in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-assert-statement/&quot;&gt;Using Python&amp;#x27;s assert to Debug and Test Your Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E218_03_Marwan.f4df213aa37b.mp3" type="audio/mpeg" length="64646282"/>
        <guid isPermaLink="false">353c0b1e-448c-49e7-9e25-adb12e8d6bcc</guid>
        <pubDate>Fri, 23 Aug 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3978</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_218_Podcast.e5a83f4266ef.jpg"/>
        <rp:twitter-handles>@marwanbh</rp:twitter-handles>
        <rp:twitter-title>“Exploring Robotics and Python Through Electronic Projects” with @marwanbh</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>217</itunes:episode>
        <title>Packaging Data Analyses &amp; Using pandas GroupBy</title>
        <itunes:title>Packaging Data Analyses &amp; Using pandas GroupBy</itunes:title>
        <link>https://realpython.com/podcasts/rpp/217/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss Joshua Cook&amp;rsquo;s recent article &amp;ldquo;How I Use Python to Organize My Data Analyses.&amp;rdquo; The article covers how his process for building data analysis projects has evolved and now incorporates modern Python packaging techniques. &lt;/p&gt;
&lt;p&gt;Christopher shares his recent video course on grouping real-world data with pandas. The course offers a quick refresher before digging into how to use pandas GroupBy to manipulate, transform, and summarize data.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, working with JSON data in Python, running an Asyncio event loop in a separate thread, knowing the why behind a system&amp;rsquo;s code, a retro game engine for Python, and a project for vendorizing packages from PyPI.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pandas-groupby-real-world-data/&quot;&gt;pandas GroupBy: Grouping Real World Data in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to work adeptly with the pandas GroupBy while mastering ways to manipulate, transform, and summarize data. You&amp;rsquo;ll work with real-world datasets and chain GroupBy methods together to get data into an output that suits your needs.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:18 &amp;ndash; Setuptools Breaks Things, Then Fixes Them&lt;/li&gt;
&lt;li&gt;00:04:57 &amp;ndash; PEP 751: A File Format to List Python Dependencies&lt;/li&gt;
&lt;li&gt;00:07:04 &amp;ndash; Python 3.13.0 Release Candidate 1 Released&lt;/li&gt;
&lt;li&gt;00:07:15 &amp;ndash; Python Insider: Python 3.12.5 released&lt;/li&gt;
&lt;li&gt;00:07:22 &amp;ndash; Django 5.1 released - Django Weblog&lt;/li&gt;
&lt;li&gt;00:07:27 &amp;ndash; Django security releases issued: 5.0.8 and 4.2.15&lt;/li&gt;
&lt;li&gt;00:07:49 &amp;ndash; How I Use Python to Organize My Data Analyses&lt;/li&gt;
&lt;li&gt;00:13:45 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:14:21 &amp;ndash; pandas GroupBy: Grouping Real World Data in Python&lt;/li&gt;
&lt;li&gt;00:20:33 &amp;ndash; Working With JSON Data in Python&lt;/li&gt;
&lt;li&gt;00:25:01 &amp;ndash; Asyncio Event Loop in Separate Thread&lt;/li&gt;
&lt;li&gt;00:30:33 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:31:47 &amp;ndash; Habits of great software engineers&lt;/li&gt;
&lt;li&gt;00:49:17 &amp;ndash; pyxel: A Retro Game Engine for Python&lt;/li&gt;
&lt;li&gt;00:52:36 &amp;ndash; python-vendorize: Vendorize Packages From PyPI&lt;/li&gt;
&lt;li&gt;00:54:18 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/whats-up-python-setuptools-breaks&quot;&gt;Setuptools Breaks Things, Then Fixes Them&lt;/a&gt; &amp;ndash; This post is Bite Code&amp;rsquo;s monthly summary, but the lead story happened just days ago. In line with a 7 year old deprecation, setuptools finally removed the ability to call its &lt;code&gt;test&lt;/code&gt; command. Many packages promptly broke. The following day the change was undone.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0751/&quot;&gt;PEP 751: A File Format to List Python Dependencies for Installation Reproducibility (New)&lt;/a&gt; &amp;ndash; This PEP proposes a new file format for dependency specification to enable reproducible installation in a Python environment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/08/python-3130-release-candidate-1-released.html&quot;&gt;Python 3.13.0 Release Candidate 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/08/python-3125-released.html&quot;&gt;Python Insider: Python 3.12.5 released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/aug/07/django-51-released/&quot;&gt;Django 5.1 released - Django Weblog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/aug/06/security-releases/&quot;&gt;Django security releases issued: 5.0.8 and 4.2.15 - Django Weblog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://joshuacook.netlify.app/posts/2024-07-27_python-data-analysis-org/&quot;&gt;How I Use Python to Organize My Data Analyses&lt;/a&gt; &amp;ndash; This is a description of how Joshua uses Python in a package-centric way to organize his approach to data analyses. This is a system he has evolved while working on his computational biology Ph.D. and working in industry.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-groupby-real-world-data/&quot;&gt;pandas GroupBy: Grouping Real World Data in Python&lt;/a&gt; &amp;ndash; In this course, you&amp;rsquo;ll learn how to work adeptly with the pandas GroupBy while mastering ways to manipulate, transform, and summarize data. You&amp;rsquo;ll work with real-world datasets and chain GroupBy methods together to get data into an output that suits your needs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-json/&quot;&gt;Working With JSON Data in Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to read and write JSON-encoded data in Python. You&amp;rsquo;ll begin with practical examples that show how to use Python&amp;rsquo;s built-in &amp;ldquo;json&amp;rdquo; module and then move on to learn how to serialize and deserialize custom data.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://superfastpython.com/asyncio-event-loop-separate-thread/&quot;&gt;Asyncio Event Loop in Separate Thread&lt;/a&gt; &amp;ndash; Typically, the asyncio event loop runs in the main thread, but as that is the one used by the interpreter, sometimes you want the event loop to run in a separate thread. This article talks about why and how to do just that.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://vadimkravcenko.com/shorts/habits-of-great-software-engineers/&quot;&gt;Habits of great software engineers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/kitao/pyxel&quot;&gt;pyxel: A Retro Game Engine for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mwilliamson/python-vendorize&quot;&gt;python-vendorize: Vendorize Packages From PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=v6tALyc4C10&quot;&gt;Packaging Your Python Code With pyproject.toml - Complete Code Conversation - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/197/&quot;&gt;Episode #197: Using Python in Bioinformatics and the Laboratory – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/working-json-data-python/&quot;&gt;Working With JSON in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-groupby-real-world-data/&quot;&gt;pandas GroupBy: Grouping Real World Data in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E217_03_PyCoders.c2001ff7995a.mp3" type="audio/mpeg" length="54202680"/>
        <guid isPermaLink="false">5efec74a-dd00-4205-a526-a71db96c35e2</guid>
        <pubDate>Fri, 16 Aug 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3322</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_217_Podcast.a0f575ab8fbf.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Packaging Data Analyses &amp; Using pandas GroupBy”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>216</itunes:episode>
        <title>Learning Through Building the Black Python Devs Community</title>
        <itunes:title>Learning Through Building the Black Python Devs Community</itunes:title>
        <link>https://realpython.com/podcasts/rpp/216/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Jay shares how the idea of forming a community began through attending conferences. They wanted to welcome more black developers into the Python community. We discuss the introduction of Black Python Devs as part of their PyCon 2024 keynote presentation.&lt;/p&gt;
&lt;p&gt;Jay explains working with a few key people to build the group&amp;rsquo;s foundations. They talk about the difficulty of letting other people share in the responsibilities and ownership as the membership grew. We also discuss the advantages of partnering with a non-profit organization.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by InfluxData. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/interacting-rest-apis-python/&quot;&gt;Interacting With REST APIs and Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to use Python to communicate with REST APIs. You&amp;rsquo;ll learn about REST architecture and how to use the requests library to get data from a REST API. You&amp;rsquo;ll also explore different Python tools you can use to build REST APIs.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:50 &amp;ndash; PyCon 2024 Keynote&lt;/li&gt;
&lt;li&gt;00:06:02 &amp;ndash; New role at Aiven&lt;/li&gt;
&lt;li&gt;00:11:32 &amp;ndash; Nobody knows what Dev Rel is&lt;/li&gt;
&lt;li&gt;00:19:43 &amp;ndash; Podcasting about productivity&lt;/li&gt;
&lt;li&gt;00:24:12 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:24:57 &amp;ndash; Starting Black Python Devs&lt;/li&gt;
&lt;li&gt;00:33:11 &amp;ndash; Distinct perspectives and problems&lt;/li&gt;
&lt;li&gt;00:37:10 &amp;ndash; Partnering with Gnome Foundation&lt;/li&gt;
&lt;li&gt;00:40:31 &amp;ndash; What were hurdles in starting Black Python Devs?&lt;/li&gt;
&lt;li&gt;00:45:31 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:47:01 &amp;ndash; What do you wish you knew before you started?&lt;/li&gt;
&lt;li&gt;00:50:56 &amp;ndash; What&amp;rsquo;s your latest win?&lt;/li&gt;
&lt;li&gt;00:53:28 &amp;ndash; Helping people prepare for jobs and new roles&lt;/li&gt;
&lt;li&gt;00:58:03 &amp;ndash; What&amp;rsquo;s your call to action?&lt;/li&gt;
&lt;li&gt;01:00:26 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:03:48 &amp;ndash; How do you stay motivated to keep learning Python?&lt;/li&gt;
&lt;li&gt;01:06:19 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:09:02 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:11:02 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blackpythondevs.com/&quot;&gt;Black Python Devs - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=jYZBpoYjxLo&amp;amp;list=PL2Uw4_HvXqvYhjub9bw4uDAmNtprgAvlJ&quot;&gt;PyCon 2024 Keynote Speaker - Jay Miller - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=JE5u5mUT6gQ&quot;&gt;PyCon 2024 Keynote Speaker - Sumana Harihareswara - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.relay.fm/conduit&quot;&gt;Conduit - Relay FM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://aiven.io/&quot;&gt;Aiven - Your Trusted Data &amp;amp; AI Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blackpythondevs.com/2024-05-25-abigail-mesrenyame-dogbe-wins-inaugural-outstanding-pylady-award/&quot;&gt;Abigail Mesrenyame Dogbe Honored with Inaugural Outstanding PyLady Award&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/86/&quot;&gt;Episode #86: The Legacy of OLPC and Charismatic Pitfalls in Teaching Programming – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://foundation.gnome.org/2024/05/21/black-python-devs-and-gnome/&quot;&gt;Black Python Devs Join the GNOME Foundation Nonprofit Umbrella – The GNOME Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/158/&quot;&gt;Applying for a Hacker Initiative Grant With Bill Pollock of No Starch Press – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kjaymiller.com/about.html&quot;&gt;Jay Miller - Personal Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/kjaymiller&quot;&gt;kjaymiller - Jay Miller&amp;rsquo;s GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@kjaymiller@mastodon.social&quot;&gt;Jay Miller (@kjaymiller@mastodon.social) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/kjaymiller/&quot;&gt;Jay Miller - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://render-engine.readthedocs.io/en/latest/theme_management/&quot;&gt;Render Engine - read the docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/unleash-power-rich/&quot;&gt;Unleashing the Power of the Console With Rich&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/interacting-rest-apis-python/&quot;&gt;Interacting With REST APIs and Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E216_03_JayMiller.72af96ac6a4f.mp3" type="audio/mpeg" length="70339771"/>
        <guid isPermaLink="false">d710e4e6-08f7-4210-addd-d24e59c370e5</guid>
        <pubDate>Fri, 09 Aug 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4334</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_216_Podcast.9f54e6e20feb.jpg"/>
        <rp:twitter-handles>@kjaymiller</rp:twitter-handles>
        <rp:twitter-title>“Learning Through Building the Black Python Devs Community” with @kjaymiller</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>215</itunes:episode>
        <title>Using GraphQL in Django With Strawberry &amp; Prototype Purgatory</title>
        <itunes:title>Using GraphQL in Django With Strawberry &amp; Prototype Purgatory</itunes:title>
        <link>https://realpython.com/podcasts/rpp/215/</link>
        <description>How do you integrate GraphQL into your Python web development? How about quickly building graph-based APIs inside Django&#x27;s battery-included framework? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How do you integrate GraphQL into your Python web development? How about quickly building graph-based APIs inside Django&amp;rsquo;s battery-included framework? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a recent tutorial for building GraphQL APIs in Django using the Python library Strawberry. The tutorial digs into creating a project, defining models, and creating GraphQL queries and mutations using Strawberry.&lt;/p&gt;
&lt;p&gt;We discuss a blog post from Nat Bennet titled &amp;ldquo;Why do prototypes suck?&amp;rdquo; We dig into the common pitfalls of building prototypes and the misconceptions between developers and end users.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, using HTMX with FastAPI, creating an unbelievably stupid airline Wi-Fi package, extracting wisdom from conference videos,  writing pixel images to the terminal, and a macOS app for Jupyter Notebooks.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/url-shortener-fastapi/&quot;&gt;Building a URL Shortener With FastAPI and Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll build an app to create and manage shortened URLs. Your Python URL shortener can receive a full target URL and return a shortened URL. You&amp;rsquo;ll also use the automatically created documentation of FastAPI to try out your API endpoints.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:27 &amp;ndash; Python 3.13.0 Beta 4 Released&lt;/li&gt;
&lt;li&gt;00:03:15 &amp;ndash; Using HTMX With FastAPI&lt;/li&gt;
&lt;li&gt;00:09:51 &amp;ndash; Free, Unbelievably Stupid Wi-Fi on Long-Haul Flights&lt;/li&gt;
&lt;li&gt;00:13:37 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:14:13 &amp;ndash; &amp;ldquo;Extracting Wisdom&amp;rdquo; From Conference Videos&lt;/li&gt;
&lt;li&gt;00:22:34 &amp;ndash; Developing GraphQL APIs in Django With Strawberry&lt;/li&gt;
&lt;li&gt;00:30:01 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:31:33 &amp;ndash; Why do prototypes suck?&lt;/li&gt;
&lt;li&gt;00:42:53 &amp;ndash; Satyrn: macOS App for Jupyter Notebooks&lt;/li&gt;
&lt;li&gt;00:46:41 &amp;ndash; rich-pixels: A Rich-compatible library for writing pixel images&lt;/li&gt;
&lt;li&gt;00:48:23 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/07/python-3130-beta-4-released.html&quot;&gt;Python 3.13.0 Beta 4 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://testdriven.io/blog/fastapi-htmx/&quot;&gt;Using HTMX With FastAPI&lt;/a&gt; &amp;ndash; This tutorial looks at how use HTMX with FastAPI by creating a simple todo web app and deploying it on Render.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robertheaton.com/pyskywifi/&quot;&gt;Free, Unbelievably Stupid Wi-Fi on Long-Haul Flights&lt;/a&gt; &amp;ndash; Deep in a need to procrastinate on a flight between London and San Francisco, Robert discovered that changing his name on an airline&amp;rsquo;s frequent flyer account was free over the plane&amp;rsquo;s WiFi. What&amp;rsquo;s a developer to do? Work on their tickets? No, create an entire TCP/IP protocol using this loophole. The result is the PySkyWiFi package.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.ovalerio.net/archives/2900&quot;&gt;&amp;ldquo;Extracting Wisdom&amp;rdquo; From Conference Videos&lt;/a&gt; &amp;ndash; There are so many conferences and so many videos, you can&amp;rsquo;t possibly watch them all. This post shows you how to extract information to summarize a talk so you can quickly decide what you want to watch.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://testdriven.io/blog/django-strawberry/&quot;&gt;Developing GraphQL APIs in Django With Strawberry&lt;/a&gt; &amp;ndash; This tutorial details how to integrate GraphQL with Django using Strawberry.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.simplermachines.com/why-do-prototypes-suck/&quot;&gt;Why do prototypes suck?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Project:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://satyrn.app/&quot;&gt;Satyrn: macOS App for Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/darrenburns/rich-pixels&quot;&gt;darrenburns/rich-pixels: A Rich-compatible library for writing pixel images and ASCII art to the terminal.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://htmx.org/&quot;&gt; htmx - high power tools for html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/fastapi-python-web-apis/&quot;&gt;Using FastAPI to Build Python Web APIs – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ollama.com/&quot;&gt;Ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/danielmiessler/fabric/&quot;&gt;fabric: An open-source framework for augmenting humans using AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://strawberry.rocks/&quot;&gt;A modern GraphQL library for Python - 🍓 Strawberry GraphQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.gg/VEU7V4XK68&quot;&gt;Satyrn Discord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/url-shortener-fastapi/&quot;&gt;Building a URL Shortener With FastAPI and Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-rest-apis-with-fastapi/&quot;&gt;Python REST APIs With FastAPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E215_03_PyCoders.3606a4ff886f.mp3" type="audio/mpeg" length="48414909"/>
        <guid isPermaLink="false">2e4e0ef6-3714-4daa-899a-77a058efe9bd</guid>
        <pubDate>Fri, 02 Aug 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2961</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_215_Podcast_2.b291a73cc031.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Using GraphQL in Django With Strawberry &amp; Prototype Purgatory”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>214</itunes:episode>
        <title>Build Captivating Display Tables in Python With Great Tables</title>
        <itunes:title>Build Captivating Display Tables in Python With Great Tables</itunes:title>
        <link>https://realpython.com/podcasts/rpp/214/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Michael and Richard discuss the design philosophy and history behind creating display tables. We dig into the grammar of tables, the background of the project, and an ingenious way to build a collection of examples for a library.&lt;/p&gt;
&lt;p&gt;We briefly cover how Richard and Michael started contributing to open source. We also discuss practicing data skills with challenges and resources like Tidy Tuesday.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to use ggplot in Python to build data visualizations with plotnine. You&amp;rsquo;ll discover what a grammar of graphics is and how it can help you create plots in a very concise and consistent way.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:00 &amp;ndash; Michael&amp;rsquo;s background in open source&lt;/li&gt;
&lt;li&gt;00:04:07 &amp;ndash; Rich&amp;rsquo;s background in open source&lt;/li&gt;
&lt;li&gt;00:05:27 &amp;ndash; Advice for someone starting out&lt;/li&gt;
&lt;li&gt;00:08:55 &amp;ndash; What do you mean by the term &amp;ldquo;display&amp;rdquo; table&lt;/li&gt;
&lt;li&gt;00:11:32 &amp;ndash; What components were missing from other tables?&lt;/li&gt;
&lt;li&gt;00:13:31 &amp;ndash; Using examples to explain features&lt;/li&gt;
&lt;li&gt;00:16:09 &amp;ndash; Why was there an absence of this functionality in Python?&lt;/li&gt;
&lt;li&gt;00:19:35 &amp;ndash; A progressive approach and the grammar of tables&lt;/li&gt;
&lt;li&gt;00:21:26 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:22:01 &amp;ndash; The design philosophy of great tables&lt;/li&gt;
&lt;li&gt;00:25:31 &amp;ndash; Nanoplots, spark lines, and column spanners&lt;/li&gt;
&lt;li&gt;00:27:06 &amp;ndash; Building a gallery of examples&lt;/li&gt;
&lt;li&gt;00:28:56 &amp;ndash; Heat mapping cells and automatically adjusting text color&lt;/li&gt;
&lt;li&gt;00:32:54 &amp;ndash; Output formats for the tables&lt;/li&gt;
&lt;li&gt;00:34:46 &amp;ndash; Building in accessibility&lt;/li&gt;
&lt;li&gt;00:36:55 &amp;ndash; Dependencies&lt;/li&gt;
&lt;li&gt;00:37:42 &amp;ndash; What is the common workflow?&lt;/li&gt;
&lt;li&gt;00:41:39 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:43:15 &amp;ndash; Adding graphics&lt;/li&gt;
&lt;li&gt;00:46:41 &amp;ndash; Using a table contest to get examples&lt;/li&gt;
&lt;li&gt;00:49:47 &amp;ndash; quartodoc and documenting the project&lt;/li&gt;
&lt;li&gt;00:55:00 &amp;ndash; Tidy Tuesday and data science community&lt;/li&gt;
&lt;li&gt;01:00:29 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:03:46 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:08:05 &amp;ndash; How can people follow the work you do online?&lt;/li&gt;
&lt;li&gt;01:09:57 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://posit-dev.github.io/great-tables/articles/intro.html&quot;&gt;Great Tables - Intro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://posit-dev.github.io/great-tables/examples/&quot;&gt;Examples – great_tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/posit-dev/great-tables/tree/main&quot;&gt;great-tables: Make awesome display tables using Python. - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/machow/siuba&quot;&gt;siuba: Python library for using dplyr like syntax with pandas and SQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://posit-dev.github.io/great-tables/blog/design-philosophy/&quot;&gt;The Design Philosophy of Great Tables – great_tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=p42Xc6dl3Ek&quot;&gt;Richard Iannone - Using Great Tables to Make Presentable Tables in Python - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://x.com/elcheff/status/1753756506992890115&quot;&gt;Evaluation of the players of #LigaEndesa this week in Europe - Great Tables Example - X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/machow/quartodoc&quot;&gt;quartodoc: Generate API documentation with quarto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PL19ev-r1GBwkuyiwnxoHTRC8TTqP8OEi8&quot;&gt;Tidy Tuesday R Screencasts - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/&quot;&gt;Polars — DataFrames for the new era&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/narwhals-dev/narwhals&quot;&gt;narwhals-dev/narwhals: Lightweight and extensible compatibility layer between dataframe libraries!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plotnine.org/&quot;&gt;A Grammar of Graphics for Python – plotnine 0.13.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rich-iannone&quot;&gt;Richard Iannone - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/machow&quot;&gt;Michael Chow - GitHub)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/richard-iannone-a5640017/&quot;&gt;Richard Iannone - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/michael-a-chow/&quot;&gt;Michael Chow - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-groupby-real-world-data/&quot;&gt;pandas GroupBy: Grouping Real World Data in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E214_03_GreatTables.5f3c21475379.mp3" type="audio/mpeg" length="69150635"/>
        <guid isPermaLink="false">4ad73dde-24aa-477c-bc97-8b2c87d4304e</guid>
        <pubDate>Fri, 26 Jul 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4259</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_214_Podcast.d3b60c4862b6.jpg"/>
        <rp:twitter-handles>@riannone, @chowthedog</rp:twitter-handles>
        <rp:twitter-title>“Build Captivating Display Tables in Python With Great Tables” with @riannone, @chowthedog</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>213</itunes:episode>
        <title>Constraint Programming &amp; Exploring Python&#x27;s Built-in Functions</title>
        <itunes:title>Constraint Programming &amp; Exploring Python&#x27;s Built-in Functions</itunes:title>
        <link>https://realpython.com/podcasts/rpp/213/</link>
        <description>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&#x27;s Weekly articles and projects</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects&lt;/p&gt;
&lt;p&gt;Christopher discusses an article about constraint programming using Python. He describes the fundamentals and how the problems resemble logic problems you may have experienced in school. The article shows how to solve a weekly work scheduling problem using the open-source CP-SAT package.&lt;/p&gt;
&lt;p&gt;We discuss Leodanis Pozo Ramos&amp;rsquo;s recent tutorial, &amp;ldquo;Python&amp;rsquo;s Built-in Functions: A Complete Exploration.&amp;rdquo; These functions are available for use directly in your code without importing.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, spotting ships with satellites, grappling with Apple&amp;rsquo;s App Store rejecting Python applications, considering changes to Python&amp;rsquo;s security model,  discussing pivoting from one development path to another, prettifying Jinja and Django templates, and generating static sites with Python. &lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-zip-function/&quot;&gt;Parallel Iteration With Python&amp;rsquo;s zip() Function&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to use the Python zip() function to solve common programming problems. You&amp;rsquo;ll learn how to traverse multiple iterables in parallel and create dictionaries with just a few lines of code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:35 &amp;ndash; Polars 1.0 Released&lt;/li&gt;
&lt;li&gt;00:03:26 &amp;ndash; Psycopg 3.2 Released&lt;/li&gt;
&lt;li&gt;00:04:06 &amp;ndash; Django security releases issued: 5.0.7 and 4.2.14&lt;/li&gt;
&lt;li&gt;00:04:40 &amp;ndash; PyBay 2024 Call for Proposals&lt;/li&gt;
&lt;li&gt;00:05:16 &amp;ndash; Python&amp;rsquo;s Built-in Functions: A Complete Exploration&lt;/li&gt;
&lt;li&gt;00:12:10 &amp;ndash; Satellites Spotting Ships&lt;/li&gt;
&lt;li&gt;00:16:02 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:17:09 &amp;ndash; Python Grapples With Apple App Store Rejections&lt;/li&gt;
&lt;li&gt;00:20:27 &amp;ndash; Python&amp;rsquo;s Security Model After the &lt;code&gt;xz-utils&lt;/code&gt; Backdoor&lt;/li&gt;
&lt;li&gt;00:25:38 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:26:56 &amp;ndash; Constraint Programming Using CP-SAT and Python&lt;/li&gt;
&lt;li&gt;00:31:40 &amp;ndash; Any Web Devs Successfully Pivoted to AI/ML Development?&lt;/li&gt;
&lt;li&gt;00:43:12 &amp;ndash; aurora: Static Site Generator Implemented in Python&lt;/li&gt;
&lt;li&gt;00:45:14 &amp;ndash; Running Prettier Against Django or Jinja Templates&lt;/li&gt;
&lt;li&gt;00:46:58 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/posts/announcing-polars-1/&quot;&gt;Polars 1.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.psycopg.org/articles/2024/06/30/psycopg-32-released/&quot;&gt;Psycopg 3.2 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/jul/09/security-releases/&quot;&gt;Django security releases issued: 5.0.7 and 4.2.14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pybay.org/speaking/&quot;&gt;PyBay 2024 Call for Proposals&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-built-in-functions/&quot;&gt;Python&amp;rsquo;s Built-in Functions: A Complete Exploration&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn the basics of working with Python&amp;rsquo;s numerous built-in functions. You&amp;rsquo;ll explore how you can use these predefined functions to perform common tasks and operations, such as mathematical calculations, data type conversions, and string manipulations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tech.marksblogg.com/yolo-umbra-sar-satellites-ship-detection.html&quot;&gt;Satellites Spotting Ships&lt;/a&gt; &amp;ndash; Umbra Space has released a data set consisting of satellite based radar images of shipping. This article from Mark shows you how to grab the data, visualize, and annotate it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/979671/4fb7c1827536d1ae/&quot;&gt;Python Grapples With Apple App Store Rejections&lt;/a&gt; &amp;ndash; A string that is part of the &lt;code&gt;urllib&lt;/code&gt; parser module in Python references a scheme for apps that use the iTunes feature to install other apps, which is disallowed. Auto scanning by Apple is rejecting any app that uses Python 3.12 underneath. A solution has been proposed for Python 3.13.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2024/06/python-language-summit-2024-python-security-model-after-xz.html&quot;&gt;Python&amp;rsquo;s Security Model After the &lt;code&gt;xz-utils&lt;/code&gt; Backdoor&lt;/a&gt; &amp;ndash; The backdoor introduced to the &lt;code&gt;xz-utils&lt;/code&gt; compression project through social engineering was one of the topics at the Python Language Summit. Participants discussed what can be done to prevent similar social engineering attacks on the Python source.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pganalyze.com/blog/a-practical-introduction-to-constraint-programming-using-cp-sat&quot;&gt;Constraint Programming Using CP-SAT and Python&lt;/a&gt; &amp;ndash; Constraint programming is the process of looking for solutions based on a series of restrictions, like employees over 18 who have worked the cash before. This article introduces the concept and shows you how to use open source libraries to write constraint solving code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=40866311&quot;&gt;Any Web Devs Successfully Pivoted to AI/ML Development?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/capjamesg/aurora&quot;&gt;aurora: Static Site Generator Implemented in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://til.simonwillison.net/npm/prettier-django&quot;&gt;Running Prettier Against Django or Jinja Templates&lt;/a&gt; &amp;ndash; &amp;ldquo;Prettier&amp;rdquo; is a JavaScript based linting tool for templates. For folks not familiar with the world of npm, it can be a bit daunting to get it going. Simon fiddled with it so you don&amp;rsquo;t have to and posted how he got it working on his system.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/209/&quot;&gt;Episode #209: Python&amp;rsquo;s Command-Line Utilities &amp;amp; Music Information Retrieval Tools – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/py-modindex.html&quot;&gt;Python Module Index — Python 3.12.4 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/functions.html&quot;&gt;Built-in Functions — Python 3.12.4 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beeware.org/project/projects/tools/briefcase/&quot;&gt;Briefcase— BeeWare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=40994552&quot;&gt;Ask HN: What&amp;rsquo;s Prolog like in 2024? - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/199/&quot;&gt;Episode #199: Leveraging Documents and Data to Create a Custom LLM Chatbot – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0730/&quot;&gt;PEP 730 – Adding iOS as a supported platform | peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-zip-function/&quot;&gt;Parallel Iteration With Python&amp;#x27;s zip() Function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-inner-functions/&quot;&gt;Python Inner Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/jinja-templating/&quot;&gt;Jinja Templating&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E213_03_PyCoders.c99e8d8906c5.mp3" type="audio/mpeg" length="47052971"/>
        <guid isPermaLink="false">18902240-1916-455a-85ef-7cf8cd1fa5ea</guid>
        <pubDate>Fri, 19 Jul 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2880</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_213_Podcast.44019e71e4c0.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Constraint Programming &amp; Exploring Python&#x27;s Built-in Functions”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>212</itunes:episode>
        <title>Digging Into Graph Theory in Python With David Amos</title>
        <itunes:title>Digging Into Graph Theory in Python With David Amos</itunes:title>
        <link>https://realpython.com/podcasts/rpp/212/</link>
        <description>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&#x27;s been up to and share his knowledge about graph theory in Python.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s been up to and share his knowledge about graph theory in Python.&lt;/p&gt;
&lt;p&gt;David started a Ph.D. program studying mathematics, with a focus on graph theory. Though life interrupted his pursuit after three years, he is still passionate about the subject. He&amp;rsquo;s been using these skills to create documentation and teach users as part of RelationalAI&amp;rsquo;s education team.&lt;/p&gt;
&lt;p&gt;David has also been exploring the Julia programming language. He wrote about it on his blog, created videos, and started a podcast on the topic. He shares his excitement about learning new techniques from different languages and how these ideas can enhance your coding in Python.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/defining-constants-code-maintainability/&quot;&gt;Defining Python Constants for Code Maintainability&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to properly define constants in Python. By coding a bunch of practical example, you&amp;rsquo;ll also learn how Python constants can improve your code&amp;rsquo;s readability, reusability, and maintainability.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:09 &amp;ndash; What have you been up to?&lt;/li&gt;
&lt;li&gt;00:03:31 &amp;ndash; Exploring the Julia language&lt;/li&gt;
&lt;li&gt;00:07:24 &amp;ndash; Where do you see Julia being used?&lt;/li&gt;
&lt;li&gt;00:10:17 &amp;ndash; Cross pollination of languages&lt;/li&gt;
&lt;li&gt;00:12:45 &amp;ndash; Connecting with RelationalAI&lt;/li&gt;
&lt;li&gt;00:16:33 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:17:42 &amp;ndash; Digging into graph theory&lt;/li&gt;
&lt;li&gt;00:21:54 &amp;ndash; Edges as connections&lt;/li&gt;
&lt;li&gt;00:24:55 &amp;ndash; Defining terms &lt;/li&gt;
&lt;li&gt;00:31:30 &amp;ndash; Storing graph information&lt;/li&gt;
&lt;li&gt;00:41:55 &amp;ndash; Applications once the graph is built&lt;/li&gt;
&lt;li&gt;00:49:07 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:50:40 &amp;ndash; Additional resources to learn more&lt;/li&gt;
&lt;li&gt;00:53:59 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:58:05 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:00:25 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:02:55 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://relational.ai/&quot;&gt;RelationalAI - a knowledge graph coprocessor for your data cloud.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://julialang.org/&quot;&gt;The Julia Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/@TalkJulia&quot;&gt;Talk Julia - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://betterprogramming.pub/five-minutes-to-julia-16bc680a13f5&quot;&gt;Five Minutes To Julia.  David Amos - Medium Member Link &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://betterprogramming.pub/five-minutes-to-julia-16bc680a13f5&quot;&gt;Five Minutes To Julia. David Amos - Medium Friend Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://relational.ai/docs/getting_started&quot;&gt;Getting Started with RelationalAI - RelationalAI Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://relational.ai/docs/example_notebooks&quot;&gt;Example Notebooks - RelationalAI Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.hillelwayne.com/post/graph-types/&quot;&gt;The Hunt for the Missing Data Type - Hillel Wayne&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/Introduction-Graph-Theory-Richard-Trudeau/dp/1684112311&quot;&gt;Introduction to Graph Theory: Richard J Trudeau&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/Fascinating-World-Graph-Theory/dp/0691175632/&quot;&gt;The Fascinating World of Graph Theory:  Arthur Benjamin, Gary Chartrand, Ping Zhang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://networkx.org/&quot;&gt;NetworkX — NetworkX documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/chromadb-vector-database/&quot;&gt;Embeddings and Vector Databases With ChromaDB – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/199/&quot;&gt;Episode #199: Leveraging Documents and Data to Create a Custom LLM Chatbot – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLLIPpKeh9v3ZFEHvNd5xqUrCkqLgXnekL&quot;&gt;Graph Theory With Python - David&amp;rsquo;s YouTube Playlist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hachyderm.io/@somacdivad&quot;&gt;David Amos (@somacdivad@hachyderm.io) - Hachyderm.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/somacdivad/&quot;&gt;David Amos - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://somacdivad.medium.com/&quot;&gt;David Amos – Medium&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/defining-constants-code-maintainability/&quot;&gt;Defining Python Constants for Code Maintainability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/setting-up-python/&quot;&gt;Python Basics: Setting Up Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E212_03_David_Amos.90c4ffe6ca8a.mp3" type="audio/mpeg" length="62466089"/>
        <guid isPermaLink="false">2d90c185-bdb5-41d9-8316-eb8e3c88b882</guid>
        <pubDate>Fri, 12 Jul 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3842</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_212_Podcast.31984a8467e9.jpg"/>
        <rp:twitter-handles>@somacdivad</rp:twitter-handles>
        <rp:twitter-title>“Digging Into Graph Theory in Python With David Amos” with @somacdivad</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>211</itunes:episode>
        <title>Python Doesn&#x27;t Round Numbers the Way You Might Think</title>
        <itunes:title>Python Doesn&#x27;t Round Numbers the Way You Might Think</itunes:title>
        <link>https://realpython.com/podcasts/rpp/211/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher discusses his recent video course, &amp;ldquo;Rounding Numbers in Python.&amp;rdquo; He covers rounding bias and how to avoid introducing it into your dataset. We dig into the various rounding strategies and how to implement them in Python.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, a fast Python linter for error-free and maintainable code, the decline of the user interface, more thoughts on Python in Excel, a discussion about calendar versioning for Python, a financial database as a Python module, and a project to prettify the colors of your terminal user interfaces.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/rounding-numbers-python/&quot;&gt;Rounding Numbers in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn about the mistakes you might make when rounding numbers and how to best manage or avoid them. It&amp;rsquo;s a great place to start for the early to intermediate Python developer who&amp;rsquo;s interested in using Python for finance, data science, or scientific computing.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:06 &amp;ndash; NumPy 2.0.0 Release Notes&lt;/li&gt;
&lt;li&gt;00:02:52 &amp;ndash; Python 3.13.0 beta 3 released&lt;/li&gt;
&lt;li&gt;00:03:05 &amp;ndash; Announcing the PSF Board Candidates for 2024!&lt;/li&gt;
&lt;li&gt;00:03:27 &amp;ndash; Prohibiting Outlook Email Domains&lt;/li&gt;
&lt;li&gt;00:04:31 &amp;ndash; Ruff: A Python Linter for Error-Free and Maintainable Code&lt;/li&gt;
&lt;li&gt;00:09:31 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:10:35 &amp;ndash; The Decline of the User Interface&lt;/li&gt;
&lt;li&gt;00:19:14 &amp;ndash; My Thoughts on Python in Excel&lt;/li&gt;
&lt;li&gt;00:26:30 &amp;ndash; Rounding Numbers in Python&lt;/li&gt;
&lt;li&gt;00:30:53 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:13 &amp;ndash; PEP 2026: Calendar Versioning for Python&lt;/li&gt;
&lt;li&gt;00:42:37 &amp;ndash; Financial Database as a Python Module&lt;/li&gt;
&lt;li&gt;00:45:34 &amp;ndash; prettypretty: Build Awesome Terminal User Interfaces&lt;/li&gt;
&lt;li&gt;00:47:48 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://numpy.org/doc/stable/release/2.0.0-notes.html&quot;&gt;NumPy 2.0.0 Release Notes — NumPy v2.0 Manual&lt;/a&gt; &amp;ndash; The long awaited 2.0 release of NumPy landed this week. Not all the docs are up to date yet, but this final draft of the release notes shows you what is included.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/06/python-3130-beta-3-released.html&quot;&gt;Python Insider: Python 3.13.0 beta 3 released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2024/06/announcing-psf-board-candidates-for-2024.html&quot;&gt;Python Software Foundation News: Announcing the PSF Board Candidates for 2024!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2024-06-16-prohibiting-msn-emails/&quot;&gt;Prohibiting Outlook Email Domains&lt;/a&gt; &amp;ndash; Due to an inordinate amount of bot accounts coming from outlook.com and hotmail.com, PyPI has disallowed new account sign-ups with email addresses from these domains.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/ruff-python/&quot;&gt;Ruff: A Python Linter for Error-Free and Maintainable Code&lt;/a&gt; &amp;ndash; Ruff is an extremely fast, modern linter with a simple interface, making it straightforward to use. It also aims to be a drop-in replacement for other linting and formatting tools, like Pylint, isort, and Black. It&amp;rsquo;s no surprise it&amp;rsquo;s quickly becoming one of the most popular Python linters.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.infoworld.com/article/3715333/the-decline-of-the-user-interface.html&quot;&gt;The Decline of the User Interface&lt;/a&gt; &amp;ndash; &amp;ldquo;Software has never looked cooler, but user interface design and user experience have taken a sharp turn for the worse.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.xlwings.org/blog/my-thoughts-on-python-in-excel&quot;&gt;My Thoughts on Python in Excel&lt;/a&gt; &amp;ndash; Microsoft&amp;rsquo;s new Python in Excel functionality was released almost a year ago. Having now had time to play with it, Felix gives his take.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rounding-numbers-python/&quot;&gt;Rounding Numbers in Python&lt;/a&gt; &amp;ndash; In this video course, you&amp;rsquo;ll learn about the mistakes you might make when rounding numbers and how to best manage or avoid them. It&amp;rsquo;s a great place to start for the early to intermediate Python developer who&amp;rsquo;s interested in using Python for finance, data science, or scientific computing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-2026/&quot;&gt;PEP 2026: Calendar Versioning for Python&lt;/a&gt; &amp;ndash; This PEP proposes updating the versioning scheme for Python to include the calendar year. This aims to make the support lifecycle clear by making it easy to see when a version was first released, and easier to work out when it will reach end of life (EOL). &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-2026-calendar-versioning-for-python/55782&quot;&gt;Associated discussion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://semver.org/&quot;&gt;Semantic Versioning 2.0.0 - Semantic Versioning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://calver.org/&quot;&gt;Calendar Versioning — CalVer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/JerBouma/FinanceDatabase&quot;&gt;FinanceDatabase: Financial Database as a Python Module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/apparebit/prettypretty&quot;&gt;prettypretty: Build Awesome Terminal User Interfaces&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_Humane_Interface&quot;&gt;The Humane Interface - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python-excel.org/&quot;&gt;Python Resources for working with Excel - Working with Excel Files in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/186/&quot;&gt;Episode #186: Exploring Python in Excel – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Cash_rounding&quot;&gt;Cash rounding - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-numbers-and-math/&quot;&gt;Python Basics: Numbers and Math&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rounding-numbers-python/&quot;&gt;Rounding Numbers in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/editing-excel-python-openpyxl/&quot;&gt;Editing Excel Spreadsheets in Python With openpyxl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E211_03_PyCoders.35dd995cfb81.mp3" type="audio/mpeg" length="47931808"/>
        <guid isPermaLink="false">1fa4fd3d-9a60-4ebf-8f2b-a60740b86852</guid>
        <pubDate>Fri, 05 Jul 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2930</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_211_Podcast.d6e1b9b5e517.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Python Doesn&#x27;t Round Numbers the Way You Might Think”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>210</itunes:episode>
        <title>Creating a Guitar Synthesizer &amp; Generating WAV Files With Python</title>
        <itunes:title>Creating a Guitar Synthesizer &amp; Generating WAV Files With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/210/</link>
        <description>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, Build a Guitar Synthesizer: Play Musical Tablature in Python.</description>
        <content:encoded>&lt;p&gt;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, Build a Guitar Synthesizer: Play Musical Tablature in Python.&lt;/p&gt;
&lt;p&gt;Bartosz shares how he had built an early prototype of the guitar synth using a different language. He describes recreating the Karplus-Strong algorithm in Python to create the plucked guitar sounds. We discuss teaching advanced Python concepts while guiding readers through constructing a complete project.&lt;/p&gt;
&lt;p&gt;We also dig into reading and writing WAV files in Python, using Spotify&amp;rsquo;s pedalboard library, implementing Poetry in a project, and designing a file format for guitar tablature.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/playing-and-recording-sound-python/&quot;&gt;Playing and Recording Sound in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. You&amp;rsquo;ll also see code snippets for playing and recording sound files and arrays, as well as for converting between different sound file formats.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:04 &amp;ndash; Reading and writing WAV files in Python&lt;/li&gt;
&lt;li&gt;00:04:48 &amp;ndash; What did you want to learn about the topic?&lt;/li&gt;
&lt;li&gt;00:08:02 &amp;ndash; Finding new ways to explain Python concepts &lt;/li&gt;
&lt;li&gt;00:09:52 &amp;ndash; Turning audio into plots and visualizations &lt;/li&gt;
&lt;li&gt;00:12:11 &amp;ndash; Using Python for synthesis and the guitar synth project &lt;/li&gt;
&lt;li&gt;00:13:19 &amp;ndash; What is your music background?&lt;/li&gt;
&lt;li&gt;00:18:36 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:19:11 &amp;ndash; First prototype of the project&lt;/li&gt;
&lt;li&gt;00:22:23 &amp;ndash; What does the project cover?&lt;/li&gt;
&lt;li&gt;00:25:08 &amp;ndash; Audio examples of the output&lt;/li&gt;
&lt;li&gt;00:26:31 &amp;ndash; Digging into the algorithm&lt;/li&gt;
&lt;li&gt;00:31:40 &amp;ndash; Convolution reverb&lt;/li&gt;
&lt;li&gt;00:34:15 &amp;ndash; Physical modeling and pedalboard&lt;/li&gt;
&lt;li&gt;00:38:08 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:31 &amp;ndash; What Python concepts are you practicing?&lt;/li&gt;
&lt;li&gt;00:41:11 &amp;ndash; Using Python poetry &lt;/li&gt;
&lt;li&gt;00:43:00 &amp;ndash; Why use YAML for the TAB files?&lt;/li&gt;
&lt;li&gt;00:46:13 &amp;ndash; What does it mean to be a polyglot programmer?&lt;/li&gt;
&lt;li&gt;00:48:37 &amp;ndash; Potential upcoming Real Python resources&lt;/li&gt;
&lt;li&gt;00:52:10 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:52:30 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:54:56 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-guitar-synthesizer/&quot;&gt;Build a Guitar Synthesizer: Play Musical Tablature in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-wav-files/&quot;&gt;Reading and Writing WAV Files in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/200/&quot;&gt;Episode #200: Avoiding Error Culture and Getting Help Inside Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/ActionScript&quot;&gt;ActionScript - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://flex.apache.org/&quot;&gt;Apache Flex® - Home Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://toomanyzooz.com/&quot;&gt;Too Many Zooz - Official Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tv.apple.com/us/episode/reverb/umc.cmc.60c384wwnrxmpnp7nsygpuprq&quot;&gt;Watch Reverb - Watch the Sound With Mark Ronson (Season 1, Episode 3) - Apple TV+&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=3DkpPYfvH_A&quot;&gt;Longest Reverb In the World - Inchindown - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Karplus%E2%80%93Strong_string_synthesis&quot;&gt;Karplus–Strong string synthesis - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Physical_modelling_synthesis&quot;&gt;Physical modeling synthesis - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/spotify/pedalboard&quot;&gt;pedalboard: 🎛 🔊 A Python library for audio - Spotify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-poetry.org/&quot;&gt;Poetry - Python dependency management and packaging made easy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/dependency-management-python-poetry/&quot;&gt;Dependency Management With Python Poetry – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-yaml/&quot;&gt;YAML: The Missing Battery in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.songsterr.com/&quot;&gt;Guitar Tabs with Rhythm - Songsterr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://whole30.com/books/it-starts-with-food/&quot;&gt;It Starts with Food - The Whole30® Program&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/bzaczynski/&quot;&gt;Bartosz Zaczyński - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/simulating-processes-simpy/&quot;&gt;Simulating Real-World Processes in Python With SimPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/playing-and-recording-sound-python/&quot;&gt;Playing and Recording Sound in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E210_03_Fix_Bartosz.d53dbf99e10c.mp3" type="audio/mpeg" length="54728352"/>
        <guid isPermaLink="false">f8587c96-303c-4624-8794-b42c3873606f</guid>
        <pubDate>Fri, 28 Jun 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3355</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_210_Podcast.c8568dccc1d0.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Creating a Guitar Synthesizer &amp; Generating WAV Files With Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>209</itunes:episode>
        <title>Python&#x27;s Command-Line Utilities &amp; Music Information Retrieval Tools</title>
        <itunes:title>Python&#x27;s Command-Line Utilities &amp; Music Information Retrieval Tools</itunes:title>
        <link>https://realpython.com/podcasts/rpp/209/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares an article by Trey Hunner about Python&amp;rsquo;s extensive collection of command-line utilities? The piece digs into general-purpose tools that format JSON data or start a simple web server and additional utilities for working with your Python code from the terminal.&lt;/p&gt;
&lt;p&gt;We cover a set of Jupyter Notebooks for teaching and learning the art of music processing and Music Information Retrieval (MIR). The notebooks are resources for working through the textbook, &amp;ldquo;Fundamentals of Music Processing: Audio, Analysis, Algorithms, Applications.&amp;rdquo; &lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, a discussion of CRUD operations, a description of Python&amp;rsquo;s built-in bytes sequence, favorite essays on development and programming, Python resources for working with Excel, and a project for creating finite state machines in Python.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by APILayer.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/binary-bytes-bitwise-operators/&quot;&gt;Binary, Bytes, and Bitwise Operators in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to use Python&amp;rsquo;s bitwise operators to manipulate individual bits of data at the most granular level. With the help of hands-on examples, you&amp;rsquo;ll see how you can apply bitmasks and overload bitwise operators to control binary data in your code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Python 3.12.4 Released&lt;/li&gt;
&lt;li&gt;00:02:52 &amp;ndash; Python 3.13.0 Beta 2 Released&lt;/li&gt;
&lt;li&gt;00:03:01 &amp;ndash; PEP 712 Rejected&lt;/li&gt;
&lt;li&gt;00:04:18 &amp;ndash; Django in Action - Mr. Trudeau&amp;rsquo;s Book has Launched!&lt;/li&gt;
&lt;li&gt;00:06:23 &amp;ndash; What Are CRUD Operations?&lt;/li&gt;
&lt;li&gt;00:10:12 &amp;ndash; Python&amp;rsquo;s Many Command-Line Utilities&lt;/li&gt;
&lt;li&gt;00:14:04 &amp;ndash; Sponsor: APILayer&lt;/li&gt;
&lt;li&gt;00:14:55 &amp;ndash; Notebooks for Fundamentals of Music Processing&lt;/li&gt;
&lt;li&gt;00:22:55 &amp;ndash; bytes: The Lesser-Known Python Built-in Sequence&lt;/li&gt;
&lt;li&gt;00:26:57 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:34 &amp;ndash; Essays on Programming I Think About a Lot&lt;/li&gt;
&lt;li&gt;00:41:28 &amp;ndash; Python Resources for Working With Excel&lt;/li&gt;
&lt;li&gt;00:46:13 &amp;ndash; Python Finite State Machines Made Easy&lt;/li&gt;
&lt;li&gt;00:50:10 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/06/python-3124-released.html&quot;&gt;Python 3.12.4 Released&lt;/a&gt; &amp;ndash; See the &lt;a href=&quot;https://docs.python.org/release/3.12.4/whatsnew/changelog.html#python-3-12-4&quot;&gt;full list of changes&lt;/a&gt; in this release&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/06/python-3130-beta-2-released.html&quot;&gt;Python 3.13.0 Beta 2 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0712/&quot;&gt;PEP 712 Rejected&lt;/a&gt; &amp;ndash; This Python Enhancement Proposal &amp;ldquo;Adding a &amp;lsquo;converter&amp;rsquo; parameter to &lt;code&gt;dataclasses.field&lt;/code&gt;&amp;rdquo; was determined to have an insufficient number of use cases.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mng.bz/Jg5o&quot;&gt;Django in Action&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/crud-operations/&quot;&gt;What Are CRUD Operations?&lt;/a&gt; &amp;ndash; CRUD operations are the cornerstone of application functionality. Whether you access a database or interact with a REST API, you usually want to create, retrieve, update, and delete data. In this tutorial, you&amp;rsquo;ll explore how CRUD operations work in practice.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pythonmorsels.com/cli-tools/&quot;&gt;Python&amp;rsquo;s Many Command-Line Utilities&lt;/a&gt; &amp;ndash; This article describes every command-line tool included with Python, each of which can be run with &lt;code&gt;python -m module_name&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.audiolabs-erlangen.de/resources/MIR/FMP/C0/C0.html&quot;&gt;Notebooks for Fundamentals of Music Processing&lt;/a&gt; &amp;ndash; This is a collection of Python Notebooks for teaching and learning the fundamentals of music processing. Examples include illustrations, sound samples, math, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thepythoncodingstack.com/p/bytes-python-built-in-unicode-utf-8-encoding&quot;&gt;&lt;code&gt;bytes&lt;/code&gt;: The Lesser-Known Python Built-in Sequence&lt;/a&gt; &amp;ndash; The &lt;code&gt;bytes&lt;/code&gt; data type looks a bit like a string, but it isn&amp;rsquo;t a string. This article explores it and also looks at the main Unicode encoding, UTF-8&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.benkuhn.net/progessays/&quot;&gt;Essays on Programming I Think About a Lot&lt;/a&gt; &amp;ndash; A collection of essays on software from a variety of sources. Content includes how to choose your tech stack, products, abstractions, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time&quot;&gt;Falsehoods programmers believe about time - Infinite Undo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email&quot;&gt;Falsehoods programmers believe about email&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiesmann.codiferes.net/wordpress/archives/15187&quot;&gt;Falsehoods programmers believe about geography – Thias の blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/kdeldycke/awesome-falsehood&quot;&gt;awesome-falsehood: 😱 Falsehoods Programmers Believe In&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python-excel.org/&quot;&gt;Python Resources for Working With Excel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/fgmacedo/python-statemachine&quot;&gt;Python Finite State Machines Made Easy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/&quot;&gt;SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-unicode/&quot;&gt;Unicode in Python: Working With Character Encodings – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP&quot;&gt;Fundamentals of Music Processing - Editions of the Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/editing-excel-python-openpyxl/&quot;&gt;Editing Excel Spreadsheets in Python With openpyxl – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.xlwings.org/blog/my-thoughts-on-python-in-excel&quot;&gt;My thoughts on Python in Excel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/c/24133822/microsoft-excel-spreadsheet-competition-championship&quot;&gt;The Microsoft Excel superstars throw down in Vegas&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/playing-and-recording-sound-python/&quot;&gt;Playing and Recording Sound in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/binary-bytes-bitwise-operators/&quot;&gt;Binary, Bytes, and Bitwise Operators in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-unicode/&quot;&gt;Unicode in Python: Working With Character Encodings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E209_03_PyCoders.5277a82402fb.mp3" type="audio/mpeg" length="50240188"/>
        <guid isPermaLink="false">02e6f442-6dc8-446e-a479-6ccc8874990f</guid>
        <pubDate>Fri, 21 Jun 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3076</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_209_Podcast.8043571a7cce.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Python&#x27;s Command-Line Utilities &amp; Music Information Retrieval Tools”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>208</itunes:episode>
        <title>Detecting Outliers in Your Data With Python</title>
        <itunes:title>Detecting Outliers in Your Data With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/208/</link>
        <description>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 &quot;Outlier Detection in Python.&quot;</description>
        <content:encoded>&lt;p&gt;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 &amp;ldquo;Outlier Detection in Python.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Brett describes initially getting involved with detecting outliers in financial data. He discusses various applications and techniques in security, manufacturing, quality assurance, and fraud. We also dig into the concept of explainable AI and the differences between supervised and unsupervised learning.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by APILayer.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn all about the k-nearest neighbors (kNN) algorithm in Python, including how to implement kNN from scratch. Once you understand how kNN works, you&amp;rsquo;ll use scikit-learn to facilitate your coding process.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:56 &amp;ndash; Describing the book&lt;/li&gt;
&lt;li&gt;00:03:22 &amp;ndash; How did you get involved in outlier detection?&lt;/li&gt;
&lt;li&gt;00:06:50 &amp;ndash; Initially looking at the data to spot errors&lt;/li&gt;
&lt;li&gt;00:08:22 &amp;ndash; Amount of fraud and financial errors&lt;/li&gt;
&lt;li&gt;00:09:50 &amp;ndash; Understanding the nature of the outliers&lt;/li&gt;
&lt;li&gt;00:12:15 &amp;ndash; Industries that would be interested in detection&lt;/li&gt;
&lt;li&gt;00:18:21 &amp;ndash; Sponsor: APILayer.com&lt;/li&gt;
&lt;li&gt;00:19:15 &amp;ndash; Who is the intended audience for the book?&lt;/li&gt;
&lt;li&gt;00:22:16 &amp;ndash; Differences between supervised vs unsupervised learning&lt;/li&gt;
&lt;li&gt;00:25:48 &amp;ndash; Autonomous vehicles detecting anomalous imagery&lt;/li&gt;
&lt;li&gt;00:29:08 &amp;ndash; What is explainable AI?&lt;/li&gt;
&lt;li&gt;00:36:21 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:43 &amp;ndash; Detecting an outlier across multiple columns&lt;/li&gt;
&lt;li&gt;00:44:32 &amp;ndash; Detection of LLM and bot activity&lt;/li&gt;
&lt;li&gt;00:49:49 &amp;ndash; Proving you are a human checkbox&lt;/li&gt;
&lt;li&gt;00:52:25 &amp;ndash; What are Python libraries for outlier detection?&lt;/li&gt;
&lt;li&gt;00:53:57 &amp;ndash; Creating synthetic data to work through examples&lt;/li&gt;
&lt;li&gt;00:57:10 &amp;ndash; Tools developed and described in the book&lt;/li&gt;
&lt;li&gt;01:01:29 &amp;ndash; How to find the book&lt;/li&gt;
&lt;li&gt;01:02:27 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:04:55 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:05:52 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:06:16 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/outlier-detection-in-python?utm_source=social_media&amp;amp;utm_medium=int_influencer&amp;amp;utm_campaign=book_kennedy3_outlier_4_9_24&quot;&gt;Outlier Detection in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/169/&quot;&gt;Episode #169: Improving Classification Models With XGBoost – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://xgboost.readthedocs.io/en/stable/&quot;&gt;XGBoost Documentation — xgboost 1.7.6 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://shap.readthedocs.io/en/latest/index.html&quot;&gt;SHAP (SHapley Additive exPlanations) Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.dailymail.co.uk/sciencetech/article-13263567/simple-way-tell-students-used-AI-teacher.html&quot;&gt;I&amp;rsquo;m a teacher and this is the simple way I can tell if students have used AI to cheat in their essays - Daily Mail Online&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/yzhao062/pyod&quot;&gt;pyod: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/xuhongzuo/DeepOD&quot;&gt;DeepOD: Deep learning-based outlier/anomaly detection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/&quot;&gt;scikit-learn: machine learning in Python — scikit-learn 1.5.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Brett-Kennedy/DataConsistencyChecker&quot;&gt;DataConsistencyChecker: A Python tool to examine datasets for consistency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/wbkenn/&quot;&gt;Brett Kennedy - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Brett-Kennedy&quot;&gt;Brett-Kennedy - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-linear-regression/&quot;&gt;Starting With Linear Regression in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E208_03_Brett.c771ade784f4.mp3" type="audio/mpeg" length="65536589"/>
        <guid isPermaLink="false">49cb3c0c-70d1-43d3-bbed-d5529c540472</guid>
        <pubDate>Fri, 14 Jun 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4037</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_208_Podcast.5ad1e8d15bb0.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Detecting Outliers in Your Data With Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>207</itunes:episode>
        <title>Decomposing Software Problems &amp; Avoiding the Trap of Clever Code</title>
        <itunes:title>Decomposing Software Problems &amp; Avoiding the Trap of Clever Code</itunes:title>
        <link>https://realpython.com/podcasts/rpp/207/</link>
        <description>How do you effectively break a software problem into individual steps? What are signs you&#x27;re writing overly clever code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How do you effectively break a software problem into individual steps? What are signs you&amp;rsquo;re writing overly clever code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss an article about de-warping images of book pages. We both found the piece a good study on decomposing a complex software problem. &lt;/p&gt;
&lt;p&gt;Christopher discusses an article titled &amp;ldquo;Clever code is probably the worst code you could write.&amp;rdquo; Early in a programming career, it&amp;rsquo;s easier to write complex and difficult-to-read code. The real challenge is progressing towards writing clearer and readable code. &lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, what the &lt;code&gt;__pycache__&lt;/code&gt; folder is for in Python, what&amp;rsquo;s new in Django 5.1, a discussion about software engineering hiring and firing, a project for setting up repeated tasks, and a simple way to create reusable template components in Django.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/efficient-iterations-iterators-iterables/&quot;&gt;Efficient Iterations With Python Iterators and Iterables&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn what iterators and iterables are in Python. You&amp;rsquo;ll learn how they differ and when to use them in your code. You&amp;rsquo;ll also learn how to create your own iterators and iterables to make data processing more efficient.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:18 &amp;ndash; PEP 667: Consistent Views of Namespaces (Accepted)&lt;/li&gt;
&lt;li&gt;00:03:08 &amp;ndash; PEP 649 Re-targeted to 3.14&lt;/li&gt;
&lt;li&gt;00:03:50 &amp;ndash; Untold Stories From 6 Years Working on Python Packaging&lt;/li&gt;
&lt;li&gt;00:04:38 &amp;ndash; What Is the &lt;code&gt;__pycache__&lt;/code&gt; Folder in Python?&lt;/li&gt;
&lt;li&gt;00:09:57 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:11:04 &amp;ndash; What&amp;rsquo;s New in Django 5.1&lt;/li&gt;
&lt;li&gt;00:17:48 &amp;ndash; Page Dewarping&lt;/li&gt;
&lt;li&gt;00:26:55 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:26 &amp;ndash; Clever Code Is Probably the Worst Code You Could Write&lt;/li&gt;
&lt;li&gt;00:33:19 &amp;ndash; Software Engineering Hiring and Firing&lt;/li&gt;
&lt;li&gt;00:51:22 &amp;ndash; Metronomes: An Easy Way to Set Up Regular Tasks&lt;/li&gt;
&lt;li&gt;00:52:26 &amp;ndash; django-web-components: Create reusable template components in Django&lt;/li&gt;
&lt;li&gt;00:54:03 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0667/&quot;&gt;PEP 667: Consistent Views of Namespaces (Accepted)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0649/&quot;&gt;PEP 649 Re-targeted to 3.14&lt;/a&gt; &amp;ndash; Python Enhancement Proposal 649: Deferred Evaluation Of Annotations Using Descriptors has been re-targeted to the Python 3.14 release&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://harihareswara.net/posts/2024/references-pycon-us-keynote/&quot;&gt;Untold Stories From 6 Years Working on Python Packaging&lt;/a&gt; &amp;ndash; Sumana gave the closing keynote address at PyCon US this year and this posting shares all the links and references from the talk.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pycache/&quot;&gt;What Is the &lt;code&gt;__pycache__&lt;/code&gt; Folder in Python?&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll explore Python&amp;rsquo;s &lt;code&gt;__pycache__&lt;/code&gt; folder. You&amp;rsquo;ll learn about when and why the interpreter creates these folders, and you&amp;rsquo;ll customize their default behavior. Finally, you&amp;rsquo;ll take a look under the hood of the cached .pyc files.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://micro.webology.dev/2024/05/22/whats-new-in.html&quot;&gt;What&amp;rsquo;s New in Django 5.1&lt;/a&gt; &amp;ndash; Django 5.1 has gone alpha so the list of features targeting this release has more or less solidified. This article introduces you to what is coming in Django 5.1.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mzucker.github.io/2016/08/15/page-dewarping.html&quot;&gt;Page Dewarping&lt;/a&gt; &amp;ndash; This article shows the techniques behind a page flattening algorithm. It starts with images of a book&amp;rsquo;s page which are curled from the spine of the book, and creates a resulting PDF that is a flat version.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://read.engineerscodex.com/p/clever-code-is-probably-the-worst&quot;&gt;Clever Code Is Probably the Worst Code You Could Write&lt;/a&gt; &amp;ndash; When you come across a clever bit of code, it is hard not to admire it, but often times, clear, readable code is the hardest code to write.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://edcrewe.blogspot.com/2024/04/software-engineering-hiring-and-firing.html&quot;&gt;Software Engineering Hiring and Firing&lt;/a&gt; &amp;ndash; This article is a deep dive on the hiring and firing practices in the software field, and unlike most articles focuses on senior engineering roles. It isn&amp;rsquo;t a &amp;ldquo;first job&amp;rdquo; post, but a &amp;ldquo;how the decision process works&amp;rdquo; article.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pomponchik/metronomes&quot;&gt;Metronomes: An Easy Way to Set Up Regular Tasks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Xzya/django-web-components&quot;&gt;django-web-components: A simple way to create reusable template components in Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-portfolio-project/&quot;&gt;Getting Started With Django: Building a Portfolio App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/efficient-iterations-iterators-iterables/&quot;&gt;Efficient Iterations With Python Iterators and Iterables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-for-loop/&quot;&gt;For Loops in Python (Definite Iteration)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E207_03_PyCoders.d9dfb81c70d5.mp3" type="audio/mpeg" length="53912086"/>
        <guid isPermaLink="false">2565e1f3-43dd-42b1-a67b-3a2729b7d90a</guid>
        <pubDate>Fri, 07 Jun 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3309</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_207_Podcast.3e825e26a331.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Decomposing Software Problems &amp; Avoiding the Trap of Clever Code”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>206</itunes:episode>
        <title>Building Python Unit Tests &amp; Exploring a Data Visualization Gallery</title>
        <itunes:title>Building Python Unit Tests &amp; Exploring a Data Visualization Gallery</itunes:title>
        <link>https://realpython.com/podcasts/rpp/206/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We dig into a recent tutorial by Leodanis Pozo Ramos about writing unit tests using Python&amp;rsquo;s unittest. The tutorial covers organizing your tests, exploring assert methods, creating test fixtures, and debugging failing tests.&lt;/p&gt;
&lt;p&gt;We explore a collection of Python data visualizations and tutorials from the Python Graph Gallery. The website features hundreds of charts and graphs built using popular plotting libraries. Each chart type features a foundational tutorial that introduces the structure and application.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, the new REPL coming in Python 3.13, a pytest daemon to 10X test iteration speed, a discussion about software friction, a Raspberry Pi document scanner, and a project for controlling time per iteration loop.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/building-gui-application-tkinter/&quot;&gt;Building a Python GUI Application With Tkinter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn the basics of GUI programming with Tkinter, the de facto Python GUI framework. Master GUI programming concepts such as widgets, geometry managers, and event handlers. Then, put it all together by building two applications: a temperature converter and a text editor.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 - Introduction&lt;/li&gt;
&lt;li&gt;00:02:08 - Python Software Foundation Board Election Dates for 2024&lt;/li&gt;
&lt;li&gt;00:02:35 - 2023 PSF Annual Impact Report&lt;/li&gt;
&lt;li&gt;00:03:03 - Python&amp;rsquo;s &lt;code&gt;unittest&lt;/code&gt;: Writing Unit Tests for Your Code&lt;/li&gt;
&lt;li&gt;00:09:41 - What&amp;rsquo;s New in Python 3.13&lt;/li&gt;
&lt;li&gt;00:10:38 - The New REPL in Python 3.13&lt;/li&gt;
&lt;li&gt;00:13:39 - Best Python Chart Examples&lt;/li&gt;
&lt;li&gt;00:15:27 - Animation with text that highlights important events&lt;/li&gt;
&lt;li&gt;00:16:39 - Sankey Diagram with Python and Plotly&lt;/li&gt;
&lt;li&gt;00:18:55 - Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:20:25 - Pytest Daemon: 10X Local Test Iteration Speed&lt;/li&gt;
&lt;li&gt;00:23:58 - Software Friction&lt;/li&gt;
&lt;li&gt;00:35:41 - A Raspberry Pi Document Scanner&lt;/li&gt;
&lt;li&gt;00:39:00 - pacemaker: For Controlling Time Per Iteration Loop in Python&lt;/li&gt;
&lt;li&gt;00:41:55 - Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2024/05/psf-board-election-dates-for-2024.html&quot;&gt;Python Software Foundation Board Election Dates for 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/psf/annual-report/2023/&quot;&gt;2023 PSF Annual Impact Report&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-unittest/&quot;&gt;Python&amp;rsquo;s &lt;code&gt;unittest&lt;/code&gt;: Writing Unit Tests for Your Code&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to use the unittest framework to create unit tests for your Python code. Along the way, you&amp;rsquo;ll also learn how to create test cases, fixtures, test suites, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.13/whatsnew/3.13.html&quot;&gt;What&amp;rsquo;s New in Python 3.13&lt;/a&gt; &amp;ndash; Python 3.13 has gone into beta, which means the feature freeze is now in place. This is the official listing of the new features in 3.13. This release includes changes to the REPL, new typing features, experimental support for disabling the GIL, dead battery removal, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/&quot;&gt;The New REPL in Python 3.13&lt;/a&gt; &amp;ndash; Python 3.13 just hit feature freeze with the first beta release, and it includes a host of improvements to the REPL. Automatic indenting, block-level editing, and more make the built-in REPL more powerful and easier to use.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-graph-gallery.com/best-python-chart-examples/&quot;&gt;Best Python Chart Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-graph-gallery.com/web-animated-line-chart-with-annotation/&quot;&gt;Animation with text that highlights important events - Python Graph Gallery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-graph-gallery.com/sankey-diagram-with-python-and-plotly/&quot;&gt;Sankey Diagram with Python and Plotly - Python Graph Gallery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.com/blog/pytest-daemon-10x-local-test-iteration-speed&quot;&gt;Pytest Daemon: 10X Local Test Iteration Speed&lt;/a&gt; &amp;ndash; Discord has a large Python monolith with lots of imports, which now takes 13 seconds to start up. On the server that&amp;rsquo;s not a problem but to run a test it is. Ruby&amp;rsquo;s solution is to have a daemon that hot loads a test on a process that already has the imports completed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.hillelwayne.com/post/software-friction/&quot;&gt;Software Friction&lt;/a&gt; &amp;ndash; Friction is everywhere in software development. Two setbacks are more than twice as bad as one setback. This article discusses the sources of software friction and what you can do about it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.instructables.com/From-Papers-to-Pixels-a-Raspberry-Pi-Document-Scan/&quot;&gt;A Raspberry Pi Document Scanner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/brohrer/pacemaker&quot;&gt;pacemaker: For Controlling Time Per Iteration Loop in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/unittest.html&quot;&gt;unittest — Unit testing framework — Python 3.12.3 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/testing-with-python-part-1-the-basics&quot;&gt;Testing with Python (part 1): the basics - Bite code!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sankey-diagrams.com/&quot;&gt;Sankey Diagrams – A Sankey diagram says more than 1000 pie charts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rfordatascience/tidytuesday/tree/master&quot;&gt;tidytuesday: Official repo for the #tidytuesday project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rfordatascience/tidytuesday/blob/master/dataset_announcements.md&quot;&gt;tidytuesday - dataset_announcements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://netflix.github.io/chaosmonkey/&quot;&gt;Chaos Monkey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.opencv.org/4.x/&quot;&gt;OpenCV: OpenCV modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.brandonrohrer.com/httyr/httyr.html&quot;&gt;How to Train Your Robot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-gui-application-tkinter/&quot;&gt;Building a Python GUI Application With Tkinter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/creating-pyqt-layouts-gui-applications/&quot;&gt;Creating PyQt Layouts for GUI Applications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E206_02_PyCoders.9788472a0079.mp3" type="audio/mpeg" length="41995644"/>
        <guid isPermaLink="false">09092537-d0cc-4015-b9b9-f739b53d0554</guid>
        <pubDate>Fri, 31 May 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2563</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_206_Podcast.741f9e7b33bd.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Building Python Unit Tests &amp; Exploring a Data Visualization Gallery”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>205</itunes:episode>
        <title>Considering Accessibility &amp; Assistive Tech as a Python Developer</title>
        <itunes:title>Considering Accessibility &amp; Assistive Tech as a Python Developer</itunes:title>
        <link>https://realpython.com/podcasts/rpp/205/</link>
        <description>What&#x27;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 accessibility, and assistive technology.</description>
        <content:encoded>&lt;p&gt;What&amp;rsquo;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 accessibility, and assistive technology.&lt;/p&gt;
&lt;p&gt;Audrey shares her background as a system administrator and instructor. While she was learning Python, she discovered Real Python. Audrey provided some feedback about the built-in video player&amp;rsquo;s accessibility. Dan reached out and worked with Audrey on some website improvements for the visually impaired.&lt;/p&gt;
&lt;p&gt;We discuss navigating modern websites and using assistive technology. Audrey also provides resources Python developers can use to improve the accessibility of their applications.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/html-css-foundations/&quot;&gt;HTML and CSS Foundations for Python Developers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s no way around HTML and CSS when you want to build web apps. Even if you&amp;rsquo;re not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this video course, you&amp;rsquo;ll get an introduction to HTML and CSS for Python programmers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:12 &amp;ndash; Work background&lt;/li&gt;
&lt;li&gt;00:08:30 &amp;ndash; Language for assistive tools and programming&lt;/li&gt;
&lt;li&gt;00:10:30 &amp;ndash; What led you to learning Python?&lt;/li&gt;
&lt;li&gt;00:13:48 &amp;ndash; Screen readers, braille display, and white space&lt;/li&gt;
&lt;li&gt;00:17:22 &amp;ndash; Discovering Real Python&lt;/li&gt;
&lt;li&gt;00:22:41 &amp;ndash; Accessibility survey and navigating websites&lt;/li&gt;
&lt;li&gt;00:30:04 &amp;ndash; Digging deeper into learning Python&lt;/li&gt;
&lt;li&gt;00:35:42 &amp;ndash; Video Course Spotlight    &lt;/li&gt;
&lt;li&gt;00:37:03 &amp;ndash; Navigating changes in code&lt;/li&gt;
&lt;li&gt;00:39:53 &amp;ndash; Working with the terminal&lt;/li&gt;
&lt;li&gt;00:42:14 &amp;ndash; Accessibility of Python GUI libraries&lt;/li&gt;
&lt;li&gt;00:44:22 &amp;ndash; Django framework&lt;/li&gt;
&lt;li&gt;00:47:11 &amp;ndash; Screen readers and JAWS&lt;/li&gt;
&lt;li&gt;00:53:19 &amp;ndash; What are you excited about in the world of assistive technology?&lt;/li&gt;
&lt;li&gt;00:57:03 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:59:11 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:00:09 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.freedomscientific.com/products/software/jaws/&quot;&gt;JAWS® – Freedom Scientific&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ZFjlBXsX544&quot;&gt;What is JAWS? - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Retinal_detachment&quot;&gt;Retinal detachment - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.freedomscientific.com/Products/Blindness/Focus80BrailleDisplay/&quot;&gt;Focus 80 Blue 5th Gen – Freedom Scientific&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://webaim.org/projects/screenreadersurvey10/&quot;&gt;WebAIM: Screen Reader User Survey #10 Results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.w3.org/TR/WCAG22/&quot;&gt;Web Content Accessibility Guidelines (WCAG) 2.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.vandyke.com/products/securecrt/&quot;&gt;SecureCRT - The rock-solid Telnet and SSH client for Windows, macOS, and Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marcel.duketown.com/p1-monitor-docker-versie/&quot;&gt;P1 Monitor docker container for smart meters - Marcel Claassen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/learning-paths/python-basics/&quot;&gt;Python Basics: Introduction to Python (Learning Path) – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/&quot;&gt;The web framework for perfectionists with deadlines - Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://support.freedomscientific.com/SurfsUp/1-StartHere.htm&quot;&gt;Surf&amp;rsquo;s Up! Surfing the Internet with JAWS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nvaccess.org/download/&quot;&gt;NV Access - Download NVDA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.freedomscientific.com/picturesmartchallenges/&quot;&gt;Picture Smart Challenges – Freedom Scientific&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-portfolio-project/&quot;&gt;Getting Started With Django: Building a Portfolio App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-dictionaries/&quot;&gt;Python Basics: Dictionaries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/html-css-foundations/&quot;&gt;HTML and CSS Foundations for Python Developers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E205_02_Audrey.1c607b1cbb60.mp3" type="audio/mpeg" length="59503223"/>
        <guid isPermaLink="false">6a1be7d4-bcab-4c66-83bd-496716092e36</guid>
        <pubDate>Fri, 17 May 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3660</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_205_Podcast.423bbd790328.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Considering Accessibility &amp; Assistive Tech as a Python Developer”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>204</itunes:episode>
        <title>Querying OpenStreetMaps via API &amp; Lazy Evaluation in Python</title>
        <itunes:title>Querying OpenStreetMaps via API &amp; Lazy Evaluation in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/204/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share an article from the Pybites blog about building queries using the Overpass API for OpenStreetMap. The post explores the data structures, tags, query formats, and how to use Overpass in Python.&lt;/p&gt;
&lt;p&gt;Christopher discusses a Real Python article by recent guest Stephen Gruppetta about lazy evaluation in Python. The piece covers the advantages of generator expressions or functions and the potential disadvantages of using lazy versus eager evaluation methods.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, handling control-c in asyncio, preventing data leakage in pandas and scikit-learn, discussing the Django developer survey results, asking developers why they aren&amp;rsquo;t shipping faster, using UV to install into isolated environments, and a couple of tools for retrying in Python.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/set-up-django-project/&quot;&gt;How to Set Up a Django Project&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn the necessary steps that you&amp;rsquo;ll need to take to set up a new Django project. You&amp;rsquo;ll learn the basic setup for any new Django project, which needs to happen before programming the specific functionality of your project.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:33 &amp;ndash; PyPy v7.3.16 Release&lt;/li&gt;
&lt;li&gt;00:02:54 &amp;ndash; PEP 745: Python 3.14 Release Schedule&lt;/li&gt;
&lt;li&gt;00:03:31 &amp;ndash; The BASIC programming language turns 60&lt;/li&gt;
&lt;li&gt;00:05:24 &amp;ndash; Asyncio Handle Control-C (SIGINT)&lt;/li&gt;
&lt;li&gt;00:07:37 &amp;ndash; OpenStreetMaps, Overpass API and Python&lt;/li&gt;
&lt;li&gt;00:11:53 &amp;ndash; What&amp;rsquo;s Lazy Evaluation in Python?&lt;/li&gt;
&lt;li&gt;00:16:10 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:17:17 &amp;ndash; How to Prevent Data Leakage in pandas &amp;amp; scikit-learn&lt;/li&gt;
&lt;li&gt;00:24:09 &amp;ndash; Django Developers Survey 2023 Results&lt;/li&gt;
&lt;li&gt;00:33:07 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:21 &amp;ndash; I Asked 100 Devs Why They Aren&amp;rsquo;t Shipping Faster?&lt;/li&gt;
&lt;li&gt;00:47:03 &amp;ndash; pipxu: Install in Isolated Environments Using UV&lt;/li&gt;
&lt;li&gt;00:49:05 &amp;ndash; tenacity: Retrying Library for Python&lt;/li&gt;
&lt;li&gt;00:50:04 &amp;ndash; stamina: Production-Grade Retries for Python&lt;/li&gt;
&lt;li&gt;00:52:00 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pypy.org/posts/2024/04/pypy-v7316-release.html&quot;&gt;PyPy v7.3.16 Release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0745/&quot;&gt;PEP 745: Python 3.14 Release Schedule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/gadgets/2024/05/the-basic-programming-language-turns-60/&quot;&gt;The BASIC programming language turns 60 - Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://superfastpython.com/asyncio-control-c-sigint/&quot;&gt;Asyncio Handle Control-C (SIGINT)&lt;/a&gt; &amp;ndash; When the user presses CTRL-C on the keyboard, the OS raises an interrupt signal to your program. When writing concurrent code this can get complicated as the signal goes to the process. This article shows you how to handle capturing CTRL-C elegantly when using &lt;code&gt;asyncio&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pybit.es/articles/openstreetmaps-overpass-api-and-python/&quot;&gt;OpenStreetMaps, Overpass API and Python&lt;/a&gt; &amp;ndash; OpenStreetMaps (OSM) is an open source mapping project that allows people to browse the world map and to plan routes. Not only does it have the expected web interface, but it also has an API known as Overpass. This article shows you two ways to use Python to query Overpass.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-lazy-evaluation/&quot;&gt;What&amp;rsquo;s Lazy Evaluation in Python?&lt;/a&gt; &amp;ndash; This tutorial explores lazy evaluation in Python and looks at the advantages and disadvantages of using lazy and eager evaluation methods. By the end of this tutorial, you&amp;rsquo;ll clearly understand which approach is best for you, depending on your needs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.dataschool.io/machine-learning-data-leakage/&quot;&gt;How to Prevent Data Leakage in &lt;code&gt;pandas&lt;/code&gt; &amp;amp; &lt;code&gt;scikit-learn&lt;/code&gt;&lt;/a&gt; &amp;ndash; How you impute missing values in machine learning data sets can affect the quality of your training. This article teaches you what data leakage is and what steps you should take to avoid it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lp.jetbrains.com/django-developer-survey-2023/&quot;&gt;Django Developers Survey 2023 Results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://greptile.com/blog/100-devs&quot;&gt;I Asked 100 Devs Why They Aren&amp;rsquo;t Shipping Faster?&lt;/a&gt; &amp;ndash; Daksh asked 100 developers why they aren&amp;rsquo;t shipping faster and this blog post shares what he learned. Problems include dependency bugs, overly complicated code bases, waiting on requirements, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/bulletmark/pipxu&quot;&gt;pipxu: Install in Isolated Environments Using UV&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jd/tenacity&quot;&gt;tenacity: Retrying Library for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hynek/stamina&quot;&gt;stamina: Production-Grade Retries for Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.space.com/voyager-1-communications-update-april-2024&quot;&gt;NASA&amp;rsquo;s Voyager 1 spacecraft finally phones home after 5 months of no contact - Space&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-api/#searching-and-fetching-trending-gifs&quot;&gt;Python &amp;amp; APIs: A Winning Combo for Reading Public Data – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://towardsdatascience.com/loading-data-from-openstreetmap-with-python-and-the-overpass-api-513882a27fd0&quot;&gt;Loading Data from OpenStreetMap with Python and the Overpass API - Nikolai Janakiev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Leakage_(machine_learning)&quot;&gt;Leakage (machine learning) - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://djangonaut.space/&quot;&gt;Djangonaut Space - Where Contributors launch!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wonderfulengineering.com/debris-that-fell-off-a-boeing-767-found-outside-the-house-of-the-lawyer-suing-it/&quot;&gt;Debris That Fell Off a Boeing 767 Found Outside the House of Lawyer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-portfolio-project/&quot;&gt;Getting Started With Django: Building a Portfolio App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-generators/&quot;&gt;Python Generators 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/set-up-django-project/&quot;&gt;How to Set Up a Django Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E204_03_Cx2.4a563350613f.mp3" type="audio/mpeg" length="51961197"/>
        <guid isPermaLink="false">96b5c05e-7f4d-4259-af10-465233093721</guid>
        <pubDate>Fri, 10 May 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3185</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_204_Podcast.c178da34f4b0.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Querying OpenStreetMaps via API &amp; Lazy Evaluation in Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>203</itunes:episode>
        <title>Embarking on a Relaxed and Friendly Python Coding Journey</title>
        <itunes:title>Embarking on a Relaxed and Friendly Python Coding Journey</itunes:title>
        <link>https://realpython.com/podcasts/rpp/203/</link>
        <description>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, &quot;The Python Coding Book.&quot;</description>
        <content:encoded>&lt;p&gt;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, &amp;ldquo;The Python Coding Book.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Stephen has been teaching Python to adults and children for many years. With his new book, he wants to share the relaxed and friendly learning environment he&amp;rsquo;s developed. We discuss using analogies to explain programming concepts and constructing complete programs as chapter goals.  &lt;/p&gt;
&lt;p&gt;Over the last year, Stephen focused on writing. He started his newsletter, The Python Coding Stack, wrote more tutorials for Real Python and authored the book. &lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-basics-first-program/&quot;&gt;Python Basics: Code Your First Python Program&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll write your first Python program. Along the way, you&amp;rsquo;ll learn about errors, declare variables and inspect their values, and try your hand at writing comments.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:32 &amp;ndash; Education and programming background&lt;/li&gt;
&lt;li&gt;00:05:50 &amp;ndash; Developing a teaching style&lt;/li&gt;
&lt;li&gt;00:10:36 &amp;ndash; A friendly and relaxed programming book&lt;/li&gt;
&lt;li&gt;00:14:31 &amp;ndash; Making mistakes&lt;/li&gt;
&lt;li&gt;00:18:29 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:19:03 &amp;ndash; What was your curation process like?&lt;/li&gt;
&lt;li&gt;00:21:22 &amp;ndash; First chapter building an actual program&lt;/li&gt;
&lt;li&gt;00:25:08 &amp;ndash; Glossary terms and exercises&lt;/li&gt;
&lt;li&gt;00:27:48 &amp;ndash; Why feature an IDE?&lt;/li&gt;
&lt;li&gt;00:34:07 &amp;ndash; Monty and the White Room analogy&lt;/li&gt;
&lt;li&gt;00:37:46 &amp;ndash; What, no turtle?&lt;/li&gt;
&lt;li&gt;00:42:21 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:44:00 &amp;ndash; Shift toward teaching&lt;/li&gt;
&lt;li&gt;00:46:50 &amp;ndash; Teaching adults and children&lt;/li&gt;
&lt;li&gt;00:51:23 &amp;ndash; Python sequences tutorial&lt;/li&gt;
&lt;li&gt;00:53:48 &amp;ndash; Building community and social media&lt;/li&gt;
&lt;li&gt;00:58:12 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:00:49 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:03:07 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://thepythoncodingbook.com/&quot;&gt;Learn Python Coding - The Python Coding Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thepythoncodingstack.com/p/reflection-one-year-anniversary-gruppetta-python&quot;&gt;Rambling Reflections - Twelve Months of The Python Coding Stack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/On_Writing:_A_Memoir_of_the_Craft&quot;&gt;On Writing: A Memoir of the Craft - Stephen King - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/4/&quot;&gt;Episode #4: Learning Python Through Errors – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/build-python-turtle-game-space-invaders-clone/&quot;&gt;Build a Python Turtle Game: Space Invaders Clone – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-sequences/&quot;&gt;Python Sequences: A Comprehensive Guide – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/django-in-action&quot;&gt;Django in Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thepythoncodingplace.com/&quot;&gt;The Python Coding Place – The Place to Learn Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/s_gruppetta_ct&quot;&gt;Stephen Gruppetta (@s_gruppetta_ct) / X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/setting-up-python/&quot;&gt;Python Basics: Setting Up Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-turtle-beginners/&quot;&gt;Python Turtle for Beginners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-first-program/&quot;&gt;Python Basics: Code Your First Python Program&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E203_03_Stephen.4cc248297998.mp3" type="audio/mpeg" length="62554333"/>
        <guid isPermaLink="false">4856d58d-4ed3-4907-bcb0-17e3638d06a0</guid>
        <pubDate>Fri, 03 May 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3844</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_203_Podcast.a9f350960f48.jpg"/>
        <rp:twitter-handles>@s_gruppetta</rp:twitter-handles>
        <rp:twitter-title>“Embarking on a Relaxed and Friendly Python Coding Journey” with @s_gruppetta</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>202</itunes:episode>
        <title>Pydantic Data Validation &amp; Python Web Security Practices</title>
        <itunes:title>Pydantic Data Validation &amp; Python Web Security Practices</itunes:title>
        <link>https://realpython.com/podcasts/rpp/202/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss the recent Real Python tutorial &amp;ldquo;Pydantic: Simplifying Data Validation in Python.&amp;rdquo; The piece covers installing the library with optional dependencies, working with base models, validating functions, and managing environment variables.&lt;/p&gt;
&lt;p&gt;We continue our conversation about web development with another article about Python security best practices. This article covers several Python libraries and crucial steps you can take to help make your web-based applications more secure.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, why Python lists multiply oddly, inline run dependencies in pipx, a discussion about open-source contribution assignments, playing sounds in Python, and a Python library to access ISO country definitions.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/using-raise-for-effective-exceptions/&quot;&gt;Using raise for Effective Exceptions&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you&amp;rsquo;ll write more reliable, robust, and maintainable code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:40 &amp;ndash; Python 3.12.3, Python 3.11.9, and 3.13.0a6 Released&lt;/li&gt;
&lt;li&gt;00:03:43 &amp;ndash; Django Bugfix Release Issued: 5.0.4&lt;/li&gt;
&lt;li&gt;00:04:48 &amp;ndash; PEP 738 Accepted: Adding Android as a Supported Platform&lt;/li&gt;
&lt;li&gt;00:05:53 &amp;ndash; EuroPython Tickets on Sale: Prague/Remote July 8-14&lt;/li&gt;
&lt;li&gt;00:06:38 &amp;ndash; PyCon Portugal 2024&lt;/li&gt;
&lt;li&gt;00:07:17 &amp;ndash; Pydantic: Simplifying Data Validation in Python&lt;/li&gt;
&lt;li&gt;00:15:24 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:15:58 &amp;ndash; Why Do Python Lists Multiply Oddly?&lt;/li&gt;
&lt;li&gt;00:22:21 &amp;ndash; Best Python Security Practices for Web Developers&lt;/li&gt;
&lt;li&gt;00:34:13 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:35:38 &amp;ndash; Inline Run Dependencies in &lt;code&gt;pipx&lt;/code&gt; 1.4.2&lt;/li&gt;
&lt;li&gt;00:40:16 &amp;ndash; So Your Teacher Wants You to Do Open Source&lt;/li&gt;
&lt;li&gt;00:54:49 &amp;ndash; nava: Play Sounds in Python&lt;/li&gt;
&lt;li&gt;00:56:25 &amp;ndash; pycountry: A Python library to access ISO country definitions&lt;/li&gt;
&lt;li&gt;00:58:18 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html&quot;&gt;Python 3.12.3 and 3.13.0a6 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/04/python-3119-is-now-available.html&quot;&gt;Python 3.11.9 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/apr/03/bugfix-release/&quot;&gt;Django Bugfix Release Issued: 5.0.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0738/&quot;&gt;PEP 738 Accepted: Adding Android as a Supported Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0742/?v=1&quot;&gt;PEP 742 Accepted: Narrowing Types With TypeIs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.europython.eu/europython-april-2024-newsletter/&quot;&gt;EuroPython Tickets on Sale: Prague/Remote July 8-14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2024.pycon.pt/&quot;&gt;PyCon Portugal 2024&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pydantic/&quot;&gt;Pydantic: Simplifying Data Validation in Python&lt;/a&gt; &amp;ndash; Discover the power of Pydantic, Python&amp;rsquo;s most popular data parsing, validation, and serialization library. In this hands-on tutorial, you&amp;rsquo;ll learn how to make your code more robust, trustworthy, and easier to debug with Pydantic.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://codeconfessions.substack.com/p/why-do-python-lists-multiply-oddly&quot;&gt;Why Do Python Lists Multiply Oddly?&lt;/a&gt; &amp;ndash; In Python you can use the multiplication operator on sequences to return a repeated version of the value. When you do this with a list containing an empty list you get what might be unexpected behavior. This article explains what happens and why.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.arjancodes.com/blog/best-practices-for-securing-python-applications/&quot;&gt;Best Python Security Practices for Web Developers&lt;/a&gt; &amp;ndash; Coding on the web means you have to be more security conscious as everyone has access to your software. This article discusses key steps you can take to help make your code more secure.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://iscinumpy.dev/post/pep723/&quot;&gt;Inline Run Dependencies in &lt;code&gt;pipx&lt;/code&gt; 1.4.2&lt;/a&gt; &amp;ndash; &lt;a href=&quot;https://peps.python.org/pep-0723/&quot;&gt;PEP 723&lt;/a&gt; adds the ability to specify dependencies within a Python script itself. The folks who write &lt;code&gt;pipx&lt;/code&gt; have added an experimental feature that takes advantage of this future language change. This article shows you how the new feature looks and what pipx does with it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pipx/&quot;&gt;Install and Execute Python Applications Using &lt;code&gt;pipx&lt;/code&gt;&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about a tool called pipx, which lets you conveniently install and run Python packages as standalone command-line applications in isolated environments. In a way, pipx turns the Python Package Index (PyPI) into an app marketplace for Python programmers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://davidism.com/school-assignment-open-source/&quot;&gt;So Your Teacher Wants You to Do Open Source&lt;/a&gt; &amp;ndash; Sometimes teachers or mentors ask students to contribute to an open source project, without the context of what that entails. This opinion piece covers just how much noise that causes for the projects and why you shouldn&amp;rsquo;t do it unless you truly mean to contribute.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mathspp.com/blog/503-days-working-full-time-on-foss-lessons-learned&quot;&gt;503 Days Working Full-Time on FOSS: Lessons Learned&lt;/a&gt; &amp;ndash; For a year and a half, Rodrigo worked at Textualize the company behind the popular open source Python projects Rich and Textual. This blog post talks about what he learned while he was there.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/openscilab/nava&quot;&gt;nava: Play Sounds in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pycountry/pycountry&quot;&gt;pycountry: A Python library to access ISO country, subdivision, language, currency and script definitions and their translations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pydantic.dev/&quot;&gt;Pydantic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/francoisfleuret/status/1770528106513600636&quot;&gt;François Fleuret on X: &amp;ldquo;2h of debugging. Whatever you say, that&amp;rsquo;s counter intuitive.&amp;rdquo;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/bandit/&quot;&gt;bandit: Security oriented static analyzer for Python code - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/dependency-management-python-poetry/&quot;&gt;Dependency Management With Python Poetry – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://owasp.org/www-project-top-ten/&quot;&gt;OWASP Top Ten - OWASP Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pipx.pypa.io/stable/&quot;&gt;pipx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://palletsprojects.com/governance/&quot;&gt;Governance - The Pallets Projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://textual.textualize.io/&quot;&gt;Textual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opensource.guide/how-to-contribute/&quot;&gt;How to Contribute to Open Source - Open Source Guides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://djangonaut.space/&quot;&gt;Djangonaut Space - Where contributors launch!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/lists-tuples-python/&quot;&gt;Lists and Tuples in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-raise-for-effective-exceptions/&quot;&gt;Using raise for Effective Exceptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sorting-data-python-pandas/&quot;&gt;Sorting Data in Python With pandas&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E202_03_PyCoders.088d4cfc139f.mp3" type="audio/mpeg" length="57930194"/>
        <guid isPermaLink="false">8f074658-5ce2-4286-8aef-8154260c06aa</guid>
        <pubDate>Fri, 26 Apr 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3560</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_202_Podcast.52ce8ae2d809.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Pydantic Data Validation &amp; Python Web Security Practices”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>201</itunes:episode>
        <title>Decoupling Systems to Get Closer to the Data</title>
        <itunes:title>Decoupling Systems to Get Closer to the Data</itunes:title>
        <link>https://realpython.com/podcasts/rpp/201/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Phillip contrasts Ibis&amp;rsquo;s workflow with other Python dataframe libraries. We discuss how &amp;ldquo;getting close to the data&amp;rdquo; speeds things up and conserves memory.&lt;/p&gt;
&lt;p&gt;He describes the different approaches Ibis provides for querying data and how to select a specific backend. We discuss ways to get started with the library and how to access example data sets to experiment with the platform. &lt;/p&gt;
&lt;p&gt;Phillip discovered Ibis while looking for a tool that allowed him to reuse SQL queries written for a specific data platform on a different one. He recounts how he got involved with the Ibis project, sharing his background in open source and learning how to contribute to a first project. &lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;ll learn how to create web maps from data using Folium. The package combines Python&amp;rsquo;s data-wrangling strengths with the data-visualization power of the JavaScript library Leaflet. In this video course, you&amp;rsquo;ll create and style a choropleth world map showing the ecological footprint per country.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:18 &amp;ndash; How did you get started with Ibis?&lt;/li&gt;
&lt;li&gt;00:08:10 &amp;ndash; First contribution to open source&lt;/li&gt;
&lt;li&gt;00:13:46 &amp;ndash; Comparing Ibis to other dataframe libraries&lt;/li&gt;
&lt;li&gt;00:20:09 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:20:43 &amp;ndash; What goes into the selection of backend?&lt;/li&gt;
&lt;li&gt;00:27:07 &amp;ndash; Database connections vs SQL compilers&lt;/li&gt;
&lt;li&gt;00:30:03 &amp;ndash; Raw SQL approach&lt;/li&gt;
&lt;li&gt;00:34:06 &amp;ndash; Dataframe approach&lt;/li&gt;
&lt;li&gt;00:38:31 &amp;ndash; What does &amp;ldquo;getting close to the data&amp;rdquo; mean?&lt;/li&gt;
&lt;li&gt;00:41:52 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:43:24 &amp;ndash; Phillip in the cloud - YouTube channel&lt;/li&gt;
&lt;li&gt;00:44:56 &amp;ndash; Access to sample data sets&lt;/li&gt;
&lt;li&gt;00:50:11 &amp;ndash; Additional resources&lt;/li&gt;
&lt;li&gt;00:52:50 &amp;ndash; What are some of the backends Ibis supports?&lt;/li&gt;
&lt;li&gt;00:54:13 &amp;ndash; Entry points to the platform&lt;/li&gt;
&lt;li&gt;00:55:00 &amp;ndash; How are you supported?&lt;/li&gt;
&lt;li&gt;00:57:10 &amp;ndash; Exporting a SQL query&lt;/li&gt;
&lt;li&gt;00:59:23 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:04:28 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:07:12 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:08:00 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/&quot;&gt;Ibis - the portable Python dataframe library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://voltrondata.com/&quot;&gt;The Leading Designer and Builder of Enterprise Data Systems - Voltron Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0249/&quot;&gt;PEP 249 – Python Database API Specification v2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/tobymao/sqlglot&quot;&gt;sqlglot: Python SQL Parser and Transpiler - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/tutorials/getting_started#interactive-mode&quot;&gt;Ibis – getting_started&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ibis-project/ibis-examples?tab=readme-ov-file&quot;&gt;ibis-examples: A repository of runnable examples using ibis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/reference/&quot;&gt;Ibis – Reference Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyscript.net/&quot;&gt;PyScript - Run Python in your HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://prefix.dev/&quot;&gt;pixi - Prefix.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/astral-sh/uv&quot;&gt;uv: An extremely fast Python package installer and resolver, written in Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2024/&quot;&gt;PyCon US 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.learncraftspanish.com/&quot;&gt;LearnCraft Spanish – Fluency for Serious Learners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ibis-project/ibis&quot;&gt;ibis: the portable Python dataframe library - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/posts&quot;&gt;Ibis – Blog Posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/@cpcloud&quot;&gt;Phillip in the Cloud - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/cpcloudy&quot;&gt;Phillip Cloud (@cpcloudy) / X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/cpcloud&quot;&gt;cpcloud (Phillip Cloud) · GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-raise-for-effective-exceptions/&quot;&gt;Using raise for Effective Exceptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E201_03_Phillip_Cloud.2410cb7682b7.mp3" type="audio/mpeg" length="67230779"/>
        <guid isPermaLink="false">692eac73-03f8-4b5e-af30-dc3dcab1cce8</guid>
        <pubDate>Fri, 19 Apr 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4140</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_201_Podcast.ca381ac7560d.jpg"/>
        <rp:twitter-handles>@cpcloudy</rp:twitter-handles>
        <rp:twitter-title>“Decoupling Systems to Get Closer to the Data” with @cpcloudy</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>200</itunes:episode>
        <title>Avoiding Error Culture and Getting Help Inside Python</title>
        <itunes:title>Avoiding Error Culture and Getting Help Inside Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/200/</link>
        <description>What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it&#x27;s episode #200! Real Python&#x27;s editor-in-chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns to bring another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it&amp;rsquo;s episode #200! Real Python&amp;rsquo;s editor-in-chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns to bring another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss an article series about error culture. We dig into false positives, hero culture, and the tendency to start ignoring alerts. We contrast our personal experiences and propose possible remedies. Dan describes configuring Real Python&amp;rsquo;s alert system.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, reading and writing WAV files in Python, moving beyond flat files toward SQLite and SQLAlchemy, getting help in Python, exploring four kinds of optimization, a framework for building web scrapers, and a project to simply subprocesses.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/&quot;&gt;SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work with data in terms of objects and methods.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:42 &amp;ndash; PyPI Hiring a Support Specialist &lt;/li&gt;
&lt;li&gt;00:03:19 &amp;ndash; PyPI Temporarily Halted New Users and Projects&lt;/li&gt;
&lt;li&gt;00:04:14 &amp;ndash; What we know about the xz Utils backdoor&lt;/li&gt;
&lt;li&gt;00:05:38 &amp;ndash; CPython, PyPI, and the backdoor of xz&lt;/li&gt;
&lt;li&gt;00:07:18 &amp;ndash; Episode 200 appreciation and the journey&lt;/li&gt;
&lt;li&gt;00:09:18 &amp;ndash; A visit from Dan&lt;/li&gt;
&lt;li&gt;00:14:14 &amp;ndash; Reading and Writing WAV Files in Python&lt;/li&gt;
&lt;li&gt;00:19:56 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:21:03 &amp;ndash; SQLite and SQLAlchemy in Python&lt;/li&gt;
&lt;li&gt;00:27:36 &amp;ndash; Getting Help (In Python)&lt;/li&gt;
&lt;li&gt;00:32:49 &amp;ndash; Laurence Tratt: Four Kinds of Optimization&lt;/li&gt;
&lt;li&gt;00:40:54 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:42:26 &amp;ndash; Discussion: Error Culture&lt;/li&gt;
&lt;li&gt;00:58:03 &amp;ndash; botasaurus: The All in One Framework to Build Awesome Scrapers&lt;/li&gt;
&lt;li&gt;01:01:04 &amp;ndash; suby: Slightly Simplified Subprocesses&lt;/li&gt;
&lt;li&gt;01:02:50 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonsoftwarefoundation.applytojob.com/apply/nyYHuOha9h/PyPI-Support-Specialist&quot;&gt;PyPI Hiring a Support Specialist (Remote)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/security/2024/03/pypi-halted-new-users-and-projects-while-it-fended-off-supply-chain-attack/&quot;&gt;PyPI Temporarily Halted New Users and Projects&lt;/a&gt; &amp;ndash; To fend off a supply-chain attack, PyPI temporarily halted new users and projects for about 10 hours last week. This article discusses why, and the scourge of supply-chain attacks.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/security/2024/04/what-we-know-about-the-xz-utils-backdoor-that-almost-infected-the-world/&quot;&gt;What we know about the xz Utils backdoor that almost infected the world - Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/cpython-pypi-and-many-python-packages-are-not-affected-by-the-backdoor-of-xz/49873&quot;&gt;CPython, PyPI, and many Python packages are not affected by the backdoor of xz - Core Development - Discussions on Python.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-wav-files/&quot;&gt;Reading and Writing WAV Files in Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to work with WAV audio files in Python using the standard-library wave module. Along the way, you&amp;rsquo;ll synthesize sounds from scratch, visualize waveforms in the time domain, animate real-time spectrograms, and apply special effects to widen the stereo field.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/&quot;&gt;SQLite and SQLAlchemy in Python: Beyond Flat Files&lt;/a&gt; &amp;ndash; In this video course, you&amp;rsquo;ll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work with data in terms of objects and methods.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sqlite.org/testing.html&quot;&gt;How SQLite Is Tested&lt;/a&gt; &amp;ndash; The page describes how SQLite is rigorously tested using four test harnesses, fuzz testing, anomaly testing like crash and I/O error simulations, and other techniques to ensure reliability.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pulsar17.me/2024/02/ongettinghelp&quot;&gt;Getting Help (In Python)&lt;/a&gt; &amp;ndash; When trying to remember just where &lt;code&gt;sleep()&lt;/code&gt; was in the Python standard library, Ishaan stumbled through the built-in help and learned how to use it to answer just these kinds of questions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html&quot;&gt;Laurence Tratt: Four Kinds of Optimization&lt;/a&gt; &amp;ndash; &amp;ldquo;Premature optimization might be the root of all evil, but overdue optimization is the root of all frustration. No matter how fast hardware becomes, we find it easy to write programs which run too slow.&amp;rdquo; Read on to learn what to do about it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ryancheley.com/2023/10/29/error-culture/&quot;&gt;Error Culture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ryancheley.com/2023/11/09/error-culture-part-ii/&quot;&gt;Error Culture Part II&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ryancheley.com/2023/11/14/error-culture-part-iii/&quot;&gt;Error Culture Part III&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/omkarcloud/botasaurus&quot;&gt;botasaurus: The All in One Framework to Build Awesome Scrapers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pomponchik/suby&quot;&gt;suby: Slightly Simplified Subprocesses&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://xkcd.com/327/&quot;&gt;xkcd: Exploits of a Mom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sqlite.org/testing.html&quot;&gt;How SQLite Is Tested&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pandas-settingwithcopywarning/&quot;&gt;SettingWithCopyWarning in pandas: Views vs Copies – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://99percentinvisible.org/episode/mini-stories-volume-4/2/&quot;&gt;99% Invisible - Mini-Stories: Volume 4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/playing-and-recording-sound-python/&quot;&gt;Playing and Recording Sound in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/&quot;&gt;SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E200_03_Dan_Chris.04136e47d6fc.mp3" type="audio/mpeg" length="63428121"/>
        <guid isPermaLink="false">699a9948-5779-4144-906d-563afad3727a</guid>
        <pubDate>Fri, 12 Apr 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3903</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_200_Podcast.1c23e7676f47.jpg"/>
        <rp:twitter-handles>@dbader_org</rp:twitter-handles>
        <rp:twitter-title>“Avoiding Error Culture and Getting Help Inside Python” with @dbader_org</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>199</itunes:episode>
        <title>Leveraging Documents and Data to Create a Custom LLM Chatbot</title>
        <itunes:title>Leveraging Documents and Data to Create a Custom LLM Chatbot</itunes:title>
        <link>https://realpython.com/podcasts/rpp/199/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Calvin is the co-founder and CTO of Six Feet Up, a Python and AI consultancy. He shares a recent project for a family-owned seed company that wanted to build a tool for customers to access years of farm research. These documents were stored as brochure-style PDFs and spanned 50 years. &lt;/p&gt;
&lt;p&gt;We discuss several of the tools used to augment a LLM. Calvin covers working with LangChain and vectorizing data with ChromaDB. We talk about the obstacles and limitations of capturing documentation.&lt;/p&gt;
&lt;p&gt;Calvin also shares a smaller project that you can try out yourself. It takes the information from a conference website and creates a chatbot using Django and Python prompt-toolkit.&lt;/p&gt;
&lt;p&gt;This episode is sponsored by Mailtrap.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/command-line-interfaces/&quot;&gt;Command Line Interfaces in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Command line arguments are the key to converting your programs into useful and enticing tools that are ready to be used in the terminal of your operating system. In this course, you&amp;rsquo;ll learn their origins, standards, and basics, and how to implement them in your program. &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Background on the project&lt;/li&gt;
&lt;li&gt;00:03:51 &amp;ndash; Complexity of adding documents&lt;/li&gt;
&lt;li&gt;00:09:01 &amp;ndash; Retrieval-augmented generation and providing links&lt;/li&gt;
&lt;li&gt;00:13:46 &amp;ndash; Updating information and larger conversation context&lt;/li&gt;
&lt;li&gt;00:18:08 &amp;ndash; Sponsor: Mailtrap&lt;/li&gt;
&lt;li&gt;00:18:43 &amp;ndash; Working with context&lt;/li&gt;
&lt;li&gt;00:21:02 &amp;ndash; Temperature adjustment&lt;/li&gt;
&lt;li&gt;00:22:07 &amp;ndash; Rally Conference Chatbot Project&lt;/li&gt;
&lt;li&gt;00:26:20 &amp;ndash; Vectorization using ChromaDB&lt;/li&gt;
&lt;li&gt;00:32:49 &amp;ndash; Employing Python prompt-toolkit&lt;/li&gt;
&lt;li&gt;00:35:07 &amp;ndash; Learning libraries on the fly&lt;/li&gt;
&lt;li&gt;00:37:38 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:00 &amp;ndash; Problems with tables in documents&lt;/li&gt;
&lt;li&gt;00:42:30 &amp;ndash; Everything looks like a chat box&lt;/li&gt;
&lt;li&gt;00:44:26 &amp;ndash; Finding the right fit for a client and customer&lt;/li&gt;
&lt;li&gt;00:49:05 &amp;ndash; What are questions you ask a new client now?&lt;/li&gt;
&lt;li&gt;00:51:54 &amp;ndash; Canada Air anecdote &lt;/li&gt;
&lt;li&gt;00:56:20 &amp;ndash; How do you stay up to date on these topics?&lt;/li&gt;
&lt;li&gt;01:01:03 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:03:22 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:04:58 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:05:31 &amp;ndash; IndyPy&lt;/li&gt;
&lt;li&gt;01:07:13 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://sixfeetup.com/projects/transforming-becks-agricultural-research-accessibility-with-ai&quot;&gt;Transforming Agricultural Data with AI — Six Feet Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sixfeetup.com/company/news/build-chatgpt-like-apps-with-ai&quot;&gt;Build ChatGPT-like Apps with AI — Six Feet Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=GqdNHOov0Go&quot;&gt;Innovate with AI: Build ChatGPT-like Apps - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://research.ibm.com/blog/retrieval-augmented-generation-RAG&quot;&gt;What is retrieval-augmented generation? - IBM Research Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sixfeetup/rally-llm-presentation&quot;&gt;rally-llm-presentation - sixfeetup - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-prompt-toolkit.readthedocs.io/en/master/&quot;&gt;Python Prompt Toolkit 3.0 — Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.trychroma.com/&quot;&gt;Chroma - the AI-native open-source embedding database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/chromadb-vector-database/&quot;&gt;Embeddings and Vector Databases With ChromaDB – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.langchain.com/&quot;&gt;LangChain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/build-llm-rag-chatbot-with-langchain/&quot;&gt;Build an LLM RAG Chatbot With LangChain – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theregister.com/2024/02/15/air_canada_chatbot_fine/&quot;&gt;Air Canada must pay after chatbot lies to grieving passenger - The Register&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gizmodo.com/ai-chevy-dealership-chatgpt-bot-customer-service-fail-1851111825&quot;&gt;I&amp;rsquo;d Buy That for a Dollar: Chevy Dealership&amp;rsquo;s AI Chatbot Goes Rogue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://omnivore.app/&quot;&gt;Omnivore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tldr.tech/ai&quot;&gt;TLDR AI - Get smarter about AI in 5 minutes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.emergingtechbrew.com/issues/latest#utm_source=subscribe_page&amp;amp;utm_medium=website&amp;amp;utm_campaign=etb_primary_default&quot;&gt;Tech Brew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://simonwillison.net/&quot;&gt;Simon Willison&amp;rsquo;s Weblog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/simonw/llm&quot;&gt;llm: Access large language models from the command-line - simonw - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2024/&quot;&gt;PyCon US 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.syntorial.com/&quot;&gt;Syntorial: The Ultimate Synthesizer Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sixfeetup.com/blog&quot;&gt;Blog — Six Feet Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/calvinhp/&quot;&gt;Calvin Hendryx-Parker - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=OxeRjm81FDY&quot;&gt;Eclipse Insights: How AI is Transforming Solar Astronomy - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pdf-python/&quot;&gt;How to Work With a PDF in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/command-line-interfaces/&quot;&gt;Command Line Interfaces in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E199_03_Calvin.eef1db4d6679.mp3" type="audio/mpeg" length="66459772"/>
        <guid isPermaLink="false">0f477be8-574d-4f09-ab2b-f0cc866a6b10</guid>
        <pubDate>Fri, 05 Apr 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4092</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_199_Podcast.c86db184c160.jpg"/>
        <rp:twitter-handles>@calvinhp</rp:twitter-handles>
        <rp:twitter-title>“Leveraging Documents and Data to Create a Custom LLM Chatbot” with @calvinhp</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>198</itunes:episode>
        <title>Build a Video Game With Python Turtle &amp; Visualize Data in Seaborn</title>
        <itunes:title>Build a Video Game With Python Turtle &amp; Visualize Data in Seaborn</itunes:title>
        <link>https://realpython.com/podcasts/rpp/198/</link>
        <description>Can you build a Space Invaders clone using Python&#x27;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. We&#x27;re sharing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Can you build a Space Invaders clone using Python&amp;rsquo;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. We&amp;rsquo;re sharing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Bartosz shares a Real Python step-by-step project for building a video game using the Python turtle module. The turtle module provides an interactive environment that lets users create pictures and shapes on a virtual canvas. The project takes you through game design concepts such as animating sprites, detecting a collision, and building a game loop. &lt;/p&gt;
&lt;p&gt;We discuss another Real Python resource, &amp;ldquo;Visualizing Data in Python With Seaborn.&amp;rdquo; Seaborn is a significant next step if you&amp;rsquo;ve already been working with Matplotlib. It produces impressive visualizations and offers a functional or object-based approach to designing plots.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, finding Python Easter eggs, exploring whether Python has pointers, styling Excel cells with OpenPyXL, using weird tests to capture tacit knowledge, inspecting and running Django commands in a TUI, building reactive web UIs in Python, and a project for predictable Python datetimes.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Posit.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-turtle-beginners/&quot;&gt;Python Turtle for Beginners&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this step-by-step course, you&amp;rsquo;ll learn the basics of Python programming with the help of a simple and interactive Python library called turtle. If you&amp;rsquo;re a beginner to Python, then this tutorial will definitely help you on your journey as you take your first steps into the world of programming.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:06 &amp;ndash; Python 3.13.0 alpha 5 is now available&lt;/li&gt;
&lt;li&gt;00:03:38 &amp;ndash; Allow disabling the GIL with flags&lt;/li&gt;
&lt;li&gt;00:04:17 &amp;ndash; Django security releases issued: 5.0.3, 4.2.11, and 3.2.25&lt;/li&gt;
&lt;li&gt;00:04:32 &amp;ndash; The Python Coding Book&lt;/li&gt;
&lt;li&gt;00:05:03 &amp;ndash; Finding Python Easter Eggs – Code Conversation&lt;/li&gt;
&lt;li&gt;00:12:48 &amp;ndash; Sponsor: Posit&lt;/li&gt;
&lt;li&gt;00:13:34 &amp;ndash; Visualizing Data in Python With Seaborn&lt;/li&gt;
&lt;li&gt;00:18:18 &amp;ndash; Does Python have pointers?&lt;/li&gt;
&lt;li&gt;00:21:43 &amp;ndash; Build a Python Turtle Game: Space Invaders Clone&lt;/li&gt;
&lt;li&gt;00:30:42 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:04 &amp;ndash; Styling Excel Cells with OpenPyXL and Python&lt;/li&gt;
&lt;li&gt;00:35:22 &amp;ndash; Use weird tests to capture tacit knowledge&lt;/li&gt;
&lt;li&gt;00:37:09 &amp;ndash; whenever: Strict, predictable, and typed datetimes&lt;/li&gt;
&lt;li&gt;00:42:25 &amp;ndash; hyperdiv: Build Reactive Web UIs in Python&lt;/li&gt;
&lt;li&gt;00:46:19 &amp;ndash; django-tui: Inspect and run Django Commands in a TUI&lt;/li&gt;
&lt;li&gt;00:48:40 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/03/python-3130-alpha-5-is-now-available.html&quot;&gt;Python Insider: Python 3.13.0 alpha 5 is now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/python/cpython/pull/116338&quot;&gt;Allow disabling the GIL with Flags - cpython - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/mar/04/security-releases/&quot;&gt;Django security releases issued: 5.0.3, 4.2.11, and 3.2.25 - Weblog - Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thepythoncodingplace.com/the-python-coding-book/&quot;&gt;The Python Coding Book – The Python Coding Place&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/finding-python-easter-eggs/&quot;&gt;Finding Python Easter Eggs – Code Conversation - Video Course&lt;/a&gt; &amp;ndash; Python has its fair share of hidden surprises, commonly known as Easter eggs. From clever jokes to secret messages, these little mysteries are often meant to be discovered by curious developers like you!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-seaborn/&quot;&gt;Visualizing Data in Python With Seaborn&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to use the Python seaborn library to produce statistical data analysis plots to allow you to better visualize your data. You&amp;rsquo;ll learn how to use both its traditional classic interface and more modern objects interface.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nedbatchelder.com/blog&quot;&gt;Does Python have pointers? - Ned Batchelder&lt;/a&gt; &amp;ndash; Depending on how you&amp;rsquo;re using the term &amp;ldquo;pointer&amp;rdquo; changes the answer to the question. Read on to better understand the programming terminology and whether Python has pointers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/build-python-turtle-game-space-invaders-clone/&quot;&gt;Build a Python Turtle Game: Space Invaders Clone&lt;/a&gt; &amp;ndash; In this step-by-step tutorial, you&amp;rsquo;ll use Python&amp;rsquo;s turtle module to write a Space Invaders clone. You&amp;rsquo;ll learn about techniques used in animations and games, and consolidate your knowledge of key Python topics.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pythonpapers.com/p/styling-excel-cells-with-openpyxl&quot;&gt;Styling Excel Cells with OpenPyXL and Python&lt;/a&gt; - Many Python libraries that deal with Excel only handle data, but OpenPyXL gives you the ability to style your cells in many different ways. Learn how to give your spreadsheets pizazz!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jmduke.com/posts/essays/weird-tests-tacit-knowledge/&quot;&gt;Use weird tests to capture tacit knowledge - Applied Cartography&lt;/a&gt; &amp;ndash; Sometimes adding code in one place means configuration elsewhere also needs to be updated. One way of ensuring this is happening properly in a large project is to use unit tests. This post covers a few examples, complete with pytest code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ariebovenberg/whenever&quot;&gt;whenever: ⏰ Strict, predictable, and typed datetimes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperdiv/hyperdiv&quot;&gt;hyperdiv: Build Reactive Web UIs in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anze3db/django-tui&quot;&gt;django-tui: Inspect and run Django Commands in a text-based user interface (TUI)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/zen-of-python/&quot;&gt;What&amp;rsquo;s the Zen of Python? – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-for-data-analysis/&quot;&gt;Using Python for Data Analysis – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/beginners-guide-python-turtle/&quot;&gt;The Beginner&amp;rsquo;s Guide to Python Turtle – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://roamerrobot.tumblr.com/post/23079345849/the-history-of-turtle-robots&quot;&gt;Roamer - The History of Turtle Robots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://openpyxl.readthedocs.io/en/stable/tutorial.html&quot;&gt;Tutorial — openpyxl 3.1.2 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.arie.bovenberg.net/blog/python-datetime-pitfalls/&quot;&gt;Ten Python datetime pitfalls, and what libraries are (not) doing about it - Arie Bovenberg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/features/2024/03/the-science-behind-why-people-hate-daylight-savings-time-so-much/&quot;&gt;The science behind why people hate Daylight Saving Time so much - Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://textual.textualize.io/&quot;&gt;Textual&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-turtle-beginners/&quot;&gt;Python Turtle for Beginners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pointers-python/&quot;&gt;Pointers and Objects in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E198_03_PyCoders.47dcc94d7825.mp3" type="audio/mpeg" length="48831451"/>
        <guid isPermaLink="false">310b2259-6ab0-4751-8ced-2baa4ea105a5</guid>
        <pubDate>Fri, 29 Mar 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2990</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_198_Podcast.d5fe7577eaf4.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Build a Video Game With Python Turtle &amp; Visualize Data in Seaborn”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>197</itunes:episode>
        <title>Using Python in Bioinformatics and the Laboratory</title>
        <itunes:title>Using Python in Bioinformatics and the Laboratory</itunes:title>
        <link>https://realpython.com/podcasts/rpp/197/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Parsa provides background on his research and the bioinformatic techniques used to discover gut microbes&amp;rsquo; role in human health and diseases. We talk about automating lab experiments with liquid handling robots and Python.&lt;/p&gt;
&lt;p&gt;We dig into libraries to shatter and reassemble DNA sequences. Parsa also shares current projects from the Chan Lab at Colorado State University and his GitHub repository. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code&amp;rsquo;s docstrings.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:51 &amp;ndash; Engineering Background and Current PhD Program&lt;/li&gt;
&lt;li&gt;00:05:52 &amp;ndash; What is Bioinformatics?&lt;/li&gt;
&lt;li&gt;00:08:11 &amp;ndash; Where do you use Python in the lab?&lt;/li&gt;
&lt;li&gt;00:10:35 &amp;ndash; Using lab robotics&lt;/li&gt;
&lt;li&gt;00:15:22 &amp;ndash; Python development environment&lt;/li&gt;
&lt;li&gt;00:16:33 &amp;ndash; Lab robotics allow for precision&lt;/li&gt;
&lt;li&gt;00:19:03 &amp;ndash; How are using these tools for research?&lt;/li&gt;
&lt;li&gt;00:22:14 &amp;ndash; What are the techniques for measurements?&lt;/li&gt;
&lt;li&gt;00:26:17 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:27:33 &amp;ndash; How is the data output from the machine?&lt;/li&gt;
&lt;li&gt;00:29:20 &amp;ndash; Moving into DNA sequencing and extraction&lt;/li&gt;
&lt;li&gt;00:32:08 &amp;ndash; Shattering to work with smaller DNA sequences&lt;/li&gt;
&lt;li&gt;00:34:34 &amp;ndash; Python libraries for DNA re-assembly&lt;/li&gt;
&lt;li&gt;00:36:28 &amp;ndash; Building ADToolbox &lt;/li&gt;
&lt;li&gt;00:40:24 &amp;ndash; How do you store the data?&lt;/li&gt;
&lt;li&gt;00:41:32 &amp;ndash; Inferring microbial interactions&lt;/li&gt;
&lt;li&gt;00:44:02 &amp;ndash; Types of hardware used for these projects&lt;/li&gt;
&lt;li&gt;00:47:07 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:48:09 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:49:16 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:50:00 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ParsaGhadermazi&quot;&gt;ParsaGhadermazi -  GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Bioinformatics&quot;&gt;Bioinformatics - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opentrons.com/&quot;&gt;Opentrons - Lab Automation - Lab Robots for Life Scientists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.opentrons.com/v2/tutorial.html&quot;&gt;Tutorial — Opentrons Python API V2 Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jove.com/v/10507/serial-dilutions-and-plating-microbial-enumeration#&quot;&gt;Serial Dilutions and Plating: Microbial Enumeration - Microbiology - JoVE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lab-training.com/how-to-read-a-chromatogram/&quot;&gt;What is Chromatogram &amp;amp; How to Read a Chromatogram?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/186/&quot;&gt;Episode #186: Exploring Python in Excel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/voutcn/megahit/tree/master&quot;&gt;megahit: Ultra-fast and memory-efficient (meta-)genome assembler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/WrightonLabCSU/DRAM&quot;&gt;DRAM: Distilled and Refined Annotation of Metabolism - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/biobakery/humann&quot;&gt;humann: HUMAnN 3.0 - HMP Unified Metabolic Analysis Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huttenhower.sph.harvard.edu/metaphlan&quot;&gt;MetaPhlAn4 – The Huttenhower Lab&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://chan-csu.github.io/ADToolbox/&quot;&gt;ADToolbox - Tools for modeling and optimizing the anaerobic digestion process&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://chan-csu.github.io/SPAM-DFBA/&quot;&gt;SPAM-DFBA - Algoritm for inferring microbial interactions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://academic.oup.com/bioinformatics/article/40/1/btae003/7517107?searchresult=1&quot;&gt;Microbial interactions from a new perspective - Bioinformatics - Oxford Academic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://curc.readthedocs.io/en/latest/clusters/alpine/index.html&quot;&gt;Alpine — Research Computing University of Colorado Boulder documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.mkdocs.org/&quot;&gt;MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-project-documentation-with-mkdocs/&quot;&gt;Build Your Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit.bio/&quot;&gt;scikit-bio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/190/&quot;&gt;Episode #190: Great Starting Points for Contributing to Open Source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/chan-csu&quot;&gt;Chan Lab at Colorado State University - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ParsaGhadermazi&quot;&gt;ParsaGhadermazi -  GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/parsa-ghadermazi-6a3060102/&quot;&gt;Parsa Ghadermazi - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/reading-and-writing-csv-files/&quot;&gt;Reading and Writing CSV Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E197_02_Parsa.611d3397c298.mp3" type="audio/mpeg" length="49717293"/>
        <guid isPermaLink="false">ba93e335-c55f-466b-88c7-1480973ac114</guid>
        <pubDate>Fri, 22 Mar 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3046</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_197_Podcast.22657b47e916.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Using Python in Bioinformatics and the Laboratory”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>196</itunes:episode>
        <title>Exploring Duck Typing in Python &amp; Dynamics of Monkey Patching</title>
        <itunes:title>Exploring Duck Typing in Python &amp; Dynamics of Monkey Patching</itunes:title>
        <link>https://realpython.com/podcasts/rpp/196/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher covers a recent Real Python tutorial by Leodanis Pozo Ramos titled Duck Typing in Python: Writing Flexible and Decoupled Code. The tutorial explains the concepts of duck typing within object-oriented programming and its use within Python&amp;rsquo;s built-in tools.&lt;/p&gt;
&lt;p&gt;We discuss a recent article on monkey patching in Python. This practice of dynamically modifying a class or module&amp;rsquo;s behavior at runtime allows for testing, debugging, and experimentation.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, why names are not the same as objects in Python, using IPython Jupyter magic commands, a discussion about becoming a senior developer, a data exploration challenge, a Python evaluation game, and a terminal UI for regex testing.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pointers-python/&quot;&gt;Pointers and Objects in Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn about Python&amp;rsquo;s object model and see why pointers don&amp;rsquo;t really exist in Python. You&amp;rsquo;ll also cover ways to simulate pointers in Python without managing memory.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:38 &amp;ndash; Listener feedback&lt;/li&gt;
&lt;li&gt;00:04:02 &amp;ndash; DjangoCon US Call for Proposals&lt;/li&gt;
&lt;li&gt;00:04:38 &amp;ndash; White House Recommends Use of Python&lt;/li&gt;
&lt;li&gt;00:05:41 &amp;ndash; JupyterLab 4.1 and Notebook 7.1 Released&lt;/li&gt;
&lt;li&gt;00:06:05 &amp;ndash; What&amp;rsquo;s in a Name?&lt;/li&gt;
&lt;li&gt;00:11:52 &amp;ndash; Duck Typing in Python: Writing Flexible and Decoupled Code&lt;/li&gt;
&lt;li&gt;00:15:07 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:16:11 &amp;ndash; Using IPython Jupyter Magic Commands&lt;/li&gt;
&lt;li&gt;00:22:31 &amp;ndash; A Guide to Monkey Patching&lt;/li&gt;
&lt;li&gt;00:25:27 &amp;ndash; Falsehoods Junior Developers Believe About Becoming Senior&lt;/li&gt;
&lt;li&gt;00:33:01 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:11 &amp;ndash; Falsehoods continued&lt;/li&gt;
&lt;li&gt;00:43:43 &amp;ndash; Where in the data?&lt;/li&gt;
&lt;li&gt;00:46:55 &amp;ndash; the eval game&lt;/li&gt;
&lt;li&gt;00:48:03 &amp;ndash; rexi: Terminal UI for Regex Testing&lt;/li&gt;
&lt;li&gt;00:49:43 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://2024.djangocon.us/speaking/&quot;&gt;DjangoCon US Call for Proposals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2024/02/white-house-recommends-.html&quot;&gt;White House Recommends Use of Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jupyter.org/jupyterlab-4-1-and-notebook-7-1-are-here-20bfc3c10217&quot;&gt;JupyterLab 4.1 and Notebook 7.1 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thepythoncodingstack.com/p/whats-in-a-name-python-namespace-objects-names&quot;&gt;What&amp;rsquo;s in a Name?&lt;/a&gt; &amp;ndash; An article about names in Python, and why they&amp;rsquo;re not the same as objects. The article discusses reference counts and namespaces.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/duck-typing-python/&quot;&gt;Duck Typing in Python: Writing Flexible and Decoupled Code&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about duck typing in Python. It&amp;rsquo;s a typing system based on objects&amp;rsquo; behaviors rather than on inheritance. By taking advantage of duck typing, you can create flexible and decoupled sets of Python classes that you can use together or individually.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://towardsdatascience.com/using-ipython-jupyter-magic-commands-to-improve-the-notebook-experience-f2c870cab356&quot;&gt;Using IPython Jupyter Magic Commands&lt;/a&gt; &amp;ndash; &amp;ldquo;IPython Jupyter Magic commands (e.g. lines in notebook cells starting with % or %%) can decorate a notebook cell, or line, to modify its behavior.&amp;rdquo; This article shows you how to define them and where they can be useful.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/karishmashukla/monkeying-around-with-python-a-guide-to-monkey-patching-obc&quot;&gt;Monkeying Around With Python: A Guide to Monkey Patching&lt;/a&gt; &amp;ndash; Monkey patching is the practice of modifying live code. This article shows you how it&amp;rsquo;s done and why and when to use the practice.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://vadimkravcenko.com/shorts/falsehoods-junior-developers-believe-about-becoming-senior/&quot;&gt;Falsehoods Junior Developers Believe About Becoming Senior&lt;/a&gt; &amp;ndash; This opinion piece by Vadim discusses how newer developers perceive what it means to be a senior developer, and how they&amp;rsquo;re often wrong.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.whereinthedata.com/&quot;&gt;Where in the data?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://oskaerik.github.io/theevalgame/&quot;&gt;the eval game&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/royreznik/rexi&quot;&gt;rexi: Terminal UI for Regex Testing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pointers-in-python/&quot;&gt;Pointers in Python: What&amp;rsquo;s the Point? – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/ipython-interactive-python-shell/&quot;&gt;Unlock IPython&amp;rsquo;s Magical Toolbox for Your Coding Journey – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/88/&quot;&gt;Episode #88: Discussing Type Hints, Protocols, and Ducks in Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.saul.pw/&quot;&gt;saul.pw&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bluebird.sh/&quot;&gt;BlueBird Shell&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-type-checking/&quot;&gt;Python Type Checking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pointers-python/&quot;&gt;Pointers and Objects in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E196_03_Cx2.a835df084d82.mp3" type="audio/mpeg" length="49714894"/>
        <guid isPermaLink="false">373fad6d-1d9c-437d-8397-ff728abc2e04</guid>
        <pubDate>Fri, 15 Mar 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3046</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_196_Podcast.808a704a39b4.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Exploring Duck Typing in Python &amp; Dynamics of Monkey Patching”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>195</itunes:episode>
        <title>Building a Healthy Developer Mindset While Learning Python</title>
        <itunes:title>Building a Healthy Developer Mindset While Learning Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/195/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Bob created the Pybites learning platform with his friend Julian Sequeira. They initially focused on exercises and coding challenges to motivate new Python students. As they grew their community, they created a podcast and moved into coaching.&lt;/p&gt;
&lt;p&gt;They noticed that most new developers share common struggles of tutorial paralysis, imposter syndrome, and motivation. Bob discusses techniques for developing a positive mindset, overcoming coding blocks, and delivering projects.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/intermediate-project-ideas/&quot;&gt;Grow Your Python Portfolio With 13 Intermediate Project Ideas&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Get started on 13 Python project ideas that are just right for intermediate Python developers. They&amp;rsquo;ll challenge you enough to help you become a better Pythonista.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;0:02:06 &amp;ndash; How did you start Pybites?&lt;/li&gt;
&lt;li&gt;0:04:32 &amp;ndash; Building a community through challenges&lt;/li&gt;
&lt;li&gt;0:06:17 &amp;ndash; When did you start your podcast?&lt;/li&gt;
&lt;li&gt;0:08:22 &amp;ndash; Defining developer mindset&lt;/li&gt;
&lt;li&gt;0:11:31 &amp;ndash; Learning Python outside of a classroom&lt;/li&gt;
&lt;li&gt;0:16:15 &amp;ndash; Podcast is a good place to discuss mindset&lt;/li&gt;
&lt;li&gt;0:19:37 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;0:20:56 &amp;ndash; Sharing Python tips&lt;/li&gt;
&lt;li&gt;0:30:14 &amp;ndash; Sharing content as a creator&lt;/li&gt;
&lt;li&gt;0:35:03 &amp;ndash; Writing cleaner code&lt;/li&gt;
&lt;li&gt;0:40:20 &amp;ndash; Moving from challenges to projects&lt;/li&gt;
&lt;li&gt;0:47:08 &amp;ndash; Helping yourself when you&amp;rsquo;re stuck&lt;/li&gt;
&lt;li&gt;0:51:31 &amp;ndash; Dealing with imposter syndrome&lt;/li&gt;
&lt;li&gt;0:55:50 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;0:57:43 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;0:59:15 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;0:59:51 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pybit.es/&quot;&gt;Pybites - We Create Python Developers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pybitespodcast.com/&quot;&gt;Pybites Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://codechalleng.es/&quot;&gt;PyBites Platform - Real World Python Exercises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pybites.circle.so/c/start-here&quot;&gt;Pybites Community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pybit.es/tips/&quot;&gt;Pybites Python Tips Book - Pybites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/itertools.html&quot;&gt;itertools — Functions creating iterators for efficient looping - Python documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/string.html#module-string&quot;&gt;string — Common string operations - Python documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-enumerate/&quot;&gt;Python enumerate(): Simplify Loops That Need Counters – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/ast.html#abstract-grammar&quot;&gt;ast — Abstract Syntax Trees - Python documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/library/view/building-maintainable-software/9781491955987/&quot;&gt;Building Maintainable Software, Java Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://martinfowler.com/books/refactoring.html&quot;&gt;Refactoring - Improving the Design of Existing Code by Martin Fowler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://barbaraoakley.com/books/a-mind-for-numbers/&quot;&gt;A Mind For Numbers - Barbara Oakley&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.entrepreneur.com/growing-a-business/real-imposters-dont-experience-imposter-syndrome-heres/380268&quot;&gt;Real Imposters Don&amp;rsquo;t Experience Imposter Syndrome&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/bbelderbos&quot;&gt;Bob Belderbos (@bbelderbos) - X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/bbelderbos/&quot;&gt;Bob Belderbos - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intermediate-project-ideas/&quot;&gt;Grow Your Python Portfolio With 13 Intermediate Project Ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-first-program/&quot;&gt;Python Basics: Code Your First Python Program&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E195_02_Bob.69dfe634020b.mp3" type="audio/mpeg" length="59269181"/>
        <guid isPermaLink="false">47f870a4-30f3-4a9b-93db-040b5631ab9d</guid>
        <pubDate>Fri, 08 Mar 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3641</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_195_Podcast.f0b410495d97.jpg"/>
        <rp:twitter-handles>@bbelderbos</rp:twitter-handles>
        <rp:twitter-title>“Building a Healthy Developer Mindset While Learning Python” with @bbelderbos</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>194</itunes:episode>
        <title>Automate Tasks With Python &amp; Building a Small Search Engine</title>
        <itunes:title>Automate Tasks With Python &amp; Building a Small Search Engine</itunes:title>
        <link>https://realpython.com/podcasts/rpp/194/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent Hacker News thread about frequently used automation scripts. We share the kinds of tasks we&amp;rsquo;ve automated with Python in our work and personal lives. &lt;/p&gt;
&lt;p&gt;Christopher shares a tutorial about building a micro-search engine from scratch using Python. The post takes you through coding the components of a crawler, index, and ranker. The finished engine is designed to search the posts of the blogs you follow.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a news roundup, how a Polars query works under the hood, using Python for data analysis, understanding open-source licensing, summarizing the significant changes between Python versions, a robust TUI hex editor, and a lightweight dataframe library with a universal interface for data wrangling.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Intel.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this step-by-step Python video course, you&amp;rsquo;ll learn how to take your command line Python scripts to the next level by adding a convenient command line interface that you can write with argparse.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:23 &amp;ndash; uv: Python Packaging in Rust&lt;/li&gt;
&lt;li&gt;00:02:43 &amp;ndash; Rye Grows With uv &lt;/li&gt;
&lt;li&gt;00:03:20 &amp;ndash; Python 3.13.0 Alpha 4 Is Now Available&lt;/li&gt;
&lt;li&gt;00:03:45 &amp;ndash; A Bird&amp;rsquo;s Eye View of Polars&lt;/li&gt;
&lt;li&gt;00:07:28 &amp;ndash; Polars: Why We Have Rewritten the String Data Type&lt;/li&gt;
&lt;li&gt;00:09:33 &amp;ndash; A Search Engine in 80 Lines of Python&lt;/li&gt;
&lt;li&gt;00:13:14 &amp;ndash; Using Python for Data Analysis&lt;/li&gt;
&lt;li&gt;00:18:22 &amp;ndash; Sponsor: Intel&lt;/li&gt;
&lt;li&gt;00:18:53 &amp;ndash; Understanding Open Source Licensing&lt;/li&gt;
&lt;li&gt;00:21:54 &amp;ndash; Summary of Major Changes Between Python Versions&lt;/li&gt;
&lt;li&gt;00:23:19 &amp;ndash; What Python automation scripts do you reuse frequently at work?&lt;/li&gt;
&lt;li&gt;00:34:21 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:35:52 &amp;ndash; hexabyte: A modern, modular, and robust TUI hex editor&lt;/li&gt;
&lt;li&gt;00:39:56 &amp;ndash; ibis: The Flexibility of Python With the Scale of Modern SQL&lt;/li&gt;
&lt;li&gt;00:43:31 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://astral.sh/blog/uv&quot;&gt;&lt;code&gt;uv&lt;/code&gt;: Python Packaging in Rust&lt;/a&gt; &amp;ndash; uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. This post introduces you to uv and shows some of its performance numbers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/&quot;&gt;Rye Grows With uv - Armin Ronacher&amp;rsquo;s Thoughts and Writings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/02/python-3130-alpha-4-is-now-available.html&quot;&gt;Python 3.13.0 Alpha 4 Is Now Available&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/posts/polars_birds_eye_view/&quot;&gt;A Bird&amp;rsquo;s Eye View of Polars&lt;/a&gt; &amp;ndash; This post on the Polars blog introduces you to how Polars works, showing the steps from queries, plans, optimizations, and then the final execution.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/posts/polars-string-type/&quot;&gt;Polars: Why We Have Rewritten the String Data Type&lt;/a&gt; &amp;ndash; A large refactor on the string data type is underway in Polars. This deep dive explains why and what is changing.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html&quot;&gt;A Search Engine in 80 Lines of Python&lt;/a&gt; &amp;ndash; In this post Alex explains how he built a micro-search engine from scratch using Python. The resulting search engine is used to search in the posts of the blogs he follows.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-for-data-analysis/&quot;&gt;Using Python for Data Analysis&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn the importance of having a structured data analysis workflow, and you&amp;rsquo;ll get the opportunity to practice using Python for data analysis while following a common workflow process.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://semaphoreci.com/blog/open-source-licensing&quot;&gt;Understanding Open Source Licensing&lt;/a&gt; &amp;ndash; This article discusses the importance of open-source licensing in software development and its implications for stakeholders.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nicholashairs.com/posts/major-changes-between-python-versions/&quot;&gt;Summary of Major Changes Between Python Versions&lt;/a&gt; &amp;ndash; This article is a quick reference covering the major changes introduced with each new version of Python. Can&amp;rsquo;t remember when the walrus operator was introduced? This is the place to look that up.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=39119424&quot;&gt;What Python automation scripts do you reuse frequently at work? - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/thetacom/hexabyte&quot;&gt;hexabyte: A modern, modular, and robust TUI hex editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ibis-project/ibis&quot;&gt;ibis: The Flexibility of Python With the Scale of Modern SQL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/193/&quot;&gt;Episode #193: Wes McKinney on Improving the Data Stack &amp;amp; Composable Systems – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/library/view/open-source-licensing/0131487876/&quot;&gt;Open Source Licensing: Software Freedom and Intellectual Property Law&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nedbatchelder.com/text/which-py.html&quot;&gt;What&amp;rsquo;s in which Python - Ned Batchelder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://automatetheboringstuff.com/&quot;&gt;Automate the Boring Stuff with Python - Al Sweigart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/working-with-files-in-python/&quot;&gt;Working With Files in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/command-line-interfaces-python-argparse/&quot;&gt;Build Command-Line Interfaces With Python&amp;rsquo;s argparse – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/defining-python-functions-with-optional-arguments/&quot;&gt;Defining Python Functions With Optional Arguments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/practical-recipes-files/&quot;&gt;Practical Recipes for Working With Files in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E194_03_Cx2.c0aae44f5180.mp3" type="audio/mpeg" length="43801433"/>
        <guid isPermaLink="false">6fb45575-c19f-45d2-8ace-3ba4ba40829a</guid>
        <pubDate>Fri, 01 Mar 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2676</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_194_Podcast.1b702d5670f6.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Automate Tasks With Python &amp; Building a Small Search Engine”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>193</itunes:episode>
        <title>Wes McKinney on Improving the Data Stack &amp; Composable Systems</title>
        <itunes:title>Wes McKinney on Improving the Data Stack &amp; Composable Systems</itunes:title>
        <link>https://realpython.com/podcasts/rpp/193/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Wes briefly describes the humble beginnings of the pandas project in 2008 and moving the project to open source in 2011. Since then, he&amp;rsquo;s been thinking about improvements across the data processing ecosystem. &lt;/p&gt;
&lt;p&gt;Wes collaborated with members of the broader data science community to build the in-memory analytics infrastructure of Apache Arrow. Arrow avoids the bottlenecks of repeated data serialization and format conversion. He shares examples of Arrow&amp;rsquo;s use across the spectrum in tools like Polars and DuckDB.&lt;/p&gt;
&lt;p&gt;Wes advocates moving from vertically integrated tools toward composable data systems. We discuss his work on Ibis, a portable dataframe API for data manipulation and exploration in Python. Ibis supports multiple backends by decoupling the API from the execution engine. &lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Posit Connect.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/unleash-power-rich/&quot;&gt;Unleashing the Power of the Console With Rich&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Rich is a powerful library for creating text-based user interfaces (TUIs) in Python. It enhances code readability by pretty-printing complex data structures and adds visual appeal with colored text, tables, animations, and more.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:26 &amp;ndash; Dealing with limitations in early data science&lt;/li&gt;
&lt;li&gt;00:04:53 &amp;ndash; Making pandas open source&lt;/li&gt;
&lt;li&gt;00:07:10 &amp;ndash; Making changes to an existing platform&lt;/li&gt;
&lt;li&gt;00:12:34 &amp;ndash; Decoupling storage and computation&lt;/li&gt;
&lt;li&gt;00:23:04 &amp;ndash; Sponsor: Posit Connect&lt;/li&gt;
&lt;li&gt;00:23:54 &amp;ndash; Apache Arrow solving multiple issues&lt;/li&gt;
&lt;li&gt;00:27:40 &amp;ndash; DuckDB efficient analytic SQL database&lt;/li&gt;
&lt;li&gt;00:30:24 &amp;ndash; Polars dataframe library&lt;/li&gt;
&lt;li&gt;00:31:04 &amp;ndash; pandas 2.0 adding Arrow&lt;/li&gt;
&lt;li&gt;00:35:56 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:20 &amp;ndash; Apache Software Foundation background&lt;/li&gt;
&lt;li&gt;00:41:29 &amp;ndash; Shifting from developer to organizer and collaborator&lt;/li&gt;
&lt;li&gt;00:45:56 &amp;ndash; Creating a portable query layer with Ibis&lt;/li&gt;
&lt;li&gt;00:55:34 &amp;ndash; Casualties of the language wars&lt;/li&gt;
&lt;li&gt;00:57:57 &amp;ndash; What&amp;rsquo;s your role at Posit?&lt;/li&gt;
&lt;li&gt;01:01:23 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:04:52 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:06:21 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:08:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/&quot;&gt;Wes McKinney - Personal Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/blog/looking-back-15-years/&quot;&gt;Wes McKinney - The Road to Composable Data Systems: Thoughts on the Last 15 Years and the Future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=XRxUeL3bQfQ&quot;&gt;Wes McKinney - Leveling Up the Data Stack: Thoughts on the Last 15 Years - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hadoop.apache.org/&quot;&gt;Apache Hadoop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cloudera.com/&quot;&gt;Cloudera - The hybrid data company&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/blog/apache-arrow-pandas-internals/&quot;&gt;Wes McKinney - Apache Arrow and the &amp;ldquo;10 Things I Hate About pandas&amp;rdquo;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://voltrondata.com/&quot;&gt;Voltron Data - The Leading Designer and Builder of Enterprise Data Systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arrow.apache.org/&quot;&gt;Apache Arrow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duckdb.org/&quot;&gt;DuckDB - An in-process SQL OLAP database management system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duckdb.org/2021/10/29/duckdb-wasm.html&quot;&gt;DuckDB-Wasm - Efficient Analytical SQL in the Browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola.rs/&quot;&gt;Polars - Dataframes for the new era&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/pandas-docs/stable/index.html&quot;&gt;pandas 2.2.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/167/&quot;&gt;Episode #167: Exploring pandas 2.0 &amp;amp; Targets for Apache Arrow – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.apache.org/&quot;&gt;ASF - Welcome to The Apache Software Foundation!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ursalabs.org/blog/&quot;&gt;Ursa Labs Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ibis-project.org/&quot;&gt;Ibis - The Portable Python dataframe Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://data-apis.org/dataframe-protocol/latest/&quot;&gt;Python dataframe interchange protocol&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hadley.nz/&quot;&gt;Hadley Wickham&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.italki.com/&quot;&gt;italki - Best language learning app with certificated tutors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/wesmckinn/&quot;&gt;Wes McKinney - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/wesmckinn&quot;&gt;Wes McKinney (@wesmckinn) - X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://posit.co/&quot;&gt;Posit - The Open-Source Data Science Company&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/unleash-power-rich/&quot;&gt;Unleashing the Power of the Console With Rich&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E193_03_Wes.b0eabcf9b679.mp3" type="audio/mpeg" length="67592685"/>
        <guid isPermaLink="false">c3c891f5-44f0-4ab8-89b3-1783df500890</guid>
        <pubDate>Fri, 23 Feb 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4160</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_193_Podcast.f685363747d6.jpg"/>
        <rp:twitter-handles>@wesmckinn</rp:twitter-handles>
        <rp:twitter-title>“Wes McKinney on Improving the Data Stack &amp; Composable Systems” with @wesmckinn</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>192</itunes:episode>
        <title>Practical Python Decorator Uses &amp; Avoiding datetime Pitfalls</title>
        <itunes:title>Practical Python Decorator Uses &amp; Avoiding datetime Pitfalls</itunes:title>
        <link>https://realpython.com/podcasts/rpp/192/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent article series that digs into Python decorators. The first two articles discuss the basics of constructing decorators. The third part describes how popular Python libraries use decorators with call interception, function registration, and enriching the behavior of a function.&lt;/p&gt;
&lt;p&gt;Christopher shares a piece about the common pitfalls of working with the Python&lt;code&gt;datetime&lt;/code&gt; library. The article considers how current third-party libraries don&amp;rsquo;t address most of these quirks and offers a potential solution with a new library.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of news items, a discussion about the popularity of the Rust language, handling unset values in FastAPI with Pydantic, working with Python&amp;rsquo;s mini-language for formatting strings, mocking Django queryset functions, and a modern replacement for the Requests library.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Sentry.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course on Python decorators, you&amp;rsquo;ll learn what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:53 &amp;ndash; Django security releases issued: 5.0.2, 4.2.10, and 3.2.24&lt;/li&gt;
&lt;li&gt;00:03:10 &amp;ndash; Python 3.12.2 and 3.11.8 are now available&lt;/li&gt;
&lt;li&gt;00:03:21 &amp;ndash; Introducing PSF Grants Program Office Hours&lt;/li&gt;
&lt;li&gt;00:04:19 &amp;ndash; Python&amp;rsquo;s Format Mini-Language for Tidy Strings&lt;/li&gt;
&lt;li&gt;00:12:22 &amp;ndash; Ten Python &lt;code&gt;datetime&lt;/code&gt; Pitfalls&lt;/li&gt;
&lt;li&gt;00:18:34 &amp;ndash; Sponsor: Sentry&lt;/li&gt;
&lt;li&gt;00:19:37 &amp;ndash; Real Life Use of Decorators&lt;/li&gt;
&lt;li&gt;00:29:18 &amp;ndash; Handling Unset Values in FastAPI With Pydantic&lt;/li&gt;
&lt;li&gt;00:35:43 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:06 &amp;ndash; The Python Rust-Aissance&lt;/li&gt;
&lt;li&gt;00:50:19 &amp;ndash; django-mock-queries: Mock Django Queryset Functions&lt;/li&gt;
&lt;li&gt;00:53:09 &amp;ndash; niquests: Requests but Multiplexed&lt;/li&gt;
&lt;li&gt;00:55:55 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/feb/06/security-releases/&quot;&gt;Django security releases issued: 5.0.2, 4.2.10, and 3.2.24&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/02/python-3122-and-3118-are-now-available.html&quot;&gt;Python 3.12.2 and 3.11.8 are now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2024/02/introducing-psf-grants-office-hours.html&quot;&gt;Introducing PSF Grants Program Office Hours&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-format-mini-language/&quot;&gt;Python&amp;rsquo;s Format Mini-Language for Tidy Strings&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about Python&amp;rsquo;s format mini-language. See how to use it for creating working format specifiers and build nicely formatted strings and messages in your code.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.arie.bovenberg.net/blog/python-datetime-pitfalls/&quot;&gt;Ten Python &lt;code&gt;datetime&lt;/code&gt; Pitfalls&lt;/a&gt; &amp;ndash; It&amp;rsquo;s no secret that the Python &lt;code&gt;datetime&lt;/code&gt; library has its quirks. Not only are there probably more than you think, but third-party libraries don&amp;rsquo;t address most of them! Arie created a new library to explore what a better &lt;code&gt;datetime&lt;/code&gt; library could look like.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/xmas-decorations-part-3&quot;&gt;Real Life Use of Decorators&lt;/a&gt; &amp;ndash; Part 3 in a series on how Python decorators are used. This part covers real-life use cases including call interception, function registration, and behavioral enrichment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://roman.pt/posts/handling-unset-values-in-fastapi-with-pydantic/&quot;&gt;Handling Unset Values in FastAPI With Pydantic&lt;/a&gt; &amp;ndash; When using the HTTP PATCH method only those fields that got changed are updated. Pydantic sets fields not given as arguments as &lt;code&gt;None&lt;/code&gt; so there is no way to distinguish between an explicit &lt;code&gt;None&lt;/code&gt; value and an unset field. This post explains how you process this scenario.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://baincapitalventures.com/insight/why-more-python-developers-are-using-rust-for-building-libraries/&quot;&gt;The Python Rust-Aissance&lt;/a&gt; &amp;ndash; Companies like Polars are showing how with Rust, Python developers now have a better, smoother path towards building high-performance libraries.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lucumr.pocoo.org/2024/2/4/rye-a-vision/&quot;&gt;Rye: A Python Developer Experience Vision Continued&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/PyO3/pyo3&quot;&gt;PyO3: Rust bindings for the Python interpreter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.zdnet.com/article/rust-in-linux-where-we-are-and-where-were-going-next/&quot;&gt;Rust in Linux: Where we are and where we&amp;rsquo;re going next&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://rustpython.github.io/&quot;&gt;RustPython: OSS CPython Written in Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/emmett-framework/granian&quot;&gt;granian: Rust HTTP Server for Python Applications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/stphivos/django-mock-queries&quot;&gt;django-mock-queries: Mock Django Queryset Functions for Testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jawah/niquests&quot;&gt;niquests: Requests but Multiplexed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form&quot;&gt;Backus–Naur form - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.antlr.org/&quot;&gt;ANTLR -  (ANother Tool for Language Recognition) A Powerful Parser Generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/xmas-decoration-part-1&quot;&gt;Xmas Decoration, Part 1 - Bite code!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/xmas-decoration-part-2&quot;&gt;Xmas Decoration, Part 2 - Bite code!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time&quot;&gt;Falsehoods programmers believe about time - @noahsussman - Infinite Undo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.devgenius.io/10-reasons-you-should-quit-your-http-client-98fd4c94bef3&quot;&gt;10 Reasons You Should Quit Your HTTP Client - Ahmed TAHRI - Dev Genius&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python-httpx.org/&quot;&gt;HTTPX - Fully Featured HTTP Client for Python 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-datetime-module/&quot;&gt;Using Python&amp;#x27;s datetime Module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-3-f-strings-improved-string-formatting-syntax/&quot;&gt;Python 3&amp;#x27;s F-Strings: An Improved String Formatting Syntax&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E192_03_Cx2.8445501a7ac7.mp3" type="audio/mpeg" length="55711476"/>
        <guid isPermaLink="false">27d09356-c9b2-4eae-b59c-b8f89475d0f3</guid>
        <pubDate>Fri, 16 Feb 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3420</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_192_Podcast.3284f1347254.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Practical Python Decorator Uses &amp; Avoiding datetime Pitfalls”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>191</itunes:episode>
        <title>Focusing on Data Science &amp; Less on Engineering and Dependencies</title>
        <itunes:title>Focusing on Data Science &amp; Less on Engineering and Dependencies</itunes:title>
        <link>https://realpython.com/podcasts/rpp/191/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Savin briefly describes the Metaflow platform and the goal of simplifying engineering overhead for data scientists and programmers. We discuss how the platform captures snapshots of a project as you work, allowing you to go back in time or share the state of your project with another team member.&lt;/p&gt;
&lt;p&gt;We dig into the complicated process of managing dependencies for machine learning and data science projects. Savin describes how the required external libraries can be specified within a flow with the new &lt;code&gt;@pypi&lt;/code&gt; or &lt;code&gt;@conda&lt;/code&gt; decorators. This allows a project to scale from a local machine to the cloud or multiple instances with all dependencies included.&lt;/p&gt;
&lt;p&gt;He talks about starting a new company, Outerbounds, with fellow co-workers from Netflix. Their vision is to continue to build the Metaflow open-source platform and offer customers scalable enterprise-grade infrastructure. &lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Intel.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this Code Conversation video course, you&amp;rsquo;ll learn how to package your everyday projects with &lt;code&gt;pyproject.toml&lt;/code&gt;. Playing on the same team as the import system means you can call your project from anywhere, ensure consistent imports, and have one file that&amp;rsquo;ll work for many build systems.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction  &lt;/li&gt;
&lt;li&gt;00:02:25 &amp;ndash; Update on Metaflow    &lt;/li&gt;
&lt;li&gt;00:04:13 &amp;ndash; What is Outerbounds?  &lt;/li&gt;
&lt;li&gt;00:07:26 &amp;ndash; An ML platform to serve data scientists needs &lt;/li&gt;
&lt;li&gt;00:13:02 &amp;ndash; Dependency reproducibility via &lt;code&gt;@conda&lt;/code&gt; and &lt;code&gt;@pypi&lt;/code&gt; decorators&lt;/li&gt;
&lt;li&gt;00:26:18 &amp;ndash; Sponsor: Intel    &lt;/li&gt;
&lt;li&gt;00:27:10 &amp;ndash; Storing lock files along with snapshots   &lt;/li&gt;
&lt;li&gt;00:29:17 &amp;ndash; Working alongside code and dependency management systems&lt;/li&gt;
&lt;li&gt;00:34:03 &amp;ndash; Scaling a project from laptop to the cloud    &lt;/li&gt;
&lt;li&gt;00:40:13 &amp;ndash; Video Course Spotlight    &lt;/li&gt;
&lt;li&gt;00:41:41 &amp;ndash; Getting visibility on processes   &lt;/li&gt;
&lt;li&gt;00:47:23 &amp;ndash; Adjusting your project due to GPU availability    &lt;/li&gt;
&lt;li&gt;00:52:27 &amp;ndash; Example of jumping back into a project one year later &lt;/li&gt;
&lt;li&gt;00:55:54 &amp;ndash; What are you excited about in the world of Python?    &lt;/li&gt;
&lt;li&gt;00:57:39 &amp;ndash; What do you want to learn next?   &lt;/li&gt;
&lt;li&gt;00:59:35 &amp;ndash; How can people follow your work online?   &lt;/li&gt;
&lt;li&gt;01:00:19 &amp;ndash; Thanks and goodbye    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://metaflow.org/&quot;&gt;Metaflow - a framework for real-life ML, AI, and data science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://outerbounds.com/&quot;&gt;Infrastructure for ML, AI, and Data Science - Outerbounds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=KGpg8jwAda4&quot;&gt;Human-Friendly, Production-Ready Data Science with Metaflow- Savin Goyal | SciPy 2022 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/61/&quot;&gt;Episode #61: Scaling Data Science and Machine Learning Infrastructure Like Netflix – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://outerbounds.com/blog/pypi-announcement/&quot;&gt;New in Metaflow: The Long-Awaited &lt;code&gt;@pypi&lt;/code&gt; Decorator - Outerbounds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.metaflow.org/scaling/dependencies&quot;&gt;Managing Dependencies - Metaflow Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://outerbounds.com/blog/secure-ml-secure-software-dependencies/&quot;&gt;Secure ML with Secure Software Dependencies - Outerbounds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Directed_acyclic_graph&quot;&gt;Directed acyclic graph (DAG) - Wikipedia article&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.metaflow.org/metaflow/visualizing-results&quot;&gt;Visualizing Results - Metaflow Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://outerbounds.com/blog/seamless-data-pipelines-airflow-metaflow/&quot;&gt;Seamless Data and ML Pipelines with Airflow and Metaflow - Outerbounds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/142/&quot;&gt;Episode #142: Orchestrating Large and Small Projects With Apache Airflow – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/SavinGoyal&quot;&gt;Savin (@SavinGoyal) - X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/savingoyal/&quot;&gt;Savin Goyal - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://outerbounds.com/blog/&quot;&gt;Building the ML-driven future - Outerbounds Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-pandas-concat-and-merge/&quot;&gt;Combining Data in pandas With concat() and merge()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E191_03_Savin.f54ef77fbb9d.mp3" type="audio/mpeg" length="59916381"/>
        <guid isPermaLink="false">424cef8e-c595-4c68-88a6-a1771ef0ba27</guid>
        <pubDate>Fri, 09 Feb 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3680</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_191_Podcast.1f8bac794b15.jpg"/>
        <rp:twitter-handles>@SavinGoyal</rp:twitter-handles>
        <rp:twitter-title>“Focusing on Data Science &amp; Less on Engineering and Dependencies” with @SavinGoyal</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>190</itunes:episode>
        <title>Great Starting Points for Contributing to Open Source</title>
        <itunes:title>Great Starting Points for Contributing to Open Source</itunes:title>
        <link>https://realpython.com/podcasts/rpp/190/</link>
        <description>What&#x27;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.</description>
        <content:encoded>&lt;p&gt;What&amp;rsquo;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.&lt;/p&gt;
&lt;p&gt;Stefanie is a data scientist and software engineer on Bloomberg&amp;rsquo;s Security Data Science team. She recently wrote an article titled &amp;ldquo;5 Ways to Get Started in Open Source.&amp;rdquo; We discuss finding ways to contribute that fit your interests and developer skills. We dig into the experience of participating in community sprints at a conference.&lt;/p&gt;
&lt;p&gt;Stefanie is the author of Hands-On Data Analysis with Pandas. We also discuss the different processes between writing technical articles and authoring a book.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Intel.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video series, you&amp;rsquo;ll create project documentation from scratch using Sphinx, the de facto standard for Python. You&amp;rsquo;ll also hook your code repository up to Read The Docs to automatically build and publish your code documentation.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:55 &amp;ndash; Being asked about how to get started&lt;/li&gt;
&lt;li&gt;00:07:13 &amp;ndash; Differences in short vs long form writing&lt;/li&gt;
&lt;li&gt;00:09:03 &amp;ndash; What was your introduction to contributing?&lt;/li&gt;
&lt;li&gt;00:17:52 &amp;ndash; What are additional benefits of contributing?&lt;/li&gt;
&lt;li&gt;00:22:32 &amp;ndash; Sponsor: Intel&lt;/li&gt;
&lt;li&gt;00:23:22 &amp;ndash; Sprints as an entry point&lt;/li&gt;
&lt;li&gt;00:34:36 &amp;ndash; Other requirements of a sprint&lt;/li&gt;
&lt;li&gt;00:36:05 &amp;ndash; Differences in conferences&lt;/li&gt;
&lt;li&gt;00:41:52 &amp;ndash; Other sprint experiences&lt;/li&gt;
&lt;li&gt;00:42:50 &amp;ndash; Contributing examples to documentation&lt;/li&gt;
&lt;li&gt;00:45:59 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:47:11 &amp;ndash; Looking for good first issues&lt;/li&gt;
&lt;li&gt;00:52:04 &amp;ndash; Is this a bug?&lt;/li&gt;
&lt;li&gt;00:54:10 &amp;ndash; Proposing a new feature&lt;/li&gt;
&lt;li&gt;00:56:36 &amp;ndash; Data Morph and working on personal projects&lt;/li&gt;
&lt;li&gt;01:07:29 &amp;ndash; Showing up in the Python community&lt;/li&gt;
&lt;li&gt;01:12:14 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:14:59 &amp;ndash; How can people follow the work you do online?&lt;/li&gt;
&lt;li&gt;01:15:28 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:18:23 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://levelup.gitconnected.com/5-ways-to-get-started-in-open-source-4aac430828e9&quot;&gt;5 Ways to Get Started in Open Source - by Stefanie Molin - Level Up Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://seaborn.pydata.org/&quot;&gt;seaborn: Statistical Data Visualization - Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://numpydoc.readthedocs.io/en/latest/validation.html#docstring-validation-using-pre-commit-hook&quot;&gt;Docstring Validation using Pre-Commit Hook - numpydoc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/Hands-Data-Analysis-Pandas-visualization/dp/1800563450&quot;&gt;Hands-On Data Analysis with Pandas: A Python data science handbook for data collection, wrangling, analysis, and visualization, 2nd Edition - Amazon.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/173/&quot;&gt;Episode #173: Getting Involved in Open Source &amp;amp; Generating QR Codes With Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/8/&quot;&gt;Episode #8: Docker + Python for Data Science and Machine Learning With Tania Allard – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/events/mentored-sprints/&quot;&gt;Mentored Sprints for Diverse Beginners - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/177/&quot;&gt;Episode #177: Welcoming PyPI&amp;rsquo;s Safety &amp;amp; Security Engineer Mike Fiedler – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://levelup.gitconnected.com/data-morph-moving-beyond-the-datasaurus-dozen-156927b20f8c&quot;&gt;Data Morph: Moving Beyond the Datasaurus Dozen - Level Up Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/data-morph-talk/#/&quot;&gt;Data Morph: A Cautionary Tale of Summary Statistics – Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Anscombe&#x27;s_quartet&quot;&gt;Anscombe&amp;rsquo;s quartet - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/&quot;&gt;How to Set Up Pre-Commit Hooks - Stefanie Molin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.boredpanda.com/husky-speaking-italian/&quot;&gt;Dog Speaks In Italian Accent To Sound Like His Owner - Bored Panda&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/StefanieMolin&quot;&gt;Stefanie Molin (@StefanieMolin) / X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stefaniemolin.com/&quot;&gt;Stefanie Molin - Personal Website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E190_03_Stefanie.fc1bc21410af.mp3" type="audio/mpeg" length="77277272"/>
        <guid isPermaLink="false">76b82821-df86-41ab-8f04-20a511a28661</guid>
        <pubDate>Fri, 02 Feb 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4767</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_190_Podcast.bf303359839f.jpg"/>
        <rp:twitter-handles>@StefanieMolin</rp:twitter-handles>
        <rp:twitter-title>“Great Starting Points for Contributing to Open Source” with @StefanieMolin</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>189</itunes:episode>
        <title>Building a Python Debugger &amp; Preparing for NumPy 2.0</title>
        <itunes:title>Building a Python Debugger &amp; Preparing for NumPy 2.0</itunes:title>
        <link>https://realpython.com/podcasts/rpp/189/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a two-part tutorial on building a debugger in Python? Creating a simple one requires less code than you might think.&lt;/p&gt;
&lt;p&gt;We also talk about an article from Itamar Turner-Trauring about how to prepare for the upcoming changes to NumPy. The new version is not backward compatible and will require some inspection of your project dependencies. Itamar includes advice, techniques, and tools for updating your code.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of news items, a discussion about managing advice as a new developer, moving to Python as a former R developer, building a Markov chain to generate readable nonsense, optimizing fonts to individual glyphs on your website, and a project for working with units of measurement in Python.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Posit Connect.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-tic-tac-toe-ai/&quot;&gt;Create a Tic-Tac-Toe Python Game Engine With an AI Player&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll create a universal game engine in Python for tic-tac-toe with two computer players, one of which will be an AI player using the powerful minimax algorithm. You&amp;rsquo;ll give your game library a text-based graphical interface and explore two front ends.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:18 &amp;ndash; DjangoCon Europe 2024 CFP Now Open&lt;/li&gt;
&lt;li&gt;00:02:38 &amp;ndash; Python Insider: Python 3.13.0 alpha 3 is now available&lt;/li&gt;
&lt;li&gt;00:03:04 &amp;ndash; NumPy 2 Is Coming: Preventing Breakage, Updating Your Code&lt;/li&gt;
&lt;li&gt;00:07:37 &amp;ndash; Using a Markov Chain to Generate Readable Nonsense&lt;/li&gt;
&lt;li&gt;00:12:53 &amp;ndash; Sponsor: Posit Connect&lt;/li&gt;
&lt;li&gt;00:13:43 &amp;ndash; Python Rgonomics&lt;/li&gt;
&lt;li&gt;00:20:10 &amp;ndash; Let&amp;rsquo;s Create a Python Debugger Together&lt;/li&gt;
&lt;li&gt;00:23:49 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:25:08 &amp;ndash; Advice for New Devs Who&amp;rsquo;ve Read Other Advice Essays&lt;/li&gt;
&lt;li&gt;00:42:44 &amp;ndash; Fontimize: Optimize Fonts to the Glyphs on Your Site&lt;/li&gt;
&lt;li&gt;00:44:57 &amp;ndash; Pint: Units for Python&lt;/li&gt;
&lt;li&gt;00:46:55 &amp;ndash; Thanks and Goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/jan/01/djangocon-europe-2024-cfp/&quot;&gt;DjangoCon Europe 2024 CFP Now Open&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2024/01/python-3130-alpha-3-is-now-available.html&quot;&gt;Python Insider: Python 3.13.0 alpha 3 is now available&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/numpy-2/&quot;&gt;NumPy 2 Is Coming: Preventing Breakage, Updating Your Code&lt;/a&gt; &amp;ndash; NumPy 2 is coming, and it&amp;rsquo;s backwards incompatible. Learn how to keep your code from breaking, and how to upgrade.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://benhoyt.com/writings/markov-chain/&quot;&gt;Using a Markov Chain to Generate Readable Nonsense&lt;/a&gt; &amp;ndash; Describes a simple Markov chain algorithm to generate reasonable-sounding but utterly nonsensical text, and presents some example outputs as well as a Python implementation in only 20 lines of code.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.emilyriederer.com/post/py-rgo/&quot;&gt;Python Rgonomics&lt;/a&gt; &amp;ndash; If you&amp;rsquo;re coming to Python from R, this article outlines some libraries that have an R-like feel, helping you make the transition to Pythonic workflows.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mostlynerdless.de/blog/2023/09/20/lets-create-a-python-debugger-together-part-1/&quot;&gt;Let&amp;rsquo;s Create a Python Debugger Together&lt;/a&gt; &amp;ndash; Ever wondered how a debugger works? Implementing a simple one requires less code than you might think. Read on to find out how.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://buttondown.email/hillelwayne/archive/advice-for-new-software-devs-whove-read-all-those/&quot;&gt;Advice for New Devs Who&amp;rsquo;ve Read Other Advice Essays&lt;/a&gt; &amp;ndash; After reading some programming advice posts, this author decided a lot of them concentrated on the wrong things. Here is his own take. &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=38706697&quot;&gt;Associated Hacker News Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/vintagedave/Fontimize&quot;&gt;Fontimize: Optimize Fonts to the Glyphs on Your Site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/Pint/&quot;&gt;Pint: Units for Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://mostlynerdless.de/blog/2023/10/06/lets-create-a-python-debugger-together-part-2/&quot;&gt;Let&amp;rsquo;s create a Python Debugger together: Part 2 - Mostly nerdless&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=30YWsGDr8mA&quot;&gt;&amp;ldquo;Making Hard Things Easy&amp;rdquo; by Julia Evans (Strange Loop 2023) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/71/&quot;&gt;Episode #71: Start Using a Debugger With Your Python Code – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://debuggingrules.com/&quot;&gt;Debugging Rules! – Find out what&amp;rsquo;s wrong with anything, fast.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-assert-statement/&quot;&gt;Using Python&amp;#x27;s assert to Debug and Test Your Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-tic-tac-toe-ai/&quot;&gt;Create a Tic-Tac-Toe Python Game Engine With an AI Player&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E189_03_C2.860151feeb60.mp3" type="audio/mpeg" length="46941812"/>
        <guid isPermaLink="false">411abfd4-7fb9-45d2-9062-6851ad4dcc1d</guid>
        <pubDate>Fri, 26 Jan 2024 12:00:00 +0000</pubDate>
        <itunes:duration>2875</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_189_Podcast.8fc5900e2d8c.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Building a Python Debugger &amp; Preparing for NumPy 2.0”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>188</itunes:episode>
        <title>Measuring Bias, Toxicity, and Truthfulness in LLMs With Python</title>
        <itunes:title>Measuring Bias, Toxicity, and Truthfulness in LLMs With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/188/</link>
        <description>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 With Python.</description>
        <content:encoded>&lt;p&gt;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 With Python.&lt;/p&gt;
&lt;p&gt;Jodie provides some background on large language models and how they can absorb vast amounts of information about the relationship between words using a type of neural network called a transformer. We discuss training datasets and the potential quality issues with crawling uncurated sources. &lt;/p&gt;
&lt;p&gt;We dig into ways to measure levels of bias, toxicity, and hallucinations using Python. Jodie shares three benchmarking datasets and links to resources to get you started. We also discuss ways to augment models using agents or plugins, which can access search engine results or other authoritative sources.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Intel.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/text-classification-with-keras/&quot;&gt;Learn Text Classification With Python and Keras&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn about Python text classification with Keras, working your way from a bag-of-words model with logistic regression to more advanced methods, such as convolutional neural networks. You&amp;rsquo;ll see how you can use pretrained word embeddings, and you&amp;rsquo;ll squeeze more performance out of your model through hyperparameter optimization.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:19 &amp;ndash; Testing characteristics of LLMs with Python&lt;/li&gt;
&lt;li&gt;00:04:18 &amp;ndash; Background on LLMs&lt;/li&gt;
&lt;li&gt;00:08:35 &amp;ndash; Training of models&lt;/li&gt;
&lt;li&gt;00:14:23 &amp;ndash; Uncurated sources of training&lt;/li&gt;
&lt;li&gt;00:16:12 &amp;ndash; Safeguards and prompt engineering&lt;/li&gt;
&lt;li&gt;00:21:19 &amp;ndash; TruthfulQA and creating a more strict prompt&lt;/li&gt;
&lt;li&gt;00:23:20 &amp;ndash; Information that is out of date&lt;/li&gt;
&lt;li&gt;00:26:07 &amp;ndash; WinoBias for evaluating gender stereotypes&lt;/li&gt;
&lt;li&gt;00:28:30 &amp;ndash; BOLD dataset for evaluating bias&lt;/li&gt;
&lt;li&gt;00:30:28 &amp;ndash; Sponsor: Intel&lt;/li&gt;
&lt;li&gt;00:31:18 &amp;ndash; Using Hugging Face to start testing with Python&lt;/li&gt;
&lt;li&gt;00:35:25 &amp;ndash; Using the transformers package&lt;/li&gt;
&lt;li&gt;00:37:34 &amp;ndash; Using langchain for proprietary models&lt;/li&gt;
&lt;li&gt;00:43:04 &amp;ndash; Putting the tools together and evaluating&lt;/li&gt;
&lt;li&gt;00:47:19 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:48:29 &amp;ndash; Assessing toxicity&lt;/li&gt;
&lt;li&gt;00:50:21 &amp;ndash; Measuring bias&lt;/li&gt;
&lt;li&gt;00:54:40 &amp;ndash; Checking the hallucination rate&lt;/li&gt;
&lt;li&gt;00:56:22 &amp;ndash; LLM leaderboards&lt;/li&gt;
&lt;li&gt;00:58:17 &amp;ndash; What helped ChatGPT leap forward?&lt;/li&gt;
&lt;li&gt;01:06:01 &amp;ndash; Improvements of what is being crawled&lt;/li&gt;
&lt;li&gt;01:07:32 &amp;ndash; Revisiting agents and RAG&lt;/li&gt;
&lt;li&gt;01:11:03 &amp;ndash; ChatGPT plugins and Wolfram-Alpha&lt;/li&gt;
&lt;li&gt;01:13:06 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:14:33 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Background Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://builtin.com/data-science/beginners-guide-language-models&quot;&gt;A Beginner&amp;rsquo;s Guide to Language Models - Built In&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=NpmnWgQgcsA&quot;&gt;ChatGPT - Explained! - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Dataset Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/datasets/truthful_qa?row=4&quot;&gt;truthful_qa - Datasets at Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/datasets/wino_bias&quot;&gt;wino_bias - Datasets at Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/datasets/AlexaAI/bold&quot;&gt;bold - Datasets at Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tutorials and Documentation for Python Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/blog/evaluating-llm-bias&quot;&gt;Evaluating Language Model Bias with 🤗 Evaluate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://colab.research.google.com/drive/1-HDJUcPMKEF-E7Hapih0OmA1xTW2hdAv#scrollTo=yX8ciyVWKiuO&quot;&gt;Hugging Face - HF_bias_evaluation - Google Colab&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/docs/datasets/loading&quot;&gt;General Usage - Load a Dataset - Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/tasks/text-generation&quot;&gt;What is Text Generation? - Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/docs/evaluate/index&quot;&gt;🤗 Evaluate - Library Evaluating ML Models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python.langchain.com/docs/get_started/quickstart&quot;&gt;Python Quickstart - 🦜️🔗 Langchain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Measurement Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/spaces/evaluate-measurement/toxicity&quot;&gt;Toxicity - a Hugging Face Space by evaluate-measurement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/spaces/evaluate-measurement/regard&quot;&gt;Regard - a Hugging Face Space by evaluate-measurement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard&quot;&gt;Open LLM Leaderboard - a Hugging Face Space&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Training Data for LLMs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://commoncrawl.org/&quot;&gt;Common Crawl - Open Repository of Web Crawl Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pile.eleuther.ai/&quot;&gt;The Pile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/2306.01116&quot;&gt;The RefinedWeb Dataset for Falcon LLM: Outperforming Curated Corpora&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Agents and Plugin Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/docs/transformers/transformers_agents&quot;&gt;Transformers Agents - Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python.langchain.com/docs/modules/agents/&quot;&gt;Agents - 🦜️🔗 Langchain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://writings.stephenwolfram.com/2023/03/chatgpt-gets-its-wolfram-superpowers/&quot;&gt;ChatGPT Gets Its &amp;ldquo;Wolfram Superpowers&amp;rdquo;! - Stephen Wolfram&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/features/23764584/ai-artificial-intelligence-data-notation-labor-scale-surge-remotasks-openai-chatbots&quot;&gt;Inside the AI Factory: The Humans that Make Tech Seem Human - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/author/jodie-burchell-jetbrains-com/&quot;&gt;Jodie Burchell - The JetBrains Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://t-redactyl.io/&quot;&gt;Jodie Burchell&amp;rsquo;s Blog - Standard error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@t_redactyl#&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/text-classification-with-keras/&quot;&gt;Learn Text Classification With Python and Keras&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E188_03_Jodie.bd4771f3f84e.mp3" type="audio/mpeg" length="73825046"/>
        <guid isPermaLink="false">1337e877-4439-4010-9879-08c39f1ff5f5</guid>
        <pubDate>Fri, 19 Jan 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4553</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_188_Podcast.a9a851e74840.jpg"/>
        <rp:twitter-handles>@t_redactyl</rp:twitter-handles>
        <rp:twitter-title>“Measuring Bias, Toxicity, and Truthfulness in LLMs With Python” with @t_redactyl</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>187</itunes:episode>
        <title>Serializing Data With Python &amp; Underscore Naming Conventions</title>
        <itunes:title>Serializing Data With Python &amp; Underscore Naming Conventions</itunes:title>
        <link>https://realpython.com/podcasts/rpp/187/</link>
        <description>Do you need to transfer an extensive data collection for a science project? What&#x27;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 of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Do you need to transfer an extensive data collection for a science project? What&amp;rsquo;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 of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a tutorial by Real Python author Bartosz Zaczyński called &amp;ldquo;Serialize Your Data With Python.&amp;rdquo; This comprehensive guide moves beyond XML and JSON to explore multiple data formats and their potential use cases. It&amp;rsquo;s a deep dive into the topic and provides a thorough resource for future reference.&lt;/p&gt;
&lt;p&gt;We also discuss a Real Python tutorial about naming conventions in Python that use single and double underscores. The piece covers differentiating between public and non-public names in APIs, writing safe classes for subclassing purposes, and avoiding name clashes with keywords.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of release announcements and news items, a discussion about never being taught how to construct quality software, building a small REPL in Python, using the &lt;code&gt;key&lt;/code&gt; parameter in Python functions and methods,  a framework for RESTful APIs using Flask and SQLAlchemy, and a Rust-based HTML sanitizer for your Python projects.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/writing-beautiful-python-code-pep-8/&quot;&gt;Writing Beautiful Pythonic Code With PEP 8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Following these guidelines helps you make a great impression when sharing your work with potential employers and collaborators. This course outlines the key guidelines laid out in PEP 8. It&amp;rsquo;s aimed at beginner to intermediate programmers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:47 &amp;ndash; JIT Coming to Python 3.13&lt;/li&gt;
&lt;li&gt;00:03:13 &amp;ndash; A copy-and-patch JIT compiler - Pull Request #113465&lt;/li&gt;
&lt;li&gt;00:03:54 &amp;ndash; Django bugfix releases issued: 4.2.9 and 5.0.1&lt;/li&gt;
&lt;li&gt;00:04:24 &amp;ndash; Single and Double Underscores in Python Names&lt;/li&gt;
&lt;li&gt;00:16:42 &amp;ndash; Building a Small REPL in Python&lt;/li&gt;
&lt;li&gt;00:20:07 &amp;ndash; The Key to the &lt;code&gt;key&lt;/code&gt; Parameter in Python&lt;/li&gt;
&lt;li&gt;00:25:23 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:26:44 &amp;ndash; Serialize Your Data With Python&lt;/li&gt;
&lt;li&gt;00:30:23 &amp;ndash; You Are Never Taught How to Build Quality Software&lt;/li&gt;
&lt;li&gt;00:48:43 &amp;ndash; flask-muck: RESTful APIs Using Flask and SQLAlchemy&lt;/li&gt;
&lt;li&gt;00:51:26 &amp;ndash; nh3: Python binding to Ammonia HTML sanitizer Rust crate&lt;/li&gt;
&lt;li&gt;00:53:33 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/brandtbucher/brandtbucher/blob/master/2023/10/10/a_jit_compiler_for_cpython.pdf&quot;&gt;JIT Coming to Python 3.13&lt;/a&gt; &amp;ndash; Slides related to the upcoming JIT commit for Python 3.13. Note that GitHub paginates the slides if you don&amp;rsquo;t download them, so click the &lt;em&gt;More Pages&lt;/em&gt; button to keep reading.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/python/cpython/pull/113465&quot;&gt;A copy-and-patch JIT compiler by brandtbucher - Pull Request #113465&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2024/jan/02/bugfix-release/&quot;&gt;Django bugfix releases issued: 4.2.9 and 5.0.1 - Weblog Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-double-underscore/&quot;&gt;Single and Double Underscores in Python Names&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn a few Python naming conventions involving single and double underscores (&lt;code&gt;_&lt;/code&gt;). You&amp;rsquo;ll learn how to use this character to differentiate between public and non-public names in APIs, write safe classes for subclassing purposes, avoid name clashes, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bernsteinbear.com/blog/simple-python-repl/&quot;&gt;Building a Small REPL in Python&lt;/a&gt; &amp;ndash; Learn how to write your own REPL by building on top of the one that comes with Python. With a few lines of code, you can customize Python&amp;rsquo;s REPL environment as your own.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://open.substack.com/pub/thepythoncodingstack/p/the-key-to-the-key-parameter-in-python&quot;&gt;The Key to the &lt;code&gt;key&lt;/code&gt; Parameter in Python&lt;/a&gt; &amp;ndash; A parameter named &lt;code&gt;key&lt;/code&gt; is present in several Python functions, such as &lt;code&gt;sorted()&lt;/code&gt;. This article explores what it is and how to use it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-serialize-data/&quot;&gt;Serialize Your Data With Python&lt;/a&gt; &amp;ndash; In this in-depth tutorial, you&amp;rsquo;ll explore the world of data serialization in Python. You&amp;rsquo;ll compare and use different data serialization formats, serialize Python objects and executable code, and handle HTTP message payloads.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.florianbellmann.com/blog/never-taught-qa&quot;&gt;You Are Never Taught How to Build Quality Software&lt;/a&gt; &amp;ndash; Learning how to build quality software isn&amp;rsquo;t part of computer science education. How do we learn it?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=38570261&quot;&gt;Hacker News discussion about the article&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dtiesling/flask-muck&quot;&gt;flask-muck: RESTful APIs Using Flask and SqlAlchemy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/messense/nh3&quot;&gt;nh3: Python binding to Ammonia HTML sanitizer Rust crate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pep8.org/&quot;&gt;PEP 8: The Style Guide for Python Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-magic-methods/&quot;&gt;Python&amp;rsquo;s Magic Methods: Leverage Their Power in Your Classes – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.stanford.edu/~ouster/cgi-bin/book.php&quot;&gt;A Philosophy of Software Design Book - John Ousterhout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=bmSAYlu0NcY&quot;&gt;A Philosophy of Software Design - John Ousterhout - Talks at Google - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/49/&quot;&gt;Episode #49: The Challenges of Developing Into a Python Professional – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/2023/12/13/django-sanitize-incoming-html-nh3/&quot;&gt;Django: Sanitize Incoming HTML Fragments With &lt;code&gt;nh3&lt;/code&gt;&lt;/a&gt; &amp;ndash; Allowing users to input HTML in comments or blog posts is problematic and can lead to exploits on your site. For years, the Django community used &lt;code&gt;django-bleach&lt;/code&gt;, but since its deprecation, Adam has been using &lt;code&gt;nh3&lt;/code&gt;, a Rust-based HTML sanitizer.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/nh3/&quot;&gt;nh3 · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/working-json-data-python/&quot;&gt;Working With JSON in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/writing-beautiful-python-code-pep-8/&quot;&gt;Writing Beautiful Pythonic Code With PEP 8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pickle-serializing-objects/&quot;&gt;Serializing Objects With the Python pickle Module&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E187_02.b1244807c970.mp3" type="audio/mpeg" length="53176864"/>
        <guid isPermaLink="false">2703d565-e741-4d56-9440-361ac2bf4564</guid>
        <pubDate>Fri, 12 Jan 2024 12:00:00 +0000</pubDate>
        <itunes:duration>3261</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_187_Podcast.7b902310847b.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Serializing Data With Python &amp; Underscore Naming Conventions”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>186</itunes:episode>
        <title>Exploring Python in Excel</title>
        <itunes:title>Exploring Python in Excel</itunes:title>
        <link>https://realpython.com/podcasts/rpp/186/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;John shares the multi-year journey of adding Python to Excel. He describes how the project moved beyond writing user functions in Python to something much more elaborate. He details assembling a team with diverse skills in interface design, languages, and security.&lt;/p&gt;
&lt;p&gt;Sarah discusses the instant convenience of having familiar Python and pandas techniques at your fingertips inside Excel. We cover typical data science workflows and the potential of interactive visualizations within a spreadsheet. We also share multiple resources for you to learn more. &lt;/p&gt;
&lt;p&gt;Note: Python in Excel is currently a preview accessible by joining the Microsoft 365 Insider Program and selecting the Beta Channel.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to clean up messy data using pandas and NumPy. You&amp;rsquo;ll become equipped to deal with a range of problems, such as missing values, inconsistent formatting, malformed records, and nonsensical outliers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:53 &amp;ndash; Sr. Cloud Developer Advocate Sarah Kaiser&lt;/li&gt;
&lt;li&gt;00:02:46 &amp;ndash; Principal Architect John Lam&lt;/li&gt;
&lt;li&gt;00:04:08 &amp;ndash; What is Dev Div?&lt;/li&gt;
&lt;li&gt;00:04:33 &amp;ndash; Python data science inside Excel&lt;/li&gt;
&lt;li&gt;00:09:05 &amp;ndash; Designing features with a focus on sharing&lt;/li&gt;
&lt;li&gt;00:14:28 &amp;ndash; Moving between Excel and Python objects&lt;/li&gt;
&lt;li&gt;00:18:20 &amp;ndash; What libraries are imported by default?&lt;/li&gt;
&lt;li&gt;00:23:11 &amp;ndash; Sharing a workbook with others&lt;/li&gt;
&lt;li&gt;00:26:12 &amp;ndash; Recalculating data workflow&lt;/li&gt;
&lt;li&gt;00:30:07 &amp;ndash; Working in Jupyter Notebook vs Excel&lt;/li&gt;
&lt;li&gt;00:33:03 &amp;ndash; Creating a Python object&lt;/li&gt;
&lt;li&gt;00:33:38 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:35:02 &amp;ndash; More history and project team&lt;/li&gt;
&lt;li&gt;00:40:19 &amp;ndash; Immediate wins of having Python in Excel&lt;/li&gt;
&lt;li&gt;00:42:28 &amp;ndash; Interactive visualizations&lt;/li&gt;
&lt;li&gt;00:44:34 &amp;ndash; Answering security concerns&lt;/li&gt;
&lt;li&gt;00:49:17 &amp;ndash; Limitations and potential&lt;/li&gt;
&lt;li&gt;00:54:34 &amp;ndash; Creating demo projects&lt;/li&gt;
&lt;li&gt;01:00:25 &amp;ndash; Resources to learn more&lt;/li&gt;
&lt;li&gt;01:02:59 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:10:41 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:12:09 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:13:26 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.microsoft.com/en-us/microsoft-365/python-in-excel&quot;&gt;Python in Excel – Python to Excel - Microsoft 365&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://support.microsoft.com/en-us/office/get-started-with-python-in-excel-a33fbcbe-065b-41d3-82cf-23d05397f53d&quot;&gt;Get started with Python in Excel - Microsoft Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://support.microsoft.com/en-us/office/python-in-excel-dataframes-a10495b2-8372-4f0f-9179-32771fe0dc04&quot;&gt;Python in Excel DataFrames - Microsoft Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://support.microsoft.com/en-us/office/open-source-libraries-and-python-in-excel-c817c897-41db-40a1-b9f3-d5ffe6d1bf3e&quot;&gt;Open-source libraries and Python in Excel - Microsoft Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://seaborn.pydata.org/tutorial.html&quot;&gt;User guide and tutorial - seaborn 0.13.1 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ieeexplore.ieee.org/document/9286024&quot;&gt;Assessing and Restoring Reproducibility of Jupyter Notebooks - IEEE Conference Publication - IEEE Xplore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://notes.iunknown.com/python-in-excel/Book+of+Python+in+Excel&quot;&gt;Book of Python in Excel - John Lam&amp;rsquo;s Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/microsoft/python-in-excel&quot;&gt;GitHub - microsoft/python-in-excel - Python in Microsoft Excel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=DL2M3glz41k&quot;&gt;Use Python in Excel to enhance your data science - Python Day - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://techcommunity.microsoft.com/t5/microsoft-365-blog/introducing-python-in-excel-the-best-of-both-worlds-for-data/ba-p/3905482&quot;&gt;Introducing Python in Excel: The Best of Both Worlds for Data Analysis and Visualization - Microsoft Community Hub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0703/&quot;&gt;PEP 703 – Making the Global Interpreter Lock Optional in CPython - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@crazy4pi314@mathstodon.xyz&quot;&gt;Dr. Sarah Kaiser (@crazy4pi314@mathstodon.xyz) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/john_lam&quot;&gt;John Lam (@john_lam) - X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E186_02_John_Sarah.1c8d95aadf59.mp3" type="audio/mpeg" length="72472858"/>
        <guid isPermaLink="false">79bd4d44-5f9f-4ffc-8fb0-1dd01e930ce3</guid>
        <pubDate>Fri, 05 Jan 2024 12:00:00 +0000</pubDate>
        <itunes:duration>4467</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_186_Podcast.7b99afa7d85f.jpg"/>
        <rp:twitter-handles>@john_lam</rp:twitter-handles>
        <rp:twitter-title>“Exploring Python in Excel” with @john_lam</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>185</itunes:episode>
        <title>2023 Real Python Tutorial &amp; Video Course Wrap-Up</title>
        <itunes:title>2023 Real Python Tutorial &amp; Video Course Wrap-Up</itunes:title>
        <link>https://realpython.com/podcasts/rpp/185/</link>
        <description>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.</description>
        <content:encoded>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Kate helps to shepherd articles through the multi-stage editing process. She and the rest of the team ensure these resources impart crucial Python knowledge and provide a thorough didactic experience. Kate was also instrumental in helping introduce a new group of tutorial authors to the Real Python editorial process and house style. &lt;/p&gt;
&lt;p&gt;Philipp returns to the podcast after our conversation earlier this year, and it was great to talk to him about onboarding new video instructors. Tappan edits all our video courses and ensures that the sound, picture, and animations are just right. He also helped provide feedback to the new instructors on our video creation process.&lt;/p&gt;
&lt;p&gt;We hope you enjoy this review! We look forward to bringing you another year full of great guests, articles, and topics. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-recursion/&quot;&gt;Recursion in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A recursive function is one that calls itself. In this video course, you&amp;rsquo;ll see what recursion is, how it works in Python, and under what circumstances you should use it.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:50 &amp;ndash; New Video Instructors&lt;/li&gt;
&lt;li&gt;00:05:31 &amp;ndash; New Tutorial Authors&lt;/li&gt;
&lt;li&gt;00:07:37 &amp;ndash; Shout-out to Aldren Santos&lt;/li&gt;
&lt;li&gt;00:09:27 &amp;ndash; Build a Wordle Clone With Python and Rich&lt;/li&gt;
&lt;li&gt;00:11:37 &amp;ndash; Python Classes: The Power of Object-Oriented Programming&lt;/li&gt;
&lt;li&gt;00:13:43 &amp;ndash; SOLID Principles: Improve Object-Oriented Design in Python&lt;/li&gt;
&lt;li&gt;00:14:47 &amp;ndash; Using the NumPy Random Number Generator&lt;/li&gt;
&lt;li&gt;00:17:58 &amp;ndash; Recursion in Python&lt;/li&gt;
&lt;li&gt;00:19:44 &amp;ndash; Filtering Iterables With Python&lt;/li&gt;
&lt;li&gt;00:21:04 &amp;ndash; Creating Web Maps From Your Data With Python Folium&lt;/li&gt;
&lt;li&gt;00:24:51 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:26:13 &amp;ndash; Python Basics Exercises: Building Systems With Classes&lt;/li&gt;
&lt;li&gt;00:31:00 &amp;ndash; Real Python Quizzes&lt;/li&gt;
&lt;li&gt;00:33:53 &amp;ndash; Process Images Using the Pillow Library and Python&lt;/li&gt;
&lt;li&gt;00:36:00 &amp;ndash; How to Sort Unicode Strings Alphabetically in Python&lt;/li&gt;
&lt;li&gt;00:38:36 &amp;ndash; The Python Rich Package: Unleash the Power of Console Text&lt;/li&gt;
&lt;li&gt;00:42:31 &amp;ndash; Embeddings and Vector Databases With ChromaDB&lt;/li&gt;
&lt;li&gt;00:46:41 &amp;ndash; Advent of Code: Solving Puzzles With Python&lt;/li&gt;
&lt;li&gt;00:51:07 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-wordle-clone/&quot;&gt;Build a Wordle Clone With Python and Rich – Step-by-Step Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-classes/&quot;&gt;Python Classes: The Power of Object-Oriented Programming – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/solid-principles-python/&quot;&gt;SOLID Principles: Improve Object-Oriented Design in Python – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/numpy-random-number-generator/&quot;&gt;Using the NumPy Random Number Generator – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-recursion/&quot;&gt;Recursion in Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-filter-function/&quot;&gt;Filtering Iterables With Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-systems-classes-exercises/&quot;&gt;Python Basics Exercises: Building Systems With Classes – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-pillow/&quot;&gt;Process Images Using the Pillow Library and Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-sort-unicode-strings/&quot;&gt;How to Sort Unicode Strings Alphabetically in Python – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-rich-package/&quot;&gt;The Python Rich Package: Unleash the Power of Console Text – Showcase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/chromadb-vector-database/&quot;&gt;Embeddings and Vector Databases With ChromaDB – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-advent-of-code/&quot;&gt;Advent of Code: Solving Puzzles With Python – Code Conversation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-wordle-clone/&quot;&gt;Create a Python Wordle Clone With Rich – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-class-object/&quot;&gt;Class Concepts: Object-Oriented Programming in Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-class-inheritance/&quot;&gt;Inheritance and Internals: Object-Oriented Programming in Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/solid-principles-python/&quot;&gt;Design and Guidance: Object-Oriented Programming in Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theregister.com/2023/10/10/ftx_python_code/?ref=biztoc.com&quot;&gt;FTX Python code &amp;lsquo;allowed&amp;rsquo; Alameda Research to spend deposits - The Register&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-recursion/&quot;&gt;Recursion in Python: An Introduction – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-filter-function/&quot;&gt;Python&amp;rsquo;s filter(): Extract Values From Iterables – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-folium-web-maps-from-data/&quot;&gt;Python Folium: Create Web Maps From Your Data – Step-by-Step Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/12/&quot;&gt;Episode #12: Web Scraping in Python: Tools, Techniques, and Legality – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-class/&quot;&gt;Python Basics: Building Systems With Classes – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/image-processing-with-the-python-pillow-library/&quot;&gt;Image Processing With the Python Pillow Library – Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/80/&quot;&gt;Episode #80: Make Your Python App Interactive With a Text User Interface (TUI) – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-systems-classes-exercises/&quot;&gt;Python Basics Exercises: Building Systems With Classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-pillow/&quot;&gt;Process Images Using the Pillow Library and Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-recursion/&quot;&gt;Recursion in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E185_02_2.91aac904cbcb.mp3" type="audio/mpeg" length="51829269"/>
        <guid isPermaLink="false">28415c7c-c998-49ab-a511-a452f81d4551</guid>
        <pubDate>Fri, 29 Dec 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3180</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_185_Podcast.d527d71c5001.jpg"/>
        <rp:twitter-handles>@kehfinegan</rp:twitter-handles>
        <rp:twitter-title>“2023 Real Python Tutorial &amp; Video Course Wrap-Up” with @kehfinegan</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>184</itunes:episode>
        <title>PyCoder&#x27;s Weekly 2023 Wrap Up</title>
        <itunes:title>PyCoder&#x27;s Weekly 2023 Wrap Up</itunes:title>
        <link>https://realpython.com/podcasts/rpp/184/</link>
        <description>It&#x27;s been a fascinating year for the Python language and community. PyCoder&#x27;s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on the show this week to help wrap up everything by sharing some highlights and Python trends from across the year.</description>
        <content:encoded>&lt;p&gt;It&amp;rsquo;s been a fascinating year for the Python language and community. PyCoder&amp;rsquo;s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on the show this week to help wrap up everything by sharing some highlights and Python trends from across the year.&lt;/p&gt;
&lt;p&gt;Christopher shares the top five links explored by PyCoder&amp;rsquo;s readers. We also dig into trends we noticed across all the articles and stories this year, including removing dead batteries from the standard library, continuing the effort to speed up Python, using Rust code in libraries, and moving away from microservices. &lt;/p&gt;
&lt;p&gt;We hope you enjoy this review! We look forward to bringing you an upcoming year full of great Python news, articles, topics, and projects. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-basics-class/&quot;&gt;Python Basics: Building Systems With Classes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to work with classes to build complex systems in Python. By composing classes, inheriting from other classes, and overriding class behavior, you&amp;rsquo;ll harness the power of object-oriented programming (OOP).&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Python 3.13.0 Alpha 2 Is Now Available&lt;/li&gt;
&lt;li&gt;00:02:46 &amp;ndash; Welcoming the Supporting Developer in Residence&lt;/li&gt;
&lt;li&gt;00:03:25 &amp;ndash; Django 5.0 Released&lt;/li&gt;
&lt;li&gt;00:03:34 &amp;ndash; Django Ninja 1.0 Released&lt;/li&gt;
&lt;li&gt;00:04:11 &amp;ndash; Top Five PyCoder Links&lt;/li&gt;
&lt;li&gt;00:05:00 &amp;ndash; Python 3.12: Cool New Features for You to Try&lt;/li&gt;
&lt;li&gt;00:05:27 &amp;ndash; Speeding Up Your Code When Multiple Cores Aren&amp;rsquo;t an Option&lt;/li&gt;
&lt;li&gt;00:05:46 &amp;ndash; Learning About Code Metrics in Python With Radon&lt;/li&gt;
&lt;li&gt;00:06:07 &amp;ndash; Python 3.12 Preview: More Intuitive and Consistent F-Strings&lt;/li&gt;
&lt;li&gt;00:06:28 &amp;ndash; Design and Guidance: Object-Oriented Programming in Python&lt;/li&gt;
&lt;li&gt;00:07:49 &amp;ndash; Python 3.12: What Didn&amp;rsquo;t Make the Headlines&lt;/li&gt;
&lt;li&gt;00:11:34 &amp;ndash; Python 3.13 Removes 20 Stdlib Modules&lt;/li&gt;
&lt;li&gt;00:13:32 &amp;ndash; Missing Batteries: Essential Libraries You&amp;rsquo;re Missing Out On&lt;/li&gt;
&lt;li&gt;00:16:21 &amp;ndash; More Batteries Please&lt;/li&gt;
&lt;li&gt;00:19:19 &amp;ndash; Three Python Trends in 2023&lt;/li&gt;
&lt;li&gt;00:24:36 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:26:23 &amp;ndash; Mojo, a Superset of Python&lt;/li&gt;
&lt;li&gt;00:27:54 &amp;ndash; Why Mojo?&lt;/li&gt;
&lt;li&gt;00:28:14 &amp;ndash; Mojo SDK Released for Linux&lt;/li&gt;
&lt;li&gt;00:28:19 &amp;ndash; Mojo: Head-to-Head With Python and Numba&lt;/li&gt;
&lt;li&gt;00:29:22 &amp;ndash; How We Organize Our Very Large Python Monolith&lt;/li&gt;
&lt;li&gt;00:34:11 &amp;ndash; Python and Folium to Visualize My Outdoor Activities&lt;/li&gt;
&lt;li&gt;00:37:13 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/11/python-3130-alpha-2-is-now-available.html&quot;&gt;Python 3.13.0 Alpha 2 Is Now Available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/welcoming-the-supporting-developer-in-residence/39702&quot;&gt;Welcoming the Supporting Developer in Residence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/&quot;&gt;Django 5.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://django-ninja.dev/whatsnew_v1/&quot;&gt;Django Ninja 1.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Top Five PyCoder Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-new-features/&quot;&gt;Python 3.12: Cool New Features for You to Try&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about the new features in Python 3.12. You&amp;rsquo;ll explore how the new release extends the better error messages and faster code execution found in the previous version, and you&amp;rsquo;ll try out the improvements to f-strings and type variable syntax.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/optimizing-dithering/&quot;&gt;Speeding Up Your Code When Multiple Cores Aren&amp;rsquo;t an Option&lt;/a&gt; &amp;ndash; Parallelism isn&amp;rsquo;t the only answer: often you can optimize low-level code to get significant performance improvements.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.blog.pythonlibrary.org/2023/09/20/learning-about-code-metrics-in-python-with-radon/&quot;&gt;Learning About Code Metrics in Python With Radon&lt;/a&gt; &amp;ndash; Radon is a code metrics tool. This article introduces you to it and explains how you can improve your code based on its measurements.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-f-strings/&quot;&gt;Python 3.12 Preview: More Intuitive and Consistent F-Strings&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll preview one of the upcoming features of Python 3.12, which introduces a new f-string syntax formalization and implementation. The new implementation lifts some restrictions and limitations that affect f-string literals in Python versions lower than 3.12.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/solid-principles-python/&quot;&gt;Design and Guidance: Object-Oriented Programming in Python&lt;/a&gt; &amp;ndash; In this video course, you&amp;rsquo;ll learn about the SOLID principles, which are five well-established standards for improving your object-oriented design in Python. By applying these principles, you can create object-oriented code that is more maintainable, extensible, scalable, and testable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topics and 2023 Trends:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/python-312-what-didnt-make-the-headlines&quot;&gt;Python 3.12: What Didn&amp;rsquo;t Make the Headlines&lt;/a&gt; &amp;ndash; There&amp;rsquo;s been plenty of coverage about the changes in Python 3.12. This article highlights what fell through the cracks. It talks about performance, &lt;code&gt;pathlib&lt;/code&gt; improvements, and a few other changes.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-594-has-been-implemented-python-3-13-removes-20-stdlib-modules/27124&quot;&gt;Python 3.13 Removes 20 Stdlib Modules&lt;/a&gt; &amp;ndash; Core developers are busy working on &lt;a href=&quot;https://peps.python.org/pep-0594/&quot;&gt;PEP 594&lt;/a&gt;, removing dead batteries from Python 3.13. This long post in the discussion forum highlights what work has been completed so far.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://martinheinz.dev/blog/96&quot;&gt;Missing Batteries: Essential Libraries You&amp;rsquo;re Missing Out On&lt;/a&gt; &amp;ndash; Even though Python&amp;rsquo;s standard library comes with batteries included, it&amp;rsquo;s still missing some essentials. This article covers libraries for debugging, testing, CLI, and more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://noumenal.es/posts/more-batteries-please/89w/&quot;&gt;More Batteries Please&lt;/a&gt; &amp;ndash; This brief opinion piece from Carlton Gibson states why he thinks we need more functionality in the Python standard library rather than less.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jerrycodes.com/python-trends-in-2023/&quot;&gt;Three Python Trends in 2023&lt;/a&gt; &amp;ndash; An opinion piece on three trends likely to attract attention in the Python world in 2023: Python/Rust co-projects, web apps, and more typing. Read on for examples in each category.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fast.ai/posts/2023-05-03-mojo-launch.html&quot;&gt;Mojo, a Superset of Python&lt;/a&gt; &amp;ndash; &lt;a href=&quot;https://docs.modular.com/mojo/&quot;&gt;Mojo&lt;/a&gt; is a new programming language that&amp;rsquo;s a superset of Python. It aims to fix Python&amp;rsquo;s performance and deployment problems. Jeremy Howard - from fast.ai.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.modular.com/mojo/why-mojo.html&quot;&gt;Why Mojo?&lt;/a&gt; &amp;ndash; &amp;ldquo;A backstory and rationale for why we created the Mojo language.&amp;rdquo; Chris Lattner - from Modular.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.modular.com/blog/mojo-its-finally-here&quot;&gt;Mojo SDK Released for Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/maximsaplin/mojo-head-to-head-with-python-and-numba-5bn9&quot;&gt;Mojo: Head-to-Head With Python and Numba&lt;/a&gt; &amp;ndash; This article covers a Mandelbrot-based benchmark of Python, variations of Numba, and the newly available Mojo. Although Mojo is fast, it takes a lot more work than the author expected to translate Python to it, and with the right parameters, Numba still beats it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.europython.eu/kraken-technologies-how-we-organize-our-very-large-pythonmonolith/&quot;&gt;How We Organize Our Very Large Python Monolith&lt;/a&gt; &amp;ndash; Kraken Technologies is an environmental tech company that does a lot of Python development. One of their applications is a monolith with over 27,000 modules. This article outlines how they keep all of this organized and running.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Project:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://hackernoon.com/how-i-used-python-and-folium-to-visualize-my-outdoor-activities&quot;&gt;Python and Folium to Visualize My Outdoor Activities&lt;/a&gt; &amp;ndash; Embark on an expedition of exploration and mapping! Learn how to breathe life into your GPX files and create interactive maps using Python and Folium.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-folium-web-maps-from-data/&quot;&gt;Python Folium: Create Web Maps From Your Data – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja – Real Python Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/175/&quot;&gt;Episode #175: Exploring the New Features of Python 3.12 – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pymotw.com/3/&quot;&gt;Python 3 Module of the Week - PyMOTW 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/171/&quot;&gt;Episode #171: Making Each Line of Code Efficient &amp;amp; Python In Excel – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/psf/requests&quot;&gt;psf/requests: A simple, yet elegant, HTTP library.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://htmx.org/&quot;&gt;htmx - high power tools for html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-systems-classes-exercises/&quot;&gt;Python Basics Exercises: Building Systems With Classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-class/&quot;&gt;Python Basics: Building Systems With Classes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E184_02_Cx2.01c66af0a50e.mp3" type="audio/mpeg" length="37826378"/>
        <guid isPermaLink="false">54a20899-45a5-4683-9748-4b9cf79803eb</guid>
        <pubDate>Fri, 22 Dec 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2300</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_184_Podcast.7d2ab1f9281f.jpeg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“PyCoder&#x27;s Weekly 2023 Wrap Up”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>183</itunes:episode>
        <title>Exploring Code Reviews in Python and Automating the Process</title>
        <itunes:title>Exploring Code Reviews in Python and Automating the Process</itunes:title>
        <link>https://realpython.com/podcasts/rpp/183/</link>
        <description>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&#x27;re a solo developer? This week on the show, Brendan Maginnis and Nick Thapen from Sourcery return to talk about code review and automated code assistance.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;re a solo developer? This week on the show, Brendan Maginnis and Nick Thapen from Sourcery return to talk about code review and automated code assistance.&lt;/p&gt;
&lt;p&gt;Nick and Brendan discuss their personal experiences with code reviews. From working together at a large company to starting Sourcery as a pair of developers to growing a team, they&amp;rsquo;ve experienced how various organizations review code.&lt;/p&gt;
&lt;p&gt;We discuss the importance of keeping code reviews positive and maintaining developer momentum. Nick and Brendan share techniques for automating organizational code rules and retaining institutional developer knowledge.&lt;/p&gt;
&lt;p&gt;They&amp;rsquo;ve been busy developing new features for Sourcery, moving beyond the current refactoring features. Their team is leveraging LLMs to build an automated code assistant that can perform code reviews, write tests, and answer questions about your codebase. The goal is for it to act as a personalized computer pair programmer. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/using-bpython-enhanced-repl/&quot;&gt;Using the bpython Enhanced REPL&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn about bpython, an alternative Python REPL that brings code suggestions and many other IDE-like features to the terminal. Once you discover how much bpython can improve your productivity, you&amp;rsquo;ll never want to return to using the vanilla Python REPL again.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:41 &amp;ndash; Why discuss code reviewing?&lt;/li&gt;
&lt;li&gt;00:04:16 &amp;ndash; What were your first code reviews like?&lt;/li&gt;
&lt;li&gt;00:06:31 &amp;ndash; Developing positive techniques as a team&lt;/li&gt;
&lt;li&gt;00:14:07 &amp;ndash; Time between reviews&lt;/li&gt;
&lt;li&gt;00:17:04 &amp;ndash; Will the techniques vary based on the organization size?&lt;/li&gt;
&lt;li&gt;00:18:43 &amp;ndash; Things to standardize and remove from code review&lt;/li&gt;
&lt;li&gt;00:20:06 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:22:06 &amp;ndash; Creating a tool that goes beyond refactoring&lt;/li&gt;
&lt;li&gt;00:23:42 &amp;ndash; Do newer models provide better context for code review?&lt;/li&gt;
&lt;li&gt;00:25:52 &amp;ndash; Working toward an automated pair programmer&lt;/li&gt;
&lt;li&gt;00:33:42 &amp;ndash; Creating rules for an organization&amp;rsquo;s code standards&lt;/li&gt;
&lt;li&gt;00:42:55 &amp;ndash; Comparing completion tools with code assistance&lt;/li&gt;
&lt;li&gt;00:48:18 &amp;ndash; Working on an existing codebase vs a new project&lt;/li&gt;
&lt;li&gt;00:52:11 &amp;ndash; Current state of Sourcery&lt;/li&gt;
&lt;li&gt;00:56:19 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:00:12 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:03:41 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:05:17 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://sourcery.ai/code-review/&quot;&gt;Sourcery 1000x Faster Code Review&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/apps/sourcery-ai/installations/select_target&quot;&gt;Sourcery - GitHub Bot Install &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=sourcery.sourcery&quot;&gt;Sourcery - VSCode Extension - Visual Studio Marketplace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plugins.jetbrains.com/plugin/12631-sourcery&quot;&gt;Sourcery - IntelliJ IDEs Plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/55/&quot;&gt;Episode #55: Getting Started With Refactoring Your Python Code – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://google.github.io/eng-practices/review/reviewer/&quot;&gt;How to do a code review - eng-practices - Google GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sourcery.ai/blog/chatgpt-maintainable-code/&quot;&gt;Generating Code without Generating Technical Debt?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/117/&quot;&gt;Episode #117: Measuring Python Code Quality, Simplicity, and Maintainability – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.sourcery.ai/Tutorials/Custom-Rules/&quot;&gt;Writing Custom Rules - Sourcery Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nuitka.net/&quot;&gt;Nuitka the Python Compiler - Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/154/&quot;&gt;Episode #154: Targeting WebAssembly Platforms &amp;amp; Distilling a Minimum Viable Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://searchworks.stanford.edu/view/13163262&quot;&gt;Speedsolving the cube : easy-to-follow, step-by-step instructions for many popular 3-D puzzles in SearchWorks catalog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://atari.com/blogs/newsroom/my-arcade-releases-the-atari-gamestation-pro-with-200-games&quot;&gt;My Arcade Releases the Atari Gamestation Pro with 200+ Games&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-bpython-enhanced-repl/&quot;&gt;Using the bpython Enhanced REPL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-exercises-string-methods/&quot;&gt;Python Basics Exercises: Strings and String Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E183_03_Brendan_Nick.16e1b41cfbb8.mp3" type="audio/mpeg" length="64389373"/>
        <guid isPermaLink="false">75db12d1-3529-4eed-93e2-b80f9932b0c6</guid>
        <pubDate>Fri, 08 Dec 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3966</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_183_Podcast.7d4381da12c4.jpg"/>
        <rp:twitter-handles>@brendan_m6s, @nthapen</rp:twitter-handles>
        <rp:twitter-title>“Exploring Code Reviews in Python and Automating the Process” with @brendan_m6s, @nthapen</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>182</itunes:episode>
        <title>Building a Python JSON Parser &amp; Discussing Ideas for PEPs</title>
        <itunes:title>Building a Python JSON Parser &amp; Discussing Ideas for PEPs</itunes:title>
        <link>https://realpython.com/podcasts/rpp/182/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We consider a couple of Python syntax and functional ideas posted to the discussions on python.org. The first idea is for simplifying the syntax of a function&amp;rsquo;s keyword arguments, and the second is for the ability to return a &lt;code&gt;NamedTuple&lt;/code&gt; from a function. The threads reveal steps within the Python Enhancement Proposal (PEP) process and the goal of finding a sponsor.&lt;/p&gt;
&lt;p&gt;Christopher covers a tutorial on building a JSON-like parser in Python. The project is a solid place to start if you want to learn about parsing and developing rules for recognizing syntax and extracting data.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of release announcements and news items, a step-by-step guide to building a hangman game for the command line in Python, the reasons why the Django admin is supposedly ugly and ways to customize it to differentiate admin environments, an explanation of confusing git terminology, a project to extract links from a remote HTML resource, and a regex crossword game.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-advent-of-code/&quot;&gt;Advent of Code: Solving Puzzles With Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Advent of Code is an online advent calendar that shares new programming puzzles each day from December 1 to the 25. In this Code Conversation, you&amp;rsquo;ll learn why solving programming puzzles can be beneficial and how you can get started with Advent of Code using Python.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:46 &amp;ndash; PyPI has completed its first security audit&lt;/li&gt;
&lt;li&gt;00:03:55 &amp;ndash; Python Developers Survey 2023&lt;/li&gt;
&lt;li&gt;00:04:45 &amp;ndash; Wagtail 5.2 (LTS) Released&lt;/li&gt;
&lt;li&gt;00:05:02 &amp;ndash; How many Python core devs use typing?&lt;/li&gt;
&lt;li&gt;00:07:51 &amp;ndash; Build a Hangman Game for the Command Line in Python&lt;/li&gt;
&lt;li&gt;00:17:30 &amp;ndash; Why Is the Django Admin &amp;ldquo;Ugly&amp;rdquo;?&lt;/li&gt;
&lt;li&gt;00:20:37 &amp;ndash; Customize the Django Admin to Differentiate Environments&lt;/li&gt;
&lt;li&gt;00:22:48 &amp;ndash; Confusing git Terminology&lt;/li&gt;
&lt;li&gt;00:30:01 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:31:31 &amp;ndash; Let&amp;rsquo;s Make a Silly JSON-like Parser&lt;/li&gt;
&lt;li&gt;00:34:31 &amp;ndash; Idea: Return a &lt;code&gt;NamedTuple&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:45:08 &amp;ndash; Idea: Syntactic Sugar to Encourage Use of Named Arguments&lt;/li&gt;
&lt;li&gt;00:50:31 &amp;ndash; grablinks: Extract Links From a Remote HTML Resource&lt;/li&gt;
&lt;li&gt;00:52:43 &amp;ndash; Regex Crossword&lt;/li&gt;
&lt;li&gt;00:55:46 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-11-14-1-pypi-completes-first-security-audit/&quot;&gt;PyPI has completed its first security audit - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://survey.alchemer.com/s3/7554174/python-developers-survey-2023&quot;&gt;Python Developers Survey 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.wagtail.org/en/latest/releases/5.2.html&quot;&gt;Wagtail 5.2 (LTS) Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.orsinium.dev/posts/py/core-devs-typing/&quot;&gt;How many Python core devs use typing? - Gram Publishing v2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-hangman/&quot;&gt;Build a Hangman Game for the Command Line in Python&lt;/a&gt; &amp;ndash; In this step-by-step project, you&amp;rsquo;ll learn how to write the game of hangman in Python for the command line. You&amp;rsquo;ll learn how to structure the game as a text-based interface (TUI) application.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.coderedcorp.com/blog/why-is-the-django-admin-ugly/&quot;&gt;Why Is the Django Admin &amp;ldquo;Ugly&amp;rdquo;?&lt;/a&gt; &amp;ndash; When Vince was talking with people at DjangoCon US, one question kept coming up: &lt;em&gt;Why is the Django admin so &amp;ldquo;ugly&amp;rdquo;?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://406.ch/writing/customize-the-django-admin-to-differentiate-environments/&quot;&gt;Customize the Django Admin to Differentiate Environments&lt;/a&gt; &amp;ndash; A quick post about changing the color scheme of the Django admin depending on what environment the code is deployed within. Although Django specific, this is a great idea&amp;mdash;visually reminding your admins and developers whether they&amp;rsquo;re in dev, staging, or production.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2023/11/01/confusing-git-terminology/&quot;&gt;Confusing git Terminology&lt;/a&gt; &amp;ndash; Julia is working on a doc that explains git and, in doing so, polled some people about what git terminology they found confusing. This post covers the most common responses and attempts to clear up the confusion.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arunmani.in/articles/silly-json-parser/&quot;&gt;Let&amp;rsquo;s Make a Silly JSON-like Parser&lt;/a&gt; &amp;ndash; This article goes into deep detail on how you would construct a JSON parser in Python. If you&amp;rsquo;re new to parsing, then this is a great place to start.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/an-idea-to-allow-implicit-return-of-namedtuples/37546&quot;&gt;Idea: Return a &lt;code&gt;NamedTuple&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/syntactic-sugar-to-encourage-use-of-named-arguments/36217&quot;&gt;Idea: Syntactic Sugar to Encourage Use of Named Arguments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/the-real-tokai/grablinks&quot;&gt;grablinks: Extract Links From a Remote HTML Resource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://regexcrossword.com/&quot;&gt;Regex Crossword&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ole.michelsen.dk/portfolio/regexmobile/&quot;&gt;Regex Crossword Mobile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/2/&quot;&gt;Episode #2: Learn Python Skills While Creating Games – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/179/&quot;&gt;Episode #179: Improving Your Git Developer Experience in Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-namedtuple/&quot;&gt;Write Pythonic and Clean Code With &lt;code&gt;namedtuple&lt;/code&gt; – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-advent-of-code/&quot;&gt;Advent of Code: Solving Puzzles With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-namedtuple/&quot;&gt;Writing Clean, Pythonic Code With namedtuple&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E182_02_Cx2.e75022352095.mp3" type="audio/mpeg" length="55305948"/>
        <guid isPermaLink="false">d9a14dda-f886-4da9-8f76-2793a7316a5d</guid>
        <pubDate>Fri, 01 Dec 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3391</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_182_Podcast.a4a3ab1f6e36.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Building a Python JSON Parser &amp; Discussing Ideas for PEPs”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>181</itunes:episode>
        <title>Computational Thinking &amp; Learning Python During an AI Revolution</title>
        <itunes:title>Computational Thinking &amp; Learning Python During an AI Revolution</itunes:title>
        <link>https://realpython.com/podcasts/rpp/181/</link>
        <description>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 upcoming book &quot;Mastering Python: A Problem Solving Approach.&quot;</description>
        <content:encoded>&lt;p&gt;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 upcoming book &amp;ldquo;Mastering Python: A Problem Solving Approach.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Lawrence shares how learning Python helped him through a dark and trying time. He developed lifelong skills that he wants to pass along through teaching and authoring a book.&lt;/p&gt;
&lt;p&gt;We discuss what you can do to prepare for a future where coding jobs are automated through AI. He shares ways that Python can help build the higher-order thinking skills required by future careers. We also talk about how Python can help with computational thinking and promote cognitive development.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Site24x7.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/looping-with-python-enumerate/&quot;&gt;Looping With Python &lt;code&gt;enumerate()&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you learn about &lt;code&gt;for&lt;/code&gt; loops in Python, you know that using an index to access items in a sequence isn&amp;rsquo;t very Pythonic. So what do you do when you need that index value? In this course, you&amp;rsquo;ll learn all about Python&amp;rsquo;s built-in &lt;code&gt;enumerate()&lt;/code&gt;, where it&amp;rsquo;s used, and how you can emulate its behavior.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:29 &amp;ndash; Learning Python and changing how you think&lt;/li&gt;
&lt;li&gt;00:05:07 &amp;ndash; What is the goal of the book?&lt;/li&gt;
&lt;li&gt;00:05:59 &amp;ndash; Discovering Python during a dark period&lt;/li&gt;
&lt;li&gt;00:10:32 &amp;ndash; What is unique to Python that helped you?&lt;/li&gt;
&lt;li&gt;00:12:43 &amp;ndash; How did you start teaching Python?&lt;/li&gt;
&lt;li&gt;00:14:40 &amp;ndash; Teaching Python to art students&lt;/li&gt;
&lt;li&gt;00:18:52 &amp;ndash; Sponsor: Site24x7.com&lt;/li&gt;
&lt;li&gt;00:19:48 &amp;ndash; Why write about computational thinking?&lt;/li&gt;
&lt;li&gt;00:21:55 &amp;ndash; Why learn Python now?&lt;/li&gt;
&lt;li&gt;00:25:18 &amp;ndash; Multiple modalities for Python&lt;/li&gt;
&lt;li&gt;00:29:32 &amp;ndash; Other optimistic thoughts on the future&lt;/li&gt;
&lt;li&gt;00:34:15 &amp;ndash; Reskilling a workforce&lt;/li&gt;
&lt;li&gt;00:37:16 &amp;ndash; What skills can be developed?&lt;/li&gt;
&lt;li&gt;00:41:13 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:42:40 &amp;ndash; Bloom&amp;rsquo;s taxonomy&lt;/li&gt;
&lt;li&gt;00:48:00 &amp;ndash; Sharing the positive impact of Python&lt;/li&gt;
&lt;li&gt;00:50:26 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:51:32 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:52:45 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:52:47 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.weforum.org/publications/the-future-of-jobs-report-2023/digest/&quot;&gt;The Future of Jobs Report 2023 - World Economic Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.lawrencegray.com/mastering-python-book&quot;&gt;Mastering Python: Get Access to Chapter 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Computational_thinking&quot;&gt;Computational thinking - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Bloom&#x27;s_taxonomy&quot;&gt;Bloom&amp;rsquo;s taxonomy - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.allendowney.com/blog/&quot;&gt;Probably Overthinking It – Data science, Bayesian Statistics, and other ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/index.html&quot;&gt;scikit-learn: machine learning in Python - documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.scikit-yb.org/en/latest/index.html&quot;&gt;Yellowbrick: Machine Learning Visualization - documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2024/&quot;&gt;PyCon US 2024 - PyCon US 2024&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/events/education-summit/index.html&quot;&gt;Education Summit - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pytorch.org/get-started/locally/&quot;&gt;PyTorch - Get Started&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.lawrencegray.com/python&quot;&gt;Lawrence Gray Personal Site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/how-to-write-pythonic-loops/&quot;&gt;How to Write Pythonic Loops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/looping-with-python-enumerate/&quot;&gt;Looping With Python enumerate()&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E181_03_Lawrence.b5ae93279f16.mp3" type="audio/mpeg" length="53082137"/>
        <guid isPermaLink="false">548c22da-921d-47dc-9964-e6d37af42e3f</guid>
        <pubDate>Fri, 17 Nov 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3252</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_181_Podcast.e793e13b8998.jpg"/>
        <rp:twitter-handles>@larrygray</rp:twitter-handles>
        <rp:twitter-title>“Computational Thinking &amp; Learning Python During an AI Revolution” with @larrygray</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>180</itunes:episode>
        <title>Studying Python Software Architecture &amp; Creating Lambda Expressions</title>
        <itunes:title>Studying Python Software Architecture &amp; Creating Lambda Expressions</itunes:title>
        <link>https://realpython.com/podcasts/rpp/180/</link>
        <description>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 batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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 batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a set of resources that developers can study to learn how to structure projects. The collection was shared in a blog post titled &amp;ldquo;Great Resources a Beginner Might Not Find So Easily.&amp;rdquo; It includes a pair of books on the architecture of large software applications and another aimed at more modest projects.&lt;/p&gt;
&lt;p&gt;We consider when you should use lambda expressions in your Python code. These one-line expressions create anonymous functions. How do they differ from standard functions, and where is it appropriate to use them? &lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of release announcements, an explanation of Python as a compiled language, a discussion covering the controversy about the recent Flask release, a project for writing less Selenium code, and a project to create ASCII art with Python.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Site24x7.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/solid-principles-python/&quot;&gt;Design and Guidance: Object-Oriented Programming in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn about the SOLID principles, which are five well-established standards for improving your object-oriented design in Python. By applying these principles, you can create object-oriented code that is more maintainable, extensible, scalable, and testable.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction &lt;/li&gt;
&lt;li&gt;00:02:50 &amp;ndash; PyCon US 2024 Call for Proposals&lt;/li&gt;
&lt;li&gt;00:03:18 &amp;ndash; Django 5.0 Beta 1 Released&lt;/li&gt;
&lt;li&gt;00:03:29 &amp;ndash; Django security releases issued: 4.2.7, 4.1.13, and 3.2.23&lt;/li&gt;
&lt;li&gt;00:03:51 &amp;ndash; The Ruff Formatter: Python&amp;rsquo;s Fastest Formatter&lt;/li&gt;
&lt;li&gt;00:04:50 &amp;ndash; What Are Lambda Expressions?&lt;/li&gt;
&lt;li&gt;00:12:01 &amp;ndash; Sponsor: Site24x7.com&lt;/li&gt;
&lt;li&gt;00:12:56 &amp;ndash; Python Is a Compiled Language&lt;/li&gt;
&lt;li&gt;00:16:01 &amp;ndash; Great Resources a Beginner Might Not Find So Easily&lt;/li&gt;
&lt;li&gt;00:27:01 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:32 &amp;ndash; We Have to Talk About Flask&lt;/li&gt;
&lt;li&gt;00:41:46 &amp;ndash; selenium-python-helium: Write Less Selenium Code&lt;/li&gt;
&lt;li&gt;00:45:23 &amp;ndash; pyfiglet: An implementation of figlet written in Python&lt;/li&gt;
&lt;li&gt;00:47:17 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pretalx.com/pyconus2024/&quot;&gt;PyCon US 2024 Call for Proposals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/oct/23/django-50-beta-1-released/&quot;&gt;Django 5.0 Beta 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/nov/01/security-releases/&quot;&gt;Django security releases issued: 4.2.7, 4.1.13, and 3.2.23 | Weblog | Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.blog.pythonlibrary.org/2023/10/25/the-ruff-formatter-pythons-fastest-formatter/&quot;&gt;The Ruff Formatter: Python&amp;rsquo;s Fastest Formatter&lt;/a&gt; &amp;ndash; You may have come across Ruff, a linter that&amp;rsquo;s been on the scene for about a year. Well, it recently added formatting to its features. This article shows you how, including the configuration option to allow single-quote style.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pythonmorsels.com/lambda-expressions/&quot;&gt;What Are Lambda Expressions?&lt;/a&gt; &amp;ndash; This post teaches you what lambda expressions are and how they get used in Python. It shows several examples and also covers when to avoid lambda expressions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://eddieantonio.ca/blog/2023/10/25/python-is-a-compiled-language/&quot;&gt;Python Is a Compiled Language&lt;/a&gt; &amp;ndash; Python is interpreted, but it interprets compiled code. This distinction can be confusing to students, and this instructor does a deep dive on where the line between the concepts sits.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://death.andgravity.com/aosa&quot;&gt;Great Resources a Beginner Might Not Find So Easily&lt;/a&gt; &amp;ndash; Are you having trouble making the modules work together in a larger project? Have you tried looking at popular projects as models, but did their size and scope put you off? Did you find it hard to see why they did what they did? Resources about this do exist, but they&amp;rsquo;re scattered all over&amp;hellip;unless you know where to look.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.miguelgrinberg.com/post/we-have-to-talk-about-flask&quot;&gt;We Have to Talk About Flask&lt;/a&gt; &amp;ndash; The most recent release of Flask and Werkzeug have introduced backward incompatible changes that are affecting popular add-ons. Miguel writes about how this is a common occurrence and why it keeps happening.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/mitsuhiko/status/1719716779532931466&quot;&gt;Armin Ronacher on X: Flask today is a different framework than the one I have created&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.miguelgrinberg.com/post/some-more-to-talk-about-flask&quot;&gt;Some More To Talk About Flask - miguelgrinberg.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=37944326&quot;&gt;We Have to Talk About Flask - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/18/#t=3613&quot;&gt;Episode #18: Ten Years of Flask: Conversation With Creator Armin Ronacher - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mherrmann/selenium-python-helium&quot;&gt;selenium-python-helium: Write Less Selenium Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/pyfiglet/&quot;&gt;pyfiglet: An implementation of figlet written in Python - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/reference/expressions.html#lambda&quot;&gt;Lambdas - Expressions - Python 3.12.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-lambda/#appropriate-uses-of-lambda-expressions&quot;&gt;How to Use Python Lambda Functions - Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://aosabook.org/en/index.html#aosa2&quot;&gt;The Architecture of Open Source Applications&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/9/&quot;&gt;Episode #9: Leveling Up Your Python Literacy and Finding Python Projects to Study - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/62/&quot;&gt;Episode #62: Selecting the Ideal Data Structure &amp;amp; Unravelling Python&amp;rsquo;s &amp;ldquo;pass&amp;rdquo; and &amp;ldquo;with&amp;rdquo; - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/asciimatics/&quot;&gt;asciimatics - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-class-object/&quot;&gt;Class Concepts: Object-Oriented Programming in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/solid-principles-python/&quot;&gt;Design and Guidance: Object-Oriented Programming in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-class-inheritance/&quot;&gt;Inheritance and Internals: Object-Oriented Programming in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E180_03_Cx2.a883fdaf6b17.mp3" type="audio/mpeg" length="47360139"/>
        <guid isPermaLink="false">476c8bdc-5640-4836-ba6f-820aae783844</guid>
        <pubDate>Fri, 10 Nov 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2897</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_180_Podcast.caa28f5fd1ec.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Studying Python Software Architecture &amp; Creating Lambda Expressions”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>179</itunes:episode>
        <title>Improving Your Git Developer Experience in Python</title>
        <itunes:title>Improving Your Git Developer Experience in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/179/</link>
        <description>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, &quot;Boost Your Git DX.&quot;</description>
        <content:encoded>&lt;p&gt;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, &amp;ldquo;Boost Your Git DX.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Adam brings advice about creating a Git configuration, enabling autocorrect, and customizing a global ignore file. He combed through the cryptic documentation and found the valuable developer settings, so you won&amp;rsquo;t have to.&lt;/p&gt;
&lt;p&gt;Adam also shares tools and settings to speed up your terminal workflows. We discuss configuring Zsh, creating aliases, and comparing diffs. We briefly dig into the most recent update to Django and his work on the project.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Taipy.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-git-github-intro/&quot;&gt;Introduction to Git and GitHub for Python Developers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What is Git,  what is GitHub, and what&amp;rsquo;s the difference? Learn the basics of Git and GitHub from the perspective of a Pythonista in this step-by-step video course.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:13 &amp;ndash; When did you start working on this book?&lt;/li&gt;
&lt;li&gt;00:06:11 &amp;ndash; Git&amp;rsquo;s tendency to be inscrutable&lt;/li&gt;
&lt;li&gt;00:08:57 &amp;ndash; Audience for the book&lt;/li&gt;
&lt;li&gt;00:09:47 &amp;ndash; What have you learned about writing?&lt;/li&gt;
&lt;li&gt;00:13:41 &amp;ndash; What were you most excited to share?&lt;/li&gt;
&lt;li&gt;00:14:34 &amp;ndash; Global Git ignore&lt;/li&gt;
&lt;li&gt;00:19:53 &amp;ndash; Sponsor: Taipy&lt;/li&gt;
&lt;li&gt;00:20:58 &amp;ndash; Backing up configuration&lt;/li&gt;
&lt;li&gt;00:22:37 &amp;ndash; Git autocorrect&lt;/li&gt;
&lt;li&gt;00:24:48 &amp;ndash; Recovering from mistakes&lt;/li&gt;
&lt;li&gt;00:27:58 &amp;ndash; Creating terminal aliases in Zsh&lt;/li&gt;
&lt;li&gt;00:31:59 &amp;ndash; Using a Colemak keyboard layout&lt;/li&gt;
&lt;li&gt;00:34:33 &amp;ndash; Changing the diff-options to histogram&lt;/li&gt;
&lt;li&gt;00:37:22 &amp;ndash; Altering the global configuration file&lt;/li&gt;
&lt;li&gt;00:39:36 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:41:05 &amp;ndash; Brief history of the Git project&lt;/li&gt;
&lt;li&gt;00:44:27 &amp;ndash; delta - syntax-highlighting pager for git, diff, and grep output&lt;/li&gt;
&lt;li&gt;00:45:22 &amp;ndash; pygments-git - Pygments lexers for Git output and files&lt;/li&gt;
&lt;li&gt;00:46:56 &amp;ndash; What are you excited about in the world of Git?&lt;/li&gt;
&lt;li&gt;00:49:17 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:52:51 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:53:50 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:55:23 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://adamchainz.gumroad.com/l/bygdx&quot;&gt;Boost Your Git DX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/2023/10/04/boost-your-git-dx-out-now/&quot;&gt;&amp;ldquo;Boost Your Git DX&amp;rdquo; out now - Adam Johnson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamchainz.gumroad.com/l/byddx&quot;&gt;Boost Your Django DX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/2022/11/06/git-set-up-a-global-ignore-file/&quot;&gt;Git: How to set up a global ignore file - Adam Johnson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile&quot;&gt;Git - git-config Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/2022/10/26/git-how-to-enable-autocorrect/&quot;&gt;Git: How to enable autocorrect - Adam Johnson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2018/10/27/new-zine--oh-shit--git-/&quot;&gt;New zine: Oh shit, Git!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ohshitgit.com/&quot;&gt;Oh Shit, Git!?!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://git-scm.com/docs/git-reflog&quot;&gt;Git - git-reflog Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ohmyz.sh/&quot;&gt;Oh My Zsh - a delightful &amp;amp; open source framework for Zsh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://starship.rs/&quot;&gt;Starship: Cross-Shell Prompt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://git-scm.com/docs/diff-options&quot;&gt;Git - diff-options Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration&quot;&gt;Git - Git Configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://colemak.com/&quot;&gt;Colemak - Keyboard Layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dandavison/delta&quot;&gt;delta: A syntax-highlighting pager for Git, diff, and grep output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/pygments-git/&quot;&gt;pygments-git - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sapling-scm.com/&quot;&gt;Sapling from Meta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/martinvonz/jj&quot;&gt;Jujutsu: A Git-compatible DVCS that is both simple and powerful&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/oct/23/django-50-beta-1-released/&quot;&gt;Django 5.0 beta 1 released - Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/tech/&quot;&gt;Adam Johnson&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@adamchainz&quot;&gt;Adam Johnson (@adamchainz@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adamj.eu/projects/&quot;&gt;Projects - Adam Johnson&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-git-github-intro/&quot;&gt;Introduction to Git and GitHub for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/set-up-django-project/&quot;&gt;How to Set Up a Django Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E179_03_Adam.dac8685c9cab.mp3" type="audio/mpeg" length="55168699"/>
        <guid isPermaLink="false">b3411130-8cb1-4ca2-8013-5e0c335ccfc6</guid>
        <pubDate>Fri, 03 Nov 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3386</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_179_Podcast.c5f9d1390f7e.jpg"/>
        <rp:twitter-handles>@AdamChainz</rp:twitter-handles>
        <rp:twitter-title>“Improving Your Git Developer Experience in Python” with @AdamChainz</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>178</itunes:episode>
        <title>Guiding Scientific Python Library Development</title>
        <itunes:title>Guiding Scientific Python Library Development</itunes:title>
        <link>https://realpython.com/podcasts/rpp/178/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We talk about the creation of the Scientific Python Library Development Guide. The guide was finalized during the 2023 Scientific Python Developer Summit and is a resource for modern packaging. It includes sections of tutorials, principles, templates, and common patterns.&lt;/p&gt;
&lt;p&gt;Christopher shares a recent Real Python tutorial about sorting Unicode strings in Python. He covers some of the pitfalls and ways to avoid them. The tutorial includes multiple third-party libraries to assist in wrangling Unicode characters.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of release announcements, information on namespaces and variable scope in Python, benchmark comparisons of Numba and Mojo, a discussion of recent so-called AI fails, a TUI for log files with a merged timeline, a cross-platform GUI building tool similar to HyperCard, and a project for reproducing exact &lt;code&gt;argparse&lt;/code&gt; arguments.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this Code Conversation video course, you&amp;rsquo;ll take a deep dive into how scopes and closures work in Python. To do this, you&amp;rsquo;ll use a debugger to walk through some sample code, and then you&amp;rsquo;ll take a peek under the hood to see how Python holds variables internally.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:30 &amp;ndash; Python 3.13.0 alpha 1 is now available&lt;/li&gt;
&lt;li&gt;00:03:20 &amp;ndash; core.py - Podcast&lt;/li&gt;
&lt;li&gt;00:03:53 &amp;ndash; PEP 730 - Adding iOS as a supported platform&lt;/li&gt;
&lt;li&gt;00:05:22 &amp;ndash; Mojo🔥 is now available on Mac&lt;/li&gt;
&lt;li&gt;00:06:28 &amp;ndash; How to Sort Unicode Strings Alphabetically in Python&lt;/li&gt;
&lt;li&gt;00:11:48 &amp;ndash; Python Variables: Namespaces and Variable Scope&lt;/li&gt;
&lt;li&gt;00:18:18 &amp;ndash; Mojo: Head-to-Head With Python and Numba&lt;/li&gt;
&lt;li&gt;00:27:25 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:50 &amp;ndash; The Scientific Python Library Development Guide&lt;/li&gt;
&lt;li&gt;00:32:47 &amp;ndash; I&amp;rsquo;m banned for life from advertising on Meta&lt;/li&gt;
&lt;li&gt;00:48:03 &amp;ndash; &lt;code&gt;logmerger&lt;/code&gt;: TUI for Log Files With Merged Timeline&lt;/li&gt;
&lt;li&gt;00:50:34 &amp;ndash; CardStock: Cross-Platform GUI Building Tool&lt;/li&gt;
&lt;li&gt;00:54:24 &amp;ndash; &lt;code&gt;reverse_argparse&lt;/code&gt;: Tell the User What They Ran&lt;/li&gt;
&lt;li&gt;00:56:25 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/10/python-3130-alpha-1-is-now-available.html&quot;&gt;Python Insider: Python 3.13.0 alpha 1 is now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://podcasters.spotify.com/pod/show/corepy&quot;&gt;core.py - Podcast by Pablo Galindo and Łukasz Langa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0730/&quot;&gt;PEP 730 - Adding iOS as a supported platform - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.modular.com/blog/mojo-is-now-available-on-mac&quot;&gt;Modular: Mojo🔥 is now available on Mac&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-sort-unicode-strings/&quot;&gt;How to Sort Unicode Strings Alphabetically in Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to correctly sort Unicode strings in Python while avoiding common pitfalls. You&amp;rsquo;ll explore powerful third-party libraries implementing the complete Unicode Collation Algorithm (UCA), as well as standard library modules and a few handmade solutions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://muhammadraza.me/2023/Python-Namespace/&quot;&gt;Python Variables: Namespaces and Variable Scope&lt;/a&gt; &amp;ndash; This post is a comprehensive guide on namespaces and variable scope. Learn about the four different namespaces and how to access each.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/maximsaplin/mojo-head-to-head-with-python-and-numba-5bn9&quot;&gt;Mojo: Head-to-Head With Python and Numba&lt;/a&gt; &amp;ndash; This article covers a Mandelbrot-based benchmark of Python, variations of Numba, and the newly available Mojo. Although Mojo is fast, it takes a lot more work than the author expected to translate Python to it, and with the right parameters, Numba still beats it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.scientific-python.org/scientific-python/dev-summit-1-development-guide/&quot;&gt;The Scientific Python Development Guide&lt;/a&gt; &amp;ndash; This article talks about the release of the Scientific Python Development Guide, which documents Python package development. It includes cookie-cutter templates and repo tools.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lerner.co.il/2023/10/19/im-banned-for-life-from-advertising-on-meta-because-i-teach-python/&quot;&gt;I&amp;rsquo;m banned for life from advertising on Meta. Because I teach Python. — Reuven Lerner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.404media.co/ai-generated-mushroom-foraging-books-amazon/&quot;&gt;&amp;lsquo;Life or Death:&amp;rsquo; AI-Generated Mushroom Foraging Books Are All Over Amazon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ptmcg/logmerger&quot;&gt;&lt;code&gt;logmerger&lt;/code&gt;: TUI for Log Files With Merged Timeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/benjie-git/CardStock&quot;&gt;CardStock: Cross-Platform GUI Building Tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sandialabs/reverse_argparse&quot;&gt;&lt;code&gt;reverse_argparse&lt;/code&gt;: Tell the User What They Ran&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://beeware.org/&quot;&gt;Write once. Deploy everywhere. - BeeWare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-scope-legb-rule/&quot;&gt;Python Scope &amp;amp; the LEGB Rule: Resolving Names in Your Code - Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python - Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thonny.org/&quot;&gt;Thonny, Python IDE for beginners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-hep.org/about&quot;&gt;Scikit-HEP - About&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/39/&quot;&gt;Episode #39: Generators, Coroutines, and Learning Python Through Exercises - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/gadgets/2019/05/25-years-of-hypercard-the-missing-link-to-the-web/&quot;&gt;30-plus years of HyperCard, the missing link to the Web - Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cardstock.run/&quot;&gt;CardStock.run - Quickly and easily build apps on the web&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/navigate-namespaces-scope/&quot;&gt;Navigating Namespaces and Scope in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-unicode/&quot;&gt;Unicode in Python: Working With Character Encodings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E178_02_Cx2.58dc666e4379.mp3" type="audio/mpeg" length="55945309"/>
        <guid isPermaLink="false">e4323818-15ed-4417-a6c6-9e8b460a21c5</guid>
        <pubDate>Fri, 27 Oct 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3430</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_178_Podcast.f291fa0ae7b6.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Guiding Scientific Python Library Development”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>177</itunes:episode>
        <title>Welcoming PyPI&#x27;s Safety &amp; Security Engineer Mike Fiedler</title>
        <itunes:title>Welcoming PyPI&#x27;s Safety &amp; Security Engineer Mike Fiedler</itunes:title>
        <link>https://realpython.com/podcasts/rpp/177/</link>
        <description>You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We&#x27;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.</description>
        <content:encoded>&lt;p&gt;You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We&amp;rsquo;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.&lt;/p&gt;
&lt;p&gt;Mike talks about how he started as a contributor to PyPI and eventually became a maintainer. We dig into why he fits this new role well and what his responsibilities are.&lt;/p&gt;
&lt;p&gt;We discuss the initiative to secure accounts using two-factor authentication (2FA) methods. Mike also explains how package maintainers can adopt a new, more secure publishing method called trusted publishing that doesn&amp;rsquo;t require long-lived passwords.&lt;/p&gt;
&lt;p&gt;We also discuss Mike&amp;rsquo;s recent talk called &amp;ldquo;How to Give Back to Open Source Without Losing Your Mind.&amp;rdquo; Mike shares advice and resources for finding your own contribution entry points.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/pypi-publish-python-package/&quot;&gt;Publishing Python Packages to PyPI&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Index. Quickly get up to speed on everything from naming your package to configuring it using &lt;code&gt;setup.cfg&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:11 &amp;ndash; PyPI Safety and Security Engineer&lt;/li&gt;
&lt;li&gt;00:05:21 &amp;ndash; Why did you initially become a PyPI contributor?&lt;/li&gt;
&lt;li&gt;00:11:26 &amp;ndash; What are you most excited about in your new role?&lt;/li&gt;
&lt;li&gt;00:12:02 &amp;ndash; Current security concerns&lt;/li&gt;
&lt;li&gt;00:15:07 &amp;ndash; Focus on malicious package reporting&lt;/li&gt;
&lt;li&gt;00:16:30 &amp;ndash; 2FA enforcement and building trust&lt;/li&gt;
&lt;li&gt;00:26:51 &amp;ndash; Managing credentials and password managers&lt;/li&gt;
&lt;li&gt;00:29:24 &amp;ndash; Forms of 2FA &lt;/li&gt;
&lt;li&gt;00:31:48 &amp;ndash; Trusted publishers&lt;/li&gt;
&lt;li&gt;00:38:08 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:28 &amp;ndash; Updating an older project&lt;/li&gt;
&lt;li&gt;00:41:44 &amp;ndash; Evolution of security&lt;/li&gt;
&lt;li&gt;00:43:06 &amp;ndash; Typosquatting and evolving security&lt;/li&gt;
&lt;li&gt;00:49:13 &amp;ndash; How To Give Back to Open Source Without Losing Your Mind&lt;/li&gt;
&lt;li&gt;00:52:48 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:54:45 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:57:06 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:57:37 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-08-04-pypi-hires-safety-engineer/&quot;&gt;PyPI hires a Safety &amp;amp; Security Engineer - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-09-18-inbound-malware-reporting/&quot;&gt;Inbound Malware Volume Report - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-08-08-2fa-enforcement-for-new-users/&quot;&gt;2FA Enforcement for New User Registrations - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/security-key-giveaway/&quot;&gt;PyPI 2FA Security Key Giveaway - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ntia.gov/page/software-bill-materials&quot;&gt;Software Bill Of Materials - National Telecommunications and Information Administration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/&quot;&gt;Introducing &amp;lsquo;Trusted Publishers&amp;rsquo; - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.pypi.org/trusted-publishers/&quot;&gt;Trusted Publishers - Getting Started - PyPI Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://vbrownbag.com/2023/05/episode-followup-how-to-give-back-to-open-source-without-losing-your-mind/&quot;&gt;How To Give Back to Open Source Without Losing Your Mind – vBrownBag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://goodfirstissues.dev&quot;&gt;Good First Issues - OpenSauced&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://goodfirstissues.com/&quot;&gt;Good First Issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hacktoberfest.com/participation/&quot;&gt;Participation - Hacktoberfest 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3120/&quot;&gt;Python Release Python 3.12.0 - Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://htmx.org/&quot;&gt; htmx - high power tools for html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/&quot;&gt;The web framework for perfectionists with deadlines - Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/&quot;&gt;The Python Package Index - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@miketheman@hachyderm.io&quot;&gt;Mike Fiedler, Code Gardener (@miketheman@hachyderm.io) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/mikefiedler&quot;&gt;Mike Fiedler, Code Gardener (@mikefiedler) / X&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mike.fiedler.me/&quot;&gt;Mike Fiedler&amp;rsquo;s personal website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/what-is-pip/&quot;&gt;A Beginner&amp;#x27;s Guide to pip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pypi-publish-python-package/&quot;&gt;Publishing Python Packages to PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E177_02_Mike.a809b10acbc7.mp3" type="audio/mpeg" length="57180136"/>
        <guid isPermaLink="false">7b3ee503-35ba-41be-ba62-353f1ab79b8a</guid>
        <pubDate>Fri, 20 Oct 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3511</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_177_Podcast.2b30f45565a4.jpg"/>
        <rp:twitter-handles>@mikefiedler</rp:twitter-handles>
        <rp:twitter-title>“Welcoming PyPI&#x27;s Safety &amp; Security Engineer Mike Fiedler” with @mikefiedler</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>176</itunes:episode>
        <title>Building Python Best Practices and Fundamental Skills</title>
        <itunes:title>Building Python Best Practices and Fundamental Skills</itunes:title>
        <link>https://realpython.com/podcasts/rpp/176/</link>
        <description>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&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;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&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher opens our discussion by sharing a recent social media thread about teaching software engineering best practices to scientists and others without a computer science background. We talk about software design philosophy and strategies for sharing knowledge within an organization.&lt;/p&gt;
&lt;p&gt;We cover the results from the sixth annual official Python Developer Survey. The survey covers Python usage, language versions, frameworks, libraries, and various demographics. We dig into the details and share our insights.&lt;/p&gt;
&lt;p&gt;We also share several other articles and projects from the Python community, including a couple of release announcements, so many Python dataframes, ways to speed up your code when multiple cores aren&amp;rsquo;t an option, Python&amp;rsquo;s syntactic sugar, a computer algebra system named SymPy, the process of building a blog in Django, code metrics in Python with Radon, and a TUI app for daily writing.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Snyk.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-filter-function/&quot;&gt;Filtering Iterables With Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how Python&amp;rsquo;s &lt;code&gt;filter()&lt;/code&gt; works and how to use it effectively in your programs. You&amp;rsquo;ll also learn how to use list comprehension and generator expressions to replace &lt;code&gt;filter()&lt;/code&gt; and make your code more Pythonic.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:25 &amp;ndash; Django 5.0 Alpha 1 Released&lt;/li&gt;
&lt;li&gt;00:03:45 &amp;ndash; Mojo SDK Released for Linux&lt;/li&gt;
&lt;li&gt;00:04:50 &amp;ndash; Python Developers Survey 2022 Results&lt;/li&gt;
&lt;li&gt;00:13:44 &amp;ndash; Why Are There So Many Python Dataframes?&lt;/li&gt;
&lt;li&gt;00:20:24 &amp;ndash; Sponsor: Snyk&lt;/li&gt;
&lt;li&gt;00:21:15 &amp;ndash; Speeding Up Your Code When Multiple Cores Aren&amp;rsquo;t an Option&lt;/li&gt;
&lt;li&gt;00:28:41 &amp;ndash; Python Is (Mostly) Made of Syntactic Sugar&lt;/li&gt;
&lt;li&gt;00:32:57 &amp;ndash; Towards a New SymPy&lt;/li&gt;
&lt;li&gt;00:36:48 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:54 &amp;ndash; Building a Blog in Django&lt;/li&gt;
&lt;li&gt;00:41:22 &amp;ndash; What are fundamental skills and best-practices that might be lacking?&lt;/li&gt;
&lt;li&gt;00:55:02 &amp;ndash; Learning About Code Metrics in Python With Radon&lt;/li&gt;
&lt;li&gt;00:59:43 &amp;ndash; words-tui: A TUI App for Daily Writing&lt;/li&gt;
&lt;li&gt;01:02:34 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/&quot;&gt;Django 5.0 Alpha 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.modular.com/blog/mojo-its-finally-here&quot;&gt;Mojo SDK Released for Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lp.jetbrains.com/python-developers-survey-2022/&quot;&gt;Python Developers Survey 2022 Results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ponder.io/why-are-there-so-many-python-dataframes/&quot;&gt;Why Are There So Many Python Dataframes?&lt;/a&gt; &amp;ndash; Ever wonder why there are so many ways libraries that have dataframes in Python? This article talks about the different perspectives of popular tool kits to explore why they are what they are.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/optimizing-dithering/&quot;&gt;Speeding Up Your Code When Multiple Cores Aren&amp;rsquo;t an Option&lt;/a&gt; &amp;ndash; Parallelism isn&amp;rsquo;t the only answer: often you can optimize low-level code to get significant performance improvements.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/Articles/942767/&quot;&gt;Python Is (Mostly) Made of Syntactic Sugar&lt;/a&gt; &amp;ndash; &amp;ldquo;Programming languages are often made up of a (mostly) irreducible core, with lots of sugary constructs sprinkled on top&amp;ndash;the syntactic sugar.&amp;rdquo; This article summarizes a lot of Brett Cannon&amp;rsquo;s recent work exploring what&amp;rsquo;s sugar and what&amp;rsquo;s fundamental in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://oscarbenjamin.github.io/blog/czi/post1.html&quot;&gt;Towards a New SymPy&lt;/a&gt; &amp;ndash; SymPy is a computer algebra system, meaning that it does math on symbolic concepts. This can provide a lot more accuracy than typical floating-point mathematics found in numeric systems. This is part one of a multi-part article, explaining SymPy along with its recent improvements. &lt;a href=&quot;https://oscarbenjamin.github.io/blog/czi/post2.html&quot;&gt;Part two&lt;/a&gt; discusses how SymPy handles polynomials.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://til.simonwillison.net/django/building-a-blog-in-django&quot;&gt;Building a Blog in Django&lt;/a&gt; &amp;ndash; Very little code is needed to get a blog working using the Django framework. This post highlights what you need, including each of the key code components. There&amp;rsquo;s also an &lt;a href=&quot;https://news.ycombinator.com/item?id=37482220&quot;&gt;associated Hacker News discussion&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/__mharrison__/status/1593257724397195264&quot;&gt;What are fundamental skills and best-practices that might be lacking? - Matt Harrison&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.stanford.edu/~ouster/cgi-bin/aposd.php&quot;&gt;A Philosophy of Software Design - Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/49/&quot;&gt;Episode #49: The Challenges of Developing Into a Python Professional&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.blog.pythonlibrary.org/2023/09/20/learning-about-code-metrics-in-python-with-radon/&quot;&gt;Learning About Code Metrics in Python With Radon&lt;/a&gt; &amp;ndash; Radon is a code metrics tool. This article introduces you to it and teaches you how you can improve your code based on its measurements.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anze3db/words-tui&quot;&gt;words-tui: A TUI App for Daily Writing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/157/&quot;&gt;Episode #157: Discussing Mojo &amp;amp; Improving Python Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/167/&quot;&gt;Episode #167: Exploring pandas 2.0 &amp;amp; Targets for Apache Arrow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/47/&quot;&gt;Episode #47: Unraveling Python&amp;rsquo;s Syntax to Its Core With Brett Cannon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/92/&quot;&gt;Episode #92: Continuing to Unravel Python&amp;rsquo;s Syntactic Sugar With Brett Cannon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/154/&quot;&gt;Episode #154: Targeting WebAssembly Platforms &amp;amp; Distilling a Minimum Viable Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sympy.org/en/index.html&quot;&gt;SymPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Computer_algebra_system&quot;&gt;Computer algebra system - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/simpy-simulating-with-python/&quot;&gt;SimPy: Simulating Real-World Processes With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/117/&quot;&gt;Episode #117: Measuring Python Code Quality, Simplicity, and Maintainability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sonarsource.com/&quot;&gt;Clean Code: Writing Clear, Readable, Understandable &amp;amp; Reliable Quality Code - Sonar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dqdsNoApJ80&quot;&gt;Anthony Shaw - Wily Python: Writing simpler and more maintainable Python - PyCon 2019 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Textualize/textual&quot;&gt;Textual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nanowrimo.org/national-novel-writing-month&quot;&gt;National Novel Writing Month&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/101/&quot;&gt;Episode #101: Tools for Setting Up Python on a New Machine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-filter-function/&quot;&gt;Filtering Iterables With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/defining-python-functions-with-optional-arguments/&quot;&gt;Defining Python Functions With Optional Arguments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/simulating-processes-simpy/&quot;&gt;Simulating Real-World Processes in Python With SimPy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E176_03_Cx2.676d5a365ed1.mp3" type="audio/mpeg" length="62106362"/>
        <guid isPermaLink="false">5ee59654-2eef-426c-a6a9-eb5931a757e3</guid>
        <pubDate>Fri, 13 Oct 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3817</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_176_Podcast.f23b1c0ecbfc.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Building Python Best Practices and Fundamental Skills”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>175</itunes:episode>
        <title>Exploring the New Features of Python 3.12</title>
        <itunes:title>Exploring the New Features of Python 3.12</itunes:title>
        <link>https://realpython.com/podcasts/rpp/175/</link>
        <description>Python 3.12 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, &quot;Python 3.12: Cool New Features for You to Try,&quot; came out on October 2. Christopher&#x27;s video course was posted the next day, covering the topics from the article with visual examples of Python 3.12 in action.</description>
        <content:encoded>&lt;p&gt;Python 3.12 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, &amp;ldquo;Python 3.12: Cool New Features for You to Try,&amp;rdquo; came out on October 2. Christopher&amp;rsquo;s video course was posted the next day, covering the topics from the article with visual examples of Python 3.12 in action.&lt;/p&gt;
&lt;p&gt;Geir Arne and Christopher collaborated to create code examples of the new features. We discuss better error messaging, more intuitive f-strings, subinterpreters, the Linux &lt;code&gt;perf&lt;/code&gt; profiler, improved typing syntax, and more.&lt;/p&gt;
&lt;p&gt;We dig into the updates and offer advice on incorporating them into your projects. We also consider when you should start running Python 3.12.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/new-features-python-312/&quot;&gt;What&amp;rsquo;s New in Python 3.12&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll explore the new features that Python 3.12 brings to the table. These include improved f-strings, better error messages, changes to CPython internals, additions to static typing, and more.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:15 &amp;ndash; Preview tutorials&lt;/li&gt;
&lt;li&gt;00:05:08 &amp;ndash; Ever better error messages&lt;/li&gt;
&lt;li&gt;00:10:03 &amp;ndash; More powerful f-strings&lt;/li&gt;
&lt;li&gt;00:15:46 &amp;ndash; Comprehension inlining &amp;amp; additional optimizations&lt;/li&gt;
&lt;li&gt;00:21:24 &amp;ndash; Support for subinterpreters&lt;/li&gt;
&lt;li&gt;00:27:55 &amp;ndash; Support for the Linux &lt;code&gt;perf&lt;/code&gt; profiler&lt;/li&gt;
&lt;li&gt;00:32:02 &amp;ndash; Immortal objects&lt;/li&gt;
&lt;li&gt;00:35:01 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:36:03 &amp;ndash; Calendar constants for days and months&lt;/li&gt;
&lt;li&gt;00:38:48 &amp;ndash; New &lt;code&gt;itertools.batched()&lt;/code&gt; for grouping Items&lt;/li&gt;
&lt;li&gt;00:40:53 &amp;ndash; Improved type variable syntax&lt;/li&gt;
&lt;li&gt;00:50:51 &amp;ndash; New &lt;code&gt;Path.walk()&lt;/code&gt; for listing files in subdirectories&lt;/li&gt;
&lt;li&gt;00:53:04 &amp;ndash; Override decorator for static typing&lt;/li&gt;
&lt;li&gt;00:57:36 &amp;ndash; Advice on upgrading&lt;/li&gt;
&lt;li&gt;01:03:08 &amp;ndash; Thanks to the core developer team&lt;/li&gt;
&lt;li&gt;01:04:39 &amp;ndash; Thanks to the Real Python team and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-new-features/&quot;&gt;Python 3.12: Cool New Features for You to Try&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3120/&quot;&gt;Python Release Python 3.12.0 - Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-error-messages/&quot;&gt;Python 3.12 Preview: Ever Better Error Messages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-f-strings/&quot;&gt;Python 3.12 Preview: More Intuitive and Consistent F-Strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0701/&quot;&gt;PEP 701 – Syntactic formalization of f-strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0709/&quot;&gt;PEP 709 – Inlined comprehensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-subinterpreters/&quot;&gt;Python 3.12 Preview: Subinterpreters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0554/&quot;&gt;PEP 554 – Multiple Interpreters in the Stdlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0684/&quot;&gt;PEP 684 – A Per-Interpreter GIL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-perf-profiler/&quot;&gt;Python 3.12 Preview: Support For the Linux perf Profiler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0683/&quot;&gt;PEP 683 – Immortal Objects, Using a Fixed Refcount&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0695/&quot;&gt;PEP 695 – Type Parameter Syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-typing/&quot;&gt;Python 3.12 Preview: Static Typing Improvements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0698/&quot;&gt;PEP 698 – Override Decorator for Static Typing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-type-checking/&quot;&gt;Python Type Checking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-312/&quot;&gt;What&amp;#x27;s New in Python 3.12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E175_02_GA_CT.d44e655db556.mp3" type="audio/mpeg" length="64493219"/>
        <guid isPermaLink="false">1c538e53-2697-4ddf-98eb-31587cc34b1f</guid>
        <pubDate>Fri, 06 Oct 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3969</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_175_Podcast.e4f06073b109.jpg"/>
        <rp:twitter-handles>@gahjelle, @cltrudeau</rp:twitter-handles>
        <rp:twitter-title>“Exploring the New Features of Python 3.12” with @gahjelle, @cltrudeau</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>174</itunes:episode>
        <title>Considering ChatGPT&#x27;s Technical Review of a Programming Book</title>
        <itunes:title>Considering ChatGPT&#x27;s Technical Review of a Programming Book</itunes:title>
        <link>https://realpython.com/podcasts/rpp/174/</link>
        <description>What can you learn from feeding an entire book on Python programming into ChatGPT-4 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.</description>
        <content:encoded>&lt;p&gt;What can you learn from feeding an entire book on Python programming into ChatGPT-4 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.&lt;/p&gt;
&lt;p&gt;Al wanted to test how well an LLM could understand the computer science concepts covered in his recent book, &lt;a href=&quot;https://inventwithpython.com/recursion/&quot;&gt;The Recursive Book of Recursion&lt;/a&gt;. We talk about the positive and negative results of this technical review. We consider if this would be a valuable tool for technical review of your projects. &lt;/p&gt;
&lt;p&gt;Al shares his thoughts on using ChatGPT as a learning tool and its potential pitfalls. We also cover the current strengths of this type of tool for Python developers.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/conditional-logic-control-flow-exercises/&quot;&gt;Python Basics Exercises: Conditional Logic and Control Flow&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this Python Basics Exercises course, you&amp;rsquo;ll review how to use conditional logic to write programs that perform different actions based on different conditions. Paired with functions and loops, conditional logic allows you to write complex programs that can handle many different situations.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:51 &amp;ndash; Reasons for experimenting&lt;/li&gt;
&lt;li&gt;00:04:24 &amp;ndash; Using ChatGPT to review his recursion book&lt;/li&gt;
&lt;li&gt;00:10:45 &amp;ndash; Why do this review?&lt;/li&gt;
&lt;li&gt;00:11:34 &amp;ndash; The trouble of confabulation&lt;/li&gt;
&lt;li&gt;00:18:45 &amp;ndash; Meaning of artificial intelligence over time&lt;/li&gt;
&lt;li&gt;00:28:21 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:29:54 &amp;ndash; Detailed prompts and asking for specifics&lt;/li&gt;
&lt;li&gt;00:36:44 &amp;ndash; Potential pitfalls for learning&lt;/li&gt;
&lt;li&gt;00:49:48 &amp;ndash; Checking for flaws in generated code&lt;/li&gt;
&lt;li&gt;00:54:58 &amp;ndash; How can it be useful?&lt;/li&gt;
&lt;li&gt;01:01:33 &amp;ndash; Touching briefly on ethics&lt;/li&gt;
&lt;li&gt;01:02:35 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:05:21 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:07:36 &amp;ndash; Python Programming Exercises, Gently Explained &lt;/li&gt;
&lt;li&gt;01:09:20 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:09:49 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://alsweigart.com/&quot;&gt;Al Sweigart&amp;rsquo;s Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/blog/2023/06/15/using-chatgpt-4-to-review-my-recursion-programming-book/&quot;&gt;Using ChatGPT-4 to Review My Recursion Programming Book - The Invent with Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/practical-prompt-engineering/&quot;&gt;Prompt Engineering: A Practical Example – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/chatgpt-coding-mentor-python/&quot;&gt;ChatGPT: Your Personal Python Coding Mentor – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/github-copilot-python/&quot;&gt;GitHub Copilot: Fly With Python at the Speed of Thought – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bbc.com/news/world-us-canada-65735769&quot;&gt;ChatGPT: US lawyer admits using AI for case research - BBC News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://axbom.com/hammer-ai/&quot;&gt;If a hammer was like AI…&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://axbom.com/aielements/&quot;&gt;The Elements of AI Ethics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=knUGpULAmn4&quot;&gt;Al Sweigart: An Overview of the Python Code Tool Landscape 2023 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/pythongently/&quot;&gt;Python Programming Exercises, Gently Explained&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/&quot;&gt;Invent with Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://astral.sh/ruff&quot;&gt;Ruff, an extremely fast Python linter - Astral&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://rust-cli.github.io/book/index.html&quot;&gt;Command Line Applications in Rust&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-strings-string-methods/&quot;&gt;Python Basics: Strings and String Methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/conditional-logic-control-flow-exercises/&quot;&gt;Python Basics Exercises: Conditional Logic and Control Flow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/basics-conditional-logic-control-flow/&quot;&gt;Python Basics: Conditional Logic and Control Flow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E174_02_AL.85ad60d87743.mp3" type="audio/mpeg" length="68779455"/>
        <guid isPermaLink="false">7c249120-7f7d-4ed8-9acb-b9ca7340b2ae</guid>
        <pubDate>Fri, 29 Sep 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4234</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_174_Podcast.71cac7d4d10e.jpg"/>
        <rp:twitter-handles>@AlSweigart</rp:twitter-handles>
        <rp:twitter-title>“Considering ChatGPT&#x27;s Technical Review of a Programming Book” with @AlSweigart</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>173</itunes:episode>
        <title>Getting Involved in Open Source &amp; Generating QR Codes With Python</title>
        <itunes:title>Getting Involved in Open Source &amp; Generating QR Codes With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/173/</link>
        <description>Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent article by Stefanie Molin called &amp;ldquo;5 Ways to Get Started in Open Source.&amp;rdquo; Christopher shares his experience with suggesting features and potential bug fixes. We talk about common entry points for beginners and provide additional resources. &lt;/p&gt;
&lt;p&gt;We cover a recent Real Python tutorial about creating QR codes with Python. The tutorial introduces the library Segno and tours the features. By working through the examples, you&amp;rsquo;ll be ready to build a  QR code project yourself.&lt;/p&gt;
&lt;p&gt;We also cover several other articles and projects from the Python community, including a couple of release announcements, an introduction to Python&amp;rsquo;s &lt;code&gt;functools&lt;/code&gt; module, Hatch as an alternative for packaging, options for when NumPy is too slow, a simple diceware generator project, and a collection of machine learning recipes.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With &lt;code&gt;lru_cache&lt;/code&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Caching is an essential optimization technique. In this video course, you&amp;rsquo;ll learn how to use Python&amp;rsquo;s &lt;code&gt;@lru_cache&lt;/code&gt; decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power of caching in your implementations.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:04 &amp;ndash; 2023 Django Developers Survey&lt;/li&gt;
&lt;li&gt;00:02:36 &amp;ndash; Python 3.12.0 Release Candidate 2 Available&lt;/li&gt;
&lt;li&gt;00:03:04 &amp;ndash; Pandas 2.1.0 Released&lt;/li&gt;
&lt;li&gt;00:03:27 &amp;ndash; PEP 713: Callable Modules - Rejected&lt;/li&gt;
&lt;li&gt;00:04:52 &amp;ndash; Generate Beautiful QR Codes With Python&lt;/li&gt;
&lt;li&gt;00:10:17 &amp;ndash; Introduction to Python&amp;rsquo;s Functools Module&lt;/li&gt;
&lt;li&gt;00:14:00 &amp;ndash; Switching to Hatch&lt;/li&gt;
&lt;li&gt;00:20:08 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:21:27 &amp;ndash; When NumPy is too slow&lt;/li&gt;
&lt;li&gt;00:26:31 &amp;ndash; 5 Ways to Get Started in Open Source&lt;/li&gt;
&lt;li&gt;00:42:28 &amp;ndash; nodice-cli: A simple diceware generator with no dependencies&lt;/li&gt;
&lt;li&gt;00:44:32 &amp;ndash; ML-Recipes: Collection of Machine Learning Recipes&lt;/li&gt;
&lt;li&gt;00:47:00 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/sep/05/2023-django-developers-survey/&quot;&gt;2023 Django Developers Survey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/09/python-3120-release-candidate-2-now.html&quot;&gt;Python 3.12.0 Release Candidate 2 Available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/docs/whatsnew/v2.1.0.html&quot;&gt;Pandas 2.1.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-713-callable-modules/26127/86&quot;&gt;PEP 713: Callable Modules - Rejected - PEPs - Discussions on Python.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-generate-qr-code/&quot;&gt;Generate Beautiful QR Codes With Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to use Python to generate QR codes, from your standard black-and-white QR codes to beautiful ones with your favorite colors. You&amp;rsquo;ll learn how to format QR codes, rotate them, and even replace the static background with moving images.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://florian-dahlitz.de/articles/introduction-to-pythons-functools-module&quot;&gt;Introduction to Python&amp;rsquo;s Functools Module&lt;/a&gt; &amp;ndash; This article introduces you to the functions in Python&amp;rsquo;s &lt;code&gt;functools&lt;/code&gt; module with real-world examples to help show you how and when to use each feature.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://andrich.me/2023/08/switching-to-hatch/&quot;&gt;Switching to Hatch&lt;/a&gt; &amp;ndash; Oliver used Poetry for most of his projects, but he recently tried out Hatch instead. This blog post covers what it took to get things going and what features he used, including how he ditched tox.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/numpy-is-slow/&quot;&gt;When NumPy is too slow&lt;/a&gt; &amp;ndash; NumPy is typically faster than plain Python for numeric calculations. What should you do when you find your NumPy-based code is too slow?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@stefaniemolin/5-ways-to-get-started-in-open-source-4aac430828e9&quot;&gt;5 Ways to Get Started in Open Source&lt;/a&gt; &amp;ndash; This article shares ideas for finding and making your first open-source contribution, using examples from contributions the author has made to various projects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opensourceevents.github.io/&quot;&gt;The In-Person Event Handbook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/events/sprints/&quot;&gt;Development Sprints - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hacktoberfest.com/&quot;&gt;Hacktoberfest 2023&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/avnigo/nodice-cli&quot;&gt;nodice-cli: A simple diceware generator with no dependencies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rougier/ML-Recipes&quot;&gt;ML-Recipes: Collection of Machine Learning Recipes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/157/&quot;&gt;Episode #157: Discussing Mojo &amp;amp; Improving Python Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://segno.readthedocs.io/en/latest/&quot;&gt;Segno - Python QR Code and Micro QR Code encoder — Segno documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/125/&quot;&gt;Episode #125: Improve Matplotlib With Style Sheets &amp;amp; Python Async for the Web&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/functools.html&quot;&gt;&lt;code&gt;functools&lt;/code&gt; — Higher-order functions and operations on callable objects — Python documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hatch.pypa.io/latest/&quot;&gt;About - Hatch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tox.wiki/en/4.11.3/&quot;&gt;tox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://xkcd.com/936/?correct=horse&amp;amp;battery=staple&quot;&gt;xkcd: Password Strength&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E173_02_Cx2.f0567d9ddcd4.mp3" type="audio/mpeg" length="46901685"/>
        <guid isPermaLink="false">3caa994f-32b9-4f47-a8a1-2dc31faed8d0</guid>
        <pubDate>Fri, 22 Sep 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2868</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_173_Podcast.13d2c8ae5d84.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Getting Involved in Open Source &amp; Generating QR Codes With Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>172</itunes:episode>
        <title>Measuring Multiple Facets of Python Performance With Scalene</title>
        <itunes:title>Measuring Multiple Facets of Python Performance With Scalene</itunes:title>
        <link>https://realpython.com/podcasts/rpp/172/</link>
        <description>When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn&#x27;t alter code performance while measuring it? This week on the show, we talk about Scalene with Emery Berger, Professor of Computer Science at the University of Massachusetts Amherst.</description>
        <content:encoded>&lt;p&gt;When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn&amp;rsquo;t alter code performance while measuring it? This week on the show, we talk about Scalene with Emery Berger, Professor of Computer Science at the University of Massachusetts Amherst.&lt;/p&gt;
&lt;p&gt;Emery talks about his background in memory management and his collaboration on Hoard, a scalable memory manager system used in Mac OS X. We discuss the need for improving code performance on modern computer architecture. He highlights this idea by contrasting the familiar limitations of Moore&amp;rsquo;s law with the lesser-known rule of Dennard scaling.&lt;/p&gt;
&lt;p&gt;Working with his students in the university lab, they developed Scalene. Scalene is a high-performance CPU, GPU, and memory profiler. It can look at code from the individual function or line-by-line level and compare time spent in Python vs C code. Emery talks about the recent Scalene feature of AI-powered optimization proposals and covers a couple of examples. He also shares a collection of additional Python code-assistant tools from their lab.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/if-name-main-python/&quot;&gt;What Does if &lt;strong&gt;name&lt;/strong&gt; == &amp;ldquo;&lt;strong&gt;main&lt;/strong&gt;&amp;rdquo; Mean in Python?&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn all about Python&amp;rsquo;s name-main idiom. You&amp;rsquo;ll learn what it does in Python, how it works, when to use it, when to avoid it, and how to refer to it.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:13 &amp;ndash; College of Information and Computer Sciences&lt;/li&gt;
&lt;li&gt;00:03:25 &amp;ndash; Memory management systems background&lt;/li&gt;
&lt;li&gt;00:05:15 &amp;ndash; Dennard Scaling vs Moore&amp;rsquo;s Law&lt;/li&gt;
&lt;li&gt;00:10:12 &amp;ndash; Starting work on Python profiling&lt;/li&gt;
&lt;li&gt;00:15:00 &amp;ndash; Deciding on a statistical profiler&lt;/li&gt;
&lt;li&gt;00:17:05 &amp;ndash; Wanting to trace memory&lt;/li&gt;
&lt;li&gt;00:21:21 &amp;ndash; Finding memory issues&lt;/li&gt;
&lt;li&gt;00:23:59 &amp;ndash; Line-by-line analysis&lt;/li&gt;
&lt;li&gt;00:25:56 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:27:14 &amp;ndash; Measuring profiler performance&lt;/li&gt;
&lt;li&gt;00:30:30 &amp;ndash; Memory leak detection&lt;/li&gt;
&lt;li&gt;00:34:31 &amp;ndash; When should you run a profiler?&lt;/li&gt;
&lt;li&gt;00:37:27 &amp;ndash; Considerations for measuring cloud performance&lt;/li&gt;
&lt;li&gt;00:39:12 &amp;ndash; Working with Jupyter and Conda&lt;/li&gt;
&lt;li&gt;00:42:18 &amp;ndash; Common issues and AI solutions&lt;/li&gt;
&lt;li&gt;00:45:50 &amp;ndash; Using a profiler to learn a codebase&lt;/li&gt;
&lt;li&gt;00:50:48 &amp;ndash; Examples of AI-powered optimizations &lt;/li&gt;
&lt;li&gt;00:55:50 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:58:30 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:01:48 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:02:56 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://emeryberger.com/&quot;&gt;Emery Berger - Professor of Computer Science, UMass Amherst&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plasma-umass/scalene&quot;&gt;Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://hoard.org/&quot;&gt;Hoard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Moore%27s_law&quot;&gt;Moore&amp;rsquo;s law - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Dennard_scaling&quot;&gt;Dennard scaling - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=nrQPqy3YY5A&amp;amp;t=26s&quot;&gt;Scalene: A high-performance, high-precision CPU+GPU+memory profiler for Python - PyCon 2021 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=vVUnCXKuNOg&quot;&gt;Python Performance Matters - Strange Loop 2022 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/pdf/2212.07597.pdf&quot;&gt;Triangulating Python Performance Issues with Scalene&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plasma-umass/chatdbg&quot;&gt;ChatDBG: Puts root causes analysis into your debugger, and suggests fixes&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plasma-umass/commentator&quot;&gt;Commentator: Automatically writes comments and type annotations for your code&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plasma-umass/pythoness&quot;&gt;Pythoness: Automatically generates Python code from natural language description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/plasma-umass/slipcover&quot;&gt;Slipcover: Near Zero-Overhead Python Code Coverage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/emeryberger&quot;&gt;emeryberger  - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/if-name-main-python/&quot;&gt;What Does if &lt;strong&gt;name&lt;/strong&gt; == &amp;quot;&lt;strong&gt;main&lt;/strong&gt;&amp;quot; Mean in Python?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E172_02_Emery.544c68f38fbe.mp3" type="audio/mpeg" length="62146217"/>
        <guid isPermaLink="false">2358d953-d0be-49ab-a07c-191c8fac622b</guid>
        <pubDate>Fri, 15 Sep 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3822</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_172_Podcast.7d1f9840f487.jpg"/>
        <rp:twitter-handles>@emeryberger</rp:twitter-handles>
        <rp:twitter-title>“Measuring Multiple Facets of Python Performance With Scalene” with @emeryberger</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>171</itunes:episode>
        <title>Making Each Line of Code Efficient &amp; Python In Excel</title>
        <itunes:title>Making Each Line of Code Efficient &amp; Python In Excel</itunes:title>
        <link>https://realpython.com/podcasts/rpp/171/</link>
        <description>Are you writing efficient Python with as few lines of code as possible? Are you familiar with the many built-in language features that will simplify your code and make it more Pythonic? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Are you writing efficient Python with as few lines of code as possible? Are you familiar with the many built-in language features that will simplify your code and make it more Pythonic? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent post from Bob Belderbos titled &amp;ldquo;Make Each Line Count, Keeping Things Simple in Python.&amp;rdquo; We provide many of our favorite Pythonic examples and the language mistakes that we&amp;rsquo;ve learned from. We also share multiple resources to add to your learning path.&lt;/p&gt;
&lt;p&gt;Microsoft has announced a limited beta program for Python in Excel. We dig into the current details, requirements, and potential use cases.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including a group of announcements from the Python Software Foundation, a showcase of the Polars DataFrame library, immortal objects in Python, a code image generator Python project, an MS Paint clone in the terminal, and a Django ORM cheatsheet.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-pillow/&quot;&gt;Process Images Using the Pillow Library and Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to use the Python Pillow library to deal with images and perform image processing. You&amp;rsquo;ll also explore using NumPy for further processing, including to create animations.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:10 &amp;ndash; Python 3.12.0 release candidate 1 released&lt;/li&gt;
&lt;li&gt;00:02:53 &amp;ndash; PSF Announces New PyPI Safety &amp;amp; Security Engineer&lt;/li&gt;
&lt;li&gt;00:03:44 &amp;ndash; 2022 PSF Annual Report&lt;/li&gt;
&lt;li&gt;00:04:13 &amp;ndash; Pydantic has been downloaded &amp;hellip; 1 BILLION times!&lt;/li&gt;
&lt;li&gt;00:04:28 &amp;ndash; Python Polars: A Lightning-Fast DataFrame Library&lt;/li&gt;
&lt;li&gt;00:12:26 &amp;ndash; Introducing Immortal Objects for Python&lt;/li&gt;
&lt;li&gt;00:15:32 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:17:01 &amp;ndash; Introducing Python in Excel&lt;/li&gt;
&lt;li&gt;00:26:34 &amp;ndash; Build a Code Image Generator With Python&lt;/li&gt;
&lt;li&gt;00:31:49 &amp;ndash; Make Each Line Count, Keeping Things Simple in Python&lt;/li&gt;
&lt;li&gt;00:44:08 &amp;ndash; Textual-paint&lt;/li&gt;
&lt;li&gt;00:46:04 &amp;ndash; Django ORM Cheatsheet&lt;/li&gt;
&lt;li&gt;00:49:48 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/08/python-3120-release-candidate-1-released.html&quot;&gt;Python Insider: Python 3.12.0 release candidate 1 released&lt;/a&gt; &amp;ndash; &amp;ldquo;The second candidate (and the last planned release preview) is scheduled for Monday, 2023-09-04, while the official release of 3.12.0 is scheduled for Monday, 2023-10-02.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/08/python-3115-31013-3918-and-3818-is-now.html&quot;&gt;Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available - Python Insider&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/08/announcing-our-new-pypi-safety-security.html&quot;&gt;PSF Announces New PyPI Safety &amp;amp; Security Engineer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/psf/annual-report/2022/&quot;&gt;2022 PSF Annual Report&lt;/a&gt; &amp;ndash; The annual report from the Python Software Foundation details all the changes and events at the PSF last year.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/pydantic/status/1696564961084952736&quot;&gt;Pydantic has been downloaded &amp;hellip; 1 BILLION times! - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/polars-python/&quot;&gt;Python Polars: A Lightning-Fast DataFrame Library&lt;/a&gt; &amp;ndash; Welcome to the world of Polars, a powerful DataFrame library for Python! In this showcase tutorial, you&amp;rsquo;ll get a hands-on introduction to Polars&amp;rsquo; core features and see why this library is catching so much buzz.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://engineering.fb.com/2023/08/15/developer-tools/immortal-objects-for-python-instagram-meta/&quot;&gt;Introducing Immortal Objects for Python&lt;/a&gt; &amp;ndash; This article explains immortal objects (&lt;a href=&quot;https://peps.python.org/pep-0683/&quot;&gt;PEP 683&lt;/a&gt;), which are excluded from garbage collection. This causes performance and shared memory improvements for large architectures.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://techcommunity.microsoft.com/t5/microsoft-365-blog/introducing-python-in-excel-the-best-of-both-worlds-for-data/ba-p/3905482&quot;&gt;Introducing Python in Excel&lt;/a&gt; &amp;ndash; Microsoft has announced that they&amp;rsquo;re embedding Python in Excel through a partnership with Anaconda. Read on for details.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-code-image-generator/&quot;&gt;Build a Code Image Generator With Python&lt;/a&gt; &amp;ndash; In this step-by-step tutorial, you&amp;rsquo;ll build a code image generator that creates nice-looking images of your code snippets to share on social media. Your code image generator will be powered by the Flask web framework and include exciting packages like Pygments and Playwright.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pybit.es/articles/make-each-line-count-keeping-things-simple-in-python/&quot;&gt;Make Each Line Count, Keeping Things Simple in Python&lt;/a&gt; &amp;ndash; Simplicity is hard. This article talks briefly about how you approach coding while keeping things simple.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/itertools.html&quot;&gt;itertools — Functions creating iterators for efficient looping — Python documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://more-itertools.readthedocs.io/en/stable/&quot;&gt;More Itertools - more-itertools 10.1.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-enumerate/&quot;&gt;Python &lt;code&gt;enumerate()&lt;/code&gt;: Simplify Loops That Need Counters – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-all/&quot;&gt;Python&amp;rsquo;s &lt;code&gt;all()&lt;/code&gt;: Check Your Iterables for Truthiness – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/any-python/&quot;&gt;How to Use &lt;code&gt;any()&lt;/code&gt; in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/1j01/textual-paint&quot;&gt;Textual-paint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://djangocentral.com/django-orm-cheatsheet/&quot;&gt;Django ORM Cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pola-rs/polars/releases/tag/py-0.19.0&quot;&gt;Release Python Polars 0.19.0 · pola-rs/polars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/140/&quot;&gt;Episode #140: Speeding Up Your DataFrames With Polars – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/167/&quot;&gt;Episode #167: Exploring pandas 2.0 &amp;amp; Targets for Apache Arrow – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=FbBXtqtRnWU&quot;&gt;Introducing Python in Excel 😱 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://hilite.me/&quot;&gt;Source code beautifier / syntax highlighter – convert code snippets to HTML « hilite.me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-a-django-user-management-system/&quot;&gt;Building a Django User Management System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-pillow/&quot;&gt;Process Images Using the Pillow Library and Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/editing-excel-python-openpyxl/&quot;&gt;Editing Excel Spreadsheets in Python With openpyxl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E171_02_Cx2.3fcffec2aeda.mp3" type="audio/mpeg" length="49552579"/>
        <guid isPermaLink="false">4aee15ad-15e8-4f61-95cb-c5de9c7ff4a4</guid>
        <pubDate>Fri, 08 Sep 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3033</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_171_Podcast.dc8458a6cf72.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Making Each Line of Code Efficient &amp; Python In Excel”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>170</itunes:episode>
        <title>Finding the Right Coding Font for Programming in Python</title>
        <itunes:title>Finding the Right Coding Font for Programming in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/170/</link>
        <description>What should you consider when picking a font for coding in Python? What characters and their respective glyphs should you check before making your decision? This week on the show, we talk with Real Python author and core team member Philipp Acsany about his recent article, Choosing the Best Coding Font for Programming.</description>
        <content:encoded>&lt;p&gt;What should you consider when picking a font for coding in Python? What characters and their respective glyphs should you check before making your decision? This week on the show, we talk with Real Python author and core team member Philipp Acsany about his recent article, Choosing the Best Coding Font for Programming.&lt;/p&gt;
&lt;p&gt;Philipp shares some of his background as a font engineer and graphic designer. We talk about how font design tools were his introduction to programming in Python.&lt;/p&gt;
&lt;p&gt;We discuss how the frequent use of underscores, at signs, parentheses, and asterisks in Python&amp;rsquo;s syntax should affect your decision. Philipp&amp;rsquo;s tutorial provides several resources to help you find a monospace font that fits your coding requirements.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-wordle-clone/&quot;&gt;Create a Python Wordle Clone With Rich&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this step-by-step project, you&amp;rsquo;ll build your own Wordle clone with Python. Your game will run in the terminal, and you&amp;rsquo;ll use Rich to ensure your word-guessing app looks good. Learn how to build a command-line application from scratch and then challenge your friends to a wordly competition!&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:32 &amp;ndash; Previous podcast appearances&lt;/li&gt;
&lt;li&gt;00:03:18 &amp;ndash; Programming-environment fussiness and monospace fonts&lt;/li&gt;
&lt;li&gt;00:07:29 &amp;ndash; Researching the tutorial and curating the collection&lt;/li&gt;
&lt;li&gt;00:10:51 &amp;ndash; Philipp&amp;rsquo;s background&lt;/li&gt;
&lt;li&gt;00:18:07 &amp;ndash; Differentiating characters&lt;/li&gt;
&lt;li&gt;00:21:37 &amp;ndash; Monospace, typewriters, and alignment&lt;/li&gt;
&lt;li&gt;00:25:08 &amp;ndash; Character sets to study&lt;/li&gt;
&lt;li&gt;00:32:38 &amp;ndash; The comma and the period&lt;/li&gt;
&lt;li&gt;00:37:04 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:38:30 &amp;ndash; Python&amp;rsquo;s use in font development&lt;/li&gt;
&lt;li&gt;00:42:48 &amp;ndash; Different fonts for different languages&lt;/li&gt;
&lt;li&gt;00:49:27 &amp;ndash; Non-English comments&lt;/li&gt;
&lt;li&gt;00:55:40 &amp;ndash; Our font choices&lt;/li&gt;
&lt;li&gt;00:59:00 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:01:35 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:03:41 &amp;ndash; Where can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:04:38 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/coding-font/&quot;&gt;Choosing the Best Coding Font for Programming - Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://engineeringkiosk.dev/podcast/episode/79-font-engineering-und-schriftarten-f%C3%BCrs-programmieren-mit-philipp-acsany/&quot;&gt;#79 Font-Engineering und Schriftarten fürs Programmieren mit Philipp Acsany - Engineering Kiosk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/134/&quot;&gt;Episode #134: Building Python REST APIs With Flask &amp;amp; Structuring Pull Requests – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://input.djr.com/info/&quot;&gt;Input: Fonts for Code — Info&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Slashed_zero&quot;&gt;Slashed zero - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=jVhlJNJopOQ&quot;&gt;Papyrus - SNL - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fontlab.com/&quot;&gt;FontLab - Font editors and converters for Mac and Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robofont.com/&quot;&gt;RoboFont&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.hedycode.com/&quot;&gt;Hedy - Textual programming made easy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.keybr.com/&quot;&gt;Typing Practice - keybr.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://monkeytype.com/&quot;&gt;Monkeytype - A minimalistic, customizable typing test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.homerow.app/&quot;&gt;Homerow — Keyboard shortcuts for every button in macOS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/team/pacsany/&quot;&gt;About Philipp Acsany – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/acsany/&quot;&gt;Philipp Acsany - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.chess.com/member/axani&quot;&gt;Filip Axani (axani) - Chess Profile - Chess.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-wordle-clone/&quot;&gt;Create a Python Wordle Clone With Rich&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E170_02_Philipp.41217850684d.mp3" type="audio/mpeg" length="63760379"/>
        <guid isPermaLink="false">9585a3b9-e1ea-445b-a309-fdb72bc43b82</guid>
        <pubDate>Fri, 01 Sep 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3923</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_170_Podcast.325d4401058b.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Finding the Right Coding Font for Programming in Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>169</itunes:episode>
        <title>Improving Classification Models With XGBoost</title>
        <itunes:title>Improving Classification Models With XGBoost</itunes:title>
        <link>https://realpython.com/podcasts/rpp/169/</link>
        <description>How can you improve a classification model while avoiding overfitting? Once you have a model, what tools can you use to explain it to others? This week on the show, we talk with author and Python trainer Matt Harrison about his new book Effective XGBoost: Tuning, Understanding, and Deploying Classification Models.</description>
        <content:encoded>&lt;p&gt;How can you improve a classification model while avoiding overfitting? Once you have a model, what tools can you use to explain it to others? This week on the show, we talk with author and Python trainer Matt Harrison about his new book Effective XGBoost: Tuning, Understanding, and Deploying Classification Models.&lt;/p&gt;
&lt;p&gt;Matt talks about the process of developing the book and how he wanted it to be an interactive experience for the reader. He explains the concept of gradient boosting and provides metaphors for developing a model. He shares his appreciation for exploratory data analysis as a crucial step in understanding your data. &lt;/p&gt;
&lt;p&gt;He also shares additional libraries to help you explain your model. We discuss how difficult it is to develop the story of how the model works to share it with stakeholders. &lt;/p&gt;
&lt;p&gt;He illustrates why covering the complete process is essential, from exploring data and building a model to finally deploying it. He shares many of the tools he found along the way.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Scout APM.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-linear-regression/&quot;&gt;Starting With Linear Regression in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll get started with linear regression in Python. Linear regression is one of the fundamental statistical and machine learning techniques, and Python is a popular choice for machine learning.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:16 &amp;ndash; Starting on the book&lt;/li&gt;
&lt;li&gt;00:04:36 &amp;ndash; What is tabular prediction?&lt;/li&gt;
&lt;li&gt;00:06:50 &amp;ndash; Who could leverage XGBoost?&lt;/li&gt;
&lt;li&gt;00:09:46 &amp;ndash; Background to get started&lt;/li&gt;
&lt;li&gt;00:11:50 &amp;ndash; Using XGBoost to explore data&lt;/li&gt;
&lt;li&gt;00:21:06 &amp;ndash; Sponsor: ScoutAPM&lt;/li&gt;
&lt;li&gt;00:21:54 &amp;ndash; Focusing on using the tool&lt;/li&gt;
&lt;li&gt;00:26:37 &amp;ndash; Not being a developer&lt;/li&gt;
&lt;li&gt;00:30:53 &amp;ndash; Contrasting XGBoost and logistic regression&lt;/li&gt;
&lt;li&gt;00:41:57 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:43:21 &amp;ndash; Using SHAP to explain the model&lt;/li&gt;
&lt;li&gt;00:48:06 &amp;ndash; Working with hyperparameters&lt;/li&gt;
&lt;li&gt;00:51:40 &amp;ndash; Deploying your model&lt;/li&gt;
&lt;li&gt;00:53:09 &amp;ndash; XGBoost Feature Interactions Reshaped (XGBFIR)&lt;/li&gt;
&lt;li&gt;00:55:47 &amp;ndash; Communicating the story of a model&lt;/li&gt;
&lt;li&gt;00:57:57 &amp;ndash; How to find the book&lt;/li&gt;
&lt;li&gt;00:59:07 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:02:46 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:03:12 &amp;ndash; How can people follow what you do online?&lt;/li&gt;
&lt;li&gt;01:03:59 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.metasnake.com/&quot;&gt;MetaSnake - Custom Python Training&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://store.metasnake.com/?coupon=REALPYTHON&quot;&gt;Effective XGBoost Book - Store Link (Discount expires end of September 2023)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://xgboost.readthedocs.io/en/stable/&quot;&gt;XGBoost Documentation — xgboost 1.7.6 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Gradient_boosting&quot;&gt;Gradient boosting - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://shap.readthedocs.io/en/latest/index.html&quot;&gt;SHAP (SHapley Additive exPlanations) Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://hyperopt.github.io/hyperopt/&quot;&gt;Hyperopt Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mlflow.org/&quot;&gt;MLflow - A platform for the machine learning lifecycle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/limexp/xgbfir&quot;&gt;xgbfir: XGBoost Feature Interactions Reshaped&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://store.metasnake.com/?coupon=REALPYTHON&quot;&gt;Effective XGBoost Book - Store Link (Discount expires end of September 2023)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.modular.com/mojo&quot;&gt;Mojo 🔥: Programming language for all of AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.metasnake.com/blog/&quot;&gt;MetaSnake - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/panela/&quot;&gt;🐍 Matt Harrison - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/__mharrison__&quot;&gt;Matt Harrison (@__mharrison__) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-linear-regression/&quot;&gt;Starting With Linear Regression in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E169_03_Matt_Harrison.049ebf5e47d0.mp3" type="audio/mpeg" length="63451045"/>
        <guid isPermaLink="false">727bc5e9-7168-4df7-b1bd-b5a59bff2596</guid>
        <pubDate>Fri, 25 Aug 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3900</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_169_Podcast.ff49fc59c392.jpg"/>
        <rp:twitter-handles>@__mharrison__</rp:twitter-handles>
        <rp:twitter-title>“Improving Classification Models With XGBoost” with @__mharrison__</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>168</itunes:episode>
        <title>Common Python Stumbling Blocks &amp; Quirky Behaviors</title>
        <itunes:title>Common Python Stumbling Blocks &amp; Quirky Behaviors</itunes:title>
        <link>https://realpython.com/podcasts/rpp/168/</link>
        <description>Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent blog post that lists a collection of quirky Python behaviors. We share a few examples with explanations but leave several as puzzles to dig into.&lt;/p&gt;
&lt;p&gt;Christopher transitions our discussion into Python features that can be difficult to explain to a new programmer. We also share some of our own stumbling blocks while learning the language.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including a news update, previewing Python 3.12&amp;rsquo;s more intuitive and consistent f-strings, finding performance bottlenecks with profiling, emulating the 6502 processor in Python, using Rich to inspect Python objects, and plotting statistical data with Lets-Plot.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Porkbun. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to use ggplot in Python to build data visualizations with plotnine. You&amp;rsquo;ll discover what a grammar of graphics is and how it can help you create plots in a very concise and consistent way.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:12 &amp;ndash; Steering Council Announces Optional GIL&lt;/li&gt;
&lt;li&gt;00:04:05 &amp;ndash; Polars is Starting a Company&lt;/li&gt;
&lt;li&gt;00:05:13 &amp;ndash; Python 3.12 Preview: More Intuitive and Consistent F-Strings&lt;/li&gt;
&lt;li&gt;00:09:29 &amp;ndash; Sponsor: Porkbun&lt;/li&gt;
&lt;li&gt;00:10:22 &amp;ndash; Profiling in Python: How to Find Performance Bottlenecks&lt;/li&gt;
&lt;li&gt;00:21:01 &amp;ndash; Writing a 6502 Emulator in Python&lt;/li&gt;
&lt;li&gt;00:24:36 &amp;ndash; Python Quirks&lt;/li&gt;
&lt;li&gt;00:32:30 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:02 &amp;ndash; What Python feature would you have trouble explaining to a new programmer?&lt;/li&gt;
&lt;li&gt;00:42:25 &amp;ndash; Using Rich Inspect to Interrogate Python Objects&lt;/li&gt;
&lt;li&gt;00:44:36 &amp;ndash; Lets-Plot: Plotting Library for Statistical Data&lt;/li&gt;
&lt;li&gt;00:48:01 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython/30474&quot;&gt;Steering Council Announces Optional GIL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pola.rs/posts/company-announcement/&quot;&gt;Polars is Starting a Company&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-f-strings/&quot;&gt;Python 3.12 Preview: More Intuitive and Consistent F-Strings&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll preview one of the upcoming features of Python 3.12, which introduces a new f-string syntax formalization and implementation. The new implementation lifts some restrictions and limitations that affect f-string literals in Python versions lower than 3.12.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-profiling/&quot;&gt;Profiling in Python: How to Find Performance Bottlenecks&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to profile your Python programs using numerous tools available in the standard library, third-party libraries, as well as a powerful tool foreign to Python. Along the way, you&amp;rsquo;ll learn what profiling is and cover a few related concepts.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dailystuff.nl/projects/writing-a-6502-emulator-in-python&quot;&gt;Writing a 6502 Emulator in Python&lt;/a&gt; &amp;ndash; The 6502 processor from Motorola was quite popular and could be found in the Nintendo and Sega consoles as well as the Commodore 64. This very detailed article shows you how to build an emulator for the processor in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://writing.peercy.net/p/python-quirks&quot;&gt;Python Quirks&lt;/a&gt; &amp;ndash; A straight-out list of code snippets showing off some of the weird and unexpected behavior of your favorite language.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/treyhunner/status/1686010074525732864&quot;&gt;What Python feature would you have trouble explaining to a new programmer? - Trey Hunner on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://textual.textualize.io/blog/2023/07/27/using-rich-inspect-to-interrogate-python-objects/&quot;&gt;Using Rich Inspect to Interrogate Python Objects&lt;/a&gt; &amp;ndash; You might know the Rich library as the terminal color tool, but it has a few utilities that are generally helpful in your code. This article shows you the &lt;code&gt;inspect&lt;/code&gt; feature, which gives you loads of information on an object.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/JetBrains/lets-plot&quot;&gt;Lets-Plot: Plotting Library for Statistical Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pola.rs/&quot;&gt;Polars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python312-perf-profiler/&quot;&gt;Python 3.12 Preview: Support For the Linux perf Profiler – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-timer/&quot;&gt;Python Timer Functions: Three Ways to Monitor Your Code – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/128/&quot;&gt;Episode #128: Using a Memory Profiler in Python &amp;amp; What It Can Teach You – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/defining-your-own-python-function/#mutable-default-parameter-values&quot;&gt;Defining Your Own Python Function – Mutable Default Parameters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E168_03_Cx2.29e3773cdc12.mp3" type="audio/mpeg" length="48117520"/>
        <guid isPermaLink="false">a393e956-b6ca-4786-bca6-c8ed274b2fb5</guid>
        <pubDate>Fri, 11 Aug 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2942</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_168_Podcast.3b9d9a462ca7.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Common Python Stumbling Blocks &amp; Quirky Behaviors”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>167</itunes:episode>
        <title>Exploring pandas 2.0 &amp; Targets for Apache Arrow</title>
        <itunes:title>Exploring pandas 2.0 &amp; Targets for Apache Arrow</itunes:title>
        <link>https://realpython.com/podcasts/rpp/167/</link>
        <description>What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data back end foster the growth of data interoperability? This week on the show, we talk with pandas core developer Marc Garcia about the release of pandas 2.0.</description>
        <content:encoded>&lt;p&gt;What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data back end foster the growth of data interoperability? This week on the show, we talk with pandas core developer Marc Garcia about the release of pandas 2.0.&lt;/p&gt;
&lt;p&gt;Marc shares his background and work on pandas. We discuss the history of data representation in pandas and the need to move beyond NumPy. We also talk about how Apache Arrow only solves some of the issues.&lt;/p&gt;
&lt;p&gt;We dig into the potential of an Apache Arrow back end and how it could offer interoperability between data platforms. We also cover the moderate adoption and backward-compatibility concerns. Marc also shares his thoughts on making pandas more extensible.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You&amp;rsquo;ll learn how to perform basic operations with data, handle missing values, work with time-series data, and visualize data from a pandas DataFrame.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:07 &amp;ndash; Getting involved with the pandas project&lt;/li&gt;
&lt;li&gt;00:03:48 &amp;ndash; Continued growth of the platform&lt;/li&gt;
&lt;li&gt;00:06:49 &amp;ndash; Parallel branch development&lt;/li&gt;
&lt;li&gt;00:09:19 &amp;ndash; The introduction of Apache Arrow&lt;/li&gt;
&lt;li&gt;00:18:53 &amp;ndash; Working with NumPy data in pandas&lt;/li&gt;
&lt;li&gt;00:30:18 &amp;ndash; Arrow data types and strings&lt;/li&gt;
&lt;li&gt;00:41:23 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:42:37 &amp;ndash; Interoperability of Arrow data back end&lt;/li&gt;
&lt;li&gt;00:50:36 &amp;ndash; Could pandas be more extensible?&lt;/li&gt;
&lt;li&gt;01:00:49 &amp;ndash; Python DataFrame Summit 2023&lt;/li&gt;
&lt;li&gt;01:08:12 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:11:13 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:12:12 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:13:46 &amp;ndash; Thanks and Goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://datapythonista.me/&quot;&gt;Marc Garcia - datapythonista - data engineer, data scientist and pandas core developer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i&quot;&gt;pandas 2.0 and the Arrow revolution (part I)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tubedu.org/w/0054e518-804e-4d91-9388-11d7008fd909&quot;&gt;The pandas of the future - Marc Garcia - SciPyLA 2019 - TubEdu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://slate.com/technology/2019/10/round-floor-software-errors-stock-market-battlefield.html&quot;&gt;The deadly consequences of rounding errors - Slate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/community/blog/&quot;&gt;Community Blog - pandas - Python Data Analysis Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arrow.apache.org/&quot;&gt;Apache Arrow - Apache Arrow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/blog/apache-arrow-pandas-internals/&quot;&gt;Apache Arrow and the &amp;ldquo;10 Things I Hate About pandas&amp;rdquo; - Wes McKinney&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/pdeps/0009-io-extensions.html&quot;&gt;I/O Extensions in pandas - PDEP-9&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tomaugspurger.net/posts/pandas-extension-arrays/&quot;&gt;Extension Arrays for Pandas - Tom&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://df-summit-23.pydata.org/&quot;&gt;Python Dataframe Summit 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Freediving&quot;&gt;Freediving - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/datapythonista/&quot;&gt;Marc Garcia - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/datapythonista&quot;&gt;Marc Garcia (@datapythonista) - X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/reading-writing-files-pandas/&quot;&gt;Reading and Writing Files With pandas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/explore-dataset-with-pandas/&quot;&gt;Explore Your Dataset With pandas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E167_02_Marc.abff6cdca577.mp3" type="audio/mpeg" length="72598675"/>
        <guid isPermaLink="false">5c0d2598-fdb5-492f-b398-13b85c0d09d5</guid>
        <pubDate>Fri, 04 Aug 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4473</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_167_Podcast.bf2cefc5933a.jpg"/>
        <rp:twitter-handles>@datapythonista</rp:twitter-handles>
        <rp:twitter-title>“Exploring pandas 2.0 &amp; Targets for Apache Arrow” with @datapythonista</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>166</itunes:episode>
        <title>Differentiating the Versions of Python &amp; Unlocking IPython&#x27;s Magic</title>
        <itunes:title>Differentiating the Versions of Python &amp; Unlocking IPython&#x27;s Magic</itunes:title>
        <link>https://realpython.com/podcasts/rpp/166/</link>
        <description>What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares an article from the Bite Code blog about all the different forms that Python can take. CPython is the reference implementation of the language, which is what we usually discuss. He lists several alternative projects and the use cases.&lt;/p&gt;
&lt;p&gt;We also discuss a recent Real Python tutorial about IPython. IPython is an interactive Python shell from the team that developed Jupyter Notebooks. It includes a set of IDE-like features and unique magic commands. The tutorial digs into using the tool to learn more about Python and explore your code.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including several news updates, the state of WASI support for CPython, how Python uses garbage collection, a discussion about the current AI echo chamber, an async Python web microframework, a stand-alone CSV editor, and a project for identifying unused dependencies to avoid a bloated virtual environment.  &lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Scout APM.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-maze-solver-part-1/&quot;&gt;Mazes in Python Part 1: Building and Visualizing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this two-part video course project, you&amp;rsquo;ll build a maze solver in Python using graph algorithms from the NetworkX library. Along the way, you&amp;rsquo;ll design a binary file format for the maze, represent it in an object-oriented way, and visualize the solution using scalable vector graphics (SVG).&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:19 &amp;ndash; Python 3.12.0 Beta 4 Released&lt;/li&gt;
&lt;li&gt;00:02:53 &amp;ndash; Django in Action - Christopher&amp;rsquo;s Book&lt;/li&gt;
&lt;li&gt;00:04:28 &amp;ndash; State of WASI Support for CPython: June 2023&lt;/li&gt;
&lt;li&gt;00:08:32 &amp;ndash; What&amp;rsquo;s the Deal With CPython, PyPy, MicroPython, Jython…?&lt;/li&gt;
&lt;li&gt;00:12:10 &amp;ndash; Sponsor: Scout APM&lt;/li&gt;
&lt;li&gt;00:12:57 &amp;ndash; Unlock IPython&amp;rsquo;s Magical Toolbox for Your Coding Journey&lt;/li&gt;
&lt;li&gt;00:18:33 &amp;ndash; How Python Uses Garbage Collection&lt;/li&gt;
&lt;li&gt;00:21:31 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:23:04 &amp;ndash; Are People in Tech Inside an AI Echo Chamber?&lt;/li&gt;
&lt;li&gt;00:39:39 &amp;ndash; quart: An Async Python Web Microframework&lt;/li&gt;
&lt;li&gt;00:41:33 &amp;ndash; Modern CSV: CSV Editor/Viewer&lt;/li&gt;
&lt;li&gt;00:43:09 &amp;ndash; creosote: Identify Unused Dependencies&lt;/li&gt;
&lt;li&gt;00:45:09 &amp;ndash; Thanks and Goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/07/pleased-to-announce-release-of-python-3.html&quot;&gt;Python 3.12.0 Beta 4 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/django-in-action?utm_source=ctrudeau&amp;amp;utm_medium=affiliate&amp;amp;utm_campaign=book_trudeau_django_7_18_23&amp;amp;a_aid=ctrudeau&amp;amp;a_bid=3d9dd449&quot;&gt;Django in Action - Christopher&amp;rsquo;s Book - Manning Early Access Program&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/wasi-support-for-cpython-june-2023/&quot;&gt;State of WASI Support for CPython: June 2023&lt;/a&gt; &amp;ndash; This post from Brett Cannon covers the current state of WebAssembly targets in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/whats-the-deal-with-cpython-pypy&quot;&gt;What&amp;rsquo;s the Deal With CPython, PyPy, MicroPython, Jython…?&lt;/a&gt; &amp;ndash; This comprehensive article introduces you to all the different ways that you can Python. CPython isn&amp;rsquo;t the only choice. Learn what else is out there and why you might choose an alternative.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/ipython-interactive-python-shell/&quot;&gt;Unlock IPython&amp;rsquo;s Magical Toolbox for Your Coding Journey&lt;/a&gt; &amp;ndash; IPython is a powerful tool that can prove useful on your journey to mastering Python. Its friendly interface will enable you to comfortably take control of your learning. In this tutorial, you&amp;rsquo;ll cover the basic concepts of using IPython and learn how its features can make coding efficient.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/karishmashukla/how-python-uses-garbage-collection-for-efficient-memory-management-270h&quot;&gt;How Python Uses Garbage Collection&lt;/a&gt; &amp;ndash; This article outlines how Python stores variables as references and how that relates to memory management&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=36567918&quot;&gt;Are People in Tech Inside an AI Echo Chamber?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/features/23764584/ai-artificial-intelligence-data-notation-labor-scale-surge-remotasks-openai-chatbots&quot;&gt;Inside the AI Factory: the humans that make tech seem human - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/information-technology/2023/07/is-chatgpt-getting-worse-over-time-study-claims-yes-but-others-arent-sure/?utm_brand=arstechnica&amp;amp;utm_social-type=owned&amp;amp;utm_source=mastodon&amp;amp;utm_medium=social&quot;&gt;Is ChatGPT getting worse over time? Study claims yes, but others aren&amp;rsquo;t sure | Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/pdf/2307.09009.pdf&quot;&gt;How Is ChatGPT&amp;rsquo;s Behavior Changing over Time?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pallets/quart&quot;&gt;quart: An Async Python Web Microframework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.moderncsv.com/&quot;&gt;Modern CSV: CSV Editor/Viewer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/fredrikaverpil/creosote&quot;&gt;creosote: Identify unused dependencies and avoid a bloated virtual environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/154/&quot;&gt;Episode #154: Targeting WebAssembly Platforms &amp;amp; Distilling a Minimum Viable Python – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ipython.readthedocs.io/en/stable/&quot;&gt;IPython 8.14.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-maze-solver-part-2/&quot;&gt;Mazes in Python Part 2: Storing and Solving&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-maze-solver/&quot;&gt;Mazes in Python: Build, Visualize, Store, and Solve&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E166_03_Cx2.6942c31fe760.mp3" type="audio/mpeg" length="45313922"/>
        <guid isPermaLink="false">13d56044-bc0d-44e0-b887-2ac135514596</guid>
        <pubDate>Fri, 28 Jul 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2771</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_166_Podcast.8eaaac8afbec.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Differentiating the Versions of Python &amp; Unlocking IPython&#x27;s Magic”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>165</itunes:episode>
        <title>Leveraging the Features of Your Database With Postgres and Python</title>
        <itunes:title>Leveraging the Features of Your Database With Postgres and Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/165/</link>
        <description>Are you getting the most out of your Postgres database? What features could you leverage to improve your Python project? This week on the show, Craig Kerstiens from Crunchy Data is here to discuss getting the most out of Postgres.</description>
        <content:encoded>&lt;p&gt;Are you getting the most out of your Postgres database? What features could you leverage to improve your Python project? This week on the show, Craig Kerstiens from Crunchy Data is here to discuss getting the most out of Postgres.&lt;/p&gt;
&lt;p&gt;Craig shares his years of PostgreSQL expertise with advice on getting more from the platform. We talk about rich data types for describing ranges, geospatial data, and JSON. &lt;/p&gt;
&lt;p&gt;Craig shares tools for accessing performance statistics from the command line and strategies for optimizing your terminal settings for SQL searches. He discusses Postgres extensions for customizing the database to your needs. Craig also provides multiple resources for learning more and an online tool for practicing within a playground environment.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;ll learn how to create web maps from data using Folium. The package combines Python&amp;rsquo;s data-wrangling strengths with the data-visualization power of the JavaScript library Leaflet. In this video course, you&amp;rsquo;ll create and style a choropleth world map showing the ecological footprint per country.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:36 &amp;ndash; What are reasons for considering Postgres?&lt;/li&gt;
&lt;li&gt;00:07:41 &amp;ndash; Timeline of recent features&lt;/li&gt;
&lt;li&gt;00:11:06 &amp;ndash; Unique data types&lt;/li&gt;
&lt;li&gt;00:16:34 &amp;ndash; Storing JSON information&lt;/li&gt;
&lt;li&gt;00:20:19 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:21:50 &amp;ndash; Storing geographic information&lt;/li&gt;
&lt;li&gt;00:25:16 &amp;ndash; What&amp;rsquo;s the process for adding extensions?&lt;/li&gt;
&lt;li&gt;00:31:33 &amp;ndash; Advice for Python developers using Postgres&lt;/li&gt;
&lt;li&gt;00:33:31 &amp;ndash; Advice on writing SQL&lt;/li&gt;
&lt;li&gt;00:38:06 &amp;ndash; Command-line tools and customizations&lt;/li&gt;
&lt;li&gt;00:48:18 &amp;ndash; Django as an entry to Python&lt;/li&gt;
&lt;li&gt;00:51:13 &amp;ndash; Resources for learning and practicing with Postgres&lt;/li&gt;
&lt;li&gt;00:53:45 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:55:55 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:58:34 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:59:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.craigkerstiens.com/&quot;&gt;Craig Kerstiens - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.crunchydata.com/&quot;&gt;Trusted Open Source PostgreSQL &amp;amp; Commercial Support for the Enterprise - Crunchy Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.crunchydata.com/why-postgres&quot;&gt;Why Postgres? - Crunchy Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=C5hd8HyC0YI&quot;&gt;Why Postgres - Craig Kerstiens - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=HaCaCnZlDcI&quot;&gt;A hands on experience with complex SQL - Craig Kerstiens - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Ingres_(database)&quot;&gt;Ingres (database) - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.djangoproject.com/en/4.2/ref/contrib/postgres/fields/&quot;&gt;PostgreSQL specific model fields - Django documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.postgresql.org/wiki/Psqlrc&quot;&gt;Psqlrc - PostgreSQL wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.citusdata.com/blog/2019/02/08/the-most-useful-postgres-extension-pg-stat-statements/&quot;&gt;The most useful Postgres extension - pg_stat_statements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.crunchydata.com/blog/high-compression-metrics-storage-with-postgres-hyperloglog&quot;&gt;High-compression Metrics Storage with Postgres Hyperloglog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.crunchydata.com/developers/tutorials&quot;&gt;Postgres Playground and Tutorials - Crunchy Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.crunchydata.com/blog&quot;&gt;PostgreSQL Blog - Crunchy Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/craigkerstiens/status/1679179083245297664&quot;&gt;It&amp;rsquo;s at least once a week I talk with someone that &amp;ldquo;loves Postgres&amp;rdquo; but isn&amp;rsquo;t sure why&amp;hellip;  Craig Kerstiens on Twitter: &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thewokbook.com/&quot;&gt;The Wok Book: Recipes and Techniques by J. Kenji Lopez-Alt&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-folium-web-maps-from-data/&quot;&gt;Creating Web Maps From Your Data With Python Folium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/deploying-a-flask-application-using-heroku/&quot;&gt;Deploying a Flask Application Using Heroku&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python/&quot;&gt;SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E165_02_Craig.f9af04ee84f4.mp3" type="audio/mpeg" length="59175976"/>
        <guid isPermaLink="false">645a04cc-9745-47c1-a315-01e3083b2ecd</guid>
        <pubDate>Fri, 21 Jul 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3633</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_165_Podcast.9774cbe4f89b.jpg"/>
        <rp:twitter-handles>@craigkerstiens</rp:twitter-handles>
        <rp:twitter-title>“Leveraging the Features of Your Database With Postgres and Python” with @craigkerstiens</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>164</itunes:episode>
        <title>Constructing Python Library APIs &amp; Tackling Jinja Templating</title>
        <itunes:title>Constructing Python Library APIs &amp; Tackling Jinja Templating</itunes:title>
        <link>https://realpython.com/podcasts/rpp/164/</link>
        <description>What principles should you consider when designing a Python library? How do you construct a library API that&#x27;s understandable and easy to use? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What principles should you consider when designing a Python library? How do you construct a library API that&amp;rsquo;s understandable and easy to use? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share an article about building library APIs. The piece provides advice for package structure, naming, error handling, and more. The author guides you toward Pythonic principles by comparing clunky vs elegant design examples.&lt;/p&gt;
&lt;p&gt;Christopher discusses his recent video course on Jinja templating. The course covers creating text files with programmatic content and employing rich templates to structure the front end of Python web applications. &lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including several news updates, reasons why membership tests are fast for the &lt;code&gt;range()&lt;/code&gt; function, CLI tools hidden in the Python standard library, a thread about the right way to install Python, recipes for using the Polars library, and a project for feature flags within Django.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Snyk.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/jinja-templating/&quot;&gt;Jinja Templating&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:16 &amp;ndash; PyLadies Conference (Dec 2023) Call for Volunteers&lt;/li&gt;
&lt;li&gt;00:02:32 &amp;ndash; PSF Board Election Results&lt;/li&gt;
&lt;li&gt;00:03:47 &amp;ndash; PSF Announces New Security Developer in Residence&lt;/li&gt;
&lt;li&gt;00:04:39 &amp;ndash; Django Security Releases Issued&lt;/li&gt;
&lt;li&gt;00:04:50 &amp;ndash; Deprecation of &lt;code&gt;bdist_egg&lt;/code&gt; Uploads to PyPI&lt;/li&gt;
&lt;li&gt;00:05:54 &amp;ndash; Why Are Membership Tests So Fast for &lt;code&gt;range()&lt;/code&gt; in Python?&lt;/li&gt;
&lt;li&gt;00:11:51 &amp;ndash; CLI Tools Hidden in the Python Standard Library&lt;/li&gt;
&lt;li&gt;00:15:59 &amp;ndash; Sponsor: Snyk&lt;/li&gt;
&lt;li&gt;00:16:49 &amp;ndash; Designing Pythonic Library APIs&lt;/li&gt;
&lt;li&gt;00:28:27 &amp;ndash; Jinja Templating&lt;/li&gt;
&lt;li&gt;00:32:49 &amp;ndash; Kill a Developer in 4 Words or Less&lt;/li&gt;
&lt;li&gt;00:37:28 &amp;ndash; Video Course Spotlight &lt;/li&gt;
&lt;li&gt;00:38:51 &amp;ndash; What is &amp;ldquo;the right way&amp;rdquo; to install Python on a new M2 MacBook?&lt;/li&gt;
&lt;li&gt;00:44:11 &amp;ndash; polars-cookbook: Recipes for Using Python&amp;rsquo;s Polars Library&lt;/li&gt;
&lt;li&gt;00:46:48 &amp;ndash; waffle: Feature Flags for Django&lt;/li&gt;
&lt;li&gt;00:49:54 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pyladies.com/blog/Announcement-PyLadies-Conference/global-conference-announcement/&quot;&gt;PyLadies Conference (Dec 2023) Call for Volunteers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/06/announcing-2023-psf-board-election.html&quot;&gt;PSF Board Election Results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/06/announcing-our-new-security-developer.html&quot;&gt;PSF Announces New Security Developer in Residence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sethmlarson.dev/security-developer-in-residence&quot;&gt;I Am the First PSF Security Developer-in-Residence&lt;/a&gt; &amp;ndash; Seth was recently hired as the first security developer in residence at the PSF. His blog post talks about what his responsibilities are and how he defines success for the position.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonsoftwarefoundation.applytojob.com/apply/9jXnEu0MuJ/Deputy-CPython-Developer-In-Residence&quot;&gt;Deputy CPython Developer in Residence - Python Software Foundation - Career Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/jul/03/security-releases/&quot;&gt;Django Security Releases Issued: 4.2.3, 4.1.10, and 3.2.20&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/&quot;&gt;Deprecation of &lt;code&gt;bdist_egg&lt;/code&gt; Uploads to PyPI&lt;/a&gt; &amp;ndash; &lt;a href=&quot;https://peps.python.org/pep-0715/&quot;&gt;PEP 715&lt;/a&gt; has been accepted and as of August 1, 2023, the &lt;code&gt;.egg&lt;/code&gt; format will no longer be accepted as an upload. Existing eggs on PyPI will remain in place.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-range-membership-test/&quot;&gt;Why Are Membership Tests So Fast for &lt;code&gt;range()&lt;/code&gt; in Python?&lt;/a&gt; &amp;ndash; In Python, &lt;code&gt;range()&lt;/code&gt; is most commonly used in &lt;code&gt;for&lt;/code&gt; loops. However, ranges have some other use cases too, as they share many properties with lists. In this tutorial, you&amp;rsquo;ll explore why it&amp;rsquo;s so fast to perform a membership test on a Python range.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://til.simonwillison.net/python/stdlib-cli-tools&quot;&gt;CLI Tools Hidden in the Python Standard Library&lt;/a&gt; &amp;ndash; There are several modules in Python that are directly callable from the command line, including the ability to gzip and pretty-print JSON. This article introduces you to what options are available and how Simon discovered them.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://benhoyt.com/writings/python-api-design/&quot;&gt;Designing Pythonic Library APIs&lt;/a&gt; &amp;ndash; This article summarizes principles that Ben has found useful when designing Python library APIs. Topics include structure, naming, error handling, and type annotations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/jinja-templating/&quot;&gt;Jinja Templating&lt;/a&gt; &amp;ndash; With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/xsgames_/status/1671549861290819585&quot;&gt;Kill a Developer in 4 Words or Less - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/chrisalbon/status/1676309875025121280&quot;&gt;What is &amp;ldquo;the right way&amp;rdquo; to install Python on a new M2 MacBook? - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/escobar-west/polars-cookbook&quot;&gt;polars-cookbook: Recipes for Using Python&amp;rsquo;s Polars Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/django-waffle/django-waffle&quot;&gt;waffle: Feature Flags for Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PL9MuO5r3rpXJ5k-NEI3Gc6S3CZU7mGwvP&quot;&gt;PSF Board of Directors Nominees - 2023 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jvns/pandas-cookbook&quot;&gt;pandas-cookbook: Recipes for using Python&amp;rsquo;s pandas library&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-portfolio-project/&quot;&gt;Getting Started With Django: Building a Portfolio App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/deploy-python-script-web-flask/&quot;&gt;Deploy Your Python Script on the Web With Flask&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/jinja-templating/&quot;&gt;Jinja Templating&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E164_03_Cx2.efa7997ae5fa.mp3" type="audio/mpeg" length="49860746"/>
        <guid isPermaLink="false">772e09e2-283b-4b8b-87aa-31f5040f5189</guid>
        <pubDate>Fri, 14 Jul 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3055</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_164_Podcast.7dddb45aea3a.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Constructing Python Library APIs &amp; Tackling Jinja Templating”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>163</itunes:episode>
        <title>Python Crash Course &amp; Learning Enough to Start Creating</title>
        <itunes:title>Python Crash Course &amp; Learning Enough to Start Creating</itunes:title>
        <link>https://realpython.com/podcasts/rpp/163/</link>
        <description>How much Python do you need to learn to start creating projects? What&#x27;s a good balance of information and hands-on practice? This week on the show, Eric Matthes is here to discuss his book Python Crash Course.</description>
        <content:encoded>&lt;p&gt;How much Python do you need to learn to start creating projects? What&amp;rsquo;s a good balance of information and hands-on practice? This week on the show, Eric Matthes is here to discuss his book Python Crash Course.&lt;/p&gt;
&lt;p&gt;As a former high school science, math, and programming teacher, Eric saw something missing in the programming publishing landscape. We discuss the guiding questions that inspired the book&amp;rsquo;s development and the title. Eric covers how the crash course takes readers through a fast-paced introduction to Python that culminates in three unique projects.&lt;/p&gt;
&lt;p&gt;We also discuss Eric&amp;rsquo;s blog, Mostly Python, where he digs deeper into technical subjects. He also occasionally shares more topical posts and includes many exercises.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/plot-pandas-data-visualization/&quot;&gt;Plot With pandas: Python Data Visualization Basics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll get to know the basic plotting possibilities that Python provides in the popular data analysis library pandas. You&amp;rsquo;ll learn about the different kinds of plots that pandas offers, how to use them for data exploration, and which types of plots are best for certain use cases.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:04 &amp;ndash; Why Alaska?&lt;/li&gt;
&lt;li&gt;00:05:33 &amp;ndash; What do you like about Python?&lt;/li&gt;
&lt;li&gt;00:06:40 &amp;ndash; Becoming an author &amp;amp; the intended reader&lt;/li&gt;
&lt;li&gt;00:15:56 &amp;ndash; History of programming books&lt;/li&gt;
&lt;li&gt;00:17:39 &amp;ndash; Having a purpose for learning&lt;/li&gt;
&lt;li&gt;00:20:22 &amp;ndash; Exercising as you go&lt;/li&gt;
&lt;li&gt;00:24:45 &amp;ndash; Including projects in the book&lt;/li&gt;
&lt;li&gt;00:26:32 &amp;ndash; Is the &amp;ldquo;crash course&amp;rdquo; a book model?&lt;/li&gt;
&lt;li&gt;00:29:20 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:30:29 &amp;ndash; How much of a topic to reveal&lt;/li&gt;
&lt;li&gt;00:35:08 &amp;ndash; Guiding questions&lt;/li&gt;
&lt;li&gt;00:42:43 &amp;ndash; Moving from functions to testing in four chapters&lt;/li&gt;
&lt;li&gt;00:46:21 &amp;ndash; What were you excited to update in the book?&lt;/li&gt;
&lt;li&gt;00:50:28 &amp;ndash; Were there doubts about preparing readers for projects?&lt;/li&gt;
&lt;li&gt;00:53:52 &amp;ndash; Space invaders clone pygame project&lt;/li&gt;
&lt;li&gt;00:55:52 &amp;ndash; Data visualization project&lt;/li&gt;
&lt;li&gt;01:00:38 &amp;ndash; Django web app project&lt;/li&gt;
&lt;li&gt;01:04:15 &amp;ndash; Cheat sheets and additional resources&lt;/li&gt;
&lt;li&gt;01:07:54 &amp;ndash; Python flash cards&lt;/li&gt;
&lt;li&gt;01:09:54 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:10:54 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:11:46 &amp;ndash; How can people follow the work you do?&lt;/li&gt;
&lt;li&gt;01:13:06 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/python-crash-course-3rd-edition&quot;&gt;Python Crash Course, 3rd Edition - No Starch Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/105/&quot;&gt;Episode #105: Creating Better Error Messages for Python 3.10 &amp;amp; 3.11 – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2022/schedule/presentation/69/&quot;&gt;Making Python Better One Error Message At A Time - PyCon 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/library/view/learning-python-2nd/0596002815/&quot;&gt;Learning Python, 2nd Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.pytest.org/en/7.4.x/&quot;&gt;pytest: helps you write better programs — pytest documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pygame.org/wiki/GettingStarted&quot;&gt;Pygame&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://matplotlib.org/&quot;&gt;Matplotlib — Visualization with Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plotly.com/&quot;&gt;Plotly: Low-Code Data App Development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://django-simple-deploy.readthedocs.io/en/latest/&quot;&gt;django-simple-deploy - readthedocs.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ehmatthes.github.io/pcc_3e/cheat_sheets/&quot;&gt;Cheat Sheets - Python Crash Course, Third Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/pythonflashcards&quot;&gt;Python Flash Cards - No Starch Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.djangocon.us/&quot;&gt;DjangoCon US 2023 - October 16-20, 2023 - Durham, NC United States&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/&quot;&gt;pandas - Python Data Analysis Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ehmatthes.github.io/pcc_3e/&quot;&gt;Python Crash Course, Third Edition - GitHub Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mostlypython.substack.com/&quot;&gt;Mostly Python - Eric Matthes - Substack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@ehmatthes&quot;&gt;Eric Matthes (@ehmatthes@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/plot-pandas-data-visualization/&quot;&gt;Plot With pandas: Python Data Visualization Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E163_02_Eric.c30b38904a9d.mp3" type="audio/mpeg" length="71888382"/>
        <guid isPermaLink="false">cf713225-5d4c-47fa-8594-e2669890b85f</guid>
        <pubDate>Fri, 07 Jul 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4432</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_163_Podcast.ff56c957cb62.jpg"/>
        <rp:twitter-handles>@ehmatthes</rp:twitter-handles>
        <rp:twitter-title>“Python Crash Course &amp; Learning Enough to Start Creating” with @ehmatthes</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>162</itunes:episode>
        <title>Exploring the Zen of Python &amp; pandas Features for Finance</title>
        <itunes:title>Exploring the Zen of Python &amp; pandas Features for Finance</itunes:title>
        <link>https://realpython.com/podcasts/rpp/162/</link>
        <description>What advice can you extract from the Zen of Python? How can these nineteen guiding principles help you write more idiomatic Python? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What advice can you extract from the Zen of Python? How can these nineteen guiding principles help you write more idiomatic Python? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a Real Python tutorial by Bartosz Zaczyński titled &amp;ldquo;What&amp;rsquo;s the Zen of Python?&amp;rdquo; We talk about the poem&amp;rsquo;s origin and ways to access the Zen within Python. We also discuss how different sections provide contradictory advice for what makes good Python code.&lt;/p&gt;
&lt;p&gt;We cover a recent post by previous guest Matt Harrison about using Python and pandas for finance. Matt&amp;rsquo;s article covers methods in the pandas library for aggregation, resampling, and rolling averages.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including staying up-to-date with news, solving a Legend of Zelda puzzle with Python, avoiding &amp;ldquo;simply&amp;rdquo; providing advice, displaying better stack traces, and creating files with fake data.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/speed-python-concurrency/&quot;&gt;Speed Up Python With Concurrency&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Learn what concurrency means in Python and why you might want to use it. You&amp;rsquo;ll see a simple, non-concurrent approach and then look into why you&amp;rsquo;d want threading, asyncio, or multiprocessing.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:49 &amp;ndash; Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and Python 3.12.0 beta 3 released&lt;/li&gt;
&lt;li&gt;00:02:24 &amp;ndash; Enforcement of 2FA for PyPI Began June 1st&lt;/li&gt;
&lt;li&gt;00:02:54 &amp;ndash; Faster Python 3.13 Plan&lt;/li&gt;
&lt;li&gt;00:03:14 &amp;ndash; PyPy v7.3.12 Released&lt;/li&gt;
&lt;li&gt;00:03:28 &amp;ndash; Migrate to &lt;code&gt;.readthedocs.yaml&lt;/code&gt; Configuration&lt;/li&gt;
&lt;li&gt;00:05:14 &amp;ndash; PyCon US 2023 and PyCascades 2023 Videos Are Up&lt;/li&gt;
&lt;li&gt;00:05:37 &amp;ndash; What&amp;rsquo;s the Zen of Python?&lt;/li&gt;
&lt;li&gt;00:09:22 &amp;ndash; Python for Finance: Pandas Resample, Groupby, and Rolling&lt;/li&gt;
&lt;li&gt;00:15:24 &amp;ndash; Python and the Legend of Zelda&lt;/li&gt;
&lt;li&gt;00:17:47 &amp;ndash; Don&amp;rsquo;t Say &amp;ldquo;Simply&amp;rdquo; Use Pyenv, Poetry or Anaconda&lt;/li&gt;
&lt;li&gt;00:28:54 &amp;ndash; Is Parallel Programming Hard?&lt;/li&gt;
&lt;li&gt;00:40:54 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:42:20 &amp;ndash; pymg: A Better Display for Stack Traces&lt;/li&gt;
&lt;li&gt;00:44:58 &amp;ndash; faker-file: Create Files With Fake Data&lt;/li&gt;
&lt;li&gt;00:49:14 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html&quot;&gt;Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 Beta 2 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/06/python-3120-beta-3-released.html&quot;&gt;Python Insider: Python 3.12.0 beta 3 released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-06-01-2fa-enforcement-for-upload/&quot;&gt;Enforcement of 2FA for PyPI Began June 1st&lt;/a&gt; &amp;ndash; For those accounts that have two-factor authentication turned on for PyPI uploads, the use of 2FA is now required. Users with 2FA who were only using a password in the past will now have to perform 2FA as well. This is all part of the PyPI transition to 2FA across the board.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/faster-cpython/ideas/blob/main/3.13/README.md&quot;&gt;Faster Python 3.13 Plan&lt;/a&gt; &amp;ndash; This brief outline highlights the plan for the faster CPython project for the 3.13 release. It includes &lt;a href=&quot;https://peps.python.org/pep-0669/&quot;&gt;PEP 669&lt;/a&gt;, &lt;a href=&quot;https://peps.python.org/pep-0554/&quot;&gt;PEP 554&lt;/a&gt;, improved memory management, and more. Here&amp;rsquo;s the associated &lt;a href=&quot;https://news.ycombinator.com/item?id=36339777&quot;&gt;Hacker News discussion&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pypy.org/posts/2023/06/pypy-v7312-release.html&quot;&gt;PyPy v7.3.12 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.readthedocs.com/migrate-configuration-v2/&quot;&gt;Migrate to &lt;code&gt;.readthedocs.yaml&lt;/code&gt; Configuration&lt;/a&gt; &amp;ndash; The Read the Docs site has announced the new requirement that all builds must move to using a &lt;code&gt;.readthedocs.yaml&lt;/code&gt; configuration file, version 2. There are some test windows where they&amp;rsquo;ll be temporarily enforcing the change, but the final release date is September 25, 2023. Read on for details on how to migrate your project.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLcNrB7gPa-NedACvFYa9iVUIhnku_EBSz&quot;&gt;PyCascades 2023 Videos Are Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/c/pyconus&quot;&gt;PyCon US 2023 Videos Are Up&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topic Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/zen-of-python/&quot;&gt;What&amp;rsquo;s the Zen of Python?&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll be exploring the Zen of Python, a collection of nineteen guiding principles for writing idiomatic Python. You&amp;rsquo;ll find out how they originated and whether you should follow them. Along the way, you&amp;rsquo;ll uncover several inside jokes associated with this humorous poem.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ponder.io/python-for-finance-pandas-resample-groupby-and-rolling/&quot;&gt;Python for Finance: Pandas Resample, Groupby, and Rolling&lt;/a&gt; &amp;ndash; When working with time series data such as financial information, the resample, grouping, and rolling features of pandas can make your life easier.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gazj.substack.com/p/python-and-the-legend-of-zelda&quot;&gt;Python and the Legend of Zelda&lt;/a&gt; &amp;ndash; The Game Boy Color version of Legend of Zelda: Oracle of Ages contains a grid-based puzzle. Gaz writes about creating a brute-force program to solve the challenge using Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bitecode.dev/p/why-not-tell-people-to-simply-use&quot;&gt;Don&amp;rsquo;t Say &amp;ldquo;Simply&amp;rdquo; Use Pyenv, Poetry or Anaconda&lt;/a&gt; &amp;ndash; This article talks about the issues that newer Python coders might encounter by adopting more complicated package management mechanisms and explains why sticking with &lt;code&gt;pip&lt;/code&gt; is often the better choice.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=36318280&quot;&gt;Is Parallel Programming Hard?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://charlesleifer.com/blog/asyncio/&quot;&gt;AsyncIO: Why I Hate It&lt;/a&gt; &amp;ndash; Charles is the creator of &lt;a href=&quot;https://docs.peewee-orm.com/en/latest/&quot;&gt;Peewee ORM&lt;/a&gt; and often gets the question &lt;em&gt;when will it support &lt;code&gt;asyncio&lt;/code&gt;?&lt;/em&gt; In this opinion piece, he talks about why he doesn&amp;rsquo;t like &lt;code&gt;asyncio&lt;/code&gt; and which alternatives he prefers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mimseyedi/pymg&quot;&gt;pymg: A Better Display for Stack Traces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/barseghyanartur/faker-file&quot;&gt;faker-file: Create Files With Fake Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=LA1Ir0s4icw&quot;&gt;Practicality Beats Purity: The Zen of Python&amp;rsquo;s Escape Hatch - Chris Neugebauer - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bitecode.substack.com/p/relieving-your-python-packaging-pain&quot;&gt;Relieving your Python packaging pain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mirrors.edge.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html&quot;&gt;Is Parallel Programming Hard, And, If So, What Can You Do About It? - Book Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/threading-python/&quot;&gt;Threading in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-3-concurrency-asyncio-module/&quot;&gt;Hands-On Python 3 Concurrency With the asyncio Module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/speed-python-concurrency/&quot;&gt;Speed Up Python With Concurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E162_02_Cx2.363436affb2f.mp3" type="audio/mpeg" length="48990408"/>
        <guid isPermaLink="false">876bd0dc-b021-4985-bad3-6dac7512c18b</guid>
        <pubDate>Fri, 30 Jun 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3001</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_162_Podcast.4ab2f3be3fc1.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Exploring the Zen of Python &amp; pandas Features for Finance”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>161</itunes:episode>
        <title>Resources and Advice for Building CircuitPython Projects</title>
        <itunes:title>Resources and Advice for Building CircuitPython Projects</itunes:title>
        <link>https://realpython.com/podcasts/rpp/161/</link>
        <description>Are you looking to advance your CircuitPython projects? Would you like a collection of resources and tools to help you along your path? This week on the show, Tod Kurt is here to discuss building projects with CircuitPython.</description>
        <content:encoded>&lt;p&gt;Are you looking to advance your CircuitPython projects? Would you like a collection of resources and tools to help you along your path? This week on the show, Tod Kurt is here to discuss building projects with CircuitPython.&lt;/p&gt;
&lt;p&gt;Tod has been working with embedded electronics for a long time and has been an active member of the Arduino community. He recently started to build projects using CircuitPython, and it has become his preferred prototype method. &lt;/p&gt;
&lt;p&gt;He shares software resources, hardware tools, and advice about working with CircuitPython and embedded electronics. We discuss several of his music hardware projects and the libraries and modules that he uses for synthesis. He also shares a powerful online prototyping tool to plan your project before spending money or plugging in a soldering iron.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-reading-and-writing-files/&quot;&gt;Python Basics: Reading and Writing Files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to move data back and forth between your Python programs and external software by reading and writing files. You&amp;rsquo;ll practice reading and writing data stored in the CSV file format, one of the most widely supported file formats for transferring tabular data.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:17 &amp;ndash; Tod&amp;rsquo;s background and ThingM&lt;/li&gt;
&lt;li&gt;00:06:37 &amp;ndash; The Bootloader Podcast&lt;/li&gt;
&lt;li&gt;00:09:58 &amp;ndash; Why did you move from C to Python?&lt;/li&gt;
&lt;li&gt;00:13:47 &amp;ndash; Starting new projects with CircuitPython instead of Arduino&lt;/li&gt;
&lt;li&gt;00:17:14 &amp;ndash; Advantages of the Arduino language&lt;/li&gt;
&lt;li&gt;00:21:07 &amp;ndash; Modules that extend CircuitPython with C&lt;/li&gt;
&lt;li&gt;00:25:23 &amp;ndash; Synthesis and sample playback in CircuitPython&lt;/li&gt;
&lt;li&gt;00:32:54 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:13 &amp;ndash; ulab for NumPy-like functionality in CircuitPython&lt;/li&gt;
&lt;li&gt;00:39:20 &amp;ndash; Raspberry Pi Pico as inexpensive project board&lt;/li&gt;
&lt;li&gt;00:46:08 &amp;ndash; STEMMA QT and breadboards&lt;/li&gt;
&lt;li&gt;00:48:40 &amp;ndash; Powering projects with a USB power bank&lt;/li&gt;
&lt;li&gt;00:51:25 &amp;ndash; Software tools - tio, circup, and discotool&lt;/li&gt;
&lt;li&gt;00:56:55 &amp;ndash; CircuitPython tricks GitHub repo&lt;/li&gt;
&lt;li&gt;00:59:44 &amp;ndash; Wokwi simulator for CircuitPython and Raspberry Pi Pico&lt;/li&gt;
&lt;li&gt;01:01:25 &amp;ndash; PCB board design resources&lt;/li&gt;
&lt;li&gt;01:03:27 &amp;ndash; todbot projects on Tindie&lt;/li&gt;
&lt;li&gt;01:06:11 &amp;ndash; Hardware tools for projects&lt;/li&gt;
&lt;li&gt;01:08:21 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:09:42 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:11:30 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:12:50 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://todbot.com/blog/&quot;&gt;todbot blog – Random experiments, circuits, and code by Tod Kurt.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/@Todbot&quot;&gt;todbot - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thingm.com/&quot;&gt;ThingM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thebootloader.net/about/&quot;&gt;The Bootloader Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.circuitpythonshow.com/@circuitpythonshow&quot;&gt;The CircuitPython Show Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://circuitpython.org/&quot;&gt;CircuitPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.arduino.cc/&quot;&gt;Arduino - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://learn.adafruit.com/extending-circuitpython&quot;&gt;Extending CircuitPython: An Introduction - Adafruit Learning System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.adafruit.com/product/5710&quot;&gt;Adafruit Feather RP2040 with DVI - HDMI Output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/75/&quot;&gt;Episode #75: Building With CircuitPython &amp;amp; Constraints of Python for Microcontrollers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.circuitpython.org/en/latest/shared-bindings/displayio/&quot;&gt;displayio – Native helpers for driving displays - CircuitPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sensorium.github.io/Mozzi/&quot;&gt;Mozzi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.circuitpython.org/en/latest/shared-bindings/synthio/index.html&quot;&gt;synthio: Support for multi-channel audio synthesis - Adafruit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://learn.adafruit.com/ulab-crunch-numbers-fast-with-circuitpython&quot;&gt;ulab: Crunch Numbers fast in CircuitPython - Adafruit Learning System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.adafruit.com/product/4864&quot;&gt;Raspberry Pi Pico RP2040 - Adafruit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://learn.adafruit.com/introducing-adafruit-stemma-qt&quot;&gt;What is STEMMA? - Adafruit STEMMA &amp;amp; STEMMA QT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B07JZCZSH9/&quot;&gt;USB Power bank - Current Favorite  - Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/tio/tio&quot;&gt;tio: A simple serial device I/O tool - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/adafruit/circup&quot;&gt;circup: CircuitPython library updater - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Neradoc/discotool&quot;&gt;discotool: USB Arduino type boards discovery library and tool - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/todbot/circuitpython-tricks/&quot;&gt;circuitpython-tricks: Some CircuitPython tricks, mostly reminders to myself - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wokwi.com/projects/new/circuitpython-pi-pico&quot;&gt;Wokwi Simulator - CircuitPython on Raspberry Pi Pico Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.autodesk.com/products/eagle/overview?term=1-YEAR&amp;amp;tab=subscription&quot;&gt;EAGLE - PCB Design And Electrical Schematic Software - Autodesk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.kicad.org/&quot;&gt;KiCad EDA - Schematic Capture &amp;amp; PCB Design Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.thea.codes/introducing-kicanvas/&quot;&gt;Introducing KiCanvas - Stargirl (Thea) Flowers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tindie.com/products/todbot/picotouch-capsense-midi-keyboard-for-raspi-pico/&quot;&gt;PicoTouch - Capsense MIDI keyboard - Tindie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tindie.com/products/todbot/picostepseq-pcb/&quot;&gt;PicoStepSeq PCB from todbot synth toys - Tindie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B08QMWFQ2H/&quot;&gt;USB Voltage and Current Tester - Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B00JX1ZS5O/&quot;&gt;USB Hub with Individual Power Switches - Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/cpython-internals-paperback/&quot;&gt;CPython Internals Book – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/AllenDowney/ThinkDSP&quot;&gt;ThinkDSP: Free Book on Digital Signal Processing in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://todbot.com/blog/&quot;&gt;todbot blog – Random experiments, circuits, and code by Tod Kurt.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mastodon.social/@todbot&quot;&gt;Tod Kurt (todbot) (@todbot@mastodon.social) - Mastodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.com/invite/adafruit&quot;&gt;Adafruit Discord - @todbot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-reading-and-writing-files/&quot;&gt;Python Basics: Reading and Writing Files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/getting-started-micropython/&quot;&gt;Getting Started With MicroPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-file-system-operations/&quot;&gt;Python Basics: File System Operations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E161_02_TodKurt.fb92c413b064.mp3" type="audio/mpeg" length="71654676"/>
        <guid isPermaLink="false">8309709d-e7c4-4a1d-a74d-8325ebdd91a1</guid>
        <pubDate>Fri, 23 Jun 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4413</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_161_Podcast.c5c7e403a68a.jpg"/>
        <rp:twitter-handles>@todbot</rp:twitter-handles>
        <rp:twitter-title>“Resources and Advice for Building CircuitPython Projects” with @todbot</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>160</itunes:episode>
        <title>Inheriting a Large Python Code Base &amp; Building a GUI With Kivy</title>
        <itunes:title>Inheriting a Large Python Code Base &amp; Building a GUI With Kivy</itunes:title>
        <link>https://realpython.com/podcasts/rpp/160/</link>
        <description>What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent thread on Hacker News about working with a large Python code base. Christopher advises configuring tests and using tools to keep your code consistent across an organization. He also answers several questions about code complexity, typing, and leveraging third-party libraries.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including news from the Python Language Summit, Kivy for GUI development, the power of bit manipulation, the removal of unused import statements in your code, and a Python-based iOS project for adding reminders about links from a podcast.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/cross-platform-gui-apps-kivy/&quot;&gt;Build Cross-Platform GUI Apps With Kivy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to build a cross-platform mobile application with Python and the Kivy GUI framework. You&amp;rsquo;ll discover how to develop an application that can run on your desktop as well as your phone. Then, you&amp;rsquo;ll package your app for Windows, Linux, and macOS.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:43 &amp;ndash; Python 3.13 Removes 20 Stdlib Modules&lt;/li&gt;
&lt;li&gt;00:03:20 &amp;ndash; Making the Global Interpreter Lock Optional&lt;/li&gt;
&lt;li&gt;00:04:52 &amp;ndash; What Is the Standard Library For?&lt;/li&gt;
&lt;li&gt;00:06:14 &amp;ndash; Python&amp;rsquo;s &lt;code&gt;.__call__()&lt;/code&gt; Method: Creating Callable Instances&lt;/li&gt;
&lt;li&gt;00:11:40 &amp;ndash; The Power of Bit Manipulation&lt;/li&gt;
&lt;li&gt;00:15:39 &amp;ndash; Using Kivy for GUI Development&lt;/li&gt;
&lt;li&gt;00:21:18 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:22:43 &amp;ndash; How Do You Deal With Large Python Code Bases?&lt;/li&gt;
&lt;li&gt;00:40:50 &amp;ndash; unimport: Remove Unused Import Statements in Your Code&lt;/li&gt;
&lt;li&gt;00:42:36 &amp;ndash; Update: rsync-time-machine.py&lt;/li&gt;
&lt;li&gt;00:43:20 &amp;ndash; memocast: Add links heard in podcasts into iOS reminders&lt;/li&gt;
&lt;li&gt;00:47:42 &amp;ndash; A request to listeners&lt;/li&gt;
&lt;li&gt;00:48:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-594-has-been-implemented-python-3-13-removes-20-stdlib-modules/27124&quot;&gt;Python 3.13 Removes 20 Stdlib Modules&lt;/a&gt; &amp;ndash; Core developers are busy working on &lt;a href=&quot;https://peps.python.org/pep-0594/&quot;&gt;PEP 594&lt;/a&gt;, removing dead batteries from Python 3.13. This long post in the discussion forum highlights what work has been completed so far.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-making.html&quot;&gt;Making the Global Interpreter Lock Optional&lt;/a&gt; &amp;ndash; In the past, Sam Gross has outlined how to make the GIL optional in CPython. He presented at the Python Language Summit, providing updates on his progress and future plans for the project.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0703/&quot;&gt;PEP 703 – Making the Global Interpreter Lock Optional in CPython | peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-3-12-updates/26503/43&quot;&gt;PEP 703 - Discussion on Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html&quot;&gt;What Is the Standard Library For?&lt;/a&gt; &amp;ndash; This post summarizes a conversation at the Python Language Summit proposing that guidelines be defined for when something should be added to the standard library.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-callable-instances/&quot;&gt;Python&amp;rsquo;s &lt;code&gt;.__call__()&lt;/code&gt; Method: Creating Callable Instances&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn what a callable is in Python and how to create callable instances using the &lt;code&gt;.__call__()&lt;/code&gt; special method in your custom classes. You&amp;rsquo;ll also code several examples of practical use cases for callable instances in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.anurag629.club/posts/the-power-of-bit-manipulation-how-to-solve-problems-efficiently&quot;&gt;The Power of Bit Manipulation&lt;/a&gt; &amp;ndash; In this article, you learn about bit manipulation and how to solve problems efficiently using it in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pythonguis.com/tutorials/getting-started-kivy/&quot;&gt;Using Kivy for GUI Development&lt;/a&gt; &amp;ndash; Kivy is an open-source Python library for developing desktop and mobile GUI apps. It&amp;rsquo;s supported on Windows, Linux, macOS, Android, and iOS. This article introduces you to Kivy and teaches you how to build your first GUI with it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=36093141&quot;&gt;How Do You Deal With Large Python Code Bases?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hakancelikdev/unimport&quot;&gt;unimport: Remove Unused Import Statements in Your Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/engdan77/memocast&quot;&gt;memocast: 🎧 A small iOS app for e.g. iPhone that allow you to add links heard in podcasts into reminders&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/binary-bytes-bitwise-operators/&quot;&gt;Binary, Bytes, and Bitwise Operators in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/mobile-app-kivy-python/#understanding-the-kivy-framework&quot;&gt;Build a Mobile Application With the Kivy Python Framework – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.odoo.com/&quot;&gt;Open Source ERP and CRM | Odoo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://moodle.org/&quot;&gt;Moodle - Open-source learning platform | Moodle.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/basnijholt/rsync-time-machine.py&quot;&gt;rsync-time-machine.py: Time Machine-style backups using rsync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.omz-software.com/pythonista/&quot;&gt;Pythonista for iOS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/simplify-gui-dev-pysimplegui/&quot;&gt;Simplify Python GUI Development With PySimpleGUI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/cross-platform-gui-apps-kivy/&quot;&gt;Build Cross-Platform GUI Apps With Kivy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E160_02_C2x.967f0a53c100.mp3" type="audio/mpeg" length="48079958"/>
        <guid isPermaLink="false">48e0a223-45f2-43ab-9d70-d26d066bc0b9</guid>
        <pubDate>Fri, 16 Jun 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2945</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_160_Podcast.dc99a0a7d99d.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Inheriting a Large Python Code Base &amp; Building a GUI With Kivy”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>159</itunes:episode>
        <title>Volunteering, Organizing, and Finding a Python Community</title>
        <itunes:title>Volunteering, Organizing, and Finding a Python Community</itunes:title>
        <link>https://realpython.com/podcasts/rpp/159/</link>
        <description>Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from this year&#x27;s PyCascades conference about making connections, learning new skills, and rationing your time.</description>
        <content:encoded>&lt;p&gt;Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from this year&amp;rsquo;s PyCascades conference about making connections, learning new skills, and rationing your time.&lt;/p&gt;
&lt;p&gt;We have three guests to discuss working on PyCascades 2023 and how they got involved in volunteering. Conference Chair Ben Berry, a site reliability engineer based in Seattle, is currently working on a private platform-as-a-service. Diversity Chair Madison Swain-Bowden is a senior data engineer out of Seattle, currently working at Automattic on the Openverse team. Sponsorship Chair Michael van der Kamp is a back-end engineer at Coffee Meets Bagel.&lt;/p&gt;
&lt;p&gt;We discuss finding other volunteers, maintaining motivation, and connecting with sponsors. Our guests also share their stories of overcoming challenges, connecting with community, and finding fulfillment through volunteering. &lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Proxify. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/gradebook-using-pandas-python/&quot;&gt;Using pandas to Make a Gradebook in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With this course and Python project, you&amp;rsquo;ll build a script to calculate grades for a class using pandas. The script will quickly and accurately calculate grades from a variety of data sources. You&amp;rsquo;ll see examples of loading, merging, and saving data with pandas, as well as plotting some summary statistics.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:34 &amp;ndash; Conference Chair Ben Berry &lt;/li&gt;
&lt;li&gt;00:03:58 &amp;ndash; Diversity Chair Madison Swain-Bowden&lt;/li&gt;
&lt;li&gt;00:06:04 &amp;ndash; Sponsorship Chair Michael van der Kamp&lt;/li&gt;
&lt;li&gt;00:08:28 &amp;ndash; Scheduling of conferences around one another&lt;/li&gt;
&lt;li&gt;00:10:41 &amp;ndash; How did you get involved in the community?&lt;/li&gt;
&lt;li&gt;00:20:01 &amp;ndash; Sponsor: Proxify&lt;/li&gt;
&lt;li&gt;00:20:57 &amp;ndash; Workplace groups and guilds&lt;/li&gt;
&lt;li&gt;00:27:41 &amp;ndash; How community helps with job referrals&lt;/li&gt;
&lt;li&gt;00:32:19 &amp;ndash; New position and added responsibilities&lt;/li&gt;
&lt;li&gt;00:41:24 &amp;ndash; How would you pitch volunteering?&lt;/li&gt;
&lt;li&gt;00:44:32 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:45:45 &amp;ndash; How do you avoid overdoing it?&lt;/li&gt;
&lt;li&gt;00:52:46 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:55:16 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:59:22 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/about/team/&quot;&gt;The Team - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/results?search_query=pycascades+2023&quot;&gt;PyCascades 2023 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyladies.com/&quot;&gt;PyLadies – Women Who Love Coding in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.meetup.com/psppython/&quot;&gt;Puget Sound Programming Python (PuPPy) (Seattle, WA) - Meetup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.meetup.com/pysprings/&quot;&gt;PySprings (Colorado Springs, CO) - Meetup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://agilecoffee.com/leancoffee/&quot;&gt;What is Lean Coffee? - an introduction to agenda-less meetings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/async-io-python/&quot;&gt;Async IO in Python: A Complete Walkthrough – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/lessons/structural-pattern-matching/&quot;&gt;Structural Pattern Matching – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/fastapi-python-web-apis/&quot;&gt;Using FastAPI to Build Python Web APIs – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/rust-rustaceans&quot;&gt;Rust for Rustaceans - No Starch Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://circuitpython.org/&quot;&gt;CircuitPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/michael-vanderkamp/&quot;&gt;Michael van der Kamp - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tumblr.com/aetherunbound&quot;&gt;Madison on Tumblr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@benb&quot;&gt;Ben Berry (@benb@fosstodon.org)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/gradebook-using-pandas-python/&quot;&gt;Using pandas to Make a Gradebook in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E159_03_PyCascades.881475315394.mp3" type="audio/mpeg" length="59140795"/>
        <guid isPermaLink="false">a933186a-fcda-4193-82d7-45f4e7a5629a</guid>
        <pubDate>Fri, 09 Jun 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3633</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_159_Podcast.c199d24824b4.jpg"/>
        <rp:twitter-handles>@bengerman13, @AetherUnbound, @pycascades</rp:twitter-handles>
        <rp:twitter-title>“Volunteering, Organizing, and Finding a Python Community” with @bengerman13, @AetherUnbound, @pycascades</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>158</itunes:episode>
        <title>Building Python CI With Docker &amp; Applying for a Hacker Initiative Grant</title>
        <itunes:title>Building Python CI With Docker &amp; Applying for a Hacker Initiative Grant</itunes:title>
        <link>https://realpython.com/podcasts/rpp/158/</link>
        <description>Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share a Real Python tutorial from  Bartosz Zaczyński about building continuous integration with Docker. Docker provides consistent environments for configuring, testing, and delivering Python applications. In this tutorial, you&amp;rsquo;ll get up to speed with current Docker and CI techniques.&lt;/p&gt;
&lt;p&gt;We also speak with Bill Pollock from No Starch Press about Hacker Initiative. The public nonprofit gives back to and strengthens the hacking community. The 2023 grant cycle is currently open until August 15. We discuss the application process and projects from previous grant recipients.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including a news update and some resources on implementing metaclasses in Python, creating time machine-style backups, and scanning your project for vulnerabilities.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-metaclasses/&quot;&gt;Metaclasses in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Metaclasses are an important but mysterious behind-the-scenes mechanism for instantiating classes in Python. In this video course, you&amp;rsquo;ll learn how Python&amp;rsquo;s metaclasses work in object-oriented programming.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:26 &amp;ndash; PyPI Temporarily Suspended New Registrations&lt;/li&gt;
&lt;li&gt;00:03:38 &amp;ndash; PyPI was subpoenaed&lt;/li&gt;
&lt;li&gt;00:04:54 &amp;ndash; Python 3.12.0 beta 1 released&lt;/li&gt;
&lt;li&gt;00:05:19 &amp;ndash; Build Robust Continuous Integration With Docker and Friends&lt;/li&gt;
&lt;li&gt;00:13:02 &amp;ndash; Metaclasses in Python&lt;/li&gt;
&lt;li&gt;00:20:03 &amp;ndash; Pronouncing SQL - Is there life after SQL? &lt;/li&gt;
&lt;li&gt;00:22:52 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:24:25 &amp;ndash; pyscan: Python dependency vulnerability scanner, written in Rust&lt;/li&gt;
&lt;li&gt;00:26:28 &amp;ndash; rsync-time-machine.py: Time Machine-Style Backups&lt;/li&gt;
&lt;li&gt;00:29:20 &amp;ndash; Bill Pollock and Hacker Initiative&lt;/li&gt;
&lt;li&gt;00:34:18 &amp;ndash; Previous grant recipients&lt;/li&gt;
&lt;li&gt;00:36:58 &amp;ndash; First Tech Challenge&lt;/li&gt;
&lt;li&gt;00:43:18 &amp;ndash; Large vs small nonprofits&lt;/li&gt;
&lt;li&gt;00:45:48 &amp;ndash; Applying for the 2023 grant cycle&lt;/li&gt;
&lt;li&gt;00:49:01 &amp;ndash; Underserved areas&lt;/li&gt;
&lt;li&gt;00:51:45 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://status.python.org/incidents/qy2t9mjjcc7g&quot;&gt;PyPI Temporarily Suspended New Registrations&lt;/a&gt; &amp;ndash; Due to a large volume of traffic from malicious users, PyPI temporarily suspended new account and project registrations on May 20. The suspension was lifted thirty hours later on May 21.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-05-24-pypi-was-subpoenaed/&quot;&gt;PyPI was subpoenaed - The Python Package Index&lt;/a&gt; &amp;ndash; The PSF received three subpoenas from the US Department of Justice for PyPI user data in March and April of 2023.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/05/python-3120-beta-1-released.html?utm_campaign=Django%2BNewsletter&amp;amp;utm_medium=email&amp;amp;utm_source=Django_Newsletter_181&quot;&gt;Python Insider: Python 3.12.0 beta 1 released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/docker-continuous-integration/&quot;&gt;Build Robust Continuous Integration With Docker and Friends&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll use Docker and GitHub Actions to build a robust continuous integration pipeline for a multi-container web application consisting of Flask and Redis. Along the way, you&amp;rsquo;ll learn how to dockerize a Python web application.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-metaclasses/&quot;&gt;Metaclasses in Python - Real Python Video Course&lt;/a&gt; &amp;ndash; Metaclasses are an important but mysterious behind-the-scenes mechanism for instantiating classes in Python. In this video course, you&amp;rsquo;ll learn how Python&amp;rsquo;s metaclasses work in object-oriented programming.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ryFCHFxSFDE&quot;&gt;Is there life after SQL? - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/aswinnnn/pyscan&quot;&gt;pyscan: Python dependency vulnerability scanner, written in Rust - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/basnijholt/rsync-time-machine.py&quot;&gt;rsync-time-machine.py: Time Machine-Style Backups&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hacker Initiative Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://hackerinitiative.org/&quot;&gt;Hacker Initiative – By hackers. For hackers.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hackerinitiative.org/apply-now/&quot;&gt;Apply for the 2023 Grant Cycle – Hacker Initiative&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hackerinitiative.org/2022-grant-recipients/&quot;&gt;2022 Grant Recipients – Hacker Initiative&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/brettcannon/cpython-wasi-build/releases/tag/v3.12.0b1&quot;&gt;Release CPython 3.12.0b1 w/ WASI SDK 20 - brettcannon/cpython-wasi-build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/149/&quot;&gt;Episode #149: Coding With namedtuple &amp;amp; Python&amp;rsquo;s Dynamic Superpowers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.firstinspires.org/robotics/ftc/what-is-first-tech-challenge&quot;&gt;What is FIRST Tech Challenge? - FIRST&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/&quot;&gt;No Starch Press - &amp;ldquo;The finest in geek entertainment&amp;rdquo;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-continuous-integration/&quot;&gt;Continuous Integration With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-metaclasses/&quot;&gt;Metaclasses in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-namedtuple/&quot;&gt;Writing Clean, Pythonic Code With namedtuple&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E158_03_Cx2_Bill_Vv2.f4918f13a9ea.mp3" type="audio/mpeg" length="51800830"/>
        <guid isPermaLink="false">e9282c82-eb9a-4cce-b3af-bbfd0fe65339</guid>
        <pubDate>Fri, 02 Jun 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3175</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_158_Podcast.02122328ae7c.jpg"/>
        <rp:twitter-handles>@billpollock</rp:twitter-handles>
        <rp:twitter-title>“Building Python CI With Docker &amp; Applying for a Hacker Initiative Grant” with @billpollock</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>157</itunes:episode>
        <title>Discussing Mojo &amp; Improving Python Object-Oriented Programming</title>
        <itunes:title>Discussing Mojo &amp; Improving Python Object-Oriented Programming</itunes:title>
        <link>https://realpython.com/podcasts/rpp/157/</link>
        <description>Would you like to speed up your Python machine-learning code dramatically? What if you only had to change a few keywords and add a couple of type hints on portions of your code? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Would you like to speed up your Python machine-learning code dramatically? What if you only had to change a few keywords and add a couple of type hints on portions of your code? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a new programming language named Mojo, which is a superset of Python. It aims to fix Python&amp;rsquo;s performance and deployment problems. The project has many interesting ideas and a leader who has helped to shape modern compiler technology.&lt;/p&gt;
&lt;p&gt;We also share a pair of Real Python tutorials from Leodanis Pozo Ramos about object-oriented programming in Python. The first one is a deep dive into the creation of classes. It&amp;rsquo;s an excellent refresher for anyone looking to hone their OOP skills in Python. &lt;/p&gt;
&lt;p&gt;The second tutorial covers the SOLID principles, which are five well-established standards for improving your object-oriented design. These principles guide you to create object-oriented code that is more maintainable, extensible, scalable, and testable.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including a news update, showing warnings when running Django, tracking the progress of your Python program, and a Markdown browser for your terminal.&lt;/p&gt;
&lt;p&gt;This week&amp;rsquo;s episode is brought to you by Koyeb.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn all about the k-nearest neighbors (kNN) algorithm in Python, including how to implement kNN from scratch. Once you understand how kNN works, you&amp;rsquo;ll use scikit-learn to facilitate your coding process.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:39 &amp;ndash; PEP 713: Callable Modules&lt;/li&gt;
&lt;li&gt;00:04:22 &amp;ndash; PEP 712: &amp;ldquo;Converter&amp;rdquo; Parameter for &lt;code&gt;dataclasses.field&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:06:49 &amp;ndash; Python Classes: The Power of Object-Oriented Programming&lt;/li&gt;
&lt;li&gt;00:16:44 &amp;ndash; Sponsor: Koyeb&lt;/li&gt;
&lt;li&gt;00:17:33 &amp;ndash; SOLID Principles: Improve Object-Oriented Design in Python&lt;/li&gt;
&lt;li&gt;00:22:00 &amp;ndash; Mojo, a Superset of Python&lt;/li&gt;
&lt;li&gt;00:34:31 &amp;ndash; Mojo might be the biggest thing to happen in programming for decades&lt;/li&gt;
&lt;li&gt;00:41:48 &amp;ndash; Mojo – a new programming language for AI developers &lt;/li&gt;
&lt;li&gt;00:44:03 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:45:23 &amp;ndash; Have Python Show Warnings When Running Django&lt;/li&gt;
&lt;li&gt;00:47:52 &amp;ndash; TQDM: Tracking the Progress of Your Python Program&lt;/li&gt;
&lt;li&gt;00:50:34 &amp;ndash; frogmouth: A Markdown Browser for Your Terminal&lt;/li&gt;
&lt;li&gt;00:53:59 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0713/&quot;&gt;PEP 713: Callable Modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0712/&quot;&gt;PEP 712: &amp;ldquo;Converter&amp;rdquo; Parameter for &lt;code&gt;dataclasses.field&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-classes/&quot;&gt;Python Classes: The Power of Object-Oriented Programming&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to create and use full-featured classes in your Python code. Classes provide a great way to solve complex programming problems by approaching them through models that represent real-world objects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/solid-principles-python/&quot;&gt;SOLID Principles: Improve Object-Oriented Design in Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about the SOLID principles, which are five well-established standards for improving your object-oriented design in Python. By applying these principles, you can create object-oriented code that is more maintainable, extensible, scalable, and testable.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fast.ai/posts/2023-05-03-mojo-launch.html&quot;&gt;Mojo, a Superset of Python&lt;/a&gt; &amp;ndash; &lt;a href=&quot;https://docs.modular.com/mojo/&quot;&gt;Mojo&lt;/a&gt; is a new programming language, which is a superset of Python. It aims to fix Python&amp;rsquo;s performance and deployment problems.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.untangled.dev/2023/04/26/py-django-warnings/&quot;&gt;Have Python Show Warnings When Running Django&lt;/a&gt; &amp;ndash; How to show warnings when running Python, and Django, during local development. The easy, yet not well-known, way.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=35809658&quot;&gt;Mojo might be the biggest thing to happen in programming for decades - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=35790367&quot;&gt;Mojo, a new programming language for AI developers - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://coderslegacy.com/tqdm-tracking-the-progress-of-your-python-program/&quot;&gt;TQDM: Tracking the Progress of Your Python Program&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Textualize/frogmouth&quot;&gt;frogmouth: A Markdown Browser for Your Terminal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://tqdm.github.io/presentation-%28pydata%29/video/&quot;&gt;Video - tqdm documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tqdm.github.io/&quot;&gt;tqdm documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypa.github.io/pipx/&quot;&gt;pipx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/101/&quot;&gt;Episode #101: Tools for Setting Up Python on a New Machine – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-jupyter-notebooks/&quot;&gt;Using Jupyter Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/knn-python/&quot;&gt;Using k-Nearest Neighbors (kNN) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/multiple-constructors-python/&quot;&gt;Using Multiple Constructors in Your Python Classes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E157_03_Cx2.ac81ba1316ac.mp3" type="audio/mpeg" length="53765992"/>
        <guid isPermaLink="false">acc94108-1bf1-44d0-b1cf-e1c73b1babbd</guid>
        <pubDate>Fri, 26 May 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3298</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_157_Podcast.0c6f1866728c.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Discussing Mojo &amp; Improving Python Object-Oriented Programming”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>156</itunes:episode>
        <title>Virtual Environment Structure &amp; Surveying the Packaging Ecosystem</title>
        <itunes:title>Virtual Environment Structure &amp; Surveying the Packaging Ecosystem</itunes:title>
        <link>https://realpython.com/podcasts/rpp/156/</link>
        <description>How do Python virtual environments work under the hood? How does understanding these concepts help you with managing them for your projects? This week on the show, CPython core developer Brett Cannon returns to discuss his recent articles about virtual environments and the Python packaging landscape.</description>
        <content:encoded>&lt;p&gt;How do Python virtual environments work under the hood? How does understanding these concepts help you with managing them for your projects? This week on the show, CPython core developer Brett Cannon returns to discuss his recent articles about virtual environments and the Python packaging landscape.&lt;/p&gt;
&lt;p&gt;Brett talks about his recent article &amp;ldquo;How Virtual Environments Work.&amp;rdquo; He was researching the topic to solve an issue with a Linux Python distribution that doesn&amp;rsquo;t provide the tools to create virtual environments. We talk about how he solved the problem by creating a tiny library named microvenv.&lt;/p&gt;
&lt;p&gt;We also take a look at the Python packaging ecosystem. Brett talks about the early days of Python, when these tools didn&amp;rsquo;t exist. He contrasts that with the current packaging solution explosion and how each one attempts to solve unique problems. We also discuss the Python Packaging User Survey and the plans for packaging summits at PyCon US. Note that we recorded this episode two weeks before PyCon US 2023.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-repl/&quot;&gt;Getting the Most Out of the Python Standard REPL&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to use the Python standard REPL (Read-Eval-Print Loop) to run your code interactively. This tool will allow you to test new ideas, explore and experiment with new tools and libraries, refactor and debug your code, try out examples, and more.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:58 &amp;ndash; Virtual environments&lt;/li&gt;
&lt;li&gt;00:07:10 &amp;ndash; PEP 704 &amp;amp; virtual environment workflows&lt;/li&gt;
&lt;li&gt;00:26:57 &amp;ndash; Experimenting with not including &lt;code&gt;pip&lt;/code&gt; &lt;/li&gt;
&lt;li&gt;00:34:44 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:36:35 &amp;ndash; What are you using for packaging?&lt;/li&gt;
&lt;li&gt;00:43:32 &amp;ndash; Python Packaging User Survey &amp;amp; the history of packaging&lt;/li&gt;
&lt;li&gt;00:48:40 &amp;ndash; Packing only gets complex when it&amp;rsquo;s not pure Python code&lt;/li&gt;
&lt;li&gt;01:01:22 &amp;ndash; Outcomes after the survey and the packaging summit&lt;/li&gt;
&lt;li&gt;01:03:56 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:05:28 &amp;ndash; What&amp;rsquo;s something you want to learn next?&lt;/li&gt;
&lt;li&gt;01:07:12 &amp;ndash; How can people follow the work that you do?&lt;/li&gt;
&lt;li&gt;01:08:14 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/how-virtual-environments-work/&quot;&gt;How virtual environments work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0704/&quot;&gt;PEP 704 – Require virtual environments by default for package installers - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/microvenv/&quot;&gt;microvenv - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/brettcannon/python-launcher&quot;&gt;python-launcher: Python launcher for Unix - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bootstrap.pypa.io/&quot;&gt;bootstrap.pypa.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/classifying-python-virtual-environment-workflows/&quot;&gt;Classifying Python virtual environment workflows&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://drive.google.com/file/d/1U5d5SiXLVkzDpS0i1dJIA4Hu5Qg704T9/view&quot;&gt;Python Packaging User Survey - Results PDF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/&quot;&gt;Thoughts on the Python packaging ecosystem - Pradyun Gedam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pypa/packaging&quot;&gt;pypa/packaging: Core utilities for Python packages - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://flit.pypa.io/en/latest/&quot;&gt;Flit 3.8.0 - Flit 3.8.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/hatch/&quot;&gt;hatch - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/hatchling/&quot;&gt;hatchling - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/93/&quot;&gt;Episode #93: Launching Python, Virtual Environments, and Locking Dependencies With Brett Cannon – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0665/&quot;&gt;PEP 665 – A file format to list Python dependencies for reproducibility of an application - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/&quot;&gt;Programming Rust, 2nd Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/&quot;&gt;Tall, Snarky Canadian - Brett&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://devblogs.microsoft.com/python/&quot;&gt;Microsoft Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://code.visualstudio.com/blogs/&quot;&gt;Visual Studio Code Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@brettcannon&quot;&gt;Brett Cannon (@brettcannon@fosstodon.org) - Mastodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-repl/&quot;&gt;Getting the Most Out of the Python Standard REPL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/working-python-virtual-environments/&quot;&gt;Working With Python Virtual Environments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pypi-publish-python-package/&quot;&gt;Publishing Python Packages to PyPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E156_03_Brett.509a74210ac0.mp3" type="audio/mpeg" length="67618805"/>
        <guid isPermaLink="false">183f8947-cf8b-4603-a3f8-af74596bcc57</guid>
        <pubDate>Fri, 12 May 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4167</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_156_Podcast.5de9cb56941d.jpg"/>
        <rp:twitter-handles>@brettsky</rp:twitter-handles>
        <rp:twitter-title>“Virtual Environment Structure &amp; Surveying the Packaging Ecosystem” with @brettsky</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>155</itunes:episode>
        <title>Checking Project Dependencies &amp; Python Dev Resource Collections</title>
        <itunes:title>Checking Project Dependencies &amp; Python Dev Resource Collections</itunes:title>
        <link>https://realpython.com/podcasts/rpp/155/</link>
        <description>How can you ensure that you&#x27;ve appropriately declared your project&#x27;s required dependencies? How do you determine what dependencies are missing from a third-party project that you can&#x27;t run? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How can you ensure that you&amp;rsquo;ve appropriately declared your project&amp;rsquo;s required dependencies? How do you determine what dependencies are missing from a third-party project that you can&amp;rsquo;t run? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a new Python dependency checker called FawltyDeps. The tool helps you determine if you&amp;rsquo;ve declared too few or too many packages for your project. &lt;/p&gt;
&lt;p&gt;Christopher has brought several developer resource collections: a list of assured open-source Python packages from Google, test databases with interesting datasets, and multiple Django third-party packages. &lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including a news update, advice on how to pitch yourself as a guest to a podcast, how to submit articles and projects to PyCoders Weekly,  PyPI&amp;rsquo;s introduction of trusted publishers and organizations, a tool for tracking package history, a pixel art paint program written in Python, and a project for efficient string matching with regular expressions.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pypi-publish-python-package/&quot;&gt;Publishing Python Packages to PyPI&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Index. Quickly get up to speed on everything from naming your package to configuring it using &lt;code&gt;setup.cfg&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:19 &amp;ndash; PEP 684 – A Per-Interpreter GIL Accepted&lt;/li&gt;
&lt;li&gt;00:03:59 &amp;ndash; Python 3.10 Runtime Now Available in AWS Lambda&lt;/li&gt;
&lt;li&gt;00:04:19 &amp;ndash; PyCon US 2023 Follow Up&lt;/li&gt;
&lt;li&gt;00:08:05 &amp;ndash; Podcast Topic &amp;amp; Guest Submissions&lt;/li&gt;
&lt;li&gt;00:13:45 &amp;ndash; Submissions to PyCoders Weekly&lt;/li&gt;
&lt;li&gt;00:16:49 &amp;ndash; Google&amp;rsquo;s Assured OSS Python Packages&lt;/li&gt;
&lt;li&gt;00:18:27 &amp;ndash; Groovy Datasets for Test Databases&lt;/li&gt;
&lt;li&gt;00:19:10 &amp;ndash; Top 10 Django Third-Party Packages &lt;/li&gt;
&lt;li&gt;00:20:27 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:21:46 &amp;ndash; FawltyDeps - A Dependency Checker for Your Python&lt;/li&gt;
&lt;li&gt;00:26:58 &amp;ndash; PyPI Introduces &amp;ldquo;Trusted Publishers&amp;rdquo;&lt;/li&gt;
&lt;li&gt;00:28:27 &amp;ndash; Introducing PyPI Organizations&lt;/li&gt;
&lt;li&gt;00:29:02 &amp;ndash; pypi-diff: PyPI Package History Tracking&lt;/li&gt;
&lt;li&gt;00:30:29 &amp;ndash; PyDPainter: A usable pixel art paint program written in Python&lt;/li&gt;
&lt;li&gt;00:35:19 &amp;ndash; trrex: Efficient String Matching With Regular Expressions&lt;/li&gt;
&lt;li&gt;00:37:16 &amp;ndash; Thanks and Goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0684/&quot;&gt;PEP 684 – A Per-Interpreter GIL Accepted&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://aws.amazon.com/blogs/compute/python-3-10-runtime-now-available-in-aws-lambda/&quot;&gt;Python 3.10 Runtime Now Available in AWS Lambda&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/&quot;&gt;PyCon US 2023 - Follow Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/&quot;&gt;The Real Python Podcast (podcast@realpython.com)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly - Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cloud.google.com/assured-open-source-software/docs/supported-packages&quot;&gt;Google&amp;rsquo;s Assured OSS Python Packages&lt;/a&gt; &amp;ndash; Google publishes a list of the open-source packages that it uses and secures within its own software supply chain. The list is public, so you can take advantage of their assessment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://redis.com/blog/datasets-for-test-databases/&quot;&gt;Groovy Datasets for Test Databases&lt;/a&gt; &amp;ndash; When you experiment with a new-to-you data science skill, you need some sort of data to work with. Why be boring? This article talks about several available datasets that you can use when you practice your coding skills.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://learndjango.com/tutorials/essential-django-3rd-party-packages&quot;&gt;Top 10 Django Third-Party Packages&lt;/a&gt; &amp;ndash; Will covers a list of his favorite third-party packages for Django. This includes old favorites, like Django REST framework, and lesser-known packages, like django-filter and django-environ.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tweag.io/blog/2023-03-14-announcing-fawltydeps/&quot;&gt;FawltyDeps: A Dependency Checker for Your Python&lt;/a&gt; &amp;ndash; FawltyDeps is a new tool to help you identify undeclared and unused dependencies in your Python code, making your projects leaner and more reproducible.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/&quot;&gt;PyPI Introduces &amp;ldquo;Trusted Publishers&amp;rdquo;&lt;/a&gt; &amp;ndash; PyPI package maintainers can adopt a new, more secure, OIDC-authenticated publishing method that doesn&amp;rsquo;t require sharing long-lived passwords or API tokens with external systems.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-04-23-introducing-pypi-organizations/&quot;&gt;Introducing PyPI Organizations - The Python Package Index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/abbbi/pypi-diff&quot;&gt;pypi-diff: PyPI Package History Tracking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mriale/PyDPainter&quot;&gt;PyDPainter: A usable pixel art paint program written in Python - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mesejo/trex&quot;&gt;trrex: Efficient String Matching With Regular Expressions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.data-is-plural.com/&quot;&gt;Data Is Plural&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/tweag/FawltyDeps&quot;&gt;FawltyDeps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=GGfsSvbrb4o&quot;&gt;Quick PyDPainter Demo - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=tnpiRPgu1Rs&quot;&gt;Having a look at PyDPainter and comparing it to Deluxe Paint on the Amiga - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pypi-publish-python-package/&quot;&gt;Publishing Python Packages to PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E155_03_Cx2.9be3dd354d27.mp3" type="audio/mpeg" length="37664757"/>
        <guid isPermaLink="false">d61d0af9-6cde-4959-aca0-08a68cf7dfb3</guid>
        <pubDate>Fri, 05 May 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2289</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_155_Podcast.542be0917e6d.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Checking Project Dependencies &amp; Python Dev Resource Collections”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>154</itunes:episode>
        <title>Targeting WebAssembly Platforms &amp; Distilling a Minimum Viable Python</title>
        <itunes:title>Targeting WebAssembly Platforms &amp; Distilling a Minimum Viable Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/154/</link>
        <description>Are you familiar with the different versions of WebAssembly? Could WASM be the &quot;write once, run everywhere&quot; solution that developers have searched for? Where does distributing Python applications fit in the narrative? This week on the show, we have CPython core developer Brett Cannon to discuss his recent articles about WebAssembly and MVPy.</description>
        <content:encoded>&lt;p&gt;Are you familiar with the different versions of WebAssembly? Could WASM be the &amp;ldquo;write once, run everywhere&amp;rdquo; solution that developers have searched for? Where does distributing Python applications fit in the narrative? This week on the show, we have CPython core developer Brett Cannon to discuss his recent articles about WebAssembly and MVPy.&lt;/p&gt;
&lt;p&gt;Brett has completed his syntactic sugar series, which we discussed in a previous episode. He details the origin of the series and his process of unearthing a minimum viable version of Python. Brett shares how he updated his PyCon US talk on the subject after feedback from presenting it at PyCascades.&lt;/p&gt;
&lt;p&gt;We also dig deep into WebAssembly, specifically WebAssembly System Interface (WASI). Brett explains the concept of a  &amp;ldquo;platform target triple&amp;rdquo; and the importance of defining which system CPython is compiled for. We also discuss WebAssembly becoming a ubiquitous distribution system.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-basics-class/&quot;&gt;Python Basics: Building Systems With Classes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to work with classes to build complex systems in Python. By composing classes, inheriting from other classes, and overriding class behavior, you&amp;rsquo;ll harness the power of object-oriented programming (OOP).&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:05 &amp;ndash; PyCascades 2023 &lt;/li&gt;
&lt;li&gt;00:02:56 &amp;ndash; Using social media for polls and checking interest&lt;/li&gt;
&lt;li&gt;00:06:02 &amp;ndash; Completing the syntactic sugar blog series&lt;/li&gt;
&lt;li&gt;00:15:29 &amp;ndash; Minimum Viable Python (MVPy) and WebAssembly&lt;/li&gt;
&lt;li&gt;00:19:29 &amp;ndash; Other teams focusing on WebAssembly&lt;/li&gt;
&lt;li&gt;00:21:31 &amp;ndash; Sponsor: Courier&lt;/li&gt;
&lt;li&gt;00:22:13 &amp;ndash; Stack of technology&lt;/li&gt;
&lt;li&gt;00:26:50 &amp;ndash; WebAssembly and its platform targets&lt;/li&gt;
&lt;li&gt;00:32:35 &amp;ndash; WASI and connecting to a runtime&lt;/li&gt;
&lt;li&gt;00:38:33 &amp;ndash; Extension modules and dynamic libraries&lt;/li&gt;
&lt;li&gt;00:47:29 &amp;ndash; Overcoming road blocks and envisioning a new WASI assignment&lt;/li&gt;
&lt;li&gt;00:51:51 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:53:26 &amp;ndash; PEP 11 &amp;amp; CPython platform support for WASI&lt;/li&gt;
&lt;li&gt;01:03:11 &amp;ndash; Machine-specific runtime &lt;/li&gt;
&lt;li&gt;01:04:57 &amp;ndash; Write once, run everywhere&lt;/li&gt;
&lt;li&gt;01:13:14 &amp;ndash; Talks and summits planned for PyCon 2023&lt;/li&gt;
&lt;li&gt;01:18:00 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/mvpy-minimum-viable-python/&quot;&gt;MVPy: Minimum Viable Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/schedule/presentation/41/&quot;&gt;Python&amp;rsquo;s Syntactic Sugar - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/47/&quot;&gt;Episode #47: Unraveling Python&amp;rsquo;s Syntax to Its Core With Brett Cannon – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/tag/syntactic-sugar/&quot;&gt;syntactic sugar - Tall, Snarky Canadian&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@brettcannon&quot;&gt;Brett Cannon (@brettcannon@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wasi.dev/&quot;&gt;WASI - wasi.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/webassembly-and-its-platform-targets/&quot;&gt;WebAssembly and its platform targets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/disney-streaming/introducing-the-disney-application-development-kit-adk-ad85ca139073&quot;&gt;Introducing the Disney+ Application Development Kit (ADK) - Mike Hanley&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.fastly.com/learning/compute/&quot;&gt;Compute@Edge services using WebAssembly - Fastly Developer Hub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-python-web-wasm&amp;amp;ssr=false#overview&quot;&gt;Experimental - Python for the Web - Visual Studio Marketplace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0011/&quot;&gt;PEP 11 – CPython platform support - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/testing-a-project-using-the-wasi-build-of-cpython-with-pytest/&quot;&gt;Testing a Python project using the WASI build of CPython with &lt;code&gt;pytest&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.infoworld.com/article/3651503/the-rise-of-webassembly.html&quot;&gt;The rise of WebAssembly - InfoWorld&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adlrocha.substack.com/p/adlrocha-can-wasm-become-the-new&quot;&gt;Can WASM become the new Docker?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/bytecodealliance/wasmtime&quot;&gt;bytecodealliance/wasmtime: A fast and secure runtime for WebAssembly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://emscripten.org/&quot;&gt;Emscripten - Dev Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyscript.net/&quot;&gt;PyScript - Run Python in your HTML&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/inheritance-composition-python/&quot;&gt;Inheritance and Composition: A Python OOP Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-class/&quot;&gt;Python Basics: Building Systems With Classes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E154_03_Brett.66966432e726.mp3" type="audio/mpeg" length="76937831"/>
        <guid isPermaLink="false">684534b6-a971-4ed0-b707-5326cd0ab5ec</guid>
        <pubDate>Fri, 28 Apr 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4743</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_154_Podcast.9cf392bb6b6d.jpg"/>
        <rp:twitter-handles>@brettsky</rp:twitter-handles>
        <rp:twitter-title>“Targeting WebAssembly Platforms &amp; Distilling a Minimum Viable Python” with @brettsky</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>153</itunes:episode>
        <title>Seeking Faster Text Processing &amp; Python&#x27;s .__repr__() vs .__str__()</title>
        <itunes:title>Seeking Faster Text Processing &amp; Python&#x27;s .__repr__() vs .__str__()</itunes:title>
        <link>https://realpython.com/podcasts/rpp/153/</link>
        <description>What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a recent article by Itamar Turner-Trauring called &amp;ldquo;Speeding Up Text Processing in Python (Is Hard).&amp;rdquo; The piece compares the performance of string-matching scenarios using several alternatives to pure Python that rely on compiled extensions. &lt;/p&gt;
&lt;p&gt;We also discuss a recent Real Python tutorial by Stephen Gruppetta on when to use &lt;code&gt;.__repr__()&lt;/code&gt; vs &lt;code&gt;.__str__()&lt;/code&gt; in Python. We cover the use cases for these special methods and the intended audiences for the strings they produce.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news update, an article on the functional power of Python&amp;rsquo;s &lt;code&gt;reduce()&lt;/code&gt;, a call to ban 1+N in Django, a friendly project to fetch your data files, and a tool for tracking your work from the shell.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-unicode/&quot;&gt;Unicode in Python: Working With Character Encodings&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll get a Python-centric introduction to character encodings and Unicode. Handling character encodings and numbering systems can at times seem painful and complicated, but this guide is here to help with easy-to-follow Python examples.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:11 &amp;ndash; The Python Package Index Launches a Blog&lt;/li&gt;
&lt;li&gt;00:03:11 &amp;ndash; PEP 582 (Python Local Packages Directory) Rejected&lt;/li&gt;
&lt;li&gt;00:05:00 &amp;ndash; Django 4.2 Release Candidate 1 Released&lt;/li&gt;
&lt;li&gt;00:05:34 &amp;ndash; Want to Host DjangoCon Europe 2024?&lt;/li&gt;
&lt;li&gt;00:06:23 &amp;ndash; When Should You Use &lt;code&gt;.__repr__()&lt;/code&gt; vs &lt;code&gt;.__str__()&lt;/code&gt; in Python?&lt;/li&gt;
&lt;li&gt;00:14:16 &amp;ndash; Sponsor: Snyk&lt;/li&gt;
&lt;li&gt;00:15:06 &amp;ndash; Speeding Up Text Processing in Python (Is Hard)&lt;/li&gt;
&lt;li&gt;00:22:21 &amp;ndash; &lt;code&gt;reduce()&lt;/code&gt; - The Power of a Single Python Function&lt;/li&gt;
&lt;li&gt;00:30:27 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:04 &amp;ndash; Ban 1+N in Django&lt;/li&gt;
&lt;li&gt;00:35:26 &amp;ndash; Pooch - A Friend to Fetch Your Data Files&lt;/li&gt;
&lt;li&gt;00:39:11 &amp;ndash; workedon - Track Your Work From the Shell&lt;/li&gt;
&lt;li&gt;00:41:53 &amp;ndash; Thanks and Goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pypi.org/posts/2023-03-21-welcome-to-the-pypi-blog/&quot;&gt;The Python Package Index Launches a Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-582-python-local-packages-directory/963/430&quot;&gt;PEP 582 (Python Local Packages Directory) Rejected&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/mar/20/django-42-rc1/&quot;&gt;Django 4.2 Release Candidate 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/mar/20/want-to-host-djangocon-europe-2024/&quot;&gt;Want to Host DjangoCon Europe 2024?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-repr-vs-str/&quot;&gt;When Should You Use &lt;code&gt;.__repr__()&lt;/code&gt; vs &lt;code&gt;.__str__()&lt;/code&gt; in Python?&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn the difference between the string representations returned by &lt;code&gt;.__repr__()&lt;/code&gt; vs &lt;code&gt;.__str__()&lt;/code&gt; and understand how to use them effectively in classes that you define.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/faster-text-processing/&quot;&gt;Speeding Up Text Processing in Python (Is Hard)&lt;/a&gt; &amp;ndash; If you need to speed up string parsing and formatting in Python, you have many choices. This article covers the uses of Cython, mypyc, Rust, and PyPy and considers how to choose between them.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://martinheinz.dev/blog/93&quot;&gt;&lt;code&gt;reduce()&lt;/code&gt; - The Power of a Single Python Function&lt;/a&gt; &amp;ndash; &amp;ldquo;While Python is not a pure functional programming language, you still can do a lot of functional programming in it. In fact, just one function - &lt;code&gt;reduce()&lt;/code&gt; - can do most of it.&amp;rdquo; This article introduces you to &lt;code&gt;reduce()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://suor.github.io/blog/2023/03/26/ban-1-plus-n-in-django/&quot;&gt;Ban 1+N in Django&lt;/a&gt; &amp;ndash; The 1+N database anti-pattern is common: fetch some rows from the database then re-fetch specific rows to get all the items. An ORM can hide this away and make you fail to realize that it&amp;rsquo;s happening. This article discusses how to avoid this anti-pattern in Django. It also has an added meta-bonus: a link to the attempt to write the article with &lt;a href=&quot;https://gist.github.com/Suor/af424c3501792dba6fcf907506987571&quot;&gt;ChatGPT&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/fatiando/pooch&quot;&gt;Pooch: A Friend to Fetch Your Data Files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/viseshrp/workedon&quot;&gt;workedon: Track Your Work From the Shell&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-reduce-function/&quot;&gt;Python&amp;rsquo;s &lt;code&gt;reduce()&lt;/code&gt;: From Functional to Pythonic Style – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/116/&quot;&gt;Episode #116: Exploring Functional Programming in Python With Bruce Eckel – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=KvxBc4xUMyg&quot;&gt;Lightning talk at PyCascades 2023 - Pooch: A friend to fetch your data files - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Secure_copy_protocol&quot;&gt;Secure copy protocol - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/map-function-transform-iterables/&quot;&gt;Python&amp;#x27;s map() Function: Transforming Iterables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-strings-string-methods/&quot;&gt;Python Basics: Strings and String Methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-unicode/&quot;&gt;Unicode in Python: Working With Character Encodings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E153_03_C2.e0c728710fe8.mp3" type="audio/mpeg" length="42124008"/>
        <guid isPermaLink="false">ae700168-6490-4c6d-bc53-9ee33f1b6bb8</guid>
        <pubDate>Fri, 14 Apr 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2574</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_153_Podcast.6405ab91412d.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Seeking Faster Text Processing &amp; Python&#x27;s .__repr__() vs .__str__()”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>152</itunes:episode>
        <title>Automate Processes and Distribute Python Tools With RPA and RCC</title>
        <itunes:title>Automate Processes and Distribute Python Tools With RPA and RCC</itunes:title>
        <link>https://realpython.com/podcasts/rpp/152/</link>
        <description>Are you exploring automation of your repetitive business tasks with Python? How are you going to share your helpful tools with co-workers? This week on the show, Sampo Ahokas from Robocorp is here to discuss robotic process automation (RPA) and distribution of these robots.</description>
        <content:encoded>&lt;p&gt;Are you exploring automation of your repetitive business tasks with Python? How are you going to share your helpful tools with co-workers? This week on the show, Sampo Ahokas from Robocorp is here to discuss robotic process automation (RPA) and distribution of these robots.&lt;/p&gt;
&lt;p&gt;Sampo is a co-founder and VP of engineering at Robocorp. We talk about using Robot Framework, an open-source RPA tool, to develop bots that implement your existing Python skills. Sampo shares example projects and additional resources for new users.&lt;/p&gt;
&lt;p&gt;We discuss the typical difficulties of sharing automation tools with a team and trying to avoid the dreaded &amp;ldquo;works on my machine&amp;rdquo; problem. Sampo describes how their group worked to develop a Conda-based tool for creating shareable packages and environments. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/zipfile-python/&quot;&gt;Manipulating ZIP Files With Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to manipulate ZIP files using Python&amp;rsquo;s &lt;code&gt;zipfile&lt;/code&gt; module from the standard library. Through hands-on examples, you&amp;rsquo;ll learn how to read, write, compress, and extract files from your ZIP files quickly.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:25 &amp;ndash; What is robotic process automation (RPA)? &lt;/li&gt;
&lt;li&gt;00:03:55 &amp;ndash; What do you mean by automation?&lt;/li&gt;
&lt;li&gt;00:05:56 &amp;ndash; Additional examples of RPA&lt;/li&gt;
&lt;li&gt;00:07:41 &amp;ndash; What is the RPA platform?&lt;/li&gt;
&lt;li&gt;00:10:06 &amp;ndash; What is the Robot Framework?&lt;/li&gt;
&lt;li&gt;00:12:42 &amp;ndash; Robocorp portal&lt;/li&gt;
&lt;li&gt;00:14:09 &amp;ndash; Python integration&lt;/li&gt;
&lt;li&gt;00:17:06 &amp;ndash; Sponsor: REVSYS&lt;/li&gt;
&lt;li&gt;00:17:56 &amp;ndash; Distribution with RCC&lt;/li&gt;
&lt;li&gt;00:20:24 &amp;ndash; Why does the system use conda under the hood?&lt;/li&gt;
&lt;li&gt;00:24:12 &amp;ndash; What hurdles did you face creating RCC?&lt;/li&gt;
&lt;li&gt;00:27:51 &amp;ndash; Steps for the end user&lt;/li&gt;
&lt;li&gt;00:30:52 &amp;ndash; Making the project open source&lt;/li&gt;
&lt;li&gt;00:35:20 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:36:42 &amp;ndash; Tips for someone starting with automation&lt;/li&gt;
&lt;li&gt;00:42:17 &amp;ndash; Integration with VSCode&lt;/li&gt;
&lt;li&gt;00:44:18 &amp;ndash; Intelligent document processing (IDP)&lt;/li&gt;
&lt;li&gt;00:45:36 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:47:46 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:48:13 &amp;ndash; How can people follow the project online?&lt;/li&gt;
&lt;li&gt;00:48:46 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/&quot;&gt;Open Source RPA - Intelligent Automation Software - Robocorp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/blog/what-is-rpa-a-breakdown-of-rpa-and-its-benefits&quot;&gt;What is RPA? A breakdown of RPA and its benefits - Robocorp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/portal&quot;&gt;Robocorp Portal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/docs&quot;&gt;RPA Documentation, Training Courses, Certificates - Robocorp documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/robocorp/rpaframework&quot;&gt;rpaframework: Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/robocorp/rcc&quot;&gt;rcc: RCC is a set of tooling that allows you to create, manage, and distribute Python-based self-contained automation packages - or &amp;lsquo;robots&amp;rsquo; as we call them.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.conda.io/projects/conda/en/latest/index.html&quot;&gt;Conda - documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://quantstack.net/&quot;&gt;QuantStack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mamba.readthedocs.io/en/latest/installation.html#micromamba&quot;&gt;micromamba - documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/products/automation-studio&quot;&gt;Low-code RPA Development Solution | Automation Studio - Robocorp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dzone.com/articles/bolster-intelligent-document-processing-with-robot&quot;&gt;Bolster IDP With Robotic Process Automation - DZone&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://code.visualstudio.com/&quot;&gt;Visual Studio Code - Code Editing. Redefined&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python.langchain.com/en/latest/index.html&quot;&gt;Welcome to LangChain - 🦜🔗 LangChain 0.0.131&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/sahokas/?originalSubdomain=fi&quot;&gt;Sampo Ahokas - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/RobocorpInc&quot;&gt;Robocorp (@RobocorpInc) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://forum.robocorp.com/&quot;&gt;Community for Software Robot Developers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://robocorp.com/resources&quot;&gt;RPA Resources, White Papers and Case Studies - Robocorp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/reading-and-writing-files-python/&quot;&gt;Reading and Writing Files in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/zipfile-python/&quot;&gt;Manipulating ZIP Files With Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E152_03_Sampo.99e028de9eb9.mp3" type="audio/mpeg" length="48811271"/>
        <guid isPermaLink="false">58ca2b25-b1c1-4a0d-8026-979c9ad09b9a</guid>
        <pubDate>Fri, 07 Apr 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2985</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_152_Podcast.01ad6a39770c.jpg"/>
        <rp:twitter-handles>@RobocorpInc</rp:twitter-handles>
        <rp:twitter-title>“Automate Processes and Distribute Python Tools With RPA and RCC” with @RobocorpInc</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>151</itunes:episode>
        <title>Evaluating Python Packages &amp; Celebrating 20 Years of PyCon US</title>
        <itunes:title>Evaluating Python Packages &amp; Celebrating 20 Years of PyCon US</itunes:title>
        <link>https://realpython.com/podcasts/rpp/151/</link>
        <description>Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next package installation? Christopher Trudeau is back this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects. We also have Python Software Foundation executive director, Deb Nicholson, to share details about PyCon US 2023.</description>
        <content:encoded>&lt;p&gt;Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next package installation? Christopher Trudeau is back this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects. We also have Python Software Foundation executive director, Deb Nicholson, to share details about PyCon US 2023.&lt;/p&gt;
&lt;p&gt;We cover a recent Real Python tutorial by Philipp Acsany on evaluating the quality of Python packages. The piece provides a tool kit for researching the traits, history, software license, and current condition of external Python packages. We also discuss the techniques that we personally use before selecting a package for our Python projects.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, with topics such as the underlying structure of virtual environments, the overhead of Python &lt;code&gt;asyncio&lt;/code&gt; tasks, documentation for Python projects with Sphinx and Read the Docs, a project for creating &lt;code&gt;argparse&lt;/code&gt; boilerplate, and a way to generate seemingly realistic fake numbers using Benford&amp;rsquo;s law.&lt;/p&gt;
&lt;p&gt;Deb Nicholson is also here to talk about the 20th anniversary of PyCon US, hosted in Salt Lake City. We dig into the details of the upcoming conference, including keynote speakers, tutorials, scheduled talks, and improvements to the hybrid online experience.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video series, you&amp;rsquo;ll create project documentation from scratch using Sphinx, the de facto standard for Python. You&amp;rsquo;ll also hook your code repository up to Read The Docs to automatically build and publish your code documentation.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:46 &amp;ndash; How to Evaluate the Quality of Python Packages&lt;/li&gt;
&lt;li&gt;00:11:35 &amp;ndash; Overhead of Python &lt;code&gt;asyncio&lt;/code&gt; Tasks&lt;/li&gt;
&lt;li&gt;00:14:53 &amp;ndash; Sponsor: Courier&lt;/li&gt;
&lt;li&gt;00:15:37 &amp;ndash; How Virtual Environments Work&lt;/li&gt;
&lt;li&gt;00:23:48 &amp;ndash; Documenting Python Projects With Sphinx and Read the Docs&lt;/li&gt;
&lt;li&gt;00:28:29 &amp;ndash; duckargs: Code Generator for &lt;code&gt;argparse&lt;/code&gt; Boilerplate&lt;/li&gt;
&lt;li&gt;00:30:46 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:04 &amp;ndash; Are Those Numbers Realistic or Fake? Try Using Benford&amp;rsquo;s Law&lt;/li&gt;
&lt;li&gt;00:34:37 &amp;ndash; Introduction for Deb Nicholson&lt;/li&gt;
&lt;li&gt;00:36:33 &amp;ndash; What is your role with PyCon US?&lt;/li&gt;
&lt;li&gt;00:37:28 &amp;ndash; Hybrid conference and dates&lt;/li&gt;
&lt;li&gt;00:39:07 &amp;ndash; Tutorials&lt;/li&gt;
&lt;li&gt;00:40:30 &amp;ndash; Education Summit and Typing Summit&lt;/li&gt;
&lt;li&gt;00:42:06 &amp;ndash; Keynote speakers&lt;/li&gt;
&lt;li&gt;00:42:57 &amp;ndash; Lightning talks, posters, and job fair&lt;/li&gt;
&lt;li&gt;00:45:04 &amp;ndash; 20th anniversary of PyCon US&lt;/li&gt;
&lt;li&gt;00:46:56 &amp;ndash; Resources for proposals and talks&lt;/li&gt;
&lt;li&gt;00:49:22 &amp;ndash; Previous podcast guests and talks&lt;/li&gt;
&lt;li&gt;00:51:26 &amp;ndash; Mentored sprints for diverse beginners &lt;/li&gt;
&lt;li&gt;00:53:12 &amp;ndash; PyLadies auction&lt;/li&gt;
&lt;li&gt;00:54:29 &amp;ndash; COVID policy&lt;/li&gt;
&lt;li&gt;00:56:50 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:58:07 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:59:24 &amp;ndash; How to follow the PSF and PyCon US?&lt;/li&gt;
&lt;li&gt;00:59:55 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-package-quality/&quot;&gt;How to Evaluate the Quality of Python Packages&lt;/a&gt; &amp;ndash; Just like you shouldn&amp;rsquo;t download any file from the Internet, you shouldn&amp;rsquo;t install third-party Python packages without evaluating them first. This tutorial will give you the tool set to evaluate the quality of external Python packages before you incorporate them into your Python projects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://textual.textualize.io/blog/2023/03/08/overhead-of-python-asyncio-tasks/&quot;&gt;Overhead of Python Asyncio Tasks&lt;/a&gt; &amp;ndash; The Textual library uses a lot of asyncio tasks. In order to determine whether to spend time optimizing them, Will measured the cost of creating asyncio tasks. TLDR; optimize something else. This article also spawned a conversation on &lt;a href=&quot;https://news.ycombinator.com/item?id=35073136&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/how-virtual-environments-work/&quot;&gt;How Virtual Environments Work&lt;/a&gt; &amp;ndash; This article attempts to demystify virtual environments, specifically why they exist and how they work. It even delves into why Brett is heading down this alley and how running into challenges with cross-platform tools has prompted the creation of &lt;code&gt;microvenv&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt; &amp;ndash; In this video series, you&amp;rsquo;ll create project documentation from scratch using Sphinx, the de facto standard for Python. You&amp;rsquo;ll also hook your code repository up to Read The Docs to automatically build and publish your code documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/eriknyquist/duckargs&quot;&gt;duckargs: Code Generator for &lt;code&gt;argparse&lt;/code&gt; Boilerplate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.softwarepragmatism.com/benfords-law&quot;&gt;Are Those Numbers Realistic or Fake? Try Using Benford&amp;rsquo;s Law&lt;/a&gt; &amp;ndash; How can you tell whether a set of figures is trustworthy? It&amp;rsquo;s not always simple, but Benford&amp;rsquo;s Law gives you one way to find out. There&amp;rsquo;s even a Python Package to help you check: &lt;a href=&quot;https://pypi.org/project/randalyze/&quot;&gt;randalyze&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;PyCon US 2023 Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/&quot;&gt;Welcome to PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/psf-landing/&quot;&gt;Python Software Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/attend/information/&quot;&gt;Registration Information - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/schedule/talks/&quot;&gt;Talks Schedule - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/schedule/tutorials/&quot;&gt;Tutorials Schedule - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/events/education-summit/&quot;&gt;Education Summit - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSfI1o7vX9ELrxpPn88GhhMTgucz825g8Oc99UIS2WKhFlM5Gw/viewform&quot;&gt;PyCon US Stories Slideshow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/speaking/guidelines/&quot;&gt;Proposal Guidelines - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/events/pyladies-auction/&quot;&gt;PyLadies Auction - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/volunteers/volunteering/&quot;&gt;Volunteering - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://libraries.io/&quot;&gt;Libraries.io - The Open Source Discovery Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://choosealicense.com/licenses/&quot;&gt;Licenses - Choose a License&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-virtual-environments-a-primer/&quot;&gt;Python Virtual Environments: A Primer – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act&quot;&gt;EU Cyber Resilience Act - Shaping Europe&amp;rsquo;s digital future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2022/11/where-is-psf.html&quot;&gt;Python Software Foundation News: Where is the PSF?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python.us19.list-manage.com/subscribe?u=5697f493c3a48994f504d4deb&amp;amp;id=a0a3bd5663&quot;&gt;Signup for the Python Software Foundation Newsletter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.meetup.com/bostonpython/&quot;&gt;The Boston Python User Group (Cambridge, MA) - Meetup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyladies.com/&quot;&gt;PyLadies – Women Who Love Coding in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-sphinx/&quot;&gt;Documenting Python Projects With Sphinx and Read the Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/documenting-python-code/&quot;&gt;Documenting Code in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E151_03_C2_PyCon.0a878fd12b97.mp3" type="audio/mpeg" length="59484686"/>
        <guid isPermaLink="false">ca8b4c4e-065f-431a-8c70-c934854dd185</guid>
        <pubDate>Fri, 31 Mar 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3657</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_151_Podcast.edc5d5f13085.jpg"/>
        <rp:twitter-handles>@baconandcoconut</rp:twitter-handles>
        <rp:twitter-title>“Evaluating Python Packages &amp; Celebrating 20 Years of PyCon US” with @baconandcoconut</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>150</itunes:episode>
        <title>Lessons Learned From Four Years Programming With Python</title>
        <itunes:title>Lessons Learned From Four Years Programming With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/150/</link>
        <description>What are the core lessons you&#x27;ve learned along your Python development journey? What are key takeaways you would share with new users of the language? This week on the show, Duarte Oliveira e Carmo is here to discuss his recent talk, &quot;Four Years of Python.&quot;</description>
        <content:encoded>&lt;p&gt;What are the core lessons you&amp;rsquo;ve learned along your Python development journey? What are key takeaways you would share with new users of the language? This week on the show, Duarte Oliveira e Carmo is here to discuss his recent talk, &amp;ldquo;Four Years of Python.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Duarte works at the crossroads of machine learning, data science, and software engineering. He began using Python in his graduate studies and never looked back. In 2021, he wrote a blog post about some of the valuable lessons he&amp;rsquo;s learned. Then he decided the lessons and concepts in the post might make a good conference talk.&lt;/p&gt;
&lt;p&gt;We cover the steps in his process of crafting the presentation, practicing it at a smaller conference, and finally presenting it at PyCon Italia last year.
We also dig into the four major themes of the talk. Along the way, we share a collection of resources to help you continue learning on your Python journey.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/url-shortener-fastapi/&quot;&gt;Building a URL Shortener With FastAPI and Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll build an app to create and manage shortened URLs. Your Python URL shortener can receive a full target URL and return a shortened URL. You&amp;rsquo;ll also use the automatically created documentation of FastAPI to try out your API endpoints.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:38 &amp;ndash; Four years of Python&lt;/li&gt;
&lt;li&gt;00:04:18 &amp;ndash; Why did you create a blog?&lt;/li&gt;
&lt;li&gt;00:06:19 &amp;ndash; A singular vs wide focus for the blog&lt;/li&gt;
&lt;li&gt;00:09:19 &amp;ndash; Pitching the talk to conferences&lt;/li&gt;
&lt;li&gt;00:13:02 &amp;ndash; Resources for preparing your talk&lt;/li&gt;
&lt;li&gt;00:16:03 &amp;ndash; What was your programming and Python background?&lt;/li&gt;
&lt;li&gt;00:19:00 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:19:47 &amp;ndash; Reading is better than Googling&lt;/li&gt;
&lt;li&gt;00:26:23 &amp;ndash; What are some of your favorite docs?&lt;/li&gt;
&lt;li&gt;00:28:48 &amp;ndash; Thoughts on GPT and Copilot&lt;/li&gt;
&lt;li&gt;00:31:45 &amp;ndash; Keep it stupid simple&lt;/li&gt;
&lt;li&gt;00:36:07 &amp;ndash; What&amp;rsquo;s extensible code?&lt;/li&gt;
&lt;li&gt;00:38:29 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:54 &amp;ndash; Learning testing techniques &amp;amp; testing data science code &lt;/li&gt;
&lt;li&gt;00:46:05 &amp;ndash; Continuous learning&lt;/li&gt;
&lt;li&gt;00:51:46 &amp;ndash; What do you use for RSS?&lt;/li&gt;
&lt;li&gt;00:53:06 &amp;ndash; Resources for machine learning&lt;/li&gt;
&lt;li&gt;00:57:20 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:58:57 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:00:55 &amp;ndash; How can people follow the work you do?&lt;/li&gt;
&lt;li&gt;01:01:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://duarteocarmo.com/blog/four-years-python&quot;&gt;Four years of Python - Duarte O.Carmo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=zB_Hr-05Stc&quot;&gt;Four years of Python - Duarte Carmo - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/practices-of-the-python-pro&quot;&gt;Practices of the Python Pro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.getpelican.com/en/latest/index.html&quot;&gt;Pelican 4.8.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://collider.com/blank-check-movies/&quot;&gt;&amp;ldquo;One for Them, One for Me&amp;rdquo; - Blank Check Movies From Famous Directors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pydata.org/&quot;&gt;PyData&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://numfocus.org/&quot;&gt;NumFOCUS: A Nonprofit Supporting Open Code for Better Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/speaking/talks/&quot;&gt;Proposing a Talk - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/docs/&quot;&gt;pandas documentation - pandas 1.5.3 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/user_guide.html&quot;&gt;scikit-learn 1.2.2 - User guide - documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fastapi.tiangolo.com/tutorial/&quot;&gt;FastAPI - Tutorial - User Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/fastapi-python-web-apis/&quot;&gt;Using FastAPI to Build Python Web APIs - Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/&quot;&gt;Python 3.11.2 Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kindle-highlights.email/&quot;&gt;Kindle Highlights Newsletter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reederapp.com/&quot;&gt;Reeder 5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://feedly.com/&quot;&gt;Welcome to Feedly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://normconf.com/&quot;&gt;Normconf: The Normcore Tech Conference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://vickiboykis.com/&quot;&gt;Tech Blog - ★❤✰ Vicki Boykis ★❤✰&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sebastianraschka.com/blog/&quot;&gt;Sebastian Raschka - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://koaning.io/&quot;&gt;Blog of a data person. - koaning.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/library/view/machine-learning-design/9781098115777/&quot;&gt;Machine Learning Design Patterns - Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://changelog.com/practicalai&quot;&gt;The Practical AI Podcast - Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/rfordatascience/tidytuesday&quot;&gt;tidytuesday: Official repo for the #tidytuesday project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycon.de/&quot;&gt;PyCon.DE &amp;amp; PyData Berlin, 2023 - PyConDE &amp;amp; PyData Berlin 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycon.it/en&quot;&gt;PyCon Italia - 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/ruff/&quot;&gt;ruff - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://effectivepython.com/&quot;&gt;Effective Python › The Book: Second Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/3/&quot;&gt;Episode #3: Effective Python and Python at Google Scale - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duarteocarmo.com/&quot;&gt;Duarte O.Carmo&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duarteocarmo.com/talks&quot;&gt;Talks - Duarte O.Carmo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/duarteocarmo/&quot;&gt;Duarte O.Carmo - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-rest-apis-with-fastapi/&quot;&gt;Python REST APIs With FastAPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/splitting-datasets-scikit-learn-train-test-split/&quot;&gt;Splitting Datasets With scikit-learn and train_test_split()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/url-shortener-fastapi/&quot;&gt;Building a URL Shortener With FastAPI and Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E150_03_Duarte.07fca6eba935.mp3" type="audio/mpeg" length="60827687"/>
        <guid isPermaLink="false">08615568-6bc2-4d33-a2e4-e1ea18aae208</guid>
        <pubDate>Fri, 24 Mar 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3741</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_150_Podcast.b3007d2770a3.jpg"/>
        <rp:twitter-handles>@duarteocarmo</rp:twitter-handles>
        <rp:twitter-title>“Lessons Learned From Four Years Programming With Python” with @duarteocarmo</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>149</itunes:episode>
        <title>Coding With namedtuple &amp; Python&#x27;s Dynamic Superpowers</title>
        <itunes:title>Coding With namedtuple &amp; Python&#x27;s Dynamic Superpowers</itunes:title>
        <link>https://realpython.com/podcasts/rpp/149/</link>
        <description>Have you explored Python&#x27;s collections module? Within it, you&#x27;ll find a powerful factory function called namedtuple(), which provides multiple enhancements over the standard tuple for writing clearer and cleaner code. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you explored Python&amp;rsquo;s collections module? Within it, you&amp;rsquo;ll find a powerful factory function called namedtuple(), which provides multiple enhancements over the standard tuple for writing clearer and cleaner code. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher discusses his Real Python video course about writing more Pythonic code using  &lt;code&gt;namedtuple()&lt;/code&gt;. With namedtuple(), you can create immutable sequence types that allow you to access their values using descriptive field names and dot notation instead of clunky integer indices.&lt;/p&gt;
&lt;p&gt;We also discuss metaprogramming and the unique advantages of Python&amp;rsquo;s dynamism. Christopher shares potential paths for this type of coding from web applications, testing, and AST techniques. &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news update, the Arrow revolution happening in pandas 2.0, a new PEP for inlined comprehensions, tips and techniques for modern Flask apps, a Python helper tool for building and running a REPL with custom commands, and a project to turn a pandas DataFrame into a Tableau-style UI.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-namedtuple/&quot;&gt;Writing Clean, Pythonic Code With &lt;code&gt;namedtuple&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn what Python&amp;rsquo;s &lt;code&gt;namedtuple&lt;/code&gt; is and how to use it in your code. You&amp;rsquo;ll also learn about the main differences between named tuples and other data structures, such as dictionaries, data classes, and typed named tuples.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:17 &amp;ndash; Python 3.12.0 alpha 6 released&lt;/li&gt;
&lt;li&gt;00:02:40 &amp;ndash; Django Developers Survey 2022 Results&lt;/li&gt;
&lt;li&gt;00:03:12 &amp;ndash; Writing Clean, Pythonic Code With &lt;code&gt;namedtuple&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:07:40 &amp;ndash; pandas 2.0 and the Arrow Revolution (Part I)&lt;/li&gt;
&lt;li&gt;00:17:21 &amp;ndash; Sponsor: RevSys&lt;/li&gt;
&lt;li&gt;00:18:10 &amp;ndash; PEP 709: Inlined Comprehensions&lt;/li&gt;
&lt;li&gt;00:20:51 &amp;ndash; 13 Tips and Techniques for Modern Flask Apps&lt;/li&gt;
&lt;li&gt;00:25:54 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:27:24 &amp;ndash; Discussion: Python&amp;rsquo;s &amp;ldquo;Disappointing&amp;rdquo; Superpowers&lt;/li&gt;
&lt;li&gt;00:47:54 &amp;ndash; replbuilder: Python helper tool for building and running a REPL with custom commands&lt;/li&gt;
&lt;li&gt;00:49:58 &amp;ndash; pygwalker: Turn pandas Into a Tableau-Style UI &lt;/li&gt;
&lt;li&gt;00:52:15 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/03/python-3120-alpha-6-released.html&quot;&gt;Python Insider: Python 3.12.0 alpha 6 released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/mar/09/django-developers-survey-2022-results/?utm_campaign=Django%2BNewsletter&amp;amp;utm_medium=email&amp;amp;utm_source=Django_Newsletter_170&quot;&gt;Django Developers Survey 2022 Results - Django Weblog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-namedtuple/&quot;&gt;Writing Clean, Pythonic Code With &lt;code&gt;namedtuple&lt;/code&gt;&lt;/a&gt; &amp;ndash; In this video course, you&amp;rsquo;ll learn what Python&amp;rsquo;s &lt;code&gt;namedtuple&lt;/code&gt; is and how to use it in your code. You&amp;rsquo;ll also learn about the main differences between named tuples and other data structures, such as dictionaries, data classes, and typed named tuples.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i&quot;&gt;pandas 2.0 and the Arrow Revolution (Part I)&lt;/a&gt; &amp;ndash; This article details the changes in the pandas 2.0 release, with emphasis on the underlying adoption of Apache Arrow.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0709/&quot;&gt;PEP 709: Inlined Comprehensions&lt;/a&gt; &amp;ndash; Python Enhancement Proposal 709 covers a change to how comprehensions are handled. Currently, they&amp;rsquo;re compiled as nested functions. Benchmarking shows that treating &lt;code&gt;list&lt;/code&gt;, &lt;code&gt;dict&lt;/code&gt;, and &lt;code&gt;set&lt;/code&gt; comprehensions as inline code can result in a 2x speedup on the comprehension.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pgjones.dev/blog/modern-flask-2023/&quot;&gt;13 Tips and Techniques for Modern Flask Apps&lt;/a&gt; &amp;ndash; Flask is approaching its 13th birthday, and to celebrate, Phillip has written 13 tips for writing modern Flask apps. It covers dealing with JSON, environment-based configuration, auto-generated docs, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/&quot;&gt;Python&amp;rsquo;s &amp;ldquo;Disappointing&amp;rdquo; Superpowers - lukeplant.me.uk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://buttondown.email/hillelwayne/archive/i-am-disappointed-by-dynamic-typing/&quot;&gt;I am disappointed by dynamic typing - Buttondown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=34611969&quot;&gt;Python&amp;rsquo;s &amp;ldquo;Disappointing&amp;rdquo; superpowers - Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lobste.rs/s/9w7ylg/python_s_disappointing_superpowers&quot;&gt;Python&amp;rsquo;s &amp;ldquo;Disappointing&amp;rdquo; Superpowers - Lobsters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Aperocky/replbuilder&quot;&gt;replbuilder: Python helper tool for building and running a repl with custom commands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Kanaries/pygwalker&quot;&gt;pygwalker: Turn pandas Into a Tableau-Style UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-namedtuple/&quot;&gt;Write Pythonic and Clean Code With namedtuple – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/146/&quot;&gt;Episode #146: Using NumPy and Linear Algebra for Faster Python Code – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/blog/apache-arrow-pandas-internals/&quot;&gt;Apache Arrow and the &amp;ldquo;10 Things I Hate About pandas&amp;rdquo; - Wes McKinney&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=wdmf1msbtVs&quot;&gt;Data science without borders - Wes McKinney (Two Sigma Investments) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wesmckinney.com/blog/from-ursa-to-voltrondata/&quot;&gt;Joining Forces for an Arrow-Native Future - Wes McKinney&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/docs/dev/reference/arrays.html?highlight=arrowdtype#pyarrow&quot;&gt;pandas arrays, scalars, and data types — pandas 2.1.0.dev0+171.gc293caf2e9 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/18/&quot;&gt;Episode #18: Ten Years of Flask: Conversation With Creator Armin Ronacher – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/flask-connexion-rest-api/&quot;&gt;Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-metaclasses/&quot;&gt;Python Metaclasses – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kanaries.net/&quot;&gt;Kanaries AI enhanced data exploration&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/lists-tuples-python/&quot;&gt;Lists and Tuples in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-namedtuple/&quot;&gt;Writing Clean, Pythonic Code With namedtuple&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E149_03_Cx2.2a2b0ac57b39.mp3" type="audio/mpeg" length="52162398"/>
        <guid isPermaLink="false">eefe59fe-ed48-433f-a243-a98722589273</guid>
        <pubDate>Fri, 17 Mar 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3197</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_149_Podcast.48a0c945f97d.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Coding With namedtuple &amp; Python&#x27;s Dynamic Superpowers”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>148</itunes:episode>
        <title>Sharing Your Python App Across Platforms With BeeWare</title>
        <itunes:title>Sharing Your Python App Across Platforms With BeeWare</itunes:title>
        <link>https://realpython.com/podcasts/rpp/148/</link>
        <description>Are you interested in deploying your Python project everywhere? This week on the show, Russell Keith-Magee, founder and maintainer of the BeeWare project, returns. Russell shares recent updates to Briefcase, a tool that converts a Python application into native installers on macOS, Windows, Linux, and mobile devices.</description>
        <content:encoded>&lt;p&gt;Are you interested in deploying your Python project everywhere? This week on the show, Russell Keith-Magee, founder and maintainer of the BeeWare project, returns. Russell shares recent updates to Briefcase, a tool that converts a Python application into native installers on macOS, Windows, Linux, and mobile devices.&lt;/p&gt;
&lt;p&gt;We cover how Anaconda hired him last year to work full-time on the BeeWare project. He shares how this has helped him focus his efforts and move the project forward. &lt;/p&gt;
&lt;p&gt;We also discuss his recent talk at DjangoCon US 2022 on how to turn your website into an app (and why maybe you shouldn&amp;rsquo;t). Russell details the problems of converting from the Web to a mobile platform. We also contrast WebAssembly System Interface (WASI) with the tools that his team works on.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/property-python/&quot;&gt;Managing Attributes With Python&amp;rsquo;s &lt;code&gt;property()&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to create managed attributes, also known as properties, using Python&amp;rsquo;s &lt;code&gt;property()&lt;/code&gt; in your custom classes.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:06 &amp;ndash; BeeWare project update and open-source funding&lt;/li&gt;
&lt;li&gt;00:06:47 &amp;ndash; What are BeeWare and Briefcase?&lt;/li&gt;
&lt;li&gt;00:08:19 &amp;ndash; Toga GUI and contributions&lt;/li&gt;
&lt;li&gt;00:10:47 &amp;ndash; Pace of the project now&lt;/li&gt;
&lt;li&gt;00:12:47 &amp;ndash; PEP 517 and binary packages with C or Rust&lt;/li&gt;
&lt;li&gt;00:17:29 &amp;ndash; WASM and Briefcase for Web&lt;/li&gt;
&lt;li&gt;00:22:22 &amp;ndash; Sponsor: InfluxData&lt;/li&gt;
&lt;li&gt;00:23:10 &amp;ndash; How to turn your Website into an App - Talk&lt;/li&gt;
&lt;li&gt;00:28:14 &amp;ndash; Bridging libraries that access platform hardware&lt;/li&gt;
&lt;li&gt;00:40:56 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:42:27 &amp;ndash; WASI - WebAssembly System Interface&lt;/li&gt;
&lt;li&gt;00:48:18 &amp;ndash; Do you need an app or a website?&lt;/li&gt;
&lt;li&gt;00:54:23 &amp;ndash; Getting started with BeeWare&lt;/li&gt;
&lt;li&gt;01:00:06 &amp;ndash; What to do first if interested in contributing?&lt;/li&gt;
&lt;li&gt;01:02:33 &amp;ndash; Channels for the project&lt;/li&gt;
&lt;li&gt;01:04:55 &amp;ndash; Upcoming conference talks&lt;/li&gt;
&lt;li&gt;01:05:26 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:06:42 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:09:28 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;01:10:10 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://beeware.org/&quot;&gt;Write once. Deploy everywhere. — BeeWare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ftP5BQh1-YM&quot;&gt;Russell Keith-Magee - Keynote - PyCon 2019 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.anaconda.com/open-source&quot;&gt;Anaconda - Open Source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyscript.net/&quot;&gt;PyScript - Run Python in your HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/22/&quot;&gt;Episode #22: Create Cross-Platform Python GUI Apps With BeeWare – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ewwDcRRE4z0&quot;&gt;How to turn your Website into an App (and why maybe you shouldn&amp;rsquo;t!) with Russell Keith Magee - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0517/&quot;&gt;PEP 517 – A build-system independent format for source trees - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/rubicon-objc/&quot;&gt;rubicon-objc - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://chaquo.com/chaquopy/&quot;&gt;Chaquopy – Python SDK for Android&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wasi.dev/&quot;&gt;WASI.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/CAP_theorem&quot;&gt;CAP theorem - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.beeware.org/en/latest/&quot;&gt;BeeWare Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beeware.org/news/buzz/&quot;&gt;The Buzz - BeeWare Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/schedule/presentation/20/&quot;&gt;You &lt;em&gt;can&lt;/em&gt; take it with you: Packaging your Python code with Briefcase - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/PyBeeWare/&quot;&gt;BeeWare (@PyBeeWare) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@freakboy3742@cloudisland.nz&quot;&gt;Russell Keith-Magee (@freakboy3742@cloudisland.nz) - Mastodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/property-python/&quot;&gt;Managing Attributes With Python&amp;#x27;s property()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/getters-and-setters-python/&quot;&gt;Getters and Setters in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E148_03_Russell.c20cc7d0c905.mp3" type="audio/mpeg" length="69468071"/>
        <guid isPermaLink="false">50ff43f2-133d-4716-b2a8-8aeb44cba0ae</guid>
        <pubDate>Fri, 10 Mar 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4276</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_148_Podcast2.2e86450b0439.jpg"/>
        <rp:twitter-handles>@freakboy3742</rp:twitter-handles>
        <rp:twitter-title>“Sharing Your Python App Across Platforms With BeeWare” with @freakboy3742</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>147</itunes:episode>
        <title>Django Deployment Strategies &amp; Preparing for PyCascades 2023</title>
        <itunes:title>Django Deployment Strategies &amp; Preparing for PyCascades 2023</itunes:title>
        <link>https://realpython.com/podcasts/rpp/147/</link>
        <description>Have you decided how you&#x27;re going to deploy your Django project? Should you use a VPS or a PaaS? Christopher Trudeau is back this week, bringing another batch of PyCoder&#x27;s Weekly articles and projects. We also have organizers from PyCascades to share details about this year&#x27;s hybrid in-person and virtual conference.</description>
        <content:encoded>&lt;p&gt;Have you decided how you&amp;rsquo;re going to deploy your Django project? Should you use a VPS or a PaaS? Christopher Trudeau is back this week, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects. We also have organizers from PyCascades to share details about this year&amp;rsquo;s hybrid in-person and virtual conference.&lt;/p&gt;
&lt;p&gt;Christopher shares an article about selecting an appropriate Django project deployment strategy. The guide compares VPS (virtual private server) and PaaS (platform as a service) systems. He also covers hosting providers for each and highlights potential pitfalls.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news update, what&amp;rsquo;s new in SQLAlchemy 2.0, how to flush the output of the Python print function, the dangers behind image resizing for machine learning, a project that visualizes pathfinding algorithms, and a runtime executor project.&lt;/p&gt;
&lt;p&gt;We also have three special guests from PyCascades 2023 to dig into the details of the conference. Conference chair Eliza Sarobhasa is CTO at Women Who Drone and Leadership Fellow (Python Track) &amp;amp; Python Developer Advocate at Women Who Code. Sprints chair Chethana Gopinath is a Software Engineer at realtor.com and a Senior Lead at Women Who Code Python. Speaker Support Chair Jolene Wong is a Senior Software Engineer at Cisco based in Vancouver. We discuss hosting a hybrid conference, participating in open-source sprints, and finding a local Python community.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-print/&quot;&gt;The Python print() Function: Go Beyond the Basics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this step-by-step course, you&amp;rsquo;ll learn about the print() function in Python and discover some of its lesser-known features. Avoid common mistakes, take your &amp;ldquo;hello world&amp;rdquo; to the next level, and know when to use a better alternative.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:47 &amp;ndash; Django 4.2 beta 1 released&lt;/li&gt;
&lt;li&gt;00:03:04 &amp;ndash; What&amp;rsquo;s New in SQLAlchemy 2.0?&lt;/li&gt;
&lt;li&gt;00:06:42 &amp;ndash; How to Flush the Output of the Python Print Function&lt;/li&gt;
&lt;li&gt;00:14:30 &amp;ndash; The Essential Django Deployment Guide&lt;/li&gt;
&lt;li&gt;00:21:37 &amp;ndash; Sponsor: Snyk&lt;/li&gt;
&lt;li&gt;00:22:30 &amp;ndash; The Dangers Behind Image Resizing&lt;/li&gt;
&lt;li&gt;00:29:40 &amp;ndash; Pathfinding-Visualizer: Visualize Pathfinding With Pygame&lt;/li&gt;
&lt;li&gt;00:32:40 &amp;ndash; rtx: Runtime Executor (&lt;code&gt;asdf&lt;/code&gt; Rust Clone)&lt;/li&gt;
&lt;li&gt;00:36:19 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:31 &amp;ndash; PyCascades 2023 Details&lt;/li&gt;
&lt;li&gt;00:38:53 &amp;ndash; Hybrid conference&lt;/li&gt;
&lt;li&gt;00:41:11 &amp;ndash; How did Chethana get involved?&lt;/li&gt;
&lt;li&gt;00:42:30 &amp;ndash; Open-source sprints&lt;/li&gt;
&lt;li&gt;00:45:19 &amp;ndash; How did Jolene get involved?&lt;/li&gt;
&lt;li&gt;00:46:31 &amp;ndash; How did Eliza get involved?&lt;/li&gt;
&lt;li&gt;00:50:21 &amp;ndash; Venue details&lt;/li&gt;
&lt;li&gt;00:52:32 &amp;ndash; Scheduled talks&lt;/li&gt;
&lt;li&gt;00:56:13 &amp;ndash; Conference sponsors&lt;/li&gt;
&lt;li&gt;00:57:48 &amp;ndash; Advice for attendees&lt;/li&gt;
&lt;li&gt;01:00:46 &amp;ndash; Tickets and virtual platform&lt;/li&gt;
&lt;li&gt;01:03:01 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:06:13 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/&quot;&gt;Django 4.2 beta 1 released | Weblog | Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sqlalchemy.org/blog/2023/01/26/sqlalchemy-2.0.0-released/&quot;&gt;SQLAlchemy 2.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.miguelgrinberg.com/post/what-s-new-in-sqlalchemy-2-0&quot;&gt;What&amp;rsquo;s New in SQLAlchemy 2.0?&lt;/a&gt; &amp;ndash; SQLAlchemy 2.0 was launched in January. This article reviews the latest changes, whether it is worth the upgrade, and how to go about it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-flush-print-output/&quot;&gt;How to Flush the Output of the Python Print Function&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to flush the output of Python&amp;rsquo;s print function. You&amp;rsquo;ll explore output stream buffering in Python using code examples and learn that output streams are block-buffered by default, and that print() with its default arguments executes line-buffered when interactive.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.saaspegasus.com/guides/django-deployment/&quot;&gt;The Essential Django Deployment Guide&lt;/a&gt; &amp;ndash; Going from &amp;ldquo;it works on my machine&amp;rdquo; to deploying to the public can be a daunting task. This guide details the choices between VPS and PaaS systems, how to choose, what the options are, and what you need to know to get your Django code live.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://zuru.tech/blog/the-dangers-behind-image-resizing&quot;&gt;The Dangers Behind Image Resizing&lt;/a&gt; &amp;ndash; When training an ML model on image data you likely want smaller, consistently sized images. That means image processing in your pipeline, but the expectation that image resizing is the same across libraries can cause unforeseen problems.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Tauseef-Hilal/Pathfinding-Visualizer&quot;&gt;Pathfinding-Visualizer: Visualize Pathfinding With Pygame&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jdxcode/rtx&quot;&gt;rtx: Runtime Executor (&lt;code&gt;asdf&lt;/code&gt; Rust Clone)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;PyCascades Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/&quot;&gt;Home - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/about/team/&quot;&gt;The Team - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/program/schedule/&quot;&gt;Schedule - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/program/sprints/&quot;&gt;Sprints - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSf9wxA1Q4Nx6ZahmkOw_39G66ORRhAe7oJsDSi2D9ebXiTdrA/viewform&quot;&gt;PyCascades 2023 - Sprints Sign Up Form&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/about/covid/&quot;&gt;COVID Policy - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/program/venueless/&quot;&gt;Venueless - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pycascades.com/sponsors/become-a-sponsor/&quot;&gt;Become A Sponsor - PyCascades 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/c/PyCascades&quot;&gt;PyCascades - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/44/#t=207&quot;&gt;Episode #44: Creating an Interactive Online Python Conference for PyCascades 2021 – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/glossary.html#term-file-like-object&quot;&gt;File Object - Glossary - Python Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-print/&quot;&gt;The Python print() Function: Go Beyond the Basics – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/functools.html?highlight=functools%20partial#functools.partial&quot;&gt;functools — Higher-order functions and operations on callable objects — Python 3.11.2 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.womenwhocode.com/python&quot;&gt;Python - Women Who Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beacons.ai/wwcodepython&quot;&gt;WWCodePython - Tiktok Creator &amp;amp; Bio Links - Beacons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyladies.com/&quot;&gt;PyLadies – Women Who Love Coding in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.meetup.com/pyladies-vancouver/&quot;&gt;PyLadies Vancouver (Vancouver, BC) | Meetup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-app-with-gunicorn-nginx/&quot;&gt;Deploy a Django App With Gunicorn and Nginx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-print/&quot;&gt;The Python print() Function: Go Beyond the Basics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python/&quot;&gt;SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E147_03_c2_PyC_R2.c5c46042199b.mp3" type="audio/mpeg" length="65979509"/>
        <guid isPermaLink="false">05e6155e-8ab9-4b1e-bafa-4f96603c1424</guid>
        <pubDate>Fri, 03 Mar 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4061</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_147_Podcast.9730109bbb9c.jpg"/>
        <rp:twitter-handles>@gravitytrope, @pycascades, @jwowo_uwu</rp:twitter-handles>
        <rp:twitter-title>“Django Deployment Strategies &amp; Preparing for PyCascades 2023” with @gravitytrope, @pycascades, @jwowo_uwu</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>146</itunes:episode>
        <title>Using NumPy and Linear Algebra for Faster Python Code</title>
        <itunes:title>Using NumPy and Linear Algebra for Faster Python Code</itunes:title>
        <link>https://realpython.com/podcasts/rpp/146/</link>
        <description>Are you still using loops and lists to process your data in Python? Have you heard of a Python library with optimized data structures and built-in operations that can speed up your data science code? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to share secrets for harnessing linear algebra and NumPy for your projects.</description>
        <content:encoded>&lt;p&gt;Are you still using loops and lists to process your data in Python? Have you heard of a Python library with optimized data structures and built-in operations that can speed up your data science code? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to share secrets for harnessing linear algebra and NumPy for your projects.&lt;/p&gt;
&lt;p&gt;Jodie details how most people begin their data science journey using loops to iterate over values and apply operations sequentially. We talk about how loops are friendly for beginners, being clear to read and easy to debug, but unfortunately don&amp;rsquo;t scale well, especially with large amounts of data.&lt;/p&gt;
&lt;p&gt;Jodie shares some of the basics of linear algebra and how to organize data into vectors. We talk about how the NumPy library leverages those concepts to improve data processing. We discuss how the library includes operations for vector and matrix addition and subtraction, and why these operations are more efficient than loops. We also cover how NumPy stores arrays in memory and when working with them is faster vs when it&amp;rsquo;s not.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to clean up messy data using pandas and NumPy. You&amp;rsquo;ll become equipped to deal with a range of problems, such as missing values, inconsistent formatting, malformed records, and nonsensical outliers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction &lt;/li&gt;
&lt;li&gt;00:02:35 &amp;ndash; Vectorize all the things! - PyCon UK 2022 Talk&lt;/li&gt;
&lt;li&gt;00:06:39 &amp;ndash; Becoming familiar with linear algebra&lt;/li&gt;
&lt;li&gt;00:09:05 &amp;ndash; Beginners start with loops&lt;/li&gt;
&lt;li&gt;00:11:25 &amp;ndash; Starting with basic linear algebra&lt;/li&gt;
&lt;li&gt;00:12:25 &amp;ndash; The basic unit of a vector&lt;/li&gt;
&lt;li&gt;00:18:06 &amp;ndash; NumPy representing vectors in Python&lt;/li&gt;
&lt;li&gt;00:23:25 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:24:13 &amp;ndash; Block management&lt;/li&gt;
&lt;li&gt;00:25:54 &amp;ndash; Replacing a loop with vector-based operations&lt;/li&gt;
&lt;li&gt;00:34:06 &amp;ndash; NumPy broadcasting&lt;/li&gt;
&lt;li&gt;00:38:52 &amp;ndash; Approximating nearest neighbors&lt;/li&gt;
&lt;li&gt;00:43:49 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:45:15 &amp;ndash; Solving the problem&lt;/li&gt;
&lt;li&gt;00:46:44 &amp;ndash; Getting rid of nested loops&lt;/li&gt;
&lt;li&gt;00:48:54 &amp;ndash; A peek under the hood&lt;/li&gt;
&lt;li&gt;00:53:28 &amp;ndash; How arrays vs lists are stored in memory&lt;/li&gt;
&lt;li&gt;01:00:24 &amp;ndash; Considering a GPU&lt;/li&gt;
&lt;li&gt;01:03:37 &amp;ndash; Real Python resources on the subject&lt;/li&gt;
&lt;li&gt;01:04:08 &amp;ndash; Upcoming talks and conferences&lt;/li&gt;
&lt;li&gt;01:07:31 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=9_mhjjlKjDo&quot;&gt;Vectorize all the things! How basic linear algebra can speed up your data science code - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://math.mit.edu/~gs/linearalgebra/ila5/indexila5.html&quot;&gt;Introduction to Linear Algebra, 5th Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/&quot;&gt;Linear Algebra - Mathematics - MIT OpenCourseWare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://math.mit.edu/~gs/learningfromdata/&quot;&gt;Linear Algebra and Learning from Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-linear-algebra/&quot;&gt;Linear Algebra in Python: Matrix Inverses and Least Squares&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://numpy.org/doc/stable/user/absolute_beginners.html&quot;&gt;NumPy: the absolute basics for beginners - NumPy Manual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://numpy.org/doc/stable/user/basics.broadcasting.html&quot;&gt;Broadcasting — NumPy v1.24 Manual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/spotify/annoy&quot;&gt;spotify/annoy: Approximate Nearest Neighbors in C++/Python optimized&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/numpy-array-programming/&quot;&gt;Look Ma, No For-Loops: Array Programming With NumPy – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/numpy-tutorial/&quot;&gt;NumPy Tutorial: Your First Steps Into Data Science in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pandas-iterate-over-rows/&quot;&gt;How to Iterate Over Rows in pandas, and Why You Shouldn&amp;rsquo;t – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.datacamp.com/radar-2023&quot;&gt;RADAR: Thrive in the era of data - DataCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pythonwebconf.com/presentations/vectorize-all-the-things-using-linear-algebra-and-numpy-to-make-your-python-code-lightning-fast&quot;&gt;Vectorize all the things! Using linear algebra and NumPy to make your Python code lightning fast. - Python Web Conference 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/schedule/presentation/140/&quot;&gt;Jodie Burchell - PyCon US 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://t-redactyl.io/&quot;&gt;Jodie Burchell&amp;rsquo;s Blog - Standard error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@t_redactyl#&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-histograms/&quot;&gt;Histogram Plotting in Python: NumPy, Matplotlib, Pandas &amp;amp; Seaborn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/numpy-arange/&quot;&gt;Using NumPy&amp;#x27;s np.arange() Effectively&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E146_03_Jodie.49b004d51553.mp3" type="audio/mpeg" length="66917075"/>
        <guid isPermaLink="false">d81c3705-5339-44b5-a21e-44bf0e80570b</guid>
        <pubDate>Fri, 24 Feb 2023 12:00:00 +0000</pubDate>
        <itunes:duration>4117</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_146_Podcast.507939e4c424.jpg"/>
        <rp:twitter-handles>@t_redactyl</rp:twitter-handles>
        <rp:twitter-title>“Using NumPy and Linear Algebra for Faster Python Code” with @t_redactyl</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>145</itunes:episode>
        <title>Creating a Python Wordle Clone &amp; Testing Environments With Nox</title>
        <itunes:title>Creating a Python Wordle Clone &amp; Testing Environments With Nox</itunes:title>
        <link>https://realpython.com/podcasts/rpp/145/</link>
        <description>Would you like to practice your Python skills while building a challenging word game? Have you been wanting to learn more about creating command-line interfaces and  making them colorful and interactive? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Would you like to practice your Python skills while building a challenging word game? Have you been wanting to learn more about creating command-line interfaces and  making them colorful and interactive? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share a recent Real Python step-by-step project about creating a clone of Wordle. In the project, you&amp;rsquo;ll practice building a terminal application, validating user input, and refactoring code into functions.&lt;/p&gt;
&lt;p&gt;Christopher shares an article that compares two popular testing tools, Nox and Tox. He discusses how each framework approaches test environment configuration and why the author leans toward using Nox&amp;rsquo;s Python decorator&amp;ndash;based format.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news update, a guide to trying out code and ideas quickly with the Python REPL, a PEP about requiring virtual environments by default, a discussion about lessons learned in twenty years as a software engineer, a project for a spreadsheet GUI inside of JupyterLab notebooks, and adding C-style &lt;code&gt;for&lt;/code&gt; loops to Python.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/getters-and-setters-python/&quot;&gt;Getters and Setters in Python&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn what getter and setter methods are, how Python properties are preferred over getters and setters when dealing with attribute access and mutation, and when to use getter and setter methods instead of properties in Python.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Django Security Releases Issued&lt;/li&gt;
&lt;li&gt;00:02:43 &amp;ndash; PSF Is Hiring a Security Developer-in-Residence&lt;/li&gt;
&lt;li&gt;00:03:44 &amp;ndash; Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available&lt;/li&gt;
&lt;li&gt;00:04:02 &amp;ndash; Build a Wordle Clone With Python and Rich&lt;/li&gt;
&lt;li&gt;00:10:05 &amp;ndash; Why I Like Nox&lt;/li&gt;
&lt;li&gt;00:16:44 &amp;ndash; Sponsor: Anaconda Cloud&lt;/li&gt;
&lt;li&gt;00:17:26 &amp;ndash; PEP 704: Require Virtual Environments by Default&lt;/li&gt;
&lt;li&gt;00:27:17 &amp;ndash; The Python Standard REPL: Try Out Code and Ideas Quickly&lt;/li&gt;
&lt;li&gt;00:33:08 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:34:35 &amp;ndash; 20 Things I&amp;rsquo;ve Learned in My 20 Years as a Software Engineer&lt;/li&gt;
&lt;li&gt;00:47:50 &amp;ndash; Mito: A Spreadsheet Inside Your JupyterLab Notebooks&lt;/li&gt;
&lt;li&gt;00:51:37 &amp;ndash; How I Added C-Style for-Loops to Python&lt;/li&gt;
&lt;li&gt;00:58:08 &amp;ndash; Thanks and goodbye &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/feb/01/security-releases/&quot;&gt;Django Security Releases Issued: 4.1.6, 4.0.9, and 3.2.17&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfound.blogspot.com/2023/01/the-psf-is-hiring-security-developer-in.html&quot;&gt;PSF Is Hiring a Security Developer-in-Residence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2023/02/python-3112-python-31010-and-3120-alpha.html&quot;&gt;Python Insider: Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-wordle-clone/&quot;&gt;Build a Wordle Clone With Python and Rich&lt;/a&gt; &amp;ndash; In this step-by-step project, you&amp;rsquo;ll build your own Wordle clone with Python. Your game will run in the terminal, and you&amp;rsquo;ll use Rich to ensure your word-guessing app looks good. Learn how to build a command-line application from scratch and then challenge your friends to a wordly competition!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hynek.me/articles/why-i-like-nox/&quot;&gt;Why I Like Nox&lt;/a&gt; &amp;ndash; Both Nox and Tox are multi-environment testing tools. This opinion piece by Hynek compares and contrasts them and explains why he is increasingly using Nox.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0704/&quot;&gt;PEP 704: Require Virtual Environments by Default&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-repl/&quot;&gt;The Python Standard REPL: Try Out Code and Ideas Quickly&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to use the Python standard REPL (Read-Eval-Print Loop) to run your code interactively. This tool will allow you to test new ideas, explore and experiment with new tools and libraries, refactor and debug your code, try out examples, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/&quot;&gt;20 Things I&amp;rsquo;ve Learned in My 20 Years as a Software Engineer&lt;/a&gt; &amp;ndash; Justin writes a list of things he&amp;rsquo;s learned over his past twenty years in development. He starts by stating how context is important and that his lessons are from small teams that emphasize productivity and are tool agnostic.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.simplethread.com/the-10x-programmer-myth/&quot;&gt;The 10x Programmer Myth - Simple Thread&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mito-ds/monorepo&quot;&gt;Mito: A Spreadsheet Inside Your JupyterLab Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sadh.life/post/cursed-for/&quot;&gt;How I Added C-Style for-Loops to Python&lt;/a&gt; &amp;ndash; Ever wanted a C-style &lt;code&gt;for&lt;/code&gt; loop in Python? No? Well, you can have one anyway. See how Tushar implemented &lt;code&gt;with for (i := var(0), i &amp;lt; 10, i + 2):&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://openssf.org/community/alpha-omega/&quot;&gt;Alpha-Omega - Open Source Security Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nox.thea.codes/en/latest/&quot;&gt;Welcome to Nox - Nox 2022.11.21 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/classifying-python-virtual-environment-workflows/&quot;&gt;Classifying Python Virtual Environment Workflows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/pep-704-require-virtual-environments-by-default-for-package-installers/22846/5&quot;&gt;PEP 704 - Require virtual environments by default for package installers - Discourse on Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments&quot;&gt;Creating Virtual Environments - Python Packaging User Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-virtual-environments-a-primer/&quot;&gt;Python Virtual Environments: A Primer – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/using-jupyterlab/&quot;&gt;JupyterLab for an Enhanced Notebook Experience&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intro-object-oriented-programming-oop-python/&quot;&gt;Intro to Object-Oriented Programming (OOP) in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/getters-and-setters-python/&quot;&gt;Getters and Setters in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E145_03_Cx2.abc600d33769.mp3" type="audio/mpeg" length="57792227"/>
        <guid isPermaLink="false">5a9df1d9-a89e-4d27-b458-5cd803a3edfc</guid>
        <pubDate>Fri, 17 Feb 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3550</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_145_Podcast.c75ba77e84fd.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Creating a Python Wordle Clone &amp; Testing Environments With Nox”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>144</itunes:episode>
        <title>Wrangling Business Process Models With Python and SpiffWorkflow</title>
        <itunes:title>Wrangling Business Process Models With Python and SpiffWorkflow</itunes:title>
        <link>https://realpython.com/podcasts/rpp/144/</link>
        <description>Can you describe your business processes with flowcharts? What if you could define the steps in a standard notation and implement the workflows in pure Python? This week on the show, Dan Funk from Sartography is here to discuss SpiffWorkflow.</description>
        <content:encoded>&lt;p&gt;Can you describe your business processes with flowcharts? What if you could define the steps in a standard notation and implement the workflows in pure Python? This week on the show, Dan Funk from Sartography is here to discuss SpiffWorkflow.&lt;/p&gt;
&lt;p&gt;SpiffWorkflow is a Python tool for translating Business Process Model and Notation (BPMN) diagrams into a workflow engine. You can manipulate this visual chain of events to suit your team&amp;rsquo;s business requirements. Individual events in the workflow can contain blocks or scripts of Python code to be executed.&lt;/p&gt;
&lt;p&gt;We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11 – Real Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll explore what Python 3.11 brings to the table. You&amp;rsquo;ll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:14 &amp;ndash; What is SpiffWorkflow?&lt;/li&gt;
&lt;li&gt;00:03:12 &amp;ndash; What is BPMN? &lt;/li&gt;
&lt;li&gt;00:06:29 &amp;ndash; What did you need to add to the project?&lt;/li&gt;
&lt;li&gt;00:07:12 &amp;ndash; What are the components of a diagram?&lt;/li&gt;
&lt;li&gt;00:12:42 &amp;ndash; Examples of workflow&lt;/li&gt;
&lt;li&gt;00:13:54 &amp;ndash; Sponsor: TelemetryHub&lt;/li&gt;
&lt;li&gt;00:14:29 &amp;ndash; What types of industries use BPMN?&lt;/li&gt;
&lt;li&gt;00:18:02 &amp;ndash; Decision Model and Notation (DMN)&lt;/li&gt;
&lt;li&gt;00:19:34 &amp;ndash; What is low-code?&lt;/li&gt;
&lt;li&gt;00:27:02 &amp;ndash; How could someone get involved?&lt;/li&gt;
&lt;li&gt;00:28:02 &amp;ndash; How do you host a workflow?&lt;/li&gt;
&lt;li&gt;00:29:43 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:31:05 &amp;ndash; What has the project taught you as a developer?&lt;/li&gt;
&lt;li&gt;00:37:29 &amp;ndash; Empowering more members of the organization&lt;/li&gt;
&lt;li&gt;00:42:07 &amp;ndash; Project direction for the next year&lt;/li&gt;
&lt;li&gt;00:42:51 &amp;ndash; Where to start with SpiffWorkflow?&lt;/li&gt;
&lt;li&gt;00:43:15 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:45:59 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:51:06 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.spiffworkflow.org/&quot;&gt;SpiffWorkflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://spiffworkflow.readthedocs.io/en/latest/intro.html&quot;&gt;Overview SpiffWorkflow 1.2.1 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sartography/SpiffWorkflow&quot;&gt;SpiffWorkflow: A powerful workflow engine implemented in pure Python - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sartography.com/&quot;&gt;Sartography&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Business_Process_Model_and_Notation&quot;&gt;Business Process Model and Notation - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.omg.org/dmn/&quot;&gt;Decision Model and Notation™ (DMN™) | Object Management Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://bpmn.io/&quot;&gt;Web-based tooling for BPMN, DMN, CMMN, and Forms | bpmn.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.computer.org/csdl/magazine/so/2023/01/09994228/1JgvNO5CqwU&quot;&gt;Creating a Low-Code Business Process Execution Platform With Python, BPMN, and DMN - IEEE Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.spiffworkflow.org/posts/articles/low_code/&quot;&gt;The Low Code Wall, SpiffWorkflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.spiffworkflow.org/pages/spiffarena/&quot;&gt;SpiffArena, SpiffWorkflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Fjdqb2tdxHg&quot;&gt;Install SpiffArena then build and run your first diagram - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mindtrails.virginia.edu/&quot;&gt;MindTrails - University of Virginia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manning.com/books/practices-of-the-python-pro&quot;&gt;Practices of the Python Pro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/49/&quot;&gt;Episode #49: The Challenges of Developing Into a Python Professional – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep678&quot;&gt;PEP 678: Exceptions can be enriched with notes - Python 3.11.1 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.instructables.com/Building-A-Ship-In-A-Bottle/&quot;&gt;Building a Ship in a Bottle. : 14 Steps (with Pictures) - Instructables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://status.im/&quot;&gt;Status - Private, Secure Communication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/funkdan/&quot;&gt;Dan Funk - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/SpiffWorkflow&quot;&gt;SpiffWorkflow (@SpiffWorkflow) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/editing-excel-python-openpyxl/&quot;&gt;Editing Excel Spreadsheets in Python With openpyxl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E144_03_DanFunk.7cabd96ad678.mp3" type="audio/mpeg" length="51176106"/>
        <guid isPermaLink="false">cc8056f0-afd8-412e-8487-3ff67e12938b</guid>
        <pubDate>Fri, 10 Feb 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3137</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_144_Podcast.7e950983241f.jpg"/>
        <rp:twitter-handles>@SpiffWorkflow</rp:twitter-handles>
        <rp:twitter-title>“Wrangling Business Process Models With Python and SpiffWorkflow” with @SpiffWorkflow</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>143</itunes:episode>
        <title>Create Interactive Maps &amp; Geospatial Data Visualizations With Python</title>
        <itunes:title>Create Interactive Maps &amp; Geospatial Data Visualizations With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/143/</link>
        <description>Would you like to quickly add data to a map with Python? Have you wanted to create beautiful interactive maps and export them as a stand-alone static web page? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Would you like to quickly add data to a map with Python? Have you wanted to create beautiful interactive maps and export them as a stand-alone static web page? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We share a recent Real Python tutorial about using Python Folium to create geospatial data visualizations. Folium harnesses the power of the JavaScript library Leaflet. The project shares how to combine this graphical power with Python&amp;rsquo;s data-wrangling strength.&lt;/p&gt;
&lt;p&gt;Christopher shares a recent Python Enhancement Proposal (PEP) about the Global Interpreter Lock (GIL) in CPython. The PEP proposes a change to the build process that implements a flag for optionally building a GIL-less interpreter.  &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news update, a &lt;code&gt;YAML&lt;/code&gt; document from hell, a set of logging practices to follow, a discussion about the discourse surrounding the recent Python packaging user survey, a modern Python UI library based on Tkinter, and a lightweight tool kit for bounding boxes.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this Code Conversation video course, you&amp;rsquo;ll learn how to package your everyday projects with &lt;code&gt;pyproject.toml&lt;/code&gt;. Playing on the same team as the import system means you can call your project from anywhere, ensure consistent imports, and have one file that&amp;rsquo;ll work for many build systems.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:33 &amp;ndash; Bleach 6.0.0 release and deprecation&lt;/li&gt;
&lt;li&gt;00:05:03 &amp;ndash; Python Folium: Create Web Maps From Your Data&lt;/li&gt;
&lt;li&gt;00:10:37 &amp;ndash; PEP 703: Making the GIL Optional in CPython&lt;/li&gt;
&lt;li&gt;00:15:36 &amp;ndash; Sponsor: Influxdata&lt;/li&gt;
&lt;li&gt;00:16:24 &amp;ndash; The YAML Document From Hell&lt;/li&gt;
&lt;li&gt;00:27:53 &amp;ndash; Logging Practices I Follow&lt;/li&gt;
&lt;li&gt;00:32:08 &amp;ndash; How to improve Python packaging&lt;/li&gt;
&lt;li&gt;00:36:55 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:38:25 &amp;ndash; Thoughts on the Python packaging ecosystem&lt;/li&gt;
&lt;li&gt;00:58:16 &amp;ndash; CustomTkinter: Python UI library Based on Tkinter&lt;/li&gt;
&lt;li&gt;01:00:16 &amp;ndash; pybboxes: Lightweight Tool Kit for Bounding Boxes&lt;/li&gt;
&lt;li&gt;01:01:36 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://bluesock.org/~willkg/blog/dev/bleach_6_0_0_deprecation.html&quot;&gt;Bleach 6.0.0 release and deprecation - Will&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-folium-web-maps-from-data/&quot;&gt;Python Folium: Create Web Maps From Your Data&lt;/a&gt; &amp;ndash; You&amp;rsquo;ll learn how to create web maps from data using Folium. The package combines Python&amp;rsquo;s data-wrangling strengths with the data-visualization power of the JavaScript library Leaflet. In this tutorial, you&amp;rsquo;ll create and style a choropleth world map that shows the ecological footprint per country.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0703/&quot;&gt;PEP 703: Making the GIL Optional in CPython&lt;/a&gt; &amp;ndash; This PEP proposes changes to the CPython build process that would allow you to build a GIL-less interpreter. This kind of interpreter would not be ABI compatible with the GIL-based one, and the programmer would become responsible for some locking situations in C-extensions. If implemented, this would lead the way to being able to operate without the GIL in cases where backward-compatibility issues aren&amp;rsquo;t important.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell&quot;&gt;The &lt;code&gt;yaml&lt;/code&gt; Document From Hell&lt;/a&gt; &amp;ndash; As a data format, YAML is extremely complicated and it has many footguns. In this post, Ruud explains some of those pitfalls by means of an example and suggests a few simpler and safer YAML alternatives.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.16elt.com/2023/01/06/logging-practices-I-follow/&quot;&gt;Logging Practices I Follow&lt;/a&gt; &amp;ndash; &amp;ldquo;No matter what kind of software you&amp;rsquo;re developing, you most definitely leverage logging to some extent, probably every single day.&amp;rdquo; This article outlines good cross-language logging practices, making it easier to find bugs and understand what has happened in your software.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://chriswarrick.com/blog/2023/01/15/how-to-improve-python-packaging/&quot;&gt;How to improve Python packaging, or why fourteen tools are at least twelve too many - Chris Warrick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/&quot;&gt;Thoughts on the Python packaging ecosystem - Pradyun Gedam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://drive.google.com/file/d/1U5d5SiXLVkzDpS0i1dJIA4Hu5Qg704T9/view&quot;&gt;Python Packaging User Survey - Results PDF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discuss.python.org/t/python-packaging-strategy-discussion-part-1/22420?u=pradyunsg&quot;&gt;Python Packaging Strategy Discussion - Part 1 - Packaging - Discussions on Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=34467952&quot;&gt;Thoughts on the Python packaging ecosystem | Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@stargirl@hachyderm.io/109697057987690007&quot;&gt;Stargirl: &amp;ldquo;So You Want to Solve Python Packaging&amp;rdquo; - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://xkcd.com/927/&quot;&gt;xkcd: Standards&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/TomSchimansky/CustomTkinter&quot;&gt;CustomTkinter: Python UI Library Based on Tkinter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/devrimcavusoglu/pybboxes&quot;&gt;pybboxes: Lightweight Tool Kit for Bounding Boxes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0554/&quot;&gt;PEP 554 – Multiple Interpreters in the Stdlib - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-yaml/&quot;&gt;YAML: The Missing Battery in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-toml/&quot;&gt;Python and TOML: New Best Friends – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0665/&quot;&gt;PEP 665 – A file format to list Python dependencies for reproducibility of an application - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/tkinter.html?highlight=tkinter#module-tkinter&quot;&gt;tkinter — Python interface to Tcl/Tk — Python 3.11.1 docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-gui-tkinter/&quot;&gt;Python GUI Programming With Tkinter – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/logging-python/&quot;&gt;Logging Inside Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E143_03_Cx2.ad1601cfa5ba.mp3" type="audio/mpeg" length="61292658"/>
        <guid isPermaLink="false">0cc43cef-3c89-4157-ab5e-681d2f762b21</guid>
        <pubDate>Fri, 03 Feb 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3766</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_143_Podcast.2f82decab40e.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Create Interactive Maps &amp; Geospatial Data Visualizations With Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>142</itunes:episode>
        <title>Orchestrating Large and Small Projects With Apache Airflow</title>
        <itunes:title>Orchestrating Large and Small Projects With Apache Airflow</itunes:title>
        <link>https://realpython.com/podcasts/rpp/142/</link>
        <description>Have you worked on a project that needed an orchestration tool? How do you define the workflow of an entire data pipeline or a messaging system with Python? This week on the show, Calvin Hendryx-Parker is back to talk about using Apache Airflow and orchestrating Python projects.</description>
        <content:encoded>&lt;p&gt;Have you worked on a project that needed an orchestration tool? How do you define the workflow of an entire data pipeline or a messaging system with Python? This week on the show, Calvin Hendryx-Parker is back to talk about using Apache Airflow and orchestrating Python projects.&lt;/p&gt;
&lt;p&gt;Calvin is the co-founder and CTO of Six Feet Up and a Python Web Conference co-organizer. He&amp;rsquo;s recently been working on a massive project that requires thousands of jobs involving transferring and transforming data. Through his research into orchestration systems, he found Apache Airflow. &lt;/p&gt;
&lt;p&gt;Airflow is an open-source tool to define, schedule, and monitor workflows. The platform is pure Python and integrates with a wide variety of services. We discuss how workflows are defined by creating directed acyclic graphs (DAG). &lt;/p&gt;
&lt;p&gt;Calvin talks about how a recent project outgrew the system and how his team built a clever solution using Python. We also discuss the upcoming Python Web Conference and what virtual attendees can expect.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll get to know OOP, or object-oriented programming. You&amp;rsquo;ll learn how to create a class, use classes to create new objects, and instantiate classes with attributes.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:24 &amp;ndash; Describing the large data pipeline&lt;/li&gt;
&lt;li&gt;00:04:38 &amp;ndash; What format was the data in?&lt;/li&gt;
&lt;li&gt;00:06:04 &amp;ndash; Was the format of the data changed for storage?&lt;/li&gt;
&lt;li&gt;00:09:34 &amp;ndash; Data engineering and describing sources and targets&lt;/li&gt;
&lt;li&gt;00:11:29 &amp;ndash; Apache Airflow orchestration and hitting limitations&lt;/li&gt;
&lt;li&gt;00:18:12 &amp;ndash; Sponsor: CData Software&lt;/li&gt;
&lt;li&gt;00:18:54 &amp;ndash; DAG: Directed acyclic graphs&lt;/li&gt;
&lt;li&gt;00:22:29 &amp;ndash; Streaming data and other tool choices&lt;/li&gt;
&lt;li&gt;00:25:38 &amp;ndash; Overcoming DAG Factory limitations&lt;/li&gt;
&lt;li&gt;00:31:49 &amp;ndash; Another industry example for Airflow&lt;/li&gt;
&lt;li&gt;00:34:24 &amp;ndash; Finding solutions as a consultancy&lt;/li&gt;
&lt;li&gt;00:35:12 &amp;ndash; Is there a minimum-size project for Airflow?&lt;/li&gt;
&lt;li&gt;00:37:37 &amp;ndash; Django under the hood&lt;/li&gt;
&lt;li&gt;00:38:31 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:58 &amp;ndash; The Python Web Conference 2023&lt;/li&gt;
&lt;li&gt;00:44:24 &amp;ndash; Do you have any upcoming conference talks?&lt;/li&gt;
&lt;li&gt;00:45:53 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:46:52 &amp;ndash; IndyPy talk by Mariatta Wijaya&lt;/li&gt;
&lt;li&gt;00:48:01 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:51:45 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:53:22 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://airflow.apache.org/docs/&quot;&gt;Apache Airflow - Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sixfeetup.com/blog/too-big-for-dag-factories&quot;&gt;Too Big for DAG Factories? — Six Feet Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Directed_acyclic_graph&quot;&gt;Directed acyclic graph - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html&quot;&gt;DAGs — Airflow Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.astronomer.io/learn/dynamically-generating-dags&quot;&gt;Dynamically generating DAGs in Airflow - Astronomer Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.databricks.com/&quot;&gt;Data Lakehouse Architecture and AI Company - Databricks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/10/&quot;&gt;Episode #10: Python Job Hunting in a Pandemic – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/124/&quot;&gt;Episode #124: Exploring Recursion in Python With Al Sweigart – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/recursion/&quot;&gt;The Recursive Book of Recursion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/61/&quot;&gt;Episode #61: Scaling Data Science and Machine Learning Infrastructure Like Netflix – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://indypy.org/#&quot;&gt;IndyPy — Indiana Python User Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=zEIPTg22OYE&amp;amp;list=PLt4L3V8wVnF6JgEz7BLuRIZSS6Qsx_AFn&quot;&gt;Contributing to Python - Mariatta Wijaya - Python Core Developer - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.home-assistant.io/&quot;&gt;Home Assistant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.arturia.com/products/hardware-synths/microfreak/details&quot;&gt;Arturia - MicroFreak&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.arturia.com/products/software-instruments/pigments/overview&quot;&gt;Arturia - Pigments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@calvinhp&quot;&gt;CalvinHP (@calvinhp@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/calvinhp&quot;&gt;calvinhp - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sixfeetup.com/blog&quot;&gt;Six Feet Up - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://2023.pythonwebconf.com/&quot;&gt;Python Web Conference 2023&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-oop/&quot;&gt;Python Basics: Object-Oriented Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intro-object-oriented-programming-oop-python/&quot;&gt;Intro to Object-Oriented Programming (OOP) in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E142_03_Calvin.2efb7b6d077a.mp3" type="audio/mpeg" length="53221542"/>
        <guid isPermaLink="false">7835bbef-257f-4e52-b4cb-f85d197f19b6</guid>
        <pubDate>Fri, 27 Jan 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3264</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_142_Podcast.26aaa7a14c7a.jpg"/>
        <rp:twitter-handles>@calvinhp</rp:twitter-handles>
        <rp:twitter-title>“Orchestrating Large and Small Projects With Apache Airflow” with @calvinhp</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>141</itunes:episode>
        <title>Exploring Python With bpython &amp; Formalizing f-String Grammar</title>
        <itunes:title>Exploring Python With bpython &amp; Formalizing f-String Grammar</itunes:title>
        <link>https://realpython.com/podcasts/rpp/141/</link>
        <description>Have you used the Python Read-Eval-Print Loop (REPL) to explore the language and learn about how it operates? Would it help if it provided syntax highlighting, definitions, and code completion and behaved more like an IDE? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you used the Python Read-Eval-Print Loop (REPL) to explore the language and learn about how it operates? Would it help if it provided syntax highlighting, definitions, and code completion and behaved more like an IDE? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss the drop-in REPL replacement bpython. bpython enhances the interactivity of a Python REPL session. It&amp;rsquo;s also a powerful teaching tool for instructors and students to experiment with and explore Python code. &lt;/p&gt;
&lt;p&gt;Christopher shares a recent Python Enhancement Proposal (PEP) about formalizing the grammar for f-strings. The PEP describes a reduction in the underlying parser code complexity and provides for future features like comments in multiline f-strings.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, a collection of surveys to classify Python virtual environment workflows, a course about context managers and Python&amp;rsquo;s &lt;code&gt;with&lt;/code&gt; statement, a discussion about microfeatures that we would like to see adopted in Python, a Python terminal music player, and an infinite array powered by AI.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/with-statement-python/&quot;&gt;Context Managers and Python&amp;rsquo;s &lt;code&gt;with&lt;/code&gt; Statement&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn what the Python &lt;code&gt;with&lt;/code&gt; statement is and how to use it with existing context managers. You&amp;rsquo;ll also learn how to create your own context managers.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Pillow 9.4.0 Released&lt;/li&gt;
&lt;li&gt;00:02:47 &amp;ndash; Django Bugfix Release: 4.1.5&lt;/li&gt;
&lt;li&gt;00:02:56 &amp;ndash; Plone 6.0 Released&lt;/li&gt;
&lt;li&gt;00:03:16 &amp;ndash; PyCon Italia 2023&lt;/li&gt;
&lt;li&gt;00:03:54 &amp;ndash; Discover bpython: A Python REPL With IDE-Like Features&lt;/li&gt;
&lt;li&gt;00:13:55 &amp;ndash; PEP 701: Syntactic Formalization of f-Strings&lt;/li&gt;
&lt;li&gt;00:17:07 &amp;ndash; Sponsor: Influx Data&lt;/li&gt;
&lt;li&gt;00:17:57 &amp;ndash; Classifying Python Virtual Environment Workflows&lt;/li&gt;
&lt;li&gt;00:30:26 &amp;ndash; Context Managers and Python&amp;rsquo;s &lt;code&gt;with&lt;/code&gt; Statement&lt;/li&gt;
&lt;li&gt;00:36:32 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:47 &amp;ndash; Microfeatures I&amp;rsquo;d Like to See in More Languages&lt;/li&gt;
&lt;li&gt;00:49:34 &amp;ndash; Python Terminal Music Player&lt;/li&gt;
&lt;li&gt;00:51:19 &amp;ndash; Infinite AI Array&lt;/li&gt;
&lt;li&gt;00:55:05 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html&quot;&gt;Pillow 9.4.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/&quot;&gt;Django Bugfix Release: 4.1.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://plone.org/news-and-events/news/2022/plone-6-0-released&quot;&gt;Plone 6.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycon.it/en&quot;&gt;PyCon Italia 2023&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/bpython-alternative-python-repl/&quot;&gt;Discover bpython: A Python REPL With IDE-Like Features&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn about bpython, an alternative Python REPL that brings code suggestions and many other IDE-like features to the terminal. Once you discover how much bpython can improve your productivity, you&amp;rsquo;ll never want to return to using the vanilla Python REPL again.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0701/&quot;&gt;PEP 701: Syntactic Formalization of f-Strings&lt;/a&gt; &amp;ndash; This Python Enhancement Proposal describes the formalization of a grammar for f-strings, allowing a reduction in the underlying parser code complexity and providing future features like comments in multiline f-strings.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/classifying-python-virtual-environment-workflows/&quot;&gt;Classifying Python Virtual Environment Workflows&lt;/a&gt; &amp;ndash; This article discusses the various ways of creating and managing Python virtual environments, including what kinds of tools you could use. It categorizes the different styles and describes how the choices that you make affect your workflow.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/with-statement-python/&quot;&gt;Context Managers and Python&amp;rsquo;s &lt;code&gt;with&lt;/code&gt; Statement&lt;/a&gt; &amp;ndash; In this video course, you&amp;rsquo;ll learn what the Python &lt;code&gt;with&lt;/code&gt; statement is and how to use it with existing context managers. You&amp;rsquo;ll also learn how to create your own context managers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://buttondown.email/hillelwayne/archive/microfeatures-id-like-to-see-in-more-languages/&quot;&gt;Microfeatures I&amp;rsquo;d Like to See in More Languages&lt;/a&gt; &amp;ndash; Some language features are intrinsic to the language. Others are syntactic sugar that other programming languages could easily borrow. This opinion piece from Hillel highlights some features that the mainstream should steal from more obscure languages. Two Python features that he&amp;rsquo;d like to see in more languages are chained evaluations (&lt;code&gt;2 &amp;lt;= x &amp;lt; 10&lt;/code&gt;) and numbers with separators (1000000 == 1_000_000).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/bmwant/pypod&quot;&gt;Python Terminal Music Player&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ianbicking.org/blog/2023/01/infinite-ai-array.html&quot;&gt;Infinite AI Array&lt;/a&gt; &amp;ndash; Learn about an insane library containing special lists and dicts so that any missed calls automatically go to GPT3 and add a predictive value in its place.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/cltrudeau/status/1616445805036195844&quot;&gt;Christopher Trudeau&amp;rsquo;s - Act function for virtual environments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/working-python-virtual-environments/&quot;&gt;Working With Python Virtual Environments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-3-f-strings-improved-string-formatting-syntax/&quot;&gt;Python 3&amp;#x27;s F-Strings: An Improved String Formatting Syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/with-statement-python/&quot;&gt;Context Managers and Using Python&amp;#x27;s with Statement&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E141_03_Cx2.f3e3ea8be478.mp3" type="audio/mpeg" length="54779656"/>
        <guid isPermaLink="false">dfc06937-8343-4528-898d-614a690eacd9</guid>
        <pubDate>Fri, 20 Jan 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3366</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_141_Podcast.90e6b3854de9.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Exploring Python With bpython &amp; Formalizing f-String Grammar”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>140</itunes:episode>
        <title>Speeding Up Your DataFrames With Polars</title>
        <itunes:title>Speeding Up Your DataFrames With Polars</itunes:title>
        <link>https://realpython.com/podcasts/rpp/140/</link>
        <description>How can you get more performance from your existing data science infrastructure? What if a DataFrame library could take advantage of your machine&#x27;s available cores and provide built-in methods for handling larger-than-RAM datasets? This week on the show, Liam Brannigan is here to discuss Polars.</description>
        <content:encoded>&lt;p&gt;How can you get more performance from your existing data science infrastructure? What if a DataFrame library could take advantage of your machine&amp;rsquo;s available cores and provide built-in methods for handling larger-than-RAM datasets? This week on the show, Liam Brannigan is here to discuss Polars.&lt;/p&gt;
&lt;p&gt;Liam is an experienced data scientist working in finance, technology, and environmental analysis. He&amp;rsquo;s recently started contributing to the documentation for Polars and developing a training course for the library.&lt;/p&gt;
&lt;p&gt;We talk about the library&amp;rsquo;s overall speed and lack of additional dependencies. Liam explains the advantages of lazy vs eager mode and which to choose when performing data exploration or attempting to load a dataset larger than your RAM.&lt;/p&gt;
&lt;p&gt;We also discuss potential barriers to switching to Polars from a pandas workflow. Across our conversation, we explore several other libraries and technologies, including Apache Arrow, DuckDB, query optimization, and the &amp;ldquo;rustification&amp;rdquo; of Python tools.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how to use ggplot in Python to build data visualizations with plotnine. You&amp;rsquo;ll discover what a grammar of graphics is and how it can help you create plots in a very concise and consistent way.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Show Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:06 &amp;ndash; Liam&amp;rsquo;s background and intro to Polars&lt;/li&gt;
&lt;li&gt;00:03:37 &amp;ndash; Hurdles to switching to Polars&lt;/li&gt;
&lt;li&gt;00:05:23 &amp;ndash; Creating training resources&lt;/li&gt;
&lt;li&gt;00:08:15 &amp;ndash; No index &lt;/li&gt;
&lt;li&gt;00:09:46 &amp;ndash; Data science 2025 predictions&lt;/li&gt;
&lt;li&gt;00:12:02 &amp;ndash; Contributions to Polars&lt;/li&gt;
&lt;li&gt;00:15:07 &amp;ndash; Eager vs lazy mode &amp;amp; query optimization&lt;/li&gt;
&lt;li&gt;00:19:25 &amp;ndash; Sponsor: Anaconda Nucleus&lt;/li&gt;
&lt;li&gt;00:20:00 &amp;ndash; Apache Arrow and parquet&lt;/li&gt;
&lt;li&gt;00:24:43 &amp;ndash; DuckDB and column orientation&lt;/li&gt;
&lt;li&gt;00:29:27 &amp;ndash; The &amp;ldquo;rustification&amp;rdquo; of libraries&lt;/li&gt;
&lt;li&gt;00:34:49 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:36:16 &amp;ndash; GPUs and memory requirements&lt;/li&gt;
&lt;li&gt;00:45:49 &amp;ndash; No additional library requirements&lt;/li&gt;
&lt;li&gt;00:47:37 &amp;ndash; Development of the ecosystem&lt;/li&gt;
&lt;li&gt;00:51:33 &amp;ndash; Chaining operations&lt;/li&gt;
&lt;li&gt;00:53:39 &amp;ndash; How can people follow your work?&lt;/li&gt;
&lt;li&gt;00:54:51 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:56:09 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:56:58 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://braaannigan.github.io//&quot;&gt;Liam Brannigan - Data Scientist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pola.rs/&quot;&gt;Polars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/polars/&quot;&gt;polars - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola-rs.github.io/polars-book/user-guide/coming_from_pandas.html&quot;&gt;Coming from Pandas - Polars - User Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/channel/UC-J3uR0g7CxCSnx0YFE6R_g&quot;&gt;Rho-Signal Data Analytics - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rhosignal.com/posts/polars-pandas-cheatsheet/&quot;&gt;Cheatsheet for Pandas to Polars - Rho Signal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.udemy.com/course/data-analysis-with-polars/?couponCode=POLARS-DISCOUNT&quot;&gt;Data Analysis with Polars - Udemy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pola.rs/posts/i-wrote-one-of-the-fastest-dataframe-libraries/&quot;&gt;I wrote one of the fastest DataFrame libraries - Polars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://h2oai.github.io/db-benchmark/&quot;&gt;Database-like ops benchmark comparison&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://braaannigan.github.io/software/2022/11/07/data-science-2025.html&quot;&gt;Data science 2025 - Liam Brannigan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duckdb.org/&quot;&gt;DuckDB - An in-process SQL OLAP database management system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.orchest.io/blog/the-great-python-dataframe-showdown-part-1-demystifying-apache-arrow&quot;&gt;The great Python DataFrame showdown, part 1: Demystifying Apache Arrow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arrow.apache.org/&quot;&gt;Apache Arrow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/learn&quot;&gt;Learn Rust - Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kevinheavey.github.io/modern-polars/&quot;&gt;Modern Polars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.anaconda.com/blog/pyscript-updates-bytecode-alliance-pyodide-and-micropython&quot;&gt;Anaconda - PyScript Updates: Bytecode Alliance, Pyodide, and MicroPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jupytext.readthedocs.io/en/latest/&quot;&gt;Jupytext - Jupyter Notebooks as Markdown Documents, Julia, Python or R Scripts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://braaannigan.github.io/software/2022/10/25/polars-up-and-running.html&quot;&gt;Polars up and running - Liam Brannigan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://braaannigan.github.io/blog/blog_index.html&quot;&gt;Liam Brannigan - Data Scientist - Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/braaannigan&quot;&gt;Liam Brannigan (@braaannigan) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/liam-brannigan-9080b214a/&quot;&gt;Liam Brannigan - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/threading-python/&quot;&gt;Threading in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/reading-writing-files-pandas/&quot;&gt;Reading and Writing Files With pandas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/graph-data-with-python-and-ggplot/&quot;&gt;Graph Your Data With Python and ggplot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E140_03_Liam.fef262d540fb.mp3" type="audio/mpeg" length="56648852"/>
        <guid isPermaLink="false">029a8ce6-dbe9-413d-a8b1-db89a740dc99</guid>
        <pubDate>Fri, 13 Jan 2023 12:00:00 +0000</pubDate>
        <itunes:duration>3477</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_140_Podcast.b2ff1ece6b29.jpg"/>
        <rp:twitter-handles>@braaannigan</rp:twitter-handles>
        <rp:twitter-title>“Speeding Up Your DataFrames With Polars” with @braaannigan</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>139</itunes:episode>
        <title>Surveying Comprehension Constructs &amp; Python Parallelism Infighting</title>
        <itunes:title>Surveying Comprehension Constructs &amp; Python Parallelism Infighting</itunes:title>
        <link>https://realpython.com/podcasts/rpp/139/</link>
        <description>Have you embraced the use of comprehensions in your Python journey? Are you familiar with all the varieties of comprehension constructs? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you embraced the use of comprehensions in your Python journey? Are you familiar with all the varieties of comprehension constructs? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent article that surveys Python&amp;rsquo;s comprehensions and generators. This overview includes code snippets and the fundamentals of creating list, set, and dictionary comprehensions. We weigh the advantages of using a comprehension versus the more familiar &lt;code&gt;for&lt;/code&gt; loops that they replace.&lt;/p&gt;
&lt;p&gt;Christopher shares an article about how there may be infighting between the parallelism in your Python code and the parallelism within the libraries that you&amp;rsquo;re using. These complex system interactions can cause processing slowdowns and hard-to-trace bottlenecks.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, a Python linter comparison, an overview of multiprocessing race conditions in Python, a discussion covering &lt;code&gt;import&lt;/code&gt; statement styles, a project for WASM-powered Jupyter tools running in the browser, and a collection of easter eggs and jokes hidden inside Python itself.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/understand-list-comprehensions/&quot;&gt;Understanding Python List Comprehensions&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Python list comprehensions make it easy to create lists while performing sophisticated filtering, mapping, and conditional logic on their members. In this course, you&amp;rsquo;ll learn when to use list comprehensions in Python and how to create them effectively.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:41 &amp;ndash; PyPy v7.3.10 Release&lt;/li&gt;
&lt;li&gt;00:03:17 &amp;ndash; Django Bugfix Release: 4.1.4&lt;/li&gt;
&lt;li&gt;00:03:28 &amp;ndash; Python 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16 Released&lt;/li&gt;
&lt;li&gt;00:03:56 &amp;ndash; Python Linter Comparison 2022&lt;/li&gt;
&lt;li&gt;00:11:51 &amp;ndash; Who Controls Parallelism? A Disagreement That Leads to Slower Code&lt;/li&gt;
&lt;li&gt;00:15:58 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:16:47 &amp;ndash; A Crash Course in Comprehensions and Generators&lt;/li&gt;
&lt;li&gt;00:24:23 &amp;ndash; Multiprocessing Race Conditions in Python&lt;/li&gt;
&lt;li&gt;00:27:46 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:28:55 &amp;ndash; What Style of &lt;code&gt;import&lt;/code&gt; Statement Do You Use?&lt;/li&gt;
&lt;li&gt;00:36:54 &amp;ndash; jupyterlite: WASM Powered Jupyter Running in the Browser&lt;/li&gt;
&lt;li&gt;00:40:35 &amp;ndash; python-easter-eggs: Easter Eggs and Hidden Jokes in Python&lt;/li&gt;
&lt;li&gt;00:43:18 &amp;ndash; PyCoder&amp;rsquo;s Weekly: Submit a Link&lt;/li&gt;
&lt;li&gt;00:43:46 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pypy.org/posts/2022/12/pypy-v7310-release.html&quot;&gt;PyPy v7.3.10 Release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2022/dec/06/bugfix-release/&quot;&gt;Django Bugfix Release: 4.1.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html&quot;&gt;Python 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/blog/2022/11/19/python-linter-comparison-2022-pylint-vs-pyflakes-vs-flake8-vs-autopep8-vs-bandit-vs-prospector-vs-pylama-vs-pyroma-vs-black-vs-mypy-vs-radon-vs-mccabe/&quot;&gt;Python Linter Comparison 2022&lt;/a&gt; &amp;ndash; There are many linter choices for Python. This article covers a lot of them: Pylint, Pyflakes, Flake8, autopep8, Bandit, Prospector, Pylama, Pyroma, Black, Mypy, Radon, and mccabe.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/articles/concurrency-control/&quot;&gt;Who Controls Parallelism? A Disagreement That Leads to Slower Code&lt;/a&gt; &amp;ndash; In complex systems, there may be a fight between the parallelism in your code vs the parallelism in the libraries that you&amp;rsquo;re using. This fight can cause things to slow down. This article shows some examples and explores what you can do about the issue.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@petefison/a-crash-course-in-python-comprehensions-and-generators-f069c8f8ca38&quot;&gt;A Crash Course in Comprehensions and Generators&lt;/a&gt; &amp;ndash; A great collection of code snippets that showcase the power and flexibility of list comprehensions, generators, and related constructs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://superfastpython.com/multiprocessing-race-condition-python/&quot;&gt;Multiprocessing Race Conditions in Python&lt;/a&gt; &amp;ndash; A race condition happens when parallel tasks attempt to execute code at the same time and the results are dependent on order of execution. Finding race conditions can be challenging. This article gives some hints as to how to find the different kinds of race conditions when coding with the &lt;code&gt;multiprocessing&lt;/code&gt; module.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/bbelderbos/status/1598663617506734080&quot;&gt;What Style of &lt;code&gt;import&lt;/code&gt; Statement Do You Use?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.quantifiedcode.com/python-anti-patterns/maintainability/from_module_import_all_used.html&quot;&gt;Using wildcard imports (from … import *) — Python Anti-Patterns documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-import/#basic-python-import&quot;&gt;Python import: Advanced Techniques and Tips – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jupyterlite/jupyterlite&quot;&gt;jupyterlite: WASM Powered Jupyter Running in the Browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/OrkoHunter/python-easter-eggs&quot;&gt;python-easter-eggs: Easter Eggs and Hidden Jokes in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/39/&quot;&gt;Episode #39: Generators, Coroutines, and Learning Python Through Exercises – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/introduction-to-python-generators/&quot;&gt;How to Use Generators and yield in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pycoders.com/submissions&quot;&gt;PyCoder&amp;rsquo;s Weekly: Submit a Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/threading-python/&quot;&gt;Threading in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/understand-list-comprehensions/&quot;&gt;Understanding Python List Comprehensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-generators/&quot;&gt;Python Generators 101&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E139_03_Cx2.ef73e6d1565c.mp3" type="audio/mpeg" length="43925632"/>
        <guid isPermaLink="false">2ff3baea-07dc-4da9-8f4b-f511d97fec39</guid>
        <pubDate>Fri, 06 Jan 2023 12:00:00 +0000</pubDate>
        <itunes:duration>2683</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_139_Podcast.e1f01a008c7f.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Surveying Comprehension Constructs &amp; Python Parallelism Infighting”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>138</itunes:episode>
        <title>2022 Real Python Tutorial &amp; Video Course Wrap Up</title>
        <itunes:title>2022 Real Python Tutorial &amp; Video Course Wrap Up</itunes:title>
        <link>https://realpython.com/podcasts/rpp/138/</link>
        <description>It&#x27;s been another year of changes at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python material this year. We added some new members to the team, updated the site&#x27;s features, and created new styles of tutorials and video courses.</description>
        <content:encoded>&lt;p&gt;It&amp;rsquo;s been another year of changes at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python material this year. We added some new members to the team, updated the site&amp;rsquo;s features, and created new styles of tutorials and video courses.&lt;/p&gt;
&lt;p&gt;Three members of the Real Python team join us this week, Kate Finegan, Geir Arne Hjelle, and Leodanis Pozo Ramos. We wanted to share a year-end wrap-up with tutorials, step-by-step projects, and video courses that showcase what our team created this year.&lt;/p&gt;
&lt;p&gt;Kate and Geir Arne help to shepherd articles through the multi-stage editing process. Along with the rest of the team, they make sure these resources impart crucial Python knowledge and provide a thorough didactic experience. Leodanis&amp;rsquo; name has been featured many times on this podcast, and it was great to talk to him about writing tutorials and diving deep into the Pythonic details.&lt;/p&gt;
&lt;p&gt;We hope you enjoy this review! Programming note, there won&amp;rsquo;t be an episode next week, but we&amp;rsquo;ll be back in January and look forward to bringing you a year full of great guests, articles, and topics. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code&amp;rsquo;s docstrings.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:02 &amp;ndash; Geir Arne and RP content direction&lt;/li&gt;
&lt;li&gt;00:04:31 &amp;ndash; Kate Finegan and editing tutorials&lt;/li&gt;
&lt;li&gt;00:07:35 &amp;ndash; Leodanis Pozo Ramos and writing tutorials&lt;/li&gt;
&lt;li&gt;00:09:14 &amp;ndash; Changes for Real Python in 2022&lt;/li&gt;
&lt;li&gt;00:18:56 &amp;ndash; Your Python Coding Environment on Windows&lt;/li&gt;
&lt;li&gt;00:23:32 &amp;ndash; Sponsor: TelemetryHub&lt;/li&gt;
&lt;li&gt;00:24:16 &amp;ndash; Why Is It Important to Close Files in Python?&lt;/li&gt;
&lt;li&gt;00:28:40 &amp;ndash; Python and TOML: New Best Friends&lt;/li&gt;
&lt;li&gt;00:33:47 &amp;ndash; Sneaky REST APIs With Django Ninja&lt;/li&gt;
&lt;li&gt;00:36:24 &amp;ndash; Manage Your To-Do Lists Using Python and Django&lt;/li&gt;
&lt;li&gt;00:39:52 &amp;ndash; Python Constants: Improve Your Code&amp;rsquo;s Maintainability&lt;/li&gt;
&lt;li&gt;00:42:59 &amp;ndash; Build Your Python Project Documentation With MkDocs&lt;/li&gt;
&lt;li&gt;00:49:28 &amp;ndash; Building a URL Shortener With FastAPI and Python&lt;/li&gt;
&lt;li&gt;00:51:24 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:52:40 &amp;ndash; Image Processing With the Python Pillow Library&lt;/li&gt;
&lt;li&gt;00:57:20 &amp;ndash; Draw the Mandelbrot Set in Python&lt;/li&gt;
&lt;li&gt;01:05:01 &amp;ndash; Using Python&amp;rsquo;s pip to Manage Your Projects&amp;rsquo; Dependencies&lt;/li&gt;
&lt;li&gt;01:11:39 &amp;ndash; Exploring Scopes and Closures in Python&lt;/li&gt;
&lt;li&gt;01:14:49 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-coding-setup-windows/&quot;&gt;Your Python Coding Environment on Windows: Setup Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/why-close-file-python/&quot;&gt;Why Is It Important to Close Files in Python?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-toml/&quot;&gt;Python and TOML: New Best Friends&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/django-todo-lists/&quot;&gt;Manage Your To-Do Lists Using Python and Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-constants/&quot;&gt;Python Constants: Improve Your Code&amp;rsquo;s Maintainability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-project-documentation-with-mkdocs/&quot;&gt;Build Your Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/url-shortener-fastapi/&quot;&gt;Building a URL Shortener With FastAPI and Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/image-processing-with-the-python-pillow-library/&quot;&gt;Image Processing With the Python Pillow Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/mandelbrot-set-python/&quot;&gt;Draw the Mandelbrot Set in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/what-is-pip/&quot;&gt;Using Python&amp;rsquo;s pip to Manage Your Projects&amp;rsquo; Dependencies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/build-a-python-url-shortener-with-fastapi/&quot;&gt;Build a URL Shortener With FastAPI and Python – Step-by-Step Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-scopes-and-closures-in-python/&quot;&gt;Exploring Scopes and Closures in Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E138_03_2022_Wrap.1a3fc7e6b838.mp3" type="audio/mpeg" length="74201611"/>
        <guid isPermaLink="false">7459e763-c5d6-4086-8719-3c3b381c6896</guid>
        <pubDate>Fri, 23 Dec 2022 12:00:00 +0000</pubDate>
        <itunes:duration>4572</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_138_Podcast.c144528b41eb.jpg"/>
        <rp:twitter-handles>@gahjelle, @kehfinegan, @lpozo78</rp:twitter-handles>
        <rp:twitter-title>“2022 Real Python Tutorial &amp; Video Course Wrap Up” with @gahjelle, @kehfinegan, @lpozo78</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>137</itunes:episode>
        <title>Start Using a Build System &amp; Continuous Integration in Python</title>
        <itunes:title>Start Using a Build System &amp; Continuous Integration in Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/137/</link>
        <description>What advantages can a build system provide for a Python developer? What new skills are required when working with a team of developers? This week on the show, Benjy Weinberger from Toolchain is here to discuss the Pants build system and getting started with continuous integration (CI).</description>
        <content:encoded>&lt;p&gt;What advantages can a build system provide for a Python developer? What new skills are required when working with a team of developers? This week on the show, Benjy Weinberger from Toolchain is here to discuss the Pants build system and getting started with continuous integration (CI).&lt;/p&gt;
&lt;p&gt;Benjy is one of the core developers of the Pants build system. He talks about the software tools and processes that a build system simplifies. We discuss how an individual developer can take advantage of continuous integration. We also cover some of the expectations when moving into professional software development.&lt;/p&gt;
&lt;p&gt;Have you learned about or started to use tools like linters, code formatters, import sorters, type checkers, and packaging systems? A build system is designed to combine all of those tools into a simplified, one-step process to share your best code.&lt;/p&gt;
&lt;p&gt;Benjy explains concepts like implementing fine-grained invalidation, moving to a monorepo, and using a build system for data science projects. He also shares his tips for getting started with Pants and finding help within the community.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to take your testing to the next level with pytest. You&amp;rsquo;ll cover intermediate and advanced pytest features such as fixtures, marks, parameters, and plugins. With pytest, you can make your test suites fast, effective, and less painful to maintain.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction &lt;/li&gt;
&lt;li&gt;00:03:19 &amp;ndash; Working on Pants&lt;/li&gt;
&lt;li&gt;00:05:24 &amp;ndash; Background on Toolchain&lt;/li&gt;
&lt;li&gt;00:08:26 &amp;ndash; Individual developer using CI&lt;/li&gt;
&lt;li&gt;00:11:04 &amp;ndash; When did you start using these types of tools?&lt;/li&gt;
&lt;li&gt;00:14:30 &amp;ndash; Was the organization open to the development of CI tools?&lt;/li&gt;
&lt;li&gt;00:15:45 &amp;ndash; Having a foundation with Git&lt;/li&gt;
&lt;li&gt;00:17:11 &amp;ndash; Moving toward workflows&lt;/li&gt;
&lt;li&gt;00:23:30 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:24:20 &amp;ndash; What&amp;rsquo;s fine-grained invalidation?&lt;/li&gt;
&lt;li&gt;00:29:32 &amp;ndash; Setting up test coverage&lt;/li&gt;
&lt;li&gt;00:33:07 &amp;ndash; Moving into packaging and deployment&lt;/li&gt;
&lt;li&gt;00:37:22 &amp;ndash; Advantages of a monorepo&lt;/li&gt;
&lt;li&gt;00:42:10 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:43:36 &amp;ndash; Reasons for deeper Python integration&lt;/li&gt;
&lt;li&gt;00:47:40 &amp;ndash; Using the build system with data science projects&lt;/li&gt;
&lt;li&gt;00:52:21 &amp;ndash; Getting started with Pants&lt;/li&gt;
&lt;li&gt;00:55:47 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:57:12 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:58:41 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:59:27 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pantsbuild.org/&quot;&gt;Pants 2: The ergonomic build system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pantsbuild/pants&quot;&gt;GitHub - pantsbuild/pants: The Pantsbuild developer workflow system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://toolchain.com/&quot;&gt;Toolchain Labs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/episodes/show/387/build-all-the-things-with-pants-build-system&quot;&gt;E387 Build All the Things with Pants Build System - Talk Python To Me&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-continuous-integration/&quot;&gt;Continuous Integration With Python: An Introduction – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-git-github-intro/&quot;&gt;Introduction to Git and GitHub for Python Developers – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://monorepo.tools/#what-is-a-monorepo&quot;&gt;Monorepo Explained&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/pex/&quot;&gt;pex - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pantsbuild/example-python&quot;&gt;pantsbuild/example-python: An example repo to demonstrate Python support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pantsbuild.org/docs/the-pants-community&quot;&gt;The Pants community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2022/schedule/presentation/17/&quot;&gt;Christopher Neugebauer - Presentation at PyCon 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=0INmW9KaAp4&quot;&gt;Talk - Christopher Neugebauer: Fast and reproducible tests, packaging, and deploys with&amp;hellip; - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/&quot;&gt;Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/benjy/&quot;&gt;Benjy Weinberger (@benjy) / Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/pantsbuild/&quot;&gt;Pantsbuild (@pantsbuild) / Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-continuous-integration/&quot;&gt;Continuous Integration With Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/test-driven-development-pytest/&quot;&gt;Test-Driven Development With pytest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E137_03_Benjy_2.4fa8f4f236d1.mp3" type="audio/mpeg" length="59012460"/>
        <guid isPermaLink="false">c0746355-10f7-4bd9-af23-e3dfed03aeb9</guid>
        <pubDate>Fri, 16 Dec 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3626</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_137_Podcast_2.1f6860231b33.jpg"/>
        <rp:twitter-handles>@benjy</rp:twitter-handles>
        <rp:twitter-title>“Start Using a Build System &amp; Continuous Integration in Python” with @benjy</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>136</itunes:episode>
        <title>Package Python Code With pyproject.toml &amp; Listing Files With pathlib</title>
        <itunes:title>Package Python Code With pyproject.toml &amp; Listing Files With pathlib</itunes:title>
        <link>https://realpython.com/podcasts/rpp/136/</link>
        <description>How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We discuss a recent code conversation featuring Real Python team members Ian Currie and Geir Arne Hjelle. The video dives into the officially sanctioned way to configure your project using a &lt;code&gt;pyproject.toml&lt;/code&gt; file. We cover how this relatively new approach will help you package your code for use on your system or for sharing with others.&lt;/p&gt;
&lt;p&gt;Christopher shares a Real Python tutorial about using &lt;code&gt;pathlib&lt;/code&gt; to get a list of all the files within a directory. We&amp;rsquo;re both fans of &lt;code&gt;pathlib&lt;/code&gt; and how it simplifies working with file paths. The tutorial digs into methods to recursively list all directory contents or create a conditional listing.  &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including an explanation of Python bytecode, an argument for always using &lt;code&gt;[closed, open)&lt;/code&gt; intervals, a discussion about building the monolith before microservices, a way to parse natural language time and date expressions, and a project for posting on Mastodon.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pathlib-python/&quot;&gt;Using Python&amp;rsquo;s pathlib Module&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to effectively work with file system paths in Python 3 using the &lt;code&gt;pathlib&lt;/code&gt; module in the standard library.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:30 &amp;ndash; Always Use &lt;code&gt;[closed, open)&lt;/code&gt; Intervals&lt;/li&gt;
&lt;li&gt;00:07:05 &amp;ndash; Everyday Project Packaging With &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:15:38 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:16:27 &amp;ndash; How to Get a List of All Files in a Directory With Python&lt;/li&gt;
&lt;li&gt;00:20:37 &amp;ndash; Python Bytecode Explained&lt;/li&gt;
&lt;li&gt;00:29:39 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:30:48 &amp;ndash; Build the Modular Monolith First&lt;/li&gt;
&lt;li&gt;00:44:34 &amp;ndash; toot - PyPI&lt;/li&gt;
&lt;li&gt;00:49:58 &amp;ndash; quickadd: Parse Natural Language Time and Date Expressions&lt;/li&gt;
&lt;li&gt;00:53:09 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://fhur.me/posts/always-use-closed-open-intervals&quot;&gt;Always Use &lt;code&gt;[closed, open)&lt;/code&gt; Intervals&lt;/a&gt; &amp;ndash; &amp;ldquo;Intervals or ranges pop-up everywhere in the programming world. The classic example is picking a start and end date, like you would when booking an AirBnB or a flight. Have you ever wondered why they are always implemented as [closed, open) as opposed to [closed, closed]?&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/a&gt; &amp;ndash; In this Code Conversation video course, you&amp;rsquo;ll learn how to package your everyday projects with &lt;code&gt;pyproject.toml&lt;/code&gt;. Playing on the same team as the import system means you can call your project from anywhere, ensure consistent imports, and have one file that&amp;rsquo;ll work for many build systems.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/get-all-files-in-directory-python/&quot;&gt;How to Get a List of All Files in a Directory With Python&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll be examining a couple of methods to get a list of files and folders in a directory with Python. You&amp;rsquo;ll also use both methods to recursively list directory contents. Finally, you&amp;rsquo;ll examine a situation that pits one method against the other.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/MoserMichael/pyasmtool/blob/master/bytecode_disasm.md&quot;&gt;Python Bytecode Explained&lt;/a&gt; &amp;ndash; When a Python program is run, the interpreter first parses your code and checks for syntax errors, then it translates it into bytecode instructions. This article explains some of the features of Python bytecode.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fearofoblivion.com/build-a-modular-monolith-first&quot;&gt;Build the Modular Monolith First&lt;/a&gt; &amp;ndash; &amp;ldquo;Even talking about building a monolith today, is a bit taboo. It is all about microservices at the moment, and has been for a few years. But they aren&amp;rsquo;t a silver bullet.&amp;rdquo; Coding samples in the article aren&amp;rsquo;t Python, but the architectural advice is cross-language.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.martinfowler.com/articles/distributed-objects-microservices.html&quot;&gt;Microservices and the First Law of Distributed Objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/jasoncwarner/status/1592227285024636928&quot;&gt;&amp;ldquo;I&amp;rsquo;m convinced that one of the biggest architectural mistakes of the past decade was going full microservice&amp;rdquo;  Jason Warner - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/toot/&quot;&gt;toot - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Acreom/quickadd&quot;&gt;quickadd: Parse Natural Language Time and Date Expressions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=v6tALyc4C10&quot;&gt;Packaging Your Python Code With pyproject.toml | Complete Code Conversation - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pypi-publish-python-package/&quot;&gt;How to Publish an Open-Source Python Package to PyPI – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypackages.com/&quot;&gt;Publishing Python Packages: Test, share, and automate your projects | Dane Hillard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/83/&quot;&gt;Episode #83: Ready to Publish Your Python Packages? – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/MoserMichael/python-obj-system/blob/master/README.md&quot;&gt;Advanced Course on Python3 - MoserMichael - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/MoserMichael/pyasmtool&quot;&gt;pyasmtool: Explores the Python bytecode, provides some tools to access it for fun and profit. - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/39/&quot;&gt;Episode #39: Generators, Coroutines, and Learning Python Through Exercises – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/47/&quot;&gt;Episode #47: Unraveling Python&amp;rsquo;s Syntax to Its Core With Brett Cannon – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snarky.ca/mvpy-minimum-viable-python/&quot;&gt;MVPy: Minimum Viable Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/124/&quot;&gt;Episode #124: Exploring Recursion in Python With Al Sweigart – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.martinfowler.com/articles/distributed-objects-microservices.html&quot;&gt;Microservices and the First Law of Distributed Objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/episodes/show/390/mastodon-for-python-devs&quot;&gt;Mastodon for Python Devs - Talk Python #390&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2022/Nov/8/mastodon-is-just-blogs/&quot;&gt;Mastodon is just blogs&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.w3.org/TR/activitypub/&quot;&gt;ActivityPub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://awesomeopensource.com/projects/activitypub&quot;&gt;The Top 239 Activitypub Open Source Projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dev.to/andypiper/a-opportunity-for-developers-1ee4&quot;&gt;A 🦣 opportunity for developers - DEV Community 👩‍💻👨‍💻&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@martin.heinz/getting-started-with-mastodon-api-in-python-9f105309ed43&quot;&gt;Getting Started with Mastodon API in Python | Martin Heinz - Medium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/cltrudeau&quot;&gt;Christopher Trudeau (@cltrudeau) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/digiglean&quot;&gt;Christopher Bailey | (@digiglean) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@digiglean&quot;&gt;Christopher Bailey (@digiglean@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@realpython&quot;&gt;Real Python (@realpython@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/lists-tuples-python/&quot;&gt;Lists and Tuples in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/packaging-with-pyproject-toml/&quot;&gt;Everyday Project Packaging With pyproject.toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pathlib-python/&quot;&gt;Using Python&amp;#x27;s pathlib Module&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E136_03_Cx2.a1293ac118bc.mp3" type="audio/mpeg" length="53007401"/>
        <guid isPermaLink="false">549369c5-660c-4619-aee3-f0efcce616b3</guid>
        <pubDate>Fri, 09 Dec 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3248</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_136_Podcast.a85e2732fef3.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Package Python Code With pyproject.toml &amp; Listing Files With pathlib”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>135</itunes:episode>
        <title>Preparing Data to Measure True Machine Learning Model Performance</title>
        <itunes:title>Preparing Data to Measure True Machine Learning Model Performance</itunes:title>
        <link>https://realpython.com/podcasts/rpp/135/</link>
        <description>How do you prepare a dataset for machine learning (ML)? How do you go beyond cleaning the data and move toward measuring how the model performs? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to talk about strategies for better ML model performance.</description>
        <content:encoded>&lt;p&gt;How do you prepare a dataset for machine learning (ML)? How do you go beyond cleaning the data and move toward measuring how the model performs? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to talk about strategies for better ML model performance.&lt;/p&gt;
&lt;p&gt;Jodie starts by defining some terms for the conversation. We talk about targets, features, and supervised learning.&lt;/p&gt;
&lt;p&gt;We discuss three common ways that data can alter model performance and which Python tools can help spot and avoid them. Jodie shares personal experiences of working through these pitfalls. We also share a healthy collection of resources to explore and learn more.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/data-pandas-concat-and-merge/&quot;&gt;Combining Data in pandas With concat() and merge()&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn two techniques for combining data in pandas: merge() and concat(). Combining Series and DataFrame objects in pandas is a powerful way to gain new insights into your data. &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:46 &amp;ndash; Recent conference talks&lt;/li&gt;
&lt;li&gt;00:03:24 &amp;ndash; How to prepare your data for model performance&lt;/li&gt;
&lt;li&gt;00:04:24 &amp;ndash; Vocabulary: target, features, and supervised learning&lt;/li&gt;
&lt;li&gt;00:06:28 &amp;ndash; The curse of dimensionality&lt;/li&gt;
&lt;li&gt;00:08:57 &amp;ndash; Overfitting&lt;/li&gt;
&lt;li&gt;00:11:08 &amp;ndash; Underfitting&lt;/li&gt;
&lt;li&gt;00:12:11 &amp;ndash; Splitting the dataset&lt;/li&gt;
&lt;li&gt;00:13:39 &amp;ndash; K-fold cross validation&lt;/li&gt;
&lt;li&gt;00:18:30 &amp;ndash; Data leakage&lt;/li&gt;
&lt;li&gt;00:21:36 &amp;ndash; Checking for duplicates&lt;/li&gt;
&lt;li&gt;00:26:23 &amp;ndash; Applying transformations only after splitting data&lt;/li&gt;
&lt;li&gt;00:31:16 &amp;ndash; Imbalanced data&lt;/li&gt;
&lt;li&gt;00:36:36 &amp;ndash; Using ML to balance data&lt;/li&gt;
&lt;li&gt;00:41:05 &amp;ndash; Informing your model of the imbalance&lt;/li&gt;
&lt;li&gt;00:42:56 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:44:20 &amp;ndash; Accuracy used as a measure&lt;/li&gt;
&lt;li&gt;00:49:05 &amp;ndash; Scikit-learn method &lt;code&gt;classification_table&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:50:43 &amp;ndash; Jet Brains blog post and conference talk&lt;/li&gt;
&lt;li&gt;00:52:18 &amp;ndash; How can people follow your work online?&lt;/li&gt;
&lt;li&gt;00:54:39 &amp;ndash; Upcoming webinars&lt;/li&gt;
&lt;li&gt;00:56:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.jetbrains.com/datalore/2022/11/08/how-to-prepare-your-dataset-for-machine-learning-and-analysis/&quot;&gt;How to Prepare Your Dataset for Machine Learning and Analysis - The JetBrains Datalore Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Curse_of_dimensionality&quot;&gt;Curse of dimensionality - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://towardsdatascience.com/overfitting-vs-underfitting-a-complete-example-d05dd7e19765&quot;&gt;Overfitting vs. Underfitting: A Complete Example - Will Koehrsen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://machinelearningmastery.com/k-fold-cross-validation/&quot;&gt;A Gentle Introduction to k-fold Cross-Validation - MachineLearningMastery.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html&quot;&gt;sklearn.model_selection.train_test_split — scikit-learn documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/modules/cross_validation.html&quot;&gt;Cross-validation: evaluating estimator performance — scikit-learn documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html#sklearn.model_selection.cross_val_score&quot;&gt;sklearn.model_selection.cross_val_score — scikit-learn documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.analyticsvidhya.com/blog/2021/07/data-leakage-and-its-effect-on-the-performance-of-an-ml-model/&quot;&gt;Data Leakage And Its Effect On The Performance of An ML Model&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.duplicated.html&quot;&gt;pandas.DataFrame.duplicated — pandas documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pandas-groupby/&quot;&gt;pandas GroupBy: Your Guide to Grouping Data in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html&quot;&gt;pandas.DataFrame.groupby — pandas documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/nerd-for-tech/difference-fit-transform-and-fit-transform-method-in-scikit-learn-b0a4efcab804&quot;&gt;Difference between fit(), transform() and fit_transform() method in Scikit-learn - Aishwarya Chand: Nerd For Tech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developers.google.com/machine-learning/data-prep/construct/sampling-splitting/imbalanced-data&quot;&gt;Imbalanced Data in Machine Learning - Google Developers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://imbalanced-learn.org/stable/under_sampling.html&quot;&gt;Under-sampling — imbalanced-learn.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://imbalanced-learn.org/stable/over_sampling.html&quot;&gt;Over-sampling — imbalanced-learn.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gretel.ai/learn/getting-started&quot;&gt;Learn - Getting Started with Gretel.ai&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tensorflow.org/tutorials/structured_data/imbalanced_data#class_weights&quot;&gt;Classification on imbalanced data: Class weights - TensorFlow Core&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://machinelearningmastery.com/tour-of-evaluation-metrics-for-imbalanced-classification/&quot;&gt;Tour of Evaluation Metrics for Imbalanced Classification - MachineLearningMastery.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cloudbrew.be/&quot;&gt;CloudBrew - A two-day conference by AZUG, the Belgium Microsoft Azure User Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://t-redactyl.io/&quot;&gt;Jodie Burchell&amp;rsquo;s Blog - Standard error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fosstodon.org/@t_redactyl#&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl@fosstodon.org) - Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-cleaning-with-pandas-and-numpy/&quot;&gt;Data Cleaning With pandas and NumPy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/data-pandas-concat-and-merge/&quot;&gt;Combining Data in pandas With concat() and merge()&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E135_03_Jodie_V2.c2f171d9a040.mp3" type="audio/mpeg" length="56446522"/>
        <guid isPermaLink="false">35e95da5-6b52-4c91-ac2d-93582391e116</guid>
        <pubDate>Fri, 02 Dec 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3465</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_135_Podcast.c5ddd4e25214.jpg"/>
        <rp:twitter-handles>@t_redactyl</rp:twitter-handles>
        <rp:twitter-title>“Preparing Data to Measure True Machine Learning Model Performance” with @t_redactyl</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>134</itunes:episode>
        <title>Building Python REST APIs With Flask &amp; Structuring Pull Requests</title>
        <itunes:title>Building Python REST APIs With Flask &amp; Structuring Pull Requests</itunes:title>
        <link>https://realpython.com/podcasts/rpp/134/</link>
        <description>How do you build a REST API using the Flask web framework? How can you quickly add endpoints while automatically generating documentation? This week on the show, Real Python author Philipp Acsany is here to discuss his tutorial series &quot;Python REST APIs With Flask, Connexion, and SQLAlchemy.&quot; Christopher Trudeau is also here with another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How do you build a REST API using the Flask web framework? How can you quickly add endpoints while automatically generating documentation? This week on the show, Real Python author Philipp Acsany is here to discuss his tutorial series &amp;ldquo;Python REST APIs With Flask, Connexion, and SQLAlchemy.&amp;rdquo; Christopher Trudeau is also here with another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Philipp talks about updating a set of tutorials to use current libraries and best practices. The series takes you through building the base Flask project, defining endpoints, creating documentation, adding a persistent database, and implementing models with SQLAlchemy.&lt;/p&gt;
&lt;p&gt;Christopher shares an article about contributing to an existing internal or open-source project by properly preparing pull requests. The article is titled &amp;ldquo;Ten Tasty Ingredients for a Delicious Pull Request&amp;rdquo;. &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including more suspicious PyPI packages using new tactics, method chaining in pandas, tools to find syntax errors without stopping, a library for searching text in videos using optical character recognition (OCR), a project for visualizing CPython&amp;rsquo;s specializing adaptive interpreter, and a library for building CLI applications based on type hints.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The Pandas DataFrame: Working With Data Efficiently&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You&amp;rsquo;ll learn how to perform basic operations with data, handle missing values, work with time-series data, and visualize data from a pandas DataFrame.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:03:09 &amp;ndash; Philipp&amp;rsquo;s background &lt;/li&gt;
&lt;li&gt;00:05:37 &amp;ndash; Python REST APIs With Flask, Connexion, and SQLAlchemy&lt;/li&gt;
&lt;li&gt;00:14:35 &amp;ndash; Ten Tasty Ingredients for a Delicious Pull Request&lt;/li&gt;
&lt;li&gt;00:24:25 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:25:13 &amp;ndash; Method Chaining in Pandas: Bad Form or a Recipe for Success?&lt;/li&gt;
&lt;li&gt;00:31:35 &amp;ndash; More Suspicious PyPI Packages&lt;/li&gt;
&lt;li&gt;00:35:48 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:01 &amp;ndash; What Tools Find Syntax Errors Without Stopping?&lt;/li&gt;
&lt;li&gt;00:47:29 &amp;ndash; Perform OCR upon entire videos&lt;/li&gt;
&lt;li&gt;00:49:49 &amp;ndash; Visualize CPython 3.11&amp;rsquo;s Specializing, Adaptive Interpreter&lt;/li&gt;
&lt;li&gt;00:54:08 &amp;ndash; Typer, build great CLIs&lt;/li&gt;
&lt;li&gt;00:56:29 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/team/pacsany/&quot;&gt;About Philipp Acsany – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/flask-connexion-rest-api/&quot;&gt;Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/flask-connexion-rest-api-part-2/&quot;&gt;Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/flask-connexion-rest-api-part-3/&quot;&gt;Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wagtail.org/blog/ten-tasty-ingredients-for-a-delicious-pull-request/&quot;&gt;Ten Tasty Ingredients for a Delicious Pull Request&lt;/a&gt; &amp;ndash; LB is a core team member of the open-source project Wagtail and, as such, has a lot of experience dealing with community contributions. This article talks about how to be a good contributor, whether for your next open-source software (OSS) PR or within your own organization.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://davidamos.dev/method-chaining-in-pandas/&quot;&gt;Method Chaining in Pandas: Bad Form or a Recipe for Success?&lt;/a&gt; &amp;ndash; Python trainer Matt Harrison has been creating a bit of a stir. Some of his pandas examples have elicited criticism from different folks in the Twitterverse. Dave Amos interviews Matt to discuss the pros and cons of his approach.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.phylum.io/phylum-discovers-dozens-more-pypi-packages-attempting-to-deliver-w4sp-stealer-in-ongoing-supply-chain-attack&quot;&gt;More Suspicious PyPI Packages&lt;/a&gt; &amp;ndash; Researchers at Phylum have come across over a dozen new malicious uploads to PyPI. Many of them are copied and pasted versions of legitimate packages that have been renamed and had malicious code inserted. This detailed article shows some of the tactics used by the bad actors.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://groups.google.com/g/comp.lang.python/c/bIyu1fkADio&quot;&gt;What Tools Find Syntax Errors Without Stopping?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/peterc/videocr&quot;&gt;videocr: Perform OCR upon entire videos to look for credentials or similar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/brandtbucher/specialist&quot;&gt;Visualize CPython 3.11&amp;rsquo;s Specializing, Adaptive Interpreter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://typer.tiangolo.com/&quot;&gt;Typer, build great CLIs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://dailyblogging.org/wordpress/what-percentage-of-websites-use-wordpress/&quot;&gt;What Percentage Of Websites Use WordPress In 2022?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/__mharrison__/status/1582393274102206467&quot;&gt;&amp;ldquo;Here&amp;rsquo;s a recipe to clean up the Ames housing dataset.&amp;rdquo; Matt Harrison - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=PHhOTEYDvHQ&quot;&gt;Idiomatic Pandas - Matt Harrison | Conf42 Python 2021 - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/103/&quot;&gt;Episode #103: Becoming More Effective at Manipulating Data With Pandas – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pola-rs.github.io/polars-book/user-guide/quickstart/intro.html&quot;&gt;Getting started - Polars - User Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/py_compile.html?highlight=py_compile&quot;&gt;py_compile — Compile Python source files — Python 3.11.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-typer-cli/&quot;&gt;Build a Command-Line To-Do App With Python and Typer – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/deploy-python-script-web-flask/&quot;&gt;Deploy Your Python Script on the Web With Flask&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python/&quot;&gt;SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E134_03_cx2_PA.f962c25bbd68.mp3" type="audio/mpeg" length="56205677"/>
        <guid isPermaLink="false">a5b2e640-5fee-47fb-961f-a33d0a92f928</guid>
        <pubDate>Fri, 25 Nov 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3453</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_134_Podcast.321e16ce2af1.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Building Python REST APIs With Flask &amp; Structuring Pull Requests”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>133</itunes:episode>
        <title>Moving Projects Away From Passwords With WebAuthn and Python</title>
        <itunes:title>Moving Projects Away From Passwords With WebAuthn and Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/133/</link>
        <description>What if you didn&#x27;t have to worry about managing user passwords as a Python developer? That&#x27;s where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from FusionAuth returns to discuss a password-less future.</description>
        <content:encoded>&lt;p&gt;What if you didn&amp;rsquo;t have to worry about managing user passwords as a Python developer? That&amp;rsquo;s where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from FusionAuth returns to discuss a password-less future.&lt;/p&gt;
&lt;p&gt;WebAuthn is a way to authenticate users using biometric, secure authentication methods. Dan dives into passkeys, ceremonies, authenticators, and hardware standards. We also cover several projects and libraries that can help you get started with WebAuthn in Python.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/refactoring-code-to-get-help/&quot;&gt;Refactoring: Prepare Your Code to Get Help&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this Code Conversation video course, you&amp;rsquo;ll explore the steps you can take to get help when you&amp;rsquo;re stuck while coding. You&amp;rsquo;ll investigate how to clean up your code to focus on the question you have. Along the way, you&amp;rsquo;ll learn how to handle errors and use custom exceptions.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:36 &amp;ndash; Dan&amp;rsquo;s WebAuthn article&lt;/li&gt;
&lt;li&gt;00:03:26 &amp;ndash; FIDO and WebAuthn&lt;/li&gt;
&lt;li&gt;00:05:53 &amp;ndash; What&amp;rsquo;s a YubiKey?&lt;/li&gt;
&lt;li&gt;00:07:57 &amp;ndash; Phones with biometric systems&lt;/li&gt;
&lt;li&gt;00:12:03 &amp;ndash; Sponsor: CData Software&lt;/li&gt;
&lt;li&gt;00:12:45 &amp;ndash; Similarities to HTTPS&lt;/li&gt;
&lt;li&gt;00:16:13 &amp;ndash; A password-less future&lt;/li&gt;
&lt;li&gt;00:24:31 &amp;ndash; Where&amp;rsquo;s it being used?&lt;/li&gt;
&lt;li&gt;00:30:53 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:32:26 &amp;ndash; Python WebAuthn projects and packages&lt;/li&gt;
&lt;li&gt;00:34:52 &amp;ndash; Does a developer need to set up additional auth methods?&lt;/li&gt;
&lt;li&gt;00:37:31 &amp;ndash; How are the third-party auth services implementing this?&lt;/li&gt;
&lt;li&gt;00:39:50 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:41:24 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:43:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://fusionauth.io/learn/expert-advice/authentication/webauthn-explained&quot;&gt;WebAuthn Explained - FusionAuth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/99/&quot;&gt;Episode #99: OAuth 2 and Authentication Choices for Your Python Project – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://techcommunity.microsoft.com/t5/identity-standards-blog/all-about-fido2-ctap2-and-webauthn/ba-p/288910&quot;&gt;All about FIDO2, CTAP2 and WebAuthn - Microsoft Community Hub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://yubikey.me/&quot;&gt;YubiKey - Hardware Security Keys&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hideez.com/blogs/news/apple-adopts-passwordless-authentication-technology&quot;&gt;Apple Adopts Passwordless Authentication Technology – Hideez&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2022/11/17/23464817/1password-passkey-support-security-apple-google&quot;&gt;1Password is launching passkey support in early 2023 - The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/duo-labs/py_webauthn&quot;&gt;duo-labs/py_webauthn: Pythonic WebAuthn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/as207960/python-webauthn&quot;&gt;python-webauthn: Server side handlers for WebAuthN with support for Apple&amp;rsquo;s FaceID, and the FIDO metadata service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/pywarp/&quot;&gt;pywarp - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://webauthn-rp.readthedocs.io/en/latest/index.html&quot;&gt;webauthn-rp documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://duo.com/blog/going-passwordless-with-py-webauthn&quot;&gt;Going Passwordless With py_webauthn - Duo Security&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/asnelling/django-webauth&quot;&gt;django-webauth: Two Factor Authentication in Django using Web Authentication API (WebAuthn)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/django-webauthin/&quot;&gt;django-webauthin - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developers.yubico.com/python-fido2/&quot;&gt;python-fido2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3110/&quot;&gt;Python 3.11.0 Release - Python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/asins/0760372454&quot;&gt;Real Food Fermentation by Alex Lewin - Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://fusionauth.io/&quot;&gt;Auth. Built for Devs, by Devs - FusionAuth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/exploring-https-cryptography/&quot;&gt;Exploring HTTPS and Cryptography in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-code-bugs/&quot;&gt;Python Basics: Finding and Fixing Code Bugs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/refactoring-code-to-get-help/&quot;&gt;Refactoring: Prepare Your Code to Get Help&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E133_03_Dan_Moore.72ea7b2eed77.mp3" type="audio/mpeg" length="43876600"/>
        <guid isPermaLink="false">bfdbfd66-5606-4136-a9e7-8ce78c1dd93f</guid>
        <pubDate>Fri, 18 Nov 2022 12:00:00 +0000</pubDate>
        <itunes:duration>2677</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_133_Podcast.1e2c826d7c4c.jpg"/>
        <rp:twitter-handles>@mooreds</rp:twitter-handles>
        <rp:twitter-title>“Moving Projects Away From Passwords With WebAuthn and Python” with @mooreds</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>132</itunes:episode>
        <title>Creating Tic-Tac-Toe With an AI Player &amp; Shortcuts for Python Decorators</title>
        <itunes:title>Creating Tic-Tac-Toe With an AI Player &amp; Shortcuts for Python Decorators</itunes:title>
        <link>https://realpython.com/podcasts/rpp/132/</link>
        <description>How do you create a computer opponent for a simple game within Python? Would you also like to learn how to adapt the game to run in a web browser or graphical user interface (GUI)? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;How do you create a computer opponent for a simple game within Python? Would you also like to learn how to adapt the game to run in a web browser or graphical user interface (GUI)? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher shares a recent Real Python step-by-step project for creating a tic-tac-toe game engine. He talks about how to build the game engine and adapt it for different front ends. The tutorial also shows how to implement an unbeatable computer player using the minimax algorithm.&lt;/p&gt;
&lt;p&gt;We discuss an article about how to avoid repeating yourself when creating decorators with multiple parameters. We talk about how you can stop copying and pasting code several times by assigning the decorator to a new variable.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, a deep dive into Python&amp;rsquo;s doctest, several Python command line tricks, type annotations via automated refactoring, a new way to draw boxes in the terminal,  a collection of projects for beginners with source code, a minimalist PDF creation library, and a tool for sensible logging in Python.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In this course on Python decorators, you&amp;rsquo;ll learn what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:25 &amp;ndash; Python 3.12.0 Alpha 1 Released&lt;/li&gt;
&lt;li&gt;00:02:45 &amp;ndash; PyCon US 2023 Call for Proposals&lt;/li&gt;
&lt;li&gt;00:03:27 &amp;ndash; Python&amp;rsquo;s doctest: Document and Test Your Code at Once&lt;/li&gt;
&lt;li&gt;00:13:59 &amp;ndash; Build a Tic-Tac-Toe Game Engine With an AI Player in Python&lt;/li&gt;
&lt;li&gt;00:22:12 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:22:59 &amp;ndash; Python Command Line Tricks&lt;/li&gt;
&lt;li&gt;00:30:50 &amp;ndash; Type Annotation via Automated Refactoring&lt;/li&gt;
&lt;li&gt;00:34:29 &amp;ndash; A New (?) Way of Drawing Boxes in the Terminal&lt;/li&gt;
&lt;li&gt;00:37:10 &amp;ndash; Decorator Shortcuts&lt;/li&gt;
&lt;li&gt;00:39:36 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:41:02 &amp;ndash; 190 Python Projects With Source Code&lt;/li&gt;
&lt;li&gt;00:47:58 &amp;ndash; fpdf2: Minimalist PDF Creation Library&lt;/li&gt;
&lt;li&gt;00:50:04 &amp;ndash; Simple, Sane, and Sensible Logging in Python&lt;/li&gt;
&lt;li&gt;00:53:05 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.python.org/2022/10/python-3120-alpha-1-released.html&quot;&gt;Python 3.12.0 Alpha 1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2023/speaking/guidelines/&quot;&gt;PyCon US 2023 Call for Proposals&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-doctest/&quot;&gt;Python&amp;rsquo;s doctest: Document and Test Your Code at Once&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to add usage examples to your code&amp;rsquo;s documentation and docstrings and how to use these examples to test your code. To run your usage examples as automated tests, you&amp;rsquo;ll use Python&amp;rsquo;s doctest module from the standard library.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/tic-tac-toe-ai-python/&quot;&gt;Build a Tic-Tac-Toe Game Engine With an AI Player in Python&lt;/a&gt; &amp;ndash; In this step-by-step tutorial, you&amp;rsquo;ll build a universal game engine in Python with tic-tac-toe rules and two computer players, including an unbeatable AI player using the minimax algorithm. You&amp;rsquo;ll also create a text-based graphical front end for your library and explore two alternative front ends.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@martin.heinz/python-cli-tricks-that-dont-require-any-code-whatsoever-e7bdb9409aeb&quot;&gt;Python Command Line Tricks&lt;/a&gt; &amp;ndash; Using &lt;code&gt;python -m&lt;/code&gt; you can do all sorts of things from the command line, including starting a webserver, opening a browser, parsing JSON, compressing files, and much more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/building-carta/type-annotation-via-automated-refactoring-fd8edfe123d4&quot;&gt;Type Annotation via Automated Refactoring&lt;/a&gt; &amp;ndash; Jimmy&amp;rsquo;s team at Carta decided they wanted to add type annotations to their large codebase, but doing so manually would&amp;rsquo;ve taken a very long time. This post shows you how they built automated refactoring tools to add type annotations to their code.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.willmcgugan.com/blog/tech/post/ceo-just-wants-to-draw-boxes/&quot;&gt;A New (?) Way of Drawing Boxes in the Terminal&lt;/a&gt; &amp;ndash; With clever use of some of the Unicode border characters, you can build a better box around your text, without any color bleeding.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nedbatchelder.com/blog/202210/decorator_shortcuts.html&quot;&gt;Decorator Shortcuts&lt;/a&gt; &amp;ndash; &amp;ldquo;When using many decorators in code, there&amp;rsquo;s a shortcut you can use if you find yourself repeating them. They can be assigned to a variable just like any other Python expression.&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://amankharwal.medium.com/130-python-projects-with-source-code-61f498591bb&quot;&gt;190 Python Projects With Source Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pyfpdf.github.io/fpdf2/&quot;&gt;fpdf2: Minimalist PDF Creation Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@petefison/logging-in-python-doesnt-get-simpler-than-this-50a7f24af1f4&quot;&gt;Simple, Sane, and Sensible Logging in Python&lt;/a&gt; &amp;ndash; Get started with logging in Python or deploy advanced, flexible loggers without the boilerplate code. Learn all about &lt;code&gt;log2d&lt;/code&gt;, a third-party wrapper for the Python logging library.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-project-documentation-with-mkdocs/&quot;&gt;Build Your Python Project Documentation With MkDocs – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/97/&quot;&gt;Episode #97: Improving Your Django and Python Developer Experience – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-zipapp/#creating-a-standalone-python-zip-app-with-zipapp&quot;&gt;Python&amp;rsquo;s zipapp: Build Executable Zip Applications – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/80/&quot;&gt;Episode #80: Make Your Python App Interactive With a Text User Interface (TUI) – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/20/&quot;&gt;Episode #20: Building PDFs in Python with ReportLab – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.fpdf.org/en/links.php&quot;&gt;Links for Documentation FPDF and Other Ports&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/PFython/log2d&quot;&gt;PFython/log2d - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pdf-python/&quot;&gt;How to Work With a PDF in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-inner-functions/&quot;&gt;Python Inner Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-decorators-101/&quot;&gt;Python Decorators 101&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E132_03_Cx2.288d6615fb93.mp3" type="audio/mpeg" length="52926896"/>
        <guid isPermaLink="false">734371a4-746e-4a7d-a8ea-d633752d82c3</guid>
        <pubDate>Fri, 11 Nov 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3244</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_132_Podcast.bd6f2d40a5d8.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Creating Tic-Tac-Toe With an AI Player &amp; Shortcuts for Python Decorators”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>131</itunes:episode>
        <title>Exploring the New Features of Python 3.11</title>
        <itunes:title>Exploring the New Features of Python 3.11</itunes:title>
        <link>https://realpython.com/podcasts/rpp/131/</link>
        <description>Python 3.11 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to talk about the new version. Geir Arne wrote a series of preview tutorials earlier this year, and his annual piece, titled &quot;Python 3.11: Cool New Features for You to Try,&quot; was published on October 24. Christopher&#x27;s video course came out the next day, covering the topics from the tutorial with visual examples of Python 3.11 in action.</description>
        <content:encoded>&lt;p&gt;Python 3.11 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to talk about the new version. Geir Arne wrote a series of preview tutorials earlier this year, and his annual piece, titled &amp;ldquo;Python 3.11: Cool New Features for You to Try,&amp;rdquo; was published on October 24. Christopher&amp;rsquo;s video course came out the next day, covering the topics from the tutorial with visual examples of Python 3.11 in action.&lt;/p&gt;
&lt;p&gt;Geir Arne and Christopher collaborated to create code examples for the new features. We discuss better error messages, faster code execution, task and exception groups, typing features, and native TOML support.&lt;/p&gt;
&lt;p&gt;We dive into the updates and offer advice about ways to incorporate them into your projects. We also consider when you should start running Python 3.11.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11 – Real Python&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll explore what Python 3.11 brings to the table. You&amp;rsquo;ll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:19 &amp;ndash; Preview series&lt;/li&gt;
&lt;li&gt;00:03:50 &amp;ndash; Faster CPython project&lt;/li&gt;
&lt;li&gt;00:07:10 &amp;ndash; Specializing adaptive interpreter&lt;/li&gt;
&lt;li&gt;00:11:24 &amp;ndash; Other performance stuff&lt;/li&gt;
&lt;li&gt;00:16:07 &amp;ndash; Sponsor: Deepgram&lt;/li&gt;
&lt;li&gt;00:16:51 &amp;ndash; Improved tracebacks&lt;/li&gt;
&lt;li&gt;00:21:49 &amp;ndash; Exception groups and notes&lt;/li&gt;
&lt;li&gt;00:27:22 &amp;ndash; Self type and additional type hints&lt;/li&gt;
&lt;li&gt;00:36:14 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:37:27 &amp;ndash; asyncio and task groups&lt;/li&gt;
&lt;li&gt;00:41:25 &amp;ndash; TOML and tomllib&lt;/li&gt;
&lt;li&gt;00:46:21 &amp;ndash; ISO date parsing&lt;/li&gt;
&lt;li&gt;00:50:09 &amp;ndash; Negative zeros&lt;/li&gt;
&lt;li&gt;00:53:38 &amp;ndash; Dead battery deprecations&lt;/li&gt;
&lt;li&gt;00:56:04 &amp;ndash; Advice on upgrading&lt;/li&gt;
&lt;li&gt;01:01:01 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python311-new-features/&quot;&gt;Python 3.11: Cool New Features for You to Try – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11 – Video Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/markshannon/faster-cpython/blob/master/plan.md&quot;&gt;faster-cpython/plan.md - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0659/&quot;&gt;PEP 659 – Specializing Adaptive Interpreter - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Just-in-time_compilation&quot;&gt;Just-in-time compilation - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/episodes/show/381/python-perf-specializing-adaptive-interpreter&quot;&gt;Episode #381 Python Perf: Specializing, Adaptive Interpreter - Talk Python To Me Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://talkpython.fm/episodes/show/339/making-python-faster-with-guido-and-mark&quot;&gt;Episode #339 Making Python Faster with Guido and Mark - Talk Python To Me Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/python/cpython/issues/84403&quot;&gt;&amp;ldquo;Zero cost&amp;rdquo; exception handling · Issue #84403 · python/cpython - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python311-exception-groups/&quot;&gt;Python 3.11 Preview: Task and Exception Groups – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.11/whatsnew/3.11.html#faster-startup&quot;&gt;Faster Startup In Python 3.11 — Python 3.11.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python311-error-messages/&quot;&gt;Python 3.11 Preview: Even Better Error Messages – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0657/&quot;&gt;PEP 657 – Include Fine Grained Error Locations in Tracebacks - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/105/&quot;&gt;Episode #105: Creating Better Error Messages for Python 3.10 &amp;amp; 3.11 – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uARIj9eAZcQ&quot;&gt;Exception Groups and except: Irit Katriel - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0673/&quot;&gt;PEP 673 – Self Type - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0646/&quot;&gt;PEP 646 – Variadic Generics - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Lfe2zsGS0Js&quot;&gt;How Exception Groups Will Improve Error Handling in AsyncIO - Łukasz Langa | Power IT Conference - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://neopythonic.blogspot.com/2022/10/reasoning-about-asynciosemaphore.html&quot;&gt;Neopythonic: Reasoning about asyncio.Semaphore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0680/&quot;&gt;PEP 680 – tomllib: Support for Parsing TOML in the Standard Library - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://toml.io/en/&quot;&gt;TOML: Tom&amp;rsquo;s Obvious Minimal Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python311-tomllib/&quot;&gt;Python 3.11 Preview: TOML and tomllib – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.11/library/datetime.html#datetime.datetime.fromisoformat&quot;&gt;datetime — Basic date and time types — Python 3.11.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://13monthcalendar.com/&quot;&gt;13 Month Calendar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Signed_zero&quot;&gt;Signed zero - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0594/&quot;&gt;PEP 594 – Removing dead batteries from the standard library - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/cool-new-features-python-310/&quot;&gt;Cool New Features in Python 3.10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/new-features-python-311/&quot;&gt;Cool New Features in Python 3.11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-type-checking/&quot;&gt;Python Type Checking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E131_03.95cc04ccac39.mp3" type="audio/mpeg" length="60973536"/>
        <guid isPermaLink="false">4640a1a8-82a0-492a-92cb-9a858f49bb2f</guid>
        <pubDate>Fri, 04 Nov 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3746</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_131_Podcast.9e876ad5c367.jpg"/>
        <rp:twitter-handles>@gahjelle, @cltrudeau</rp:twitter-handles>
        <rp:twitter-title>“Exploring the New Features of Python 3.11” with @gahjelle, @cltrudeau</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>130</itunes:episode>
        <title>Fostering an Internal Python Community &amp; Managing the 3.11 Release</title>
        <itunes:title>Fostering an Internal Python Community &amp; Managing the 3.11 Release</itunes:title>
        <link>https://realpython.com/podcasts/rpp/130/</link>
        <description>Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your department? This week on the show, Pablo Galindo Salgado returns to talk about building community through the Python Guild at Bloomberg and managing the release of Python 3.11.</description>
        <content:encoded>&lt;p&gt;Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your department? This week on the show, Pablo Galindo Salgado returns to talk about building community through the Python Guild at Bloomberg and managing the release of Python 3.11.&lt;/p&gt;
&lt;p&gt;Pablo describes how the Python Guild started and currently operates inside Bloomberg. We talk about how it fosters community and acts as a way to promote internally developed tools across disparate teams. We also discuss how work groups use it to find new internal candidates for their teams. &lt;/p&gt;
&lt;p&gt;Pablo talks about his role as release manager for Python 3.10 and 3.11. He shares the intense journey the team has had this year in preparing for the release of 3.11. He details updating testing strategies to work with the new specializing adaptive interpreter.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-basics-strings-string-methods/&quot;&gt;Python Basics: Strings and String Methods&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In Python, collections of text are called strings. In this course, you&amp;rsquo;ll learn about this fundamental data type and the string methods that you can use to manipulate strings. Along the way, you&amp;rsquo;ll learn ways to work with strings of numbers, and how to format strings for printing.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:13 &amp;ndash; Python Guild inside of Bloomberg&lt;/li&gt;
&lt;li&gt;00:13:31 &amp;ndash; Finding candidates for the guild from other areas&lt;/li&gt;
&lt;li&gt;00:19:11 &amp;ndash; Sponsor: Platform.sh&lt;/li&gt;
&lt;li&gt;00:19:47 &amp;ndash; Considering eagerness to learn and excitement&lt;/li&gt;
&lt;li&gt;00:29:44 &amp;ndash; Structuring the guild into work groups&lt;/li&gt;
&lt;li&gt;00:33:43 &amp;ndash; How are things going as release manager?&lt;/li&gt;
&lt;li&gt;00:38:25 &amp;ndash; Testing for adaptive interpreters&lt;/li&gt;
&lt;li&gt;00:44:02 &amp;ndash; Working toward the feature freeze&lt;/li&gt;
&lt;li&gt;00:50:39 &amp;ndash; Changing the parser went smoothly&lt;/li&gt;
&lt;li&gt;00:54:34 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:55:55 &amp;ndash; Where do you find the time?&lt;/li&gt;
&lt;li&gt;00:59:51 &amp;ndash; How&amp;rsquo;s the sweep picking coming along?&lt;/li&gt;
&lt;li&gt;01:00:33 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:01:29 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:07:18 &amp;ndash; How can people follow the work you do?&lt;/li&gt;
&lt;li&gt;01:08:20 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bloomberg.com/company/stories/bloomberg-memray-open-source-profiler-python-code/&quot;&gt;Bloomberg publishes Memray, a new open source memory profiler for Python code - Bloomberg LP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com//bloomberg/memray&quot;&gt;bloomberg/memray: Memray is a memory profiler for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pluralsight.com/tech-blog/guilds-at-pluralsight/&quot;&gt;Pluralsight Tech Blog - Guilds at Pluralsight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.capitalone.com/tech/open-source/building-python-user-community-among-capital-ones-data-analysts/&quot;&gt;Lessons From Building a Community of Python Users Among Capital One&amp;rsquo;s Analysts - Capital One&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0013/&quot;&gt;PEP 13 – Python Language Governance - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2022/09/python-3110rc2-is-now-available.html&quot;&gt;Python Insider: Python 3.11.0rc2 is now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython&quot;&gt;What&amp;rsquo;s New In Python 3.11 — Python 3.11.0rc2 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0659/&quot;&gt;PEP 659 – Specializing Adaptive Interpreter - peps.python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Andon_(manufacturing)&quot;&gt;Andon (manufacturing) - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.rust-lang.org/learn&quot;&gt;Learn Rust - Rust Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.apple.com/swift/&quot;&gt;Swift - Apple&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.raywenderlich.com/&quot;&gt;raywenderlich.com - High quality programming tutorials: iOS, Android, Swift, Kotlin, Flutter, Server Side Swift, Unity, and more!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://surveys.jetbrains.com/s3/c2-python-developers-survey-2022&quot;&gt;Python Developers Survey 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pablogsal&quot;&gt;pablogsal (Pablo Galindo Salgado) - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/pyblogsal&quot;&gt;Pablo Galindo Salgado (@pyblogsal) - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-strings-string-methods/&quot;&gt;Python Basics: Strings and String Methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/cool-new-features-python-310/&quot;&gt;Cool New Features in Python 3.10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-first-program/&quot;&gt;Python Basics: Code Your First Python Program&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E130_03_Pablo.886a8ac4ee91.mp3" type="audio/mpeg" length="67608337"/>
        <guid isPermaLink="false">81060053-b95b-47e3-bc12-b2481887ebfb</guid>
        <pubDate>Fri, 21 Oct 2022 12:00:00 +0000</pubDate>
        <itunes:duration>4165</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_130_Podcast.5765470e8c9a.jpg"/>
        <rp:twitter-handles>@pyblogsal</rp:twitter-handles>
        <rp:twitter-title>“Fostering an Internal Python Community &amp; Managing the 3.11 Release” with @pyblogsal</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>129</itunes:episode>
        <title>Using an Ellipsis in Python &amp; Goals for CPython 3.12</title>
        <itunes:title>Using an Ellipsis in Python &amp; Goals for CPython 3.12</itunes:title>
        <link>https://realpython.com/podcasts/rpp/129/</link>
        <description>Where should you use an ellipsis in Python? How does it behave as a placeholder in a script, project, or stub file? What are the next goals for the Faster CPython project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Where should you use an ellipsis in Python? How does it behave as a placeholder in a script, project, or stub file? What are the next goals for the Faster CPython project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We talk about a Real Python article that covers when you should use an ellipsis in Python. We discuss the similarities with the &lt;code&gt;pass&lt;/code&gt; keyword and how it&amp;rsquo;s used for type hints within stub files. &lt;/p&gt;
&lt;p&gt;Christopher shares resources covering the goals of the Faster CPython project. We&amp;rsquo;re on the cusp of the release of Python 3.11, but the project keeps moving forward as they look at ways to continue speeding up Python. &lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including a news roundup, alternatives for hosting Python-based applications, ways to create custom Python strings, a discussion about aging programmers, a structural diff that understands syntax, and a project for refurbishing and modernizing Python codebases.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/multiple-constructors-python/&quot;&gt;Providing Multiple Constructors in Your Python Classes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to provide multiple constructors in your Python classes. To this end, you&amp;rsquo;ll learn different techniques, such as checking argument types, using default argument values, writing class methods, and implementing single-dispatch methods.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:26 &amp;ndash; Django security releases issued&lt;/li&gt;
&lt;li&gt;00:02:44 &amp;ndash; PEP 698: Override Decorator for Static Typing&lt;/li&gt;
&lt;li&gt;00:03:37 &amp;ndash; Heroku Alternatives for Python-Based Applications&lt;/li&gt;
&lt;li&gt;00:14:34 &amp;ndash; Python 3.12 Goals: Faster-CPython Ideas Wiki&lt;/li&gt;
&lt;li&gt;00:20:29 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:21:19 &amp;ndash; When Do You Use an Ellipsis in Python?&lt;/li&gt;
&lt;li&gt;00:28:18 &amp;ndash; Custom Python Strings: Inheriting From &lt;code&gt;str&lt;/code&gt; vs &lt;code&gt;UserString&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;00:32:52 &amp;ndash; Aging Programmer&lt;/li&gt;
&lt;li&gt;00:46:32 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:47:48 &amp;ndash; difftastic: A Structural Diff That Understands Syntax&lt;/li&gt;
&lt;li&gt;00:50:44 &amp;ndash; refurb: Refurbish and Modernize Python Codebases&lt;/li&gt;
&lt;li&gt;00:55:44 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2022/oct/04/security-releases/&quot;&gt;Django security releases issued: 4.1.2, 4.0.8, and 3.2.16 | Weblog | Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://peps.python.org/pep-0698/&quot;&gt;PEP 698: Override Decorator for Static Typing&lt;/a&gt; &amp;ndash; This Python Enhancement Proposal describes the use of a new decorator, &lt;code&gt;@override&lt;/code&gt;, which would be used as a type hint for methods in a subclass that override a parent&amp;rsquo;s method. This type hint would introduce a level of safety if the parent method is refactored without corresponding changes to the child method.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://testdriven.io/blog/heroku-alternatives/&quot;&gt;Heroku Alternatives for Python-Based Applications&lt;/a&gt; &amp;ndash; Learn about alternatives to Heroku and their pros and cons. Platforms discussed include Digital Ocean, Google App Engine, AWS, Azure, PythonAnywhere, and half a dozen more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/faster-cpython/ideas/wiki/Python-3.12-Goals&quot;&gt;Python 3.12 Goals: Faster-CPython Ideas Wiki&lt;/a&gt; &amp;ndash; A summary of the goals for the Faster CPython initiative within the Python 3.12 release. Includes trace optimizations, shrinking object sizes, improving memory management overhead, and more. See also the associated &lt;a href=&quot;https://github.com/faster-cpython/ideas/wiki/Workflow-for-3.12-cycle&quot;&gt;Workflow for 3.12 cycle&lt;/a&gt; checklist.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-ellipsis/&quot;&gt;When Do You Use an Ellipsis in Python?&lt;/a&gt; &amp;ndash; You may have seen three dots in Python scripts. Although this syntax may look odd, using an ellipsis is valid Python code. In this tutorial, you&amp;rsquo;ll learn when Python&amp;rsquo;s &lt;code&gt;Ellipsis&lt;/code&gt; constant can come in handy for you.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/inherit-python-str/&quot;&gt;Custom Python Strings: Inheriting From &lt;code&gt;str&lt;/code&gt; vs &lt;code&gt;UserString&lt;/code&gt;&lt;/a&gt; &amp;ndash; In this tutorial, you&amp;rsquo;ll learn how to create custom string-like classes in Python by inheriting from the built-in &lt;code&gt;str&lt;/code&gt; class or by subclassing &lt;code&gt;UserString&lt;/code&gt; from the &lt;code&gt;collections&lt;/code&gt; module.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=32961933&quot;&gt;Aging Programmer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/wilfred/difftastic&quot;&gt;difftastic: A Structural Diff That Understands Syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dosisod/refurb&quot;&gt;refurb: Refurbish and Modernize Python Codebases&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.opalstack.com/&quot;&gt;Opalstack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/cookiecutter-python/&quot;&gt;cookiecutter-python · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/python/typeshed/tree/master/stubs&quot;&gt;typeshed/stubs at master · python/typeshed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.codinghorror.com/why-cant-programmers-program/&quot;&gt;Why Can&amp;rsquo;t Programmers.. Program?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/rest-apis-with-django-ninja/&quot;&gt;Sneaky REST APIs With Django Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/multiple-constructors-python/&quot;&gt;Using Multiple Constructors in Your Python Classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/using-python-class-constructors/&quot;&gt;Using Python Class Constructors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E129_03_Cx2.c3023c4ea4c2.mp3" type="audio/mpeg" length="55483087"/>
        <guid isPermaLink="false">713b8503-f04a-4513-a123-7a5a47732f61</guid>
        <pubDate>Fri, 14 Oct 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3404</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_129_Podcast.28d932577124.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Using an Ellipsis in Python &amp; Goals for CPython 3.12”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>128</itunes:episode>
        <title>Using a Memory Profiler in Python &amp; What It Can Teach You</title>
        <itunes:title>Using a Memory Profiler in Python &amp; What It Can Teach You</itunes:title>
        <link>https://realpython.com/podcasts/rpp/128/</link>
        <description>Have you used a memory profiler to gauge the performance of your Python application? Maybe you&#x27;re using it to troubleshoot memory issues when loading a large data science project. What could running a profiler show you about a codebase you&#x27;re learning? This week on the show, Pablo Galindo Salgado returns to talk about Memray, a powerful tracing memory profiler.</description>
        <content:encoded>&lt;p&gt;Have you used a memory profiler to gauge the performance of your Python application? Maybe you&amp;rsquo;re using it to troubleshoot memory issues when loading a large data science project. What could running a profiler show you about a codebase you&amp;rsquo;re learning? This week on the show, Pablo Galindo Salgado returns to talk about Memray, a powerful tracing memory profiler.&lt;/p&gt;
&lt;p&gt;Pablo developed Memray while working at Bloomberg to track memory allocations beyond Python code into native extensions and the interpreter itself. It&amp;rsquo;s a compelling tool that provides fine-grain reports to help you understand where memory is used. &lt;/p&gt;
&lt;p&gt;Pablo shares the reporting that Memray provides, including live mode, flame graphs, and a &lt;code&gt;pytest&lt;/code&gt; plug-in. We also discuss how a tracing memory profiler can help you understand a new codebase. &lt;/p&gt;
&lt;p&gt;He walks through how he developed the first prototype internally and eventually moved the project into open source. This is the first part of my conversation with Pablo. In a couple of weeks, you&amp;rsquo;ll get the second part, where we talk about Python guilds inside large companies and his work as the release manager for Python 3.10 and 3.11.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python/&quot;&gt;SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work with data in terms of objects and methods.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:48 &amp;ndash; When should you use a memory profiler?&lt;/li&gt;
&lt;li&gt;00:05:13 &amp;ndash; Fine-grain reporting &lt;/li&gt;
&lt;li&gt;00:13:17 &amp;ndash; Sampling profiler vs tracing profiler&lt;/li&gt;
&lt;li&gt;00:19:46 &amp;ndash; Sponsor: Deepgram&lt;/li&gt;
&lt;li&gt;00:20:31 &amp;ndash; What is a flame graph?&lt;/li&gt;
&lt;li&gt;00:30:36 &amp;ndash; Using Rich for terminal reporters&lt;/li&gt;
&lt;li&gt;00:40:08 &amp;ndash; Currently only Linux and macOS &lt;/li&gt;
&lt;li&gt;00:41:13 &amp;ndash; &lt;code&gt;pytest&lt;/code&gt; plug-in&lt;/li&gt;
&lt;li&gt;00:42:03 &amp;ndash; Showing native allocation details&lt;/li&gt;
&lt;li&gt;00:44:20 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:45:52 &amp;ndash; Using a profiler to learn a codebase&lt;/li&gt;
&lt;li&gt;00:54:39 &amp;ndash; Moving from internal project to open source&lt;/li&gt;
&lt;li&gt;01:02:17 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/bloomberg/memray&quot;&gt;memray: Memray is a memory profiler for Python - GitHub bloomberg/memray&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/memray/&quot;&gt;memray - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bloomberg.com/company/stories/bloomberg-memray-open-source-profiler-python-code/&quot;&gt;Bloomberg publishes Memray, a new open source memory profiler for Python code - Bloomberg LP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.datadoghq.com/knowledge-center/distributed-tracing/flame-graph/&quot;&gt;What is a Flame Graph? How it Works &amp;amp; Use Cases - Datadog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Gantt_chart&quot;&gt;Gantt chart - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/py-spy/&quot;&gt;py-spy - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/scalene/&quot;&gt;scalene - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pythonspeed.com/fil/&quot;&gt;Reduce your Python program&amp;rsquo;s memory usage with Fil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pythonspeed/filprofiler&quot;&gt;fil: A Python memory profiler for data processing and scientific computing applications - GitHub pythonspeed/filprofiler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/24/&quot;&gt;Episode #24: Options for Packaging Your Python Application: Wheels, Docker, and More - The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/rich/&quot;&gt;rich - PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.textualize.io/&quot;&gt;Textualize&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.brendangregg.com/overview.html&quot;&gt;Brendan Gregg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.brendangregg.com/perf.html&quot;&gt;Linux perf Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://deepgram.com/realpython/&quot;&gt;Deepgram - Speech-to-Text for Developers &amp;amp; Enterprise&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/sqlite-sqlalchemy-python/&quot;&gt;SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E128_03_Pablo.d0a361706109.mp3" type="audio/mpeg" length="62181371"/>
        <guid isPermaLink="false">25b5a18d-9372-43a5-bea1-854b417d0336</guid>
        <pubDate>Fri, 07 Oct 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3823</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_128_Podcast.99007d68418b.jpg"/>
        <rp:twitter-handles>@pyblogsal</rp:twitter-handles>
        <rp:twitter-title>“Using a Memory Profiler in Python &amp; What It Can Teach You” with @pyblogsal</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>127</itunes:episode>
        <title>Explaining Access Control Using Python &amp; Cautiously Handling Pickles</title>
        <itunes:title>Explaining Access Control Using Python &amp; Cautiously Handling Pickles</itunes:title>
        <link>https://realpython.com/podcasts/rpp/127/</link>
        <description>Have you ever used code to help explain a topic? How can Python scripts be used to understand the intricacies of access control? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you ever used code to help explain a topic? How can Python scripts be used to understand the intricacies of access control? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;Christopher talks about an article that explores the evolution of access control by reimplementing the concepts with Python scripts. The experiment moves across the various access forms, starting with control lists, roles, and attributes, then ending with purpose-based access control (PBAC).&lt;/p&gt;
&lt;p&gt;We also cover a post about how to create dangerous pickles. We discuss where malicious code can hide within the serialization process and how decompiling code can be an education tool.&lt;/p&gt;
&lt;p&gt;We share several other articles and projects from the Python community, including command line interface (CLI) creation with &lt;code&gt;argparse&lt;/code&gt;, HTML and CSS for Python developers, a Python packaging user survey, a visual Python Tkinter GUI creator, a PyScript-based data visualization cookbook, and a project for writing functional test helpers in Django.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/pickle-serializing-objects/&quot;&gt;Serializing Objects With the Python pickle Module&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn how you can use the Python &lt;code&gt;pickle&lt;/code&gt; module to convert your objects into a stream of bytes that can be saved to a disk or sent over a network. You&amp;rsquo;ll also learn the security implications of using this process on objects from an untrusted source.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:19 &amp;ndash; Python 3.11.0rc2 is now available&lt;/li&gt;
&lt;li&gt;00:03:45 &amp;ndash; HTML and CSS for Python Developers&lt;/li&gt;
&lt;li&gt;00:08:34 &amp;ndash; Evolution of Access Control Explained Through Python&lt;/li&gt;
&lt;li&gt;00:17:14 &amp;ndash; Sponsor: InfluxDB&lt;/li&gt;
&lt;li&gt;00:18:03 &amp;ndash; Dangerous Pickles&lt;/li&gt;
&lt;li&gt;00:28:08 &amp;ndash; Building Command Line Interfaces With argparse&lt;/li&gt;
&lt;li&gt;00:34:27 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:35:45 &amp;ndash; PyPI.org is running a survey&lt;/li&gt;
&lt;li&gt;00:49:01 &amp;ndash; Visual Python Tkinter GUI Creator&lt;/li&gt;
&lt;li&gt;00:50:33 &amp;ndash; Python Data Visualization Cookbook&lt;/li&gt;
&lt;li&gt;00:52:06 &amp;ndash; django-functest: Helpers for Functional Tests in Django&lt;/li&gt;
&lt;li&gt;00:57:55 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2022/09/python-3110rc2-is-now-available.html&quot;&gt;Python Insider: Python 3.11.0rc2 is now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/html-css-python/&quot;&gt;HTML and CSS for Python Developers&lt;/a&gt; &amp;ndash; There&amp;rsquo;s no way around HTML and CSS when you want to build web apps. Even if you&amp;rsquo;re not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this tutorial, you&amp;rsquo;ll get an introduction to HTML and CSS for Python programmers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.symops.com/2022/09/07/evolution-access-control-python/&quot;&gt;Evolution of Access Control Explained Through Python&lt;/a&gt; &amp;ndash; Sometimes, writing code can help you explore and understand concepts. This article shows a history of access controls in software, using Python scripts to reimplement the ideas.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://intoli.com/blog/dangerous-pickles/&quot;&gt;Dangerous Pickles&lt;/a&gt; &amp;ndash; A light introduction to the Python pickle protocol, the Pickle Machine, and the construction of malicious pickles. Learn why your code shouldn&amp;rsquo;t trust arbitrary serialized objects, and discover the dangers of pickle-bombs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt; &amp;ndash; In this step-by-step Python video course, you&amp;rsquo;ll learn how to take your command line Python scripts to the next level by adding a convenient command line interface that you can write with &lt;code&gt;argparse&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.surveymonkey.co.uk/r/M5XKQCT&quot;&gt;Python Packaging User Survey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=32751603&quot;&gt;PyPI.org is running a survey on the state of Python packaging | Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://visualtk.com/&quot;&gt;Visual Python Tkinter GUI Creator&lt;/a&gt; - Chinese&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dataviz.dylancastillo.co/&quot;&gt;Python Data Visualization Cookbook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/django-functest/django-functest&quot;&gt;django-functest: Helpers for Functional Tests in Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://axesslab.com/alt-texts/&quot;&gt;Axess Lab | Alt-texts: The Ultimate Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pickle-module/&quot;&gt;The Python pickle Module: How to Persist Objects in Python – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://i.hsfzxjy.site/2021-08-14-clarifying-pickle-in-python/&quot;&gt;Understanding pickle in Python | #hsfzxjy#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snyk.io/blog/guide-to-python-pickle/?utm_campaign=AOM-UA-2022&amp;amp;utm_medium=Paid-Email&amp;amp;utm_source=PyCoders&amp;amp;utm_content=guide-to-python-pickle&quot;&gt;The ultimate guide to Python pickle | Snyk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nedbatchelder.com/blog/202006/pickles_nine_flaws.html&quot;&gt;Pickle&amp;rsquo;s nine flaws | Ned Batchelder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/pickle.html?highlight=pickle&quot;&gt;pickle — Python object serialization — Python 3.10.7 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/pickletools.html?highlight=pickle&quot;&gt;pickletools — Tools for pickle developers — Python 3.10.7 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/argparse.html?highlight=argparse#module-argparse&quot;&gt;argparse — Parser for command-line option | Python 3.10.7 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/_dylancastillo/status/1567982310506786817&quot;&gt;Have been testing @pyscript_dev these past few days and finally made something cool. I built an interactive data viz cookbook | Dylan Castillo - Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intermediate-project-ideas/&quot;&gt;Grow Your Python Portfolio With 13 Intermediate Project Ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-argparse-command-line-interfaces/&quot;&gt;Building Command Line Interfaces With argparse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pickle-serializing-objects/&quot;&gt;Serializing Objects With the Python pickle Module&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E127_C2_03.892261ce0bcd.mp3" type="audio/mpeg" length="57630095"/>
        <guid isPermaLink="false">c7117925-4b10-4e63-9adb-a6241b5ce420</guid>
        <pubDate>Fri, 30 Sep 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3537</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_127_Podcast_B.6a1d91c687e0.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Explaining Access Control Using Python &amp; Cautiously Handling Pickles”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>126</itunes:episode>
        <title>Python as an Efficiency Tool for Non-Developers</title>
        <itunes:title>Python as an Efficiency Tool for Non-Developers</itunes:title>
        <link>https://realpython.com/podcasts/rpp/126/</link>
        <description>Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and make your coworkers&#x27; jobs easier? This week on the show, Josh Burnett talks about using Python as a mechanical engineer.</description>
        <content:encoded>&lt;p&gt;Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and make your coworkers&amp;rsquo; jobs easier? This week on the show, Josh Burnett talks about using Python as a mechanical engineer.&lt;/p&gt;
&lt;p&gt;I met Josh at PyCon US 2022 in Salt Lake City, which he attended for the first time with several coworkers. He suggested we do an episode to shed some light on ways that Python is being used professionally by people who aren&amp;rsquo;t primarily programming for a living.&lt;/p&gt;
&lt;p&gt;Josh works as a mechanical engineer for an equipment manufacturer, where he needs to perform repetitive tasks and generate copious logs. He explains how he moved his team away from MATLAB and toward Python. &lt;/p&gt;
&lt;p&gt;We discuss his progression from writing scripts to developing packages and eventually hosting his work on PyPI. He also shares his explorations with CircuitPython for personal and professional projects. &lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video course, you&amp;rsquo;ll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code&amp;rsquo;s docstrings.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:10 &amp;ndash; Meeting at PyCon US 2022&lt;/li&gt;
&lt;li&gt;00:04:32 &amp;ndash; Bringing members of team to PyCon&lt;/li&gt;
&lt;li&gt;00:05:30 &amp;ndash; What are next generation instrumentation platforms?&lt;/li&gt;
&lt;li&gt;00:06:35 &amp;ndash; What is the lifespan of a platform?&lt;/li&gt;
&lt;li&gt;00:09:26 &amp;ndash; Has interconnectivity affected upgrades?&lt;/li&gt;
&lt;li&gt;00:10:57 &amp;ndash; Programming and Python background&lt;/li&gt;
&lt;li&gt;00:12:13 &amp;ndash; Introduction to MATLAB at university&lt;/li&gt;
&lt;li&gt;00:15:18 &amp;ndash; Moving away from MATLAB to Python&lt;/li&gt;
&lt;li&gt;00:19:39 &amp;ndash; How was your transition from Python 2 to 3?&lt;/li&gt;
&lt;li&gt;00:21:19 &amp;ndash; Debugging methods and logging&lt;/li&gt;
&lt;li&gt;00:22:27 &amp;ndash; Why did you choose Python?&lt;/li&gt;
&lt;li&gt;00:24:26 &amp;ndash; Sponsor: Deepgram&lt;/li&gt;
&lt;li&gt;00:25:12 &amp;ndash; Promoting more use of Python in the organization&lt;/li&gt;
&lt;li&gt;00:33:07 &amp;ndash; Selling the idea of Python training in the organization&lt;/li&gt;
&lt;li&gt;00:37:16 &amp;ndash; Moving from scripts to building packages&lt;/li&gt;
&lt;li&gt;00:43:48 &amp;ndash; From personal project to critical package on PyPI&lt;/li&gt;
&lt;li&gt;00:44:29 &amp;ndash; Using PyPI or in-house package repository&lt;/li&gt;
&lt;li&gt;00:46:27 &amp;ndash; Experience with modern packaging tools&lt;/li&gt;
&lt;li&gt;00:48:16 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:49:32 &amp;ndash; Using CircuitPython for personal and work projects&lt;/li&gt;
&lt;li&gt;00:56:09 &amp;ndash; Use of 3D printing and machining&lt;/li&gt;
&lt;li&gt;00:57:33 &amp;ndash; Josh&amp;rsquo;s projects on PyPI&lt;/li&gt;
&lt;li&gt;01:02:57 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:05:23 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:08:46 &amp;ndash; How can people follow your work?&lt;/li&gt;
&lt;li&gt;01:09:07 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/user/joshburnett/&quot;&gt;PyPI Profile of joshburnett&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us.pycon.org/2022/&quot;&gt;PyCon 2022 Welcome to PyCon US 2022&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.mathworks.com/products/matlab.html&quot;&gt;MATLAB - MathWorks - MATLAB &amp;amp; Simulink&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://devpi.net/docs/devpi/devpi/stable/%2Bd/index.html&quot;&gt;devpi: PyPI server and packaging/testing/release tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jfrog.com/artifactory/&quot;&gt;Artifactory - Universal Artifact Repository Manager - JFrog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/loguru/&quot;&gt;loguru · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/pypi-publish-python-package/&quot;&gt;How to Publish an Open-Source Python Package to PyPI – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-toml/&quot;&gt;Python and TOML: New Best Friends – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pyqtgraph.org/&quot;&gt;PyQtGraph - Scientific Graphics and GUI Library for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://circuitpython.org/&quot;&gt;CircuitPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.adafruit.com/product/4800&quot;&gt;Adafruit MagTag - 2.9 Grayscale E-Ink WiFi Display&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/canaveral/&quot;&gt;canaveral · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/addcopyfighandler/&quot;&gt;addcopyfighandler · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pyscript.net/&quot;&gt;PyScript | Run Python in your HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wasm.builders/shravi_inamdar/what-is-wasi--4l60&quot;&gt;What exactly is WASI? - Wasm Builders 🧱&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wasi.dev/&quot;&gt;WASI - WebAssembly System Interface&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.kicad.org/&quot;&gt;KiCad EDA - Schematic Capture &amp;amp; PCB Design Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.thea.codes/lessons-learned-from-building-a-circuitpython-board/&quot;&gt;Lessons learned from building a custom CircuitPython board - Stargirl (Thea) Flowers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.thea.codes/raster-vectorization-with-python/&quot;&gt;Using Python to vectorize artwork for PCBs - Stargirl  (Thea) Flowers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/joshburnett&quot;&gt;Josh Burnett - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/josh-burnett-8346791/&quot;&gt;Josh Burnett - LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/building-project-documentation-mkdocs/&quot;&gt;Building Python Project Documentation With MkDocs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/how-to-publish-your-own-python-package-pypi/&quot;&gt;How to Publish Your Own Python Package to PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-modules-packages/&quot;&gt;Python Modules and Packages: An Introduction&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E126_Josh.dc78bdb7f382.mp3" type="audio/mpeg" length="68409384"/>
        <guid isPermaLink="false">8b05a59b-ed85-4b96-bdbc-40e324b8e8b3</guid>
        <pubDate>Fri, 23 Sep 2022 12:00:00 +0000</pubDate>
        <itunes:duration>4210</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_126_Podcast.2977c13bd617.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Python as an Efficiency Tool for Non-Developers”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>125</itunes:episode>
        <title>Improve Matplotlib With Style Sheets &amp; Python Async for the Web</title>
        <itunes:title>Improve Matplotlib With Style Sheets &amp; Python Async for the Web</itunes:title>
        <link>https://realpython.com/podcasts/rpp/125/</link>
        <description>Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We cover an article about the magic of creating style sheets for Matplotlib. You can quickly customize plots and graphs with a single line of code. We share additional resources for you to try out new styles and learn what parameters are customizable.&lt;/p&gt;
&lt;p&gt;Christopher covers an article about using async for web development in Python. The creation of Python generators inspired the development of async functionality. He discusses recent changes and async additions within Python web frameworks.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, including how to install a pre-release version of Python, cache in Python with lru_cache, and get better at debugging, along with suggestions of libraries that deserve attention, a Python library for creating mathematical animations, and an extremely fast Python linter that&amp;rsquo;s written in Rust.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Python Debugging With pdb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this hands-on course, you&amp;rsquo;ll learn the basics of using pdb, Python&amp;rsquo;s interactive source code debugger. pdb is a great tool for tracking down hard-to-find bugs, and it allows you to fix faulty code more quickly.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:21 &amp;ndash; Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available&lt;/li&gt;
&lt;li&gt;00:03:51 &amp;ndash; How Can You Install a Pre-Release Version of Python?&lt;/li&gt;
&lt;li&gt;00:08:13 &amp;ndash; Understanding async Python for the Web&lt;/li&gt;
&lt;li&gt;00:17:11 &amp;ndash; The Magic of Matplotlib Style Sheets&lt;/li&gt;
&lt;li&gt;00:24:20 &amp;ndash; Sponsor: Platform.sh&lt;/li&gt;
&lt;li&gt;00:24:56 &amp;ndash; Caching in Python With lru_cache&lt;/li&gt;
&lt;li&gt;00:29:41 &amp;ndash; Some Ways to Get Better at Debugging&lt;/li&gt;
&lt;li&gt;00:38:14 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:39:26 &amp;ndash; Suggest a Lesser Known Library Deserving Attention&lt;/li&gt;
&lt;li&gt;00:44:52 &amp;ndash; ruff: An Extremely Fast Python Linter, Written in Rust&lt;/li&gt;
&lt;li&gt;00:48:19 &amp;ndash; Manim: Python Library for Creating Mathematical Animations&lt;/li&gt;
&lt;li&gt;00:51:50 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html&quot;&gt;Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-pre-release/&quot;&gt;How Can You Install a Pre-Release Version of Python?&lt;/a&gt; &amp;ndash; If you want to have a peek at what&amp;rsquo;s coming in the next stable version of Python, then you can install a pre-release version. In this tutorial, you&amp;rsquo;ll learn how to access the latest Python versions and help test them.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.b-list.org/weblog/2022/aug/16/async/&quot;&gt;Understanding async Python for the Web&lt;/a&gt; &amp;ndash; &amp;ldquo;Recently Django 4.1 was released, and the thing most people seem interested in is the expanded &lt;code&gt;async&lt;/code&gt; support. The Python web ecosystem has been seeing new frameworks pop up which are fully &lt;code&gt;async&lt;/code&gt;, or support going fully async, from the start.&amp;rdquo; Learn more about &lt;code&gt;async&lt;/code&gt; and its use in web frameworks.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.datafantic.com/the-magic-of-matplotlib-stylesheets/&quot;&gt;The Magic of Matplotlib Stylesheets&lt;/a&gt; &amp;ndash; With a single line of code, you can integrate a style sheet with your Matplotlib visualization. In this tutorial, you&amp;rsquo;ll learn how to make your very own custom reusable style sheet.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache&lt;/a&gt; &amp;ndash; Caching is an essential optimization technique. In this video course, you&amp;rsquo;ll learn how to use Python&amp;rsquo;s &lt;code&gt;@lru_cache&lt;/code&gt; decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power of caching in your implementations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/08/30/a-way-to-categorize-debugging-skills/&quot;&gt;Some Ways to Get Better at Debugging&lt;/a&gt; &amp;ndash; This is a short summary of a couple of academic papers on how to improve your debugging skills. The suggestions are to learn the codebase, learn the system, learn your tools, learn strategies, and gain experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/willmcgugan/status/1565004594639421442&quot;&gt;Suggest a Lesser Known Library Deserving Attention&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/charliermarsh/ruff&quot;&gt;ruff: An Extremely Fast Python Linter, Written in Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.manim.community/&quot;&gt;Manim: Python Library for Creating Mathematical Animations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/intro-to-pyenv/&quot;&gt;Managing Multiple Python Versions With pyenv – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-coding-setup-windows/&quot;&gt;Your Python Coding Environment on Windows: Setup Guide – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file&quot;&gt;Customizing Matplotlib with style sheets and rcParams — Matplotlib 3.5.3 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dhaitz/matplotlib-stylesheets&quot;&gt;dhaitz/matplotlib-stylesheets: Stylesheets for Matplotlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.kaggle.com/&quot;&gt;Kaggle: Your Home for Data Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wizardzines.com/&quot;&gt;wizard zines&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://rubberduckdebugging.com/&quot;&gt;Rubber Duck Debugging – Debugging software with a rubber ducky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/pudb/&quot;&gt;pudb · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/Humre/&quot;&gt;Humre · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nox.thea.codes/en/stable/&quot;&gt;Welcome to Nox — Nox 2022.8.7 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/21/&quot;&gt;Episode #21: Exploring K-means Clustering and Building a Gradebook With Pandas – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw&quot;&gt;3Blue1Brown - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-code-bugs/&quot;&gt;Python Basics: Finding and Fixing Code Bugs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-plotting-matplotlib/&quot;&gt;Python Plotting With Matplotlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E125_C2x.cacc52635d4a.mp3" type="audio/mpeg" length="51862647"/>
        <guid isPermaLink="false">a23b1e51-78e3-47ad-9362-e768233ba6f8</guid>
        <pubDate>Fri, 16 Sep 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3180</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_125_Podcast.9093cf049f65.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Improve Matplotlib With Style Sheets &amp; Python Async for the Web”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>124</itunes:episode>
        <title>Exploring Recursion in Python With Al Sweigart</title>
        <itunes:title>Exploring Recursion in Python With Al Sweigart</itunes:title>
        <link>https://realpython.com/podcasts/rpp/124/</link>
        <description>Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book, &quot;The Recursive Book of Recursion.&quot;</description>
        <content:encoded>&lt;p&gt;Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book, &amp;ldquo;The Recursive Book of Recursion.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Recursion is one of those concepts held as a tenet of high-level computer science priesthood. Al explains the fundamentals of writing recursive functions and a critical missing piece in understanding how they operate, the call stack. After completing his research, he concluded that it&amp;rsquo;s a technique that you should understand but rarely use.&lt;/p&gt;
&lt;p&gt;He also shares the few cases where recursion is an appropriate solution. Along the way, we talk about directed acyclic graphs, solving mazes, exploring file trees, and creating fractal images.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Caching is an essential optimization technique. In this video course, you&amp;rsquo;ll learn how to use Python&amp;rsquo;s @lru_cache decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power of caching in your implementations.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:01:55 &amp;ndash; The Recursive Book of Recursion&lt;/li&gt;
&lt;li&gt;00:02:55 &amp;ndash; A Beginner&amp;rsquo;s Guide to Recursion - YouTube&lt;/li&gt;
&lt;li&gt;00:05:41 &amp;ndash; What is recursion?&lt;/li&gt;
&lt;li&gt;00:10:17 &amp;ndash; Understanding the call stack&lt;/li&gt;
&lt;li&gt;00:12:15 &amp;ndash; Languages moving from GOTO statements to functions and a stack&lt;/li&gt;
&lt;li&gt;00:21:11 &amp;ndash; A common recursion example of factorials&lt;/li&gt;
&lt;li&gt;00:26:00 &amp;ndash; Fibonacci sequence and memoization&lt;/li&gt;
&lt;li&gt;00:30:25 &amp;ndash; Cautionary advice on applying recursion&lt;/li&gt;
&lt;li&gt;00:32:55 &amp;ndash; What is recursion useful for?&lt;/li&gt;
&lt;li&gt;00:39:56 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:41:14 &amp;ndash; Recursion and directed acyclic graphs&lt;/li&gt;
&lt;li&gt;00:45:46 &amp;ndash; Book examples&lt;/li&gt;
&lt;li&gt;00:49:50 &amp;ndash; Thoughts on tail recursion&lt;/li&gt;
&lt;li&gt;00:54:34 &amp;ndash; How has the scope of the book evolved?&lt;/li&gt;
&lt;li&gt;01:00:34 &amp;ndash; Creating examples in two languages&lt;/li&gt;
&lt;li&gt;01:02:37 &amp;ndash; Upcoming projects&lt;/li&gt;
&lt;li&gt;01:05:19 &amp;ndash; Examples of the projects in the book&lt;/li&gt;
&lt;li&gt;01:10:30 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:14:50 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:19:06 &amp;ndash; How can people follow your work?&lt;/li&gt;
&lt;li&gt;01:19:48 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/recursive-book-recursion&quot;&gt;The Recursive Book of Recursion | No Starch Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=AfBqVVKg4GE&quot;&gt;Recursion for Beginners: A Beginner&amp;rsquo;s Guide to Recursion - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://inventwithpython.com/blog/&quot;&gt;The Invent with Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-recursion/&quot;&gt;Recursion in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.britannica.com/science/factorial&quot;&gt;factorial | Definition, Symbol, &amp;amp; Facts | Britannica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.britannica.com/science/Fibonacci-number&quot;&gt;Fibonacci sequence | Definition, Formula, Numbers, Ratio, &amp;amp; Facts | Britannica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/fibonacci-sequence-python/&quot;&gt;A Python Guide to the Fibonacci Sequence – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Directed_acyclic_graph&quot;&gt;Directed acyclic graph - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Dynamic_programming&quot;&gt;Dynamic programming - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://archive.org/details/isbn_9780262560993&quot;&gt;The Little Schemer : Friedman, Daniel P : Internet Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/blog/2018/12/09/book-review-the-little-schemer/&quot;&gt;Book Review: The Little Schemer - The Invent with Python Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Droste_effect&quot;&gt;Droste effect - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/33/&quot;&gt;Episode #33: Going Beyond the Basic Stuff With Python and Al Sweigart – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.textualize.io/&quot;&gt;Textualize&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/80/&quot;&gt;Episode #80: Make Your Python App Interactive With a Text User Interface (TUI) – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beeware.org/&quot;&gt;BeeWare — Write once. Deploy everywhere.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/22/&quot;&gt;Episode #22: Create Cross-Platform Python GUI Apps With BeeWare – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/c/JoNakashimaBR&quot;&gt;Origami with Jo Nakashima - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inventwithpython.com/&quot;&gt;Invent with Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intermediate-project-ideas/&quot;&gt;Grow Your Python Portfolio With 13 Intermediate Project Ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/caching-python-lru/&quot;&gt;Caching in Python With lru_cache&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-fibonacci-sequence/&quot;&gt;Exploring the Fibonacci Sequence With Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E124_Al_Sweigart.ab462d7c0766.mp3" type="audio/mpeg" length="78687680"/>
        <guid isPermaLink="false">3753534f-07db-46de-9751-9fbb00c89c16</guid>
        <pubDate>Fri, 09 Sep 2022 12:00:00 +0000</pubDate>
        <itunes:duration>4853</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_124_Podcast.9ab5c0bee26b.jpg"/>
        <rp:twitter-handles>@AlSweigart</rp:twitter-handles>
        <rp:twitter-title>“Exploring Recursion in Python With Al Sweigart” with @AlSweigart</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>123</itunes:episode>
        <title>Creating a Python Code Completer &amp; More Abstract Syntax Tree Projects</title>
        <itunes:title>Creating a Python Code Completer &amp; More Abstract Syntax Tree Projects</itunes:title>
        <link>https://realpython.com/podcasts/rpp/123/</link>
        <description>How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? This week on the show, Meredydd Luff, co-founder of Anvil, shares his PyCon talk, &quot;Building a Python Code Completer.&quot;</description>
        <content:encoded>&lt;p&gt;How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? This week on the show, Meredydd Luff, co-founder of Anvil, shares his PyCon talk, &amp;ldquo;Building a Python Code Completer.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Meredydd talks about his experience building a code completion engine for the Anvil platform. The conversation leads us to discuss how Python parses the code that you type. We examine tokenization, abstract syntax trees, and how parsing has changed in Python.&lt;/p&gt;
&lt;p&gt;We cover additional projects that you can explore once you have a tool that inspects the Python code you&amp;rsquo;re writing. Join us as we dive into multiple rabbit holes of research and exploration.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-assignment-expressions-walrus-operator/&quot;&gt;Python Assignment Expressions and Using the Walrus Operator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn about assignment expressions and the walrus operator. The biggest change in Python 3.8 was the inclusion of the &lt;code&gt;:=&lt;/code&gt; operator, which you can use to assign variables in the middle of expressions. You&amp;rsquo;ll see several examples of how to take advantage of this feature.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:11 &amp;ndash; Building a Python Code Completer - Talk&lt;/li&gt;
&lt;li&gt;00:08:48 &amp;ndash; How is recursion being used?&lt;/li&gt;
&lt;li&gt;00:10:28 &amp;ndash; Abstract Syntax Trees, Parsers, and Tokens&lt;/li&gt;
&lt;li&gt;00:14:58 &amp;ndash; Sponsor: CData Software&lt;/li&gt;
&lt;li&gt;00:15:39 &amp;ndash; Is parsing into tokens a separate step?&lt;/li&gt;
&lt;li&gt;00:21:45 &amp;ndash; What makes the new PEG parser unique?&lt;/li&gt;
&lt;li&gt;00:25:32 &amp;ndash; Using the AST doesn&amp;rsquo;t have to be scary.&lt;/li&gt;
&lt;li&gt;00:27:33 &amp;ndash; More on the PEG parser &lt;/li&gt;
&lt;li&gt;00:29:54 &amp;ndash; Keeping scope and holding completions&lt;/li&gt;
&lt;li&gt;00:39:43 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:41:15 &amp;ndash; Was this your first expirement in creating a code completer?&lt;/li&gt;
&lt;li&gt;00:46:46 &amp;ndash; How can adding type hints assist a completer?&lt;/li&gt;
&lt;li&gt;00:50:53 &amp;ndash; Projects you can build using AST&lt;/li&gt;
&lt;li&gt;00:53:02 &amp;ndash; Linter project&lt;/li&gt;
&lt;li&gt;00:54:15 &amp;ndash; Automatic code formatter&lt;/li&gt;
&lt;li&gt;00:54:59 &amp;ndash; Code testing and the pytest project&lt;/li&gt;
&lt;li&gt;00:56:22 &amp;ndash; Security tools&lt;/li&gt;
&lt;li&gt;00:57:11 &amp;ndash; Friendlier tracebacks&lt;/li&gt;
&lt;li&gt;00:59:57 &amp;ndash; Code completion vs GitHub Copilot&lt;/li&gt;
&lt;li&gt;01:04:14 &amp;ndash; Code completion in a text editor vs IDE&lt;/li&gt;
&lt;li&gt;01:08:53 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;01:09:54 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;01:11:20 &amp;ndash; How can people follow your work?&lt;/li&gt;
&lt;li&gt;01:12:31 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=aRO7DkJrA_c&quot;&gt;Talk - Meredydd Luff: Building a Python Code Completer - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://anvil.works/&quot;&gt;Anvil | Build Web Apps with Nothing but Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/63/&quot;&gt;Episode #63: Create Web Applications Using Only Python With Anvil – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=QppWTvh7_sI&quot;&gt;&amp;ldquo;Writing a PEG parser for fun and profit&amp;rdquo; - Guido van Rossum (North Bay Python 2019) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/@gvanrossum_83706/peg-parsing-series-de5d41b2ed60&quot;&gt;PEG Parsing Series Overview. My series of blog posts about PEG | by Guido van Rossum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Abstract_syntax_tree&quot;&gt;Abstract syntax tree - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Parse_tree&quot;&gt;Parse tree - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/library/ast.html?highlight=parse#&quot;&gt;ast — Abstract Syntax Trees — Python 3.10.6 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.python.org/3/reference/grammar.html&quot;&gt;Full Grammar specification — Python 3.10.6 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python-ast-explorer.com/&quot;&gt;Python AST Explorer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://greentreesnakes.readthedocs.io/en/latest/examples.html&quot;&gt;Examples of working with ASTs — Green Tree Snakes 1.0 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hchasestevens/bellybutton&quot;&gt;bellybutton: Custom Python linting through AST expressions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pypi.org/project/black/&quot;&gt;black · PyPI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.pytest.org/en/7.1.x/&quot;&gt;pytest: helps you write better programs — pytest documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/friendly-traceback/friendly-traceback&quot;&gt;friendly-traceback: Friendlier Python tracebacks.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.raspberrypi.com/products/raspberry-pi-pico/?variant=raspberry-pi-pico-w&quot;&gt;Raspberry Pi Pico – Raspberry Pi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.adafruit.com/product/5526&quot;&gt;Raspberry Pi Pico W : ID 5526 : $6.00 : Adafruit Industries, Unique &amp;amp; fun DIY electronics and kits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/State_management&quot;&gt;State management - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://recoiljs.org/&quot;&gt;Recoil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/meredydd&quot;&gt;Meredydd Luff (@meredydd) / Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-assignment-expressions-walrus-operator/&quot;&gt;Python Assignment Expressions and Using the Walrus Operator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/testing-your-code-with-pytest/&quot;&gt;Testing Your Code With pytest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/writing-beautiful-python-code-pep-8/&quot;&gt;Writing Beautiful Pythonic Code With PEP 8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E123_03_ads.5c8f3e12d209.mp3" type="audio/mpeg" length="71639944"/>
        <guid isPermaLink="false">52ca1c1a-31ce-4cec-9632-bc1da559b22f</guid>
        <pubDate>Fri, 02 Sep 2022 12:00:00 +0000</pubDate>
        <itunes:duration>4413</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_123_Podcast.62966971e3b3.jpg"/>
        <rp:twitter-handles>@meredydd</rp:twitter-handles>
        <rp:twitter-title>“Creating a Python Code Completer &amp; More Abstract Syntax Tree Projects” with @meredydd</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>122</itunes:episode>
        <title>Configuring a Coding Environment on Windows &amp; Using TOML With Python</title>
        <itunes:title>Configuring a Coding Environment on Windows &amp; Using TOML With Python</itunes:title>
        <link>https://realpython.com/podcasts/rpp/122/</link>
        <description>Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&#x27;s Weekly articles and projects.</description>
        <content:encoded>&lt;p&gt;Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder&amp;rsquo;s Weekly articles and projects.&lt;/p&gt;
&lt;p&gt;We talk about a Real Python tutorial that covers configuring a Windows coding environment. The guide contains valuable suggestions, best practices, and powerful coding tools. It also covers how to use a package manager, the new Windows Terminal, PowerShell Core, and a program to manage multiple versions of Python.&lt;/p&gt;
&lt;p&gt;Christopher covers another Real Python tutorial about using TOML in Python. TOML is a configuration format for building and distributing your own packages. We discuss how TOML parsing will be added to Python&amp;rsquo;s standard library in version 3.11.&lt;/p&gt;
&lt;p&gt;We cover several other articles and projects from the Python community, on topics including technical writing for developers, a news round-up, a farewell to obsolete Python libraries, uncommon uses of Python in commonly used libraries, a prettier &lt;code&gt;ls&lt;/code&gt;, and a project for advanced hot reloading in Python.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt;  &lt;a href=&quot;https://realpython.com/courses/python-basics-code-bugs/&quot;&gt;Python Basics: Finding and Fixing Code Bugs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this Python Basics video course, you&amp;rsquo;ll learn how to identify and fix logic errors, or bugs, in your Python code. You&amp;rsquo;ll use the built-in debugging tools in Python&amp;rsquo;s Integrated Development and Learning Environment to practice locating and resolving bugs in an example function.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction  &lt;/li&gt;
&lt;li&gt;00:02:13 &amp;ndash; Python 3.10.6 Released&lt;/li&gt;
&lt;li&gt;00:02:41 &amp;ndash; Python 3.11.0rc1 Released &lt;/li&gt;
&lt;li&gt;00:03:13 &amp;ndash; Django 4.1 Released&lt;/li&gt;
&lt;li&gt;00:04:07 &amp;ndash; 10 malicious Python packages exposed in latest repository attack&lt;/li&gt;
&lt;li&gt;00:05:12 &amp;ndash; Protestware: Why Developers Sabotage Their Own Code&lt;/li&gt;
&lt;li&gt;00:06:41 &amp;ndash; Python and TOML: New Best Friends&lt;/li&gt;
&lt;li&gt;00:16:19 &amp;ndash; Say Goodbye to These Obsolete Python Libraries&lt;/li&gt;
&lt;li&gt;00:25:51 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:27:26 &amp;ndash; Uncommon Uses of Python in Commonly Used Libraries&lt;/li&gt;
&lt;li&gt;00:37:56 &amp;ndash; Your Python Coding Environment on Windows: Setup Guide&lt;/li&gt;
&lt;li&gt;00:48:20 &amp;ndash; Technical Writing for Developers&lt;/li&gt;
&lt;li&gt;00:55:24 &amp;ndash; reloadium: Advanced Hot Reloading for Python&lt;/li&gt;
&lt;li&gt;00:58:07 &amp;ndash; pls: A Prettier &amp;lsquo;ls&amp;rsquo;&lt;/li&gt;
&lt;li&gt;01:00:56 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;News:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3106/&quot;&gt;Python 3.10.6 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.python.org/downloads/release/python-3110rc1/&quot;&gt;Python 3.11.0rc1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/&quot;&gt;Django 4.1 Released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/information-technology/2022/08/10-malicious-python-packages-exposed-in-latest-repository-attack/&quot;&gt;10 malicious Python packages exposed in latest repository attack | Ars Technica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://techcrunch.com/2022/07/27/protestware-code-sabotage/&quot;&gt;Protestware: Why Developers Sabotage Their Own Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Topic Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-toml/&quot;&gt;Python and TOML: New Best Friends&lt;/a&gt; &amp;ndash; TOML is a configuration file format that&amp;rsquo;s becoming increasingly popular in the Python community. In this tutorial, you&amp;rsquo;ll learn the syntax of TOML and explore how you can work with TOML files in your own projects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a&quot;&gt;Say Goodbye to These Obsolete Python Libraries&lt;/a&gt; &amp;ndash; It&amp;rsquo;s time to say goodbye to &lt;code&gt;os.path&lt;/code&gt;, &lt;code&gt;random&lt;/code&gt;, &lt;code&gt;pytz&lt;/code&gt;, &lt;code&gt;namedtuple&lt;/code&gt; and many more obsolete Python libraries. Start using the latest and greatest ones instead.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://eugeneyan.com/writing/uncommon-python/&quot;&gt;Uncommon Uses of Python in Commonly Used Libraries&lt;/a&gt; &amp;ndash; To learn more about writing maintainable Python, Eugene has been reading code from some of the more popular Python libraries. This blog post talks about some of the coding patterns he has encountered along the way.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-coding-setup-windows/&quot;&gt;Your Python Coding Environment on Windows: Setup Guide&lt;/a&gt; &amp;ndash; With this opinionated guide to setting up a basic, fully featured, and flexible setup for Python coding and contributing to open-source projects when working from Windows, you&amp;rsquo;ll go from a fresh install to ready to contribute, and even check out a PowerShell script to automate much of the process.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Discussion:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://css-tricks.com/technical-writing-for-developers/&quot;&gt;Technical Writing for Developers&lt;/a&gt; &amp;ndash; &amp;ldquo;The way we write about and around code is arguably as important as the code itself.&amp;rdquo; This article outlines how programming and writing come together to take your developer skills to the next level.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/reloadware/reloadium&quot;&gt;reloadium: Advanced Hot Reloading for Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dhruvkb/pls&quot;&gt;pls: A Prettier &amp;lsquo;ls&amp;rsquo;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python311-tomllib/&quot;&gt;Python 3.11 Preview: TOML and tomllib – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/&quot;&gt;Why you should be using pathlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://treyhunner.com/2019/01/no-really-pathlib-is-great/&quot;&gt;No really, pathlib is great&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/116/&quot;&gt;Episode #116: Exploring Functional Programming in Python With Bruce Eckel – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/podcasts/rpp/101/&quot;&gt;Episode #101: Tools for Setting Up Python on a New Machine – The Real Python Podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dhruvkb.github.io/pls/&quot;&gt;pls: Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-basics-code-bugs/&quot;&gt;Python Basics: Finding and Fixing Code Bugs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/practical-recipes-files/&quot;&gt;Practical Recipes for Working With Files in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-debugging-pdb/&quot;&gt;Debugging in Python With pdb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E122_Cx2.c2aa7d5c8ae3.mp3" type="audio/mpeg" length="60273597"/>
        <guid isPermaLink="false">ae9371ad-eafc-4b79-96b1-1812151c60e9</guid>
        <pubDate>Fri, 19 Aug 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3704</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_122_Podcast_V3.75d34ba64bc1.jpg"/>
        <rp:twitter-handles></rp:twitter-handles>
        <rp:twitter-title>“Configuring a Coding Environment on Windows &amp; Using TOML With Python”</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>121</itunes:episode>
        <title>Moving NLP Forward With Transformer Models and Attention</title>
        <itunes:title>Moving NLP Forward With Transformer Models and Attention</itunes:title>
        <link>https://realpython.com/podcasts/rpp/121/</link>
        <description>What&#x27;s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines &quot;attention?&quot; This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, continues our talk about how machine learning (ML) models understand and generate text.</description>
        <content:encoded>&lt;p&gt;What&amp;rsquo;s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines &amp;ldquo;attention?&amp;rdquo; This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, continues our talk about how machine learning (ML) models understand and generate text.&lt;/p&gt;
&lt;p&gt;This episode is a continuation of the conversation in episode #119. Jodie builds on the concepts of bag-of-words, word2vec, and simple embedding models. We talk about the breakthrough mechanism called &amp;ldquo;attention,&amp;rdquo; which allows for parallelization in building models. &lt;/p&gt;
&lt;p&gt;We also discuss the two major transformer models, BERT and GPT3. Jodie continues to share multiple resources to help you continue exploring modeling and NLP with Python.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/build-neural-network-python-ai/&quot;&gt;Building a Neural Network &amp;amp; Making Predictions With Python AI&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this step-by-step course, you&amp;rsquo;ll build a neural network from scratch as an introduction to the world of artificial intelligence (AI) in Python. You&amp;rsquo;ll learn how to train your neural network and make predictions based on a given dataset.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:20 &amp;ndash; Where we left off with word2vec&amp;hellip;&lt;/li&gt;
&lt;li&gt;00:03:35 &amp;ndash; Example of losing context&lt;/li&gt;
&lt;li&gt;00:06:50 &amp;ndash; Working at scale and adding attention&lt;/li&gt;
&lt;li&gt;00:12:34 &amp;ndash; Multiple levels of training for the model &lt;/li&gt;
&lt;li&gt;00:14:10 &amp;ndash; Attention is the basis for transformer models&lt;/li&gt;
&lt;li&gt;00:15:07 &amp;ndash; BERT (Bidirectional Encoder Representations from Transformers)&lt;/li&gt;
&lt;li&gt;00:16:29 &amp;ndash; GPT (Generative Pre-trained Transformer)&lt;/li&gt;
&lt;li&gt;00:19:08 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:20:08 &amp;ndash; How far have we moved forward?&lt;/li&gt;
&lt;li&gt;00:20:41 &amp;ndash; Access to GPT-2 via Hugging Face&lt;/li&gt;
&lt;li&gt;00:23:56 &amp;ndash; How to access and use these models?&lt;/li&gt;
&lt;li&gt;00:30:42 &amp;ndash; Cost of training GPT-3&lt;/li&gt;
&lt;li&gt;00:35:01 &amp;ndash; Resources to practice and learn with BERT&lt;/li&gt;
&lt;li&gt;00:38:19 &amp;ndash; GPT-3 and GitHub Copilot&lt;/li&gt;
&lt;li&gt;00:44:35 &amp;ndash; DALL-E is a transformer&lt;/li&gt;
&lt;li&gt;00:46:13 &amp;ndash; Help yourself to the show notes!&lt;/li&gt;
&lt;li&gt;00:49:19 &amp;ndash; How can people follow your work?&lt;/li&gt;
&lt;li&gt;00:50:03 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Recurrent_neural_network&quot;&gt;Recurrent neural network - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Long_short-term_memory&quot;&gt;Long short-term memory - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Vanishing_gradient_problem&quot;&gt;Vanishing gradient problem - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.mygreatlearning.com/blog/the-vanishing-gradient-problem/&quot;&gt;Vanishing Gradient Problem | What is Vanishing Gradient Problem?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1706.03762&quot;&gt;Attention Is All You Need | Cornell University&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jalammar.github.io/visualizing-neural-machine-translation-mechanics-of-seq2seq-models-with-attention/&quot;&gt;Visualizing A Neural Machine Translation Model (Mechanics of Seq2seq Models With Attention) – Jay Alammar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/2204.10019&quot;&gt;Standing on the Shoulders of Giant Frozen Language Models | Cornell University&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=NKAK8ttzd6Q&quot;&gt;#datalift22 Embeddings paradigm shift: Model training to vector similarity search by Nava Levy - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=TQQlZhbC5ps&amp;amp;list=LL&amp;amp;index=4&quot;&gt;Transformer Neural Networks - EXPLAINED! (Attention is all you need) - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/blog/bert-101&quot;&gt;BERT 101 - State Of The Art NLP Model Explained&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=MQnJZuBGmSQ&quot;&gt;How GPT3 Works - Easily Explained with Animations - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://transformer.huggingface.co/doc/gpt2-large&quot;&gt;Write With Transformer (GPT2 Live Playground Tool) - Hugging Face&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://opt.alpa.ai/&quot;&gt;Language Model with Alpa (GPT3 Live Playground Tool) OPT-175B&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bigdata.fm/&quot;&gt;Big Data | Music&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://beta.openai.com/playground&quot;&gt;OpenAI API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://huggingface.co/docs/transformers/notebooks&quot;&gt;🤗 (Hugging Face)Transformers Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/github-copilot-python/&quot;&gt;GitHub Copilot: Fly With Python at the Speed of Thought&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/sotak/status/1546452033816985601&quot;&gt;GitHub Copilot learned about the daily struggle of JavaScript developers after being trained on billions of lines of code. | Marek Sotak on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://t-redactyl.io/&quot;&gt;Jodie Burchell&amp;rsquo;s Blog - Standard error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/t_redactyl&quot;&gt;Jodie Burchell 🇦🇺🇩🇪 (@t_redactyl) / Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jetbrains.com/&quot;&gt;JetBrains: Essential tools for software developers and teams&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/build-neural-network-python-ai/&quot;&gt;Building a Neural Network &amp;amp; Making Predictions With Python AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/text-classification-with-keras/&quot;&gt;Learn Text Classification With Python and Keras&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/pandas-dataframe-working-with-data/&quot;&gt;The pandas DataFrame: Working With Data Efficiently&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E121_Jodie.c8f1a95de5d0.mp3" type="audio/mpeg" length="49787574"/>
        <guid isPermaLink="false">2d26f809-e2fe-4adc-a9de-dbbf39e6d872</guid>
        <pubDate>Fri, 12 Aug 2022 12:00:00 +0000</pubDate>
        <itunes:duration>3047</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_121_Podcast.557907bc89f4.jpg"/>
        <rp:twitter-handles>@t_redactyl</rp:twitter-handles>
        <rp:twitter-title>“Moving NLP Forward With Transformer Models and Attention” with @t_redactyl</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>120</itunes:episode>
        <title>Inspiring Young People to Learn Python With Mission Encodeable</title>
        <itunes:title>Inspiring Young People to Learn Python With Mission Encodeable</itunes:title>
        <link>https://realpython.com/podcasts/rpp/120/</link>
        <description>Is there someone in your life you&#x27;d like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna and Harry Wake talk about creating their site and motivating people to start coding.</description>
        <content:encoded>&lt;p&gt;Is there someone in your life you&amp;rsquo;d like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna and Harry Wake talk about creating their site and motivating people to start coding.&lt;/p&gt;
&lt;p&gt;We discuss why they decided to build the site. Anna and Harry initially felt that the site would be for other students but soon realized it could be helpful for anyone interested in starting to code in Python. We cover the project-based approach and how they implemented the interactive browser-based tool replit.com.&lt;/p&gt;
&lt;p&gt;We talk about learning Python in the classroom and how they found additional books and tutorials to supplement their coding education. Anna and Harry also created a resource hub to help teachers take advantage of the site.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt;/strong&gt; &lt;a href=&quot;https://realpython.com/courses/python-rock-paper-scissors-game/&quot;&gt;Rock, Paper, Scissors With Python: A Command Line Game&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this course, you&amp;rsquo;ll learn to program rock paper scissors in Python from scratch. You&amp;rsquo;ll learn how to take in user input, make the computer choose a random action, determine a winner, and split your code into functions. &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;00:00:00 &amp;ndash; Introduction&lt;/li&gt;
&lt;li&gt;00:02:17 &amp;ndash; Personal backgrounds&lt;/li&gt;
&lt;li&gt;00:02:51 &amp;ndash; What&amp;rsquo;s the goal for the site?&lt;/li&gt;
&lt;li&gt;00:03:54 &amp;ndash; How did you come up with the idea?&lt;/li&gt;
&lt;li&gt;00:05:08 &amp;ndash; Where have you shared it?&lt;/li&gt;
&lt;li&gt;00:06:39 &amp;ndash; Projects for each level&lt;/li&gt;
&lt;li&gt;00:09:28 &amp;ndash; How has the response been?&lt;/li&gt;
&lt;li&gt;00:10:10 &amp;ndash; Using replit&lt;/li&gt;
&lt;li&gt;00:12:56 &amp;ndash; Sponsor: CData Software&lt;/li&gt;
&lt;li&gt;00:13:37 &amp;ndash; Design of the site and other tools to create it&lt;/li&gt;
&lt;li&gt;00:15:49 &amp;ndash; Learning Python and classes at school&lt;/li&gt;
&lt;li&gt;00:17:41 &amp;ndash; Did remote school inspire more online exploration? &lt;/li&gt;
&lt;li&gt;00:19:16 &amp;ndash; Myths of how kids learn programming&lt;/li&gt;
&lt;li&gt;00:23:32 &amp;ndash; More about projects&lt;/li&gt;
&lt;li&gt;00:27:57 &amp;ndash; Video Course Spotlight&lt;/li&gt;
&lt;li&gt;00:29:27 &amp;ndash; What other areas of Python do you want to explore?&lt;/li&gt;
&lt;li&gt;00:33:08 &amp;ndash; Teachers using the site&lt;/li&gt;
&lt;li&gt;00:37:11 &amp;ndash; What other resources have you used to learn Python?&lt;/li&gt;
&lt;li&gt;00:38:52 &amp;ndash; What are you excited about in the world of Python?&lt;/li&gt;
&lt;li&gt;00:40:01 &amp;ndash; What do you want to learn next?&lt;/li&gt;
&lt;li&gt;00:42:06 &amp;ndash; Thanks and goodbye&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Show Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://missionencodeable.com/&quot;&gt;Mission Encodeable | Free coding tutorials for young people&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://replit.com/&quot;&gt;Replit - The collaborative browser based IDE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python-rock-paper-scissors/&quot;&gt;Make Your First Python Game: Rock, Paper, Scissors! – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.figma.com/&quot;&gt;Figma: the collaborative interface design tool.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://reactjs.org/&quot;&gt;React – A JavaScript library for building user interfaces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://turtleappstore.com/book/&quot;&gt;Coding with Minecraft - Al Sweigart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://nostarch.com/recursive-book-recursion&quot;&gt;The Recursive Book of Recursion - Al Sweigart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.codewars.com/&quot;&gt;Codewars - Achieve mastery through coding practice and developer mentorship&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adventofcode.com/&quot;&gt;Advent of Code 2021&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/python3-object-oriented-programming/&quot;&gt;Object-Oriented Programming (OOP) in Python 3 – Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://api.arcade.academy/en/latest/&quot;&gt;Python Arcade&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uXj-6WQ8s2U&quot;&gt;Craig&amp;rsquo;n&amp;rsquo;Dave &amp;ldquo;Unscripted&amp;rdquo; - Mission Encodeable - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://helloworld.raspberrypi.org/issues/19&quot;&gt;Hello World issue 19 — Hello World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://learningdust.libsyn.com/learningdust-315-anna-harry-wake?tdest_id=1928864&quot;&gt;LearningDust: LearningDust 3.15 - Anna &amp;amp; Harry Wake&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.teachingpython.fm/93&quot;&gt;Teaching Python Episode 93: Mission Encodeable&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/missionencode&quot;&gt;Mission Encodeable (@missionencode) / Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Level up your Python skills with our expert-led courses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/intermediate-project-ideas/&quot;&gt;Grow Your Python Portfolio With 13 Intermediate Project Ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/django-portfolio-project/&quot;&gt;Getting Started With Django: Building a Portfolio App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://realpython.com/courses/python-rock-paper-scissors-game/&quot;&gt;Rock, Paper, Scissors With Python: A Command Line Game&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;&lt;a rel=&quot;payment&quot; href=&quot;https://realpython.com/join&quot;&gt;Support the podcast &amp;amp; join our community of Pythonistas&lt;/a&gt;&lt;/p&gt;</content:encoded>
        <enclosure url="https://dts.podtrac.com/redirect.mp3/files.realpython.com/podcasts/RPP_E120_Anna_and_Harry.c807fe4a44d0.mp3" type="audio/mpeg" length="42374419"/>
        <guid isPermaLink="false">9a7ca0ae-ad3d-434d-b156-f4bdeedbb660</guid>
        <pubDate>Fri, 05 Aug 2022 12:00:00 +0000</pubDate>
        <itunes:duration>2590</itunes:duration>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://files.realpython.com/media/SQ_E_120_Podcast.ac6458cb08bf.jpg"/>
        <rp:twitter-handles>@missionencode, @missionencode</rp:twitter-handles>
        <rp:twitter-title>“Inspiring Young People to Learn Python With Mission Encodeable” with @missionencode, @missionencode</rp:twitter-title>
      </item>
    
      <item>
        <itunes:episodeType>full</itunes:episodeType>
        <itunes:episode>119</itunes:episode>
        <title>Natural Language Processing and How ML Models Understand Text</title>
        <itunes:title>Natural Language Processing and How ML Models Understand Text</itunes:title>
        <link>https://realpython.com/podcasts/rpp/119/</link>
        <description>How do you process and classify text documents in Python? What are the fundamental techniques and building blocks for Natural Language Processing (NLP)? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, talks about how machine learning (ML) models understand text.</description>
        <content:encoded>&lt;p&gt;How do you process and classify text documents in Python? What are the fundamental techniques and building blocks for Natural Language Processing (NLP)? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, talks about how machine learning (ML) models understand text.&lt;/p&gt;
&lt;p&gt;Jodie explains how ML models require data in a structured format, which involves transforming text documents into columns and rows. She covers the most straightforward approach, called binary vectorization. We discuss the bag-of-words method and the tools of stemming, lemmatization, and count vectorization.&lt;/p&gt;
&lt;p&gt;We jump into word embedding models next. Jodie talks about WordNet, Natural Language Toolkit (NLTK), word2vec, and Gensim. Our conversation lays a foundation for starting with text classification, implementing sentiment analysis, and building projects using these tools. Jodie also shares multiple resources to help you continue exploring NLP and modeling.&lt;/p&gt;
&lt;div class=&quot;alert alert-primary&quot; role=&quot;alert&quot;&gt;
&lt;p&gt;&lt;strong&gt;Course Spotlight:&lt