3rd (and last) assignment

Write the code for a simple book (pdf).

Send me this code (.py or .ipynb) until 31.12. together with the resulting PDF. (If you’ll send .py via mail, you have to .zip it.)

No worries, you don’t have to spend a lot of time with it, it’s just an exercise for you to write some code.

This time there are no limitations. This means you can use all the functionality of FPDF (or even other pdf libraries like flat or pagebot) and modules like random or whatever you find on pypi.org.

Only requirement: Use at least one self written function (def ... ()).