Skip to content

Commit 553b963

Browse files
committed
update keypoints on 06
1 parent 32c0aad commit 553b963

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ objectives:
1212
- "Build reusable code in Python."
1313
- "Write functions using conditional statements (if, then, else)."
1414
keypoints:
15-
- "FIXME"
15+
- "Loops help automate repetitive tasks over sets of items."
16+
- "Loops can be combined with functions we have learned so far to make data analysis and processing more efficient."
17+
- "Conditional statements allow us to sort data and perform different operations on different subsets of the data."
18+
- "Functions can enable code reuse."
1619
---
1720

1821
So far, we've used Python and the pandas library to explore and manipulate

0 commit comments

Comments
 (0)