Points: https://docs.google.com/spreadsheets/d/1bCOGE8WP4ooAW2W9pjVEp24EOZYGkcGlk137Vy6zmwE/edit?usp=sharing
Slack: http://spja-vsb.slack.com
$ python3 -m venv venv/spja # create a virtual environment (run just once)
$ source venv/spja/bin/activate # use virtual environment (run for every new terminal launch)
(spja) $ pip install pytest # install pytest library into venv
(spja) $ pytest tests.py # run tests from file `tests.py`
- Git: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
- Strings: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
- Lists: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf
- Dictionaries: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
- Sets: https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf
- Formatting: https://pyformat.info