Reiter

We begin this lecture with a small introduction to programming with python and some basic concepts.

This chapter has the following sections:
  • Introduction to the environment
  • Simple variable types
  • Mathematical operations
  • Boolean logic and operations
  • Introduction to String manipulation
  • Basic input and output
  • Branching - if/else
  • Introduction to List structures
  • Introduction to Functions
  • Iteration through Loop structures
An interactive python notebook. It can be used in a jupyter instance like Google colab.
These are the slides for this chapter.