We can find the original script used to solve the problems and the solution explained in the PDF file. The source of the PDF is also provided as a Jupyter notebook file. We recommend using the Jupyter notebook to test the code instead of using the script, although both files are the same and can be used interchangeably.
The necessary requirements are found in the requirement.txt file, one can install the requirements running:
pip install -r requirements.txtTo run the Jupyter notebook, it is necessary to install the classic Jupyter Notebook, one can find the instructions in the following URL. To execute the Jupyter notebook file, run:
jupyter notebook examen.ipynbTo execute the source code, run:
python3 main.py