This repository contains workshops, exercises and resources for learning Python at Emerging Talent.
$ python path/to/file.py
$ python -m trace -t path/to/file.py
$ python -m trace -c path/to/file.py
$ python -m unittest path/to/tests/test_file.py
$ python -m unittest path.to.tests.test_file