TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Follow publication

Member-only story

Create and publish your own Python package

Mike Huls
TDS Archive
Published in
5 min readJul 18, 2021

--

These birds are pip installing from the source (image by James Wainscoat on Unsplash)

Goal and preparation

Packaging

toolbox_project
mikes_toolbox
__init__.py
functions.py
decorators.py
LICENSE.txt
README.md
setup.cfg
setup.py
A package that contains our code with installation instructions attached (image by Christopher Bill on Unsplash)

Package folder

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Mike Huls
Mike Huls

Written by Mike Huls

I write about interesting programming-related things: techniques, system architecture, software design and how to apply them in the best way. — mikehuls.com

Responses (2)

Write a response