Skip to content

Code + Docker image for Intuitive Python: Productive Development for Projects That Last

Notifications You must be signed in to change notification settings

DavidMuller/intuitive-python-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intuitive Python: Productive Development for Projects That Last

This repository contains the source code and companion Docker image for Intuitive Python: Productive Development for Projects That Last.

How To Use the Companion Docker Image

The companion Docker image contains an appropriate version of Python and all the book's source code. To use the companion image, do the following:

  1. Install Docker.
  2. Run: docker run --pull=always --interactive --tty --rm ghcr.io/davidmuller/intuitive-python-book/intuitive-python-book:latest /bin/bash

After executing step 2, you'll be logged into the Docker container as a user named monty in a directory with all the book's source code. Use this space as a sandbox to run all the code examples as you read the book.

About

Code + Docker image for Intuitive Python: Productive Development for Projects That Last

Resources

Stars

Watchers

Forks

Packages