snobb / protohacker-py

Protohacker solutions i python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Protohacker solutions i python

License:The Unlicense


Languages

Language:Python 98.5%Language:Makefile 1.2%Language:Dockerfile 0.3%