empa-scientific-it / python-tutorial

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

Input-Output #203

Closed edoardob90 closed 8 months ago

edoardob90 commented 9 months ago

Theory session

  1. File I/O
    • pathlib built-in library
    • Reading and writing
    • Handling a file with a context manager

Exercises

TODO.

Additional materials

Mark these sections as material for self-study: