Introduction


Python Fundamentals


Figure 1

Value of 65.0 with weight_kg label stuck on it

Figure 2

Value of 65.0 with weight_kg label stuck on it, and value of 143.0 with weight_lb label stuck on it

Figure 3

Value of 100.0 with label weight_kg stuck on it, and value of 143.0 with label weight_lbstuck on it

List and Dictionary Methods


Data Transformation


Visualizations


Loops and Conditional Logic


Figure 1

Line graphs showing average, maximum, and minimum inflammation across all patients over a 40-day period.

Figure 2

Loop variable 'num' being assigned the value of each element in the list odds in turn andthen being printed

Figure 3

A flowchart diagram of the if-else construct that tests if variable num is greater than 100

Figure 4

A flowchart diagram of a conditional section with multiple elif conditions and some > possible outcomes.

Figure 5

A flowchart diagram of a conditional section with multiple if statements and some possible outcomes.

Fetching data from APIs


Creating Functions


Figure 1

Labeled parts of a Python function definition

Errors and Exceptions