With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

  • Dogeek
    link
    fedilink
    English
    31 year ago

    Currently working on a massive cookiecutter template to scaffold into all kinds of python projects, including ML, API/backend work, GUIs, python SDKs and such. The fun part is actually about configuring all of the dependencies and make it as modular as possible, giving the choice between poetry and pdm for the dependency management, black and yapf for the formatting, pyflakes, ruff and pylama for the linting etc.