{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Welcome to Python Packages!\n", "<hr style=\"height:1px;border:none;color:#666;background-color:#666;\" />" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "[**Tomas Beuzen**](https://www.tomasbeuzen.com/) & [**Tiffany Timbers**](http://tiffanytimbers.com)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Python packages are a core element of the Python programming language and are how you create organized, reusable, and shareable code in Python. *Python Packages* is an open source book that describes modern and efficient workflows for creating Python packages.\n", "\n", "```{figure} images/py-pkgs-hex.png\n", "---\n", "height: 300px\n", "name: py-pkg\n", "---\n", "```" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.2" }, "toc-autonumbering": false }, "nbformat": 4, "nbformat_minor": 4 }