Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.71 KB

lesson3.md

File metadata and controls

30 lines (18 loc) · 1.71 KB

Week 3 Lesson 3

Python: Conditional Statements & Iteration

In this lesson, you will focus on the details of writing and using functions in a Python program (we will stay within the IPython notebook, primarily, although you can experiment with writing and executing Python programs in a file). First, you will learn about conditional programming. Next, you will learn how to write a function that returns one or more values. Finally, you will learn about iteration and algorithm design.

###Objectives ###

By the end of this lesson, you will be able to:

  • Write and use conditional statements in Python.
  • Write Python functions that return data.
  • Write and use iteration statements in Python.

Time Estimate

Approximately 2 hours.

Readings

Optional Readings

Assessment

When you have completed and worked through the above readings, please take the Week 3 Lesson 3 Assessment.