/protohacker-py

Protohacker solutions i python

Primary LanguagePythonThe UnlicenseUnlicense

protohacker-py

Protohacker challenges implementation in Python

Fly.io

In order to deploy to fly.io follow the steps below:

# Authenticate to fly.io
$ flyctl auth login

# use the existing fly.toml
$ flyctl launch --name protohacker-py

# this command uses the local docker instance to build the image).
$ flyctl deploy --local-only

Other implementations:

Links

Dev environment

$ python3.11 -m venv .pyenv
$ source .pyenv/bin/activate
(.pyenv) $ pip install mypy flake8 pyright yapf