Podbean logo
  • Discover
  • Podcast Features
    • Podcast Hosting

      Start your podcast with all the features you need.

    • Podbean AI Podbean AI

      AI-Enhanced Audio Quality and Content Generation.

    • Blog to Podcast

      Repurpose your blog into an engaging podcast.

    • Video to Podcast

      Convert YouTube playlists to podcasts, videos to audios.

  • Monetization
    • Ads Marketplace

      Join Ads Marketplace to earn through podcast sponsorships.

    • PodAds

      Manage your ads with dynamic ad insertion capability.

    • Apple Podcasts Subscriptions Integration

      Monetize with Apple Podcasts Subscriptions via Podbean.

    • Live Streaming

      Earn rewards and recurring income from Fan Club membership.

  • Podbean App
    • Podcast Studio

      Easy-to-use audio recorder app.

    • Podcast App

      The best podcast player & podcast app.

  • Help and Support
    • Help Center

      Get the answers and support you need.

    • Podbean Academy

      Resources and guides to launch, grow, and monetize podcast.

    • Podbean Blog

      Stay updated with the latest podcasting tips and trends.

    • What’s New

      Check out our newest and recently released features!

    • Podcasting Smarter

      Podcast interviews, best practices, and helpful tips.

  • Popular Topics
    • How to Start a Podcast

      The step-by-step guide to start your own podcast.

    • How to Start a Live Podcast

      Create the best live podcast and engage your audience.

    • How to Monetize a Podcast

      Tips on making the decision to monetize your podcast.

    • How to Promote Your Podcast

      The best ways to get more eyes and ears on your podcast.

    • Podcast Advertising 101

      Everything you need to know about podcast advertising.

    • Mobile Podcast Recording Guide

      The ultimate guide to recording a podcast on your phone.

    • How to Use Group Recording

      Steps to set up and use group recording in the Podbean app.

  • All Arts Business Comedy Education
  • Fiction Government Health & Fitness History Kids & Family
  • Leisure Music News Religion & Spirituality Science
  • Society & Culture Sports Technology True Crime TV & Film
  • Live
  • How to Start a Podcast
  • How to Start a Live Podcast
  • How to Monetize a podcast
  • How to Promote Your Podcast
  • How to Use Group Recording
  • Log in
  • Start your podcast for free
  • Podcasting
    • Podcast Features
      • Podcast Hosting

        Start your podcast with all the features you need.

      • Podbean AI Podbean AI

        AI-Enhanced Audio Quality and Content Generation.

      • Blog to Podcast

        Repurpose your blog into an engaging podcast.

      • Video to Podcast

        Convert YouTube playlists to podcasts, videos to audios.

    • Monetization
      • Ads Marketplace

        Join Ads Marketplace to earn through podcast sponsorships.

      • PodAds

        Manage your ads with dynamic ad insertion capability.

      • Apple Podcasts Subscriptions Integration

        Monetize with Apple Podcasts Subscriptions via Podbean.

      • Live Streaming

        Earn rewards and recurring income from Fan Club membership.

    • Podbean App
      • Podcast Studio

        Easy-to-use audio recorder app.

      • Podcast App

        The best podcast player & podcast app.

  • Advertisers
  • Enterprise
  • Pricing
  • Resources
    • Help and Support
      • Help Center

        Get the answers and support you need.

      • Podbean Academy

        Resources and guides to launch, grow, and monetize podcast.

      • Podbean Blog

        Stay updated with the latest podcasting tips and trends.

      • What’s New

        Check out our newest and recently released features!

      • Podcasting Smarter

        Podcast interviews, best practices, and helpful tips.

    • Popular Topics
      • How to Start a Podcast

        The step-by-step guide to start your own podcast.

      • How to Start a Live Podcast

        Create the best live podcast and engage your audience.

      • How to Monetize a Podcast

        Tips on making the decision to monetize your podcast.

      • How to Promote Your Podcast

        The best ways to get more eyes and ears on your podcast.

      • Podcast Advertising 101

        Everything you need to know about podcast advertising.

      • Mobile Podcast Recording Guide

        The ultimate guide to recording a podcast on your phone.

      • How to Use Group Recording

        Steps to set up and use group recording in the Podbean app.

  • Discover
  • Log in
    Sign up free
The Real Python Podcast

The Real Python Podcast

Technology

2023 Real Python Tutorial & Video Course Wrap-Up

2023 Real Python Tutorial & Video Course Wrap-Up

2023-12-29
Download Right click and do "save link as"

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.

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.

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.

We hope you enjoy this review! We look forward to bringing you another year full of great guests, articles, and topics.

Course Spotlight: Recursion in Python

A recursive function is one that calls itself. In this video course, you’ll see what recursion is, how it works in Python, and under what circumstances you should use it.

Topics:

  • 00:00:00 – Introduction
  • 00:02:50 – New Video Instructors
  • 00:05:31 – New Tutorial Authors
  • 00:07:37 – Shout-out to Aldren Santos
  • 00:09:27 – Build a Wordle Clone With Python and Rich
  • 00:11:37 – Python Classes: The Power of Object-Oriented Programming
  • 00:13:43 – SOLID Principles: Improve Object-Oriented Design in Python
  • 00:14:47 – Using the NumPy Random Number Generator
  • 00:17:58 – Recursion in Python
  • 00:19:44 – Filtering Iterables With Python
  • 00:21:04 – Creating Web Maps From Your Data With Python Folium
  • 00:24:51 – Video Course Spotlight
  • 00:26:13 – Python Basics Exercises: Building Systems With Classes
  • 00:31:00 – Real Python Quizzes
  • 00:33:53 – Process Images Using the Pillow Library and Python
  • 00:36:00 – How to Sort Unicode Strings Alphabetically in Python
  • 00:38:36 – The Python Rich Package: Unleash the Power of Console Text
  • 00:42:31 – Embeddings and Vector Databases With ChromaDB
  • 00:46:41 – Advent of Code: Solving Puzzles With Python
  • 00:51:07 – Thanks and goodbye

Show Links:

  • Build a Wordle Clone With Python and Rich – Step-by-Step Project
  • Python Classes: The Power of Object-Oriented Programming – Tutorial
  • SOLID Principles: Improve Object-Oriented Design in Python – Tutorial
  • Using the NumPy Random Number Generator – Tutorial
  • Recursion in Python – Video Course
  • Filtering Iterables With Python – Video Course
  • Creating Web Maps From Your Data With Python Folium – Video Course
  • Python Basics Exercises: Building Systems With Classes – Video Course
  • Process Images Using the Pillow Library and Python – Video Course
  • How to Sort Unicode Strings Alphabetically in Python – Tutorial
  • The Python Rich Package: Unleash the Power of Console Text – Showcase
  • Embeddings and Vector Databases With ChromaDB – Tutorial
  • Advent of Code: Solving Puzzles With Python – Code Conversation

Additional Links:

  • Create a Python Wordle Clone With Rich – Video Course
  • Class Concepts: Object-Oriented Programming in Python – Video Course
  • Inheritance and Internals: Object-Oriented Programming in Python – Video Course
  • Design and Guidance: Object-Oriented Programming in Python – Video Course
  • FTX Python code ‘allowed’ Alameda Research to spend deposits - The Register
  • Recursion in Python: An Introduction – Tutorial
  • Python’s filter(): Extract Values From Iterables – Tutorial
  • Python Folium: Create Web Maps From Your Data – Step-by-Step Project
  • Episode #12: Web Scraping in Python: Tools, Techniques, and Legality – The Real Python Podcast
  • Python Basics: Building Systems With Classes – Video Course
  • Image Processing With the Python Pillow Library – Tutorial
  • Episode #80: Make Your Python App Interactive With a Text User Interface (TUI) – The Real Python Podcast

Level up your Python skills with our expert-led courses:

  • Python Basics Exercises: Building Systems With Classes
  • Process Images Using the Pillow Library and Python
  • Recursion in Python

Support the podcast & join our community of Pythonistas

view more

More Episodes

Travis Oliphant: SciPy, NumPy, and Fostering Scientific Python
2025-08-22
Selecting Inheritance or Composition in Python
2025-08-15
Harnessing the Power of Python Polars
2025-08-08
Design Patterns That Don't Translate to Python
2025-08-01
Supporting the Python Package Index
2025-07-25
Comparing Real-World Python Performance Against Big O
2025-07-11
Solving Problems and Saving Time in Chemistry With Python
2025-07-04
Structuring Python Scripts & Exciting Non-LLM Software Trends
2025-06-27
Scaling Python Web Applications With Kubernetes and Karpenter
2025-06-20
Starting With marimo Notebooks & Python App Config Management
2025-06-13
Rodrigo Girão Serrão: Python Training, itertools, and Idioms
2025-06-06
Python Thread Safety & Managing Projects With uv
2025-05-30
DjangoCon Europe 2025: Live Recording From Dublin
2025-05-23
Going Beyond requirements.txt With pylock.toml and PEP 751
2025-05-16
Experiments With Gen AI, Knowledge Graphs, Workflows, and Python
2025-05-09
Exploring DuckDB & Comparing Python Expressions vs Statements
2025-04-18
Learning Intermediate Python With a Deep Dive Course
2025-04-11
GUIs & TUIs: Choosing a User Interface for Your Python Project
2025-04-04
A Decade of Automating the Boring Stuff With Python
2025-03-21
Manage Projects With pyproject.toml & Explore Polars LazyFrames
2025-03-14
  • ←
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • →
012345678910111213141516171819

Get this podcast on your
phone, FREE

Download Podbean app on App Store Download Podbean app on Google Play

Create your
podcast in
minutes

  • Full-featured podcast site
  • Unlimited storage and bandwidth
  • Comprehensive podcast stats
  • Distribute to Apple Podcasts, Spotify, and more
  • Make money with your podcast
Get started

It is Free

  • Podcast Services

    • Podcast Features
    • Pricing
    • Enterprise Solution
    • Private Podcast
    • The Podcast App
    • Live Stream
    • Audio Recorder
    • Remote Recording
    • Podbean AI
  •  
    • Create a Podcast
    • Video Podcast
    • Start Podcasting
    • Start Radio Talk Show
    • Education Podcast
    • Church Podcast
    • Nonprofit Podcast
    • Get Sermons Online
    • Free Audiobooks
  • MONETIZATION & MORE

    • Podcast Advertising
    • Dynamic Ads Insertion
    • Apple Podcasts Subscriptions
    • Switch to Podbean
    • YouTube to Podcast
    • Blog to Podcast
    • Submit Your Podcast
    • Podbean Plugins
    • Developers
  • KNOWLEDGE BASE

    • How to Start a Podcast
    • How to Start a Live Podcast
    • How to Monetize a Podcast
    • How to Promote Your Podcast
    • Mobile Podcast Recording Guide
    • How to Use Group Recording
    • Podcast Advertising 101
  • Support

    • Support Center
    • What’s New
    • Free Webinars
    • Podcast Events
    • Podbean Academy
    • Podbean Amplified Podcast
    • Badges
    • Resources
  • Podbean

    • About Us
    • Podbean Blog
    • Careers
    • Press and Media
    • Green Initiative
    • Affiliate Program
    • Contact Us
  • Privacy Policy
  • Cookie Policy
  • Terms of Use
  • Consent Preferences
  • Copyright © 2015-2025 Podbean.com