Real Python Logo

Episode 23: Python Wheels and Pass by Reference in Python

The Real Python Podcast

Aug 21, 2020 1h 4m

Have you wondered what are Python wheels? How are they used to package Python code? Does Python use pass by value or pass by reference? This week on the show, David Amos is here to help answer these questions, and he has brought another batch of PyCoder’s Weekly articles and projects.

We talk about an article called “What are Python Wheels, and Why Should You Care.” David talks about a Real Python article about pass by reference in Python. We cover several other articles and projects from the Python community including: transcribing speech to text, 4 powerful features Python is still missing, 10 awesome pythonic one-liners, and even more options for packaging your Python code.

Topics:

  • 00:00:00 – Introduction
  • 00:01:25 – 4 Powerful Features Python Is Still Missing
  • 00:14:41 – What Are Python Wheels and Why Should You Care?
  • 00:23:58 – 10 Awesome Pythonic One-Liners Explained
  • 00:38:11 – Video Course Spotlight
  • 00:39:14 – How to Transcribe Speech Recordings Into Text With Python
  • 00:43:34 – Pass by Reference in Python: Background and Best Practices
  • 00:49:54 – Options for Packaging Your Python Code: Wheels, Conda, Docker, and More
  • 00:55:53 – PyOxidizer: A Modern Python Application Packaging and Distribution Tool
  • 01:00:13 – Python and PDF: A Review of Existing Tools
  • 01:04:01 – Thanks and Goodbye

Show Links:

4 Powerful Features Python Is Still Missing – Python doesn’t have true constants, nor does it implement features like tail recursion optimization that many compiled languages employ. Find out what other features Python is “missing” when compared to other languages, and why the core developers haven’t added these features to the language.

What Are Python Wheels and Why Should You Care? – In this tutorial, you’ll learn what Python wheels are and why you should care as both a developer and end user of Python packages. You’ll see how the wheel format has gained momentum over the last decade and how it has made the package installation process faster and more stable.

10 Awesome Pythonic One-Liners Explained – Some things in Python are just better on one line.

How to Transcribe Speech Recordings Into Text With Python – Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI’s API

Pass by Reference in Python: Background and Best Practices – In this tutorial, you’ll explore the concept of passing by reference and learn how it relates to Python’s own system for handling function arguments. You’ll look at several use cases for passing by reference and learn some best practices for implementing pass-by-reference constructs in Python.

Options for Packaging Your Python Code: Wheels, Conda, Docker, and More – There’s a lot of ways to package your Python code. Find out which one is right for you.

PyOxidizer: A Modern Python Application Packaging and Distribution Tool

Python and PDF: A Review of Existing Tools – The ultimate list of PDF tools in Python.

Additional Links: