talk-data.com
PyData
talk
2025-12-10 at 14:00
Wrappers and Extenders: Companion Packages for Python Projects
Event:
PyData Boston 2025
Speakers
Topics
Description
Many Python users want features that don’t fit within the boundaries of their favorite libraries. Instead of forking or waiting on a pull request, you can build your own wrapper or extender package. This talk introduces the principles of designing companion packages that enhance existing libraries without changing their core code, using gt-extras as a case study. You’ll learn how to structure, document, and distribute your own add-ons to extend the tools you rely on.