Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 735 Bytes

Rethinking Objects

Code examples from my Rethinking Objects presentation at PyCon 2023 in Salt Lake City.

The (Google) slides for the presentation are here.

The examples in this repository assume you have Python 3.11 installed.

Setup

After cloning this repo, use pip or pipx to (globally) install the hatch build system.

Move to the root directory of the cloned repo and run:

hatch shell

This configures and enters a virtual environment. Now you can run:

pytest
ruff check .
mypy .

These verify the examples.