Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

File metadata and controls

17 lines (11 loc) · 441 Bytes

Bytes Objects: Handling Binary Data in Python

This folder contains code associated with the Real Python tutorial Bytes Objects: Handling Binary Data in Python.

Prerequisites

Install the requirements into your virtual environment:

(venv) $ python -m pip install -r requirements.txt

Start the Redis server in a Docker container:

$ docker run --rm -d -p 6379:6379 redis