You are sharing your code wrong (and what to do about it) — Jeremiah Paige
[EuroPython 2024 — Terrace 2B on 2024-07-12] You are sharing your code wrong (and what to do about it) by Jeremiah Paige https://ep2024.europython.eu/session/you-are-sharing-your-code-wrong-and-what-to-do-about-it Everyone who writes also distributes Python code. The only reliable way to share Python code is by packaging it, any other way hurts your consumers. Packaging can be an intimidating topic most would rather avoid but following just a few best practices of packaging can make your code much easier to share, even without going through the process of uploading to pypi.org. --- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/