# practices-of-the-python-pro **Repository Path**: csutjf/practices-of-the-python-pro ## Basic Information - **Project Name**: practices-of-the-python-pro - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2021-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Exercises for Practices of the Python Pro 🐍📘 Practices of the Python Pro, a Manning book by Dane Hillard This repository contains the source code for the examples and exercises contained in [Practices of the Python Pro](https://thepythonpro.com). The repository is a template repository, so if you'd like to follow along with the book you can [make your own copy](https://github.com/daneah/practices-of-the-python-pro/generate). Each chapter's examples are in their own directory. In some chapters, you'll find multiple snippets in a single module. These won't always produce output when you run them, and are occasionally meant only as snippets to demonstrate a concept. In later chapters, some modules act as an entrypoint to run a program from the command line, importing other modules along the way. Follow along in the book for more context! ## Errata and questions If you find an error in the code or the book, or if you have a question about the content, please read the [contribution guidelines](.github/CONTRIBUTING.md) to understand the best course of action. The errata are published on [the book's homepage](https://thepythonpro.com).