SLIDE 1
L7
June 18, 2017
1 Lecture 7: Functions I
CSCI 1360E: Foundations for Informatics and Analytics
1.1 Overview and Objectives
In this lecture, we’ll introduce the concept of functions, critical abstractions in nearly every modern programming language. Functions are important for abstracting and categorizing large codebases into smaller, logical, and human-digestable components. By the end of this lecture, you should be able to:
- Define a function that performs a specific task
- Set function arguments and return values
- Write a function from scratch to answer questions in JupyterHub!