Python Practice Book (solutions) Here you can find my solutions of Python Practice Book problems. How to run Install python, create virtual environment and install all the requirements: $ make setup How to run tests Run the command: $ make test