© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
R. L'EsteveThe Azure Data Lakehouse Toolkithttps://doi.org/10.1007/978-1-4842-8233-5_18

18. Python Wheels

Ron L’Esteve1  
(1)
Chicago, IL, USA
 

The process of packaging, sharing, and distributing Python code across teams and developers within an organization can become a complex task. There are a few methods of packaging and distributing Python code including eggs, jars, wheels, and more. In this chapter, you will learn more about ideal methods for creating a Python wheel file to package and distribute custom code. A Python .whl file is a type of built distribution that tells installers what Python versions and platforms the wheel will support. The wheel comes ...

Get The Azure Data Lakehouse Toolkit: Building and Scaling Data Lakehouses on Azure with Delta Lake, Apache Spark, Databricks, Synapse Analytics, and Snowflake now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.