Module 7

Paths conceptually

Relative vs absolute.

Two kinds of paths

An absolute path starts from the root of the file system. A relative path starts from the current folder. For now, think of a path as directions to find a file.

Try it

In this course, you will mostly work with data that Python provides. But understanding paths will help you later when you work with your own files.