Skip to main content

Functions

Learning Goals

Preparation for class:

  1. I have a video recording for you to watch before class.
  2. Look over the slide below. The video will reference the slides.

Functions are so integral to programming in Python, I have broken out of the normal flow of most books and introduce the simple aspects of functions before covering decision structures (if/elif/else) and repetition structures.(while and for loops).

Following this class we will cover decision and repetition structures and then come back to more advanced function concepts.

Functions