PON: Coding basics | Part 2

PON 2021: Coding basics (Python) | Part 2 - Overview

conditions | loops | functions | modules

Slides:

Downloads to code along (right-click & save as):

Homework:

Homework is always optional but a great way of practicing what you have learned during the course.
If you have questions, send them via e-mail. I might either respond to you individually or address common questions at the beginning of next the session.

Downloads (right-click & save as):

  1. Like you did with the zoo-notebook.ipynb Notebook during class, download the homework-part2.ipynb Notebook and save it on your computer.
  2. Start Jupyter via the Anaconda Navigator (Windows) or by typing conda activate and then jupyter notebook in your terminal (Mac or Linux).
  3. Navigate in the Jupyter file browser to where you saved the notebook, open it and follow the contained instructions.
  4. Have fun!