Pythonlings is a multilingual utility to help newcomers learn Python through exercises, with a variety of themes!
Actually, the following languages are supported:
- en (default)
- pt
To choose your language, just export PYTHONLINGS_LANGUAGE
with the desired language.
Example:
export PYTHONLINGS_LANGUAGE=pt
poetry install
poetry shell
python -m pythonlings start
poetry run pytest