This lesson is in the early stages of development (Alpha version)

Importing and exporting your results

Overview

Teaching: 30 min
Exercises: 20 min
Questions
  • How do we read and export results between hard disk and Python memory?

  • What are some common file formats?

Objectives
  • Describe the file system on computers.

  • Be able to read and write files between your computer and Python.

Key Points

  • Functions should never fail silently.

  • Errors should be explicitly handled.