empa-scientific-it / python-tutorial

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

Modules and packages #205

Closed edoardob90 closed 8 months ago

edoardob90 commented 9 months ago

Theory session

  1. Why creating a module
  2. Difference between modules and packages
  3. Different ways of importing things

Exercises

Going through the notebook is the hands-on for this topic.

Additional materials

Mark these sections as material for self-study:

edoardob90 commented 9 months ago

Maybe we need to revisit the restructuring. Make sure that we're not altering the flow by cut-and-paste.