This folder contains code associated with the Real Python tutorial Bytes Objects: Handling Binary Data in Python.
Install the requirements into your virtual environment:
(venv) $ python -m pip install -r requirements.txtStart the Redis server in a Docker container:
$ docker run --rm -d -p 6379:6379 redis