Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daneah/practices-of-the-python-pro
Examples and exercises for Practices of the Python Pro from Manning Books 🐍📘
https://github.com/daneah/practices-of-the-python-pro
book exercises manning python
Last synced: 3 months ago
JSON representation
Examples and exercises for Practices of the Python Pro from Manning Books 🐍📘
- Host: GitHub
- URL: https://github.com/daneah/practices-of-the-python-pro
- Owner: daneah
- License: mit
- Created: 2019-09-21T03:17:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T17:28:46.000Z (over 1 year ago)
- Last Synced: 2024-06-28T05:37:33.029Z (5 months ago)
- Topics: book, exercises, manning, python
- Language: Python
- Homepage: https://thepythonpro.com
- Size: 409 KB
- Stars: 432
- Watchers: 23
- Forks: 169
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Exercises for Practices of the Python Pro 🐍📘
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).