Being able to read and process data from a file is a very useful skill that can save hours of time by allowing you to automate repetitive tasks very quickly.

Use and store data in files
Reading data from a file in python

Contents:

Page 1: Intro

Page 2: The theory: learn what you need to know as fast as possible.

Page 3: Try it: try out and adapt some working python code snippets.

Page 4: Debug it: Learn how to find and fix common mistakes.

Page 5: Extend it: Choose a project idea to use your newfound python skills.