Python practice problem set to keep skills sharp - daily coding mutivitamin
Run with pytest reports coverage run -m pytest
coverage report
coverage html
Build an image: docker build -t pycodingex .
Run an image: docker run pycodingex
Update: pip3 freeze > requirements.txt