Skip to content

sigmages/pythonlings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythonlings is a multilingual utility to help newcomers learn Python through exercises, with a variety of themes!

Setup your language

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

Install dependencies

poetry install

Usage

poetry shell
python -m pythonlings start

Tests

poetry run pytest

Releases

No releases published

Packages

No packages published