Functions
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.