Learn the basics of programming in Python
docker-compose up
open http://0.0.0.0:4000/learn-python/
The solutions are found in the private learn-python-solutions repository, to hide them from the students.
If you create new exercices, please also add solutions there, the test-all.sh
script
allows for running all the tests to validate them.
To test the solutions you can add that repository to your Python path, assuming you checkout both repos under the same parent folder:
export PYTHONPATH=../learn-python-solutions/solutions/