What language(s) will you be using? Will you be trying anything different this year to usual?

  • hades
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    I’ve decided to catch up with what’s new in Python (language itself and the ecosystem). I’ve set up a repository with pyproject.toml, and git hooks configured, and I’m running pylint, pytype and pytest.

    You can check it out here: https://github.com/hades/aoc23

    Of course, any feedback (or pull requests) is welcome, especially if you’re familiar with all the new things in Python land.