empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
31 stars 9 forks source link

Control Flow #201

Closed edoardob90 closed 8 months ago

edoardob90 commented 9 months ago

Theory session

  1. Conditionals + while loop
  2. Iteration (for, enumerate, range)
  3. Exceptions

Exercises

TODO.

Additional materials

Mark these sections as material for self-study: