Skip to content

BruceEckel/RethinkingObjects

Repository files navigation

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.

About

Code Examples From the Pycon 2023 presentation "Rethinking Objects"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published