• Stars
    star
    441
  • Rank 98,861 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples and exercises for Practices of the Python Pro from Manning Books πŸπŸ“˜

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. The repository is a template repository, so if you'd like to follow along with the book you can make your own copy.

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 to understand the best course of action. The errata are published on the book's homepage.

More Repositories

1

publishing-python-packages

Examples and exercises for Publishing Python Packages from Manning Books 🐍 πŸ“¦ ⬆️
Python
81
star
2

iterm-components

πŸ’» Custom status bar components for use with iTerm2
Python
69
star
3

toyblocks

πŸš‚ A small Python implementation to begin understanding blockchains
Python
69
star
4

dotfiles

πŸ—„ Common configuration files to use when setting up or improving a shell environment
Shell
32
star
5

pixelize

✨ A glitch art generation tool
Python
7
star
6

conference-notes

Notes from conferences I've attended
6
star
7

thepythonpro.com

Website for Practices of the Python Pro by Dane Hillard
HTML
6
star
8

nimnim

Create acronyms from sentences
Python
6
star
9

asciidoc-book-template

A template for book projects using asciidoc(tor)
Makefile
5
star
10

colors

A tiny script to extract the most prominent overall colors from images
Python
5
star
11

conference-proposals

πŸ“„ Proposals I've submitted to conferences
3
star
12

openaiapi

A light wrapper around the OpenAI API using apiron
Python
3
star
13

dane.engineering

🎨 My portfolio
Vue
2
star
14

pyscript-demo

A tiny demo of using PyScript and plugins to create functional web components with minimal JavaScript
HTML
2
star
15

denon

A partial, flexible, browser-based implementation of the Denon AVR Control Protocol in Django + Vue.js
Python
2
star
16

microfrontends-with-react-tutorial

Microfrontends with React: A Complete Developer's Guide
JavaScript
1
star
17

gilded-rose

This is a version of the Gilded Rose kata in Python that uses pytest for testing.
Python
1
star
18

trogon-doesnt-like-enums

A repro to show that Trogon doesn't like Enum choices from Typer
Python
1
star