You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ This lesson is also available in [R][R] and [MATLAB][MATLAB].
31
31
| 1 |[Python Fundamentals][episode01]| 30 | What basic data types can I work with in Python?<br>How can I create a new variable in Python?<br>Can I change the value associated with a variable after I create it? |
32
32
| 2 |[Analyzing Patient Data][episode02]| 60 | How can I process tabular data files in Python? |
33
33
| 3 |[Visualizing Tabular Data][episode03]| 50 | How can I visualize tabular data in Python?<br>How can I group several plots together? |
34
-
| 4 |[Repeating Actions with Loops][episode04]| 30 | How can I do the same operations on many different values? |
35
-
| 5 |[Storing Multiple Values in Lists][episode05]| 30 | How can I store many values together? |
34
+
| 4 |[Storing Multiple Values in Lists][episode04]| 30 | How can I store many values together? |
35
+
| 5 |[Repeating Actions with Loops][episode05]| 30 | How can I do the same operations on many different values? |
36
36
| 6 |[Analyzing Data from Multiple Files][episode06]| 20 | How can I do the same operations on many different files? |
37
37
| 7 |[Making Choices][episode07]| 30 | How can my programs do different things based on data values? |
38
38
| 8 |[Creating Functions][episode08]| 30 | How can I define new functions?<br>What’s the difference between defining and calling a function?<br>What happens when I call a function? |
@@ -107,8 +107,8 @@ industry and government. More information can be found [here][cp-about].
0 commit comments