Introduction

This day will be your first introduction to Python. We assume no prior knowledge, and will start from the very beginning. After this day you will be able to:

  • Use variables and explain how operators work
  • Process data using loops
  • Separate data using if/else statements
  • Use functions to read and write to files