{ "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", "```{tip}\n", "You can purchase the book at [CRC Press](https://www.routledge.com/Python-Packages/Beuzen-Timbers/p/book/9781032029443) or on [Amazon](https://www.amazon.com/Python-Packages-Chapman-Hall-Crc/dp/1032029447).\n", "```\n", "\n", "```{figure} images/py-pkgs-bookcover.png\n", "---\n", "width: 400px\n", "name: py-pkg\n", "---\n", "```\n", "\n", "This work by Tomas Beuzen and Tiffany Timbers is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "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.10" }, "toc-autonumbering": false }, "nbformat": 4, "nbformat_minor": 4 }