|
Demonstrates how to use a function for a common…
|
|
Demonstrates parameter passing and returning…
|
|
Introduces the concept of functions and how to…
|
|
Walks through a complete example of creating a…
|
|
Demonstrates how to use the split string method…
|
|
Demonstrates how to remove whitespace from a…
|
|
Demonstrates how to open, close, and read through…
|
|
Introduces the concept of text files and…
|
|
Demonstrates how to work with items in a list…
|
|
Demonstrates how to iterate through lists of…
|
|
Demonstrates how to work with lists using loops,…
|
|
Introduces lists and common operations such as…
|
|
Demonstrates how to use a for loop to iterate…
|
|
Demonstrates how to use range with for loops to…
|
|
Introduces for loops and shows how to use them to…
|
|
Highlights common scenarios where variables need…
|
|
Introduces while loops and shows how to use them…
|
|
Highlights common mistakes with if statements…
|
|
Demonstrates how if statements can be placed, or…
|
|
Introduces the concept of Boolean (true or false)…
|
|
Highlights common problems that can arise when…
|
|
Introduces if statements and how they can be used…
|
|
Demonstrates how to use format strings…
|
|
Demonstrates how to use libraries in Python…
|
|
Introduces the concept of expressions and…
|
|
Demonstrates how to convert strings to numbers…
|
|
Demonstrates how to work with various types of…
|
|
Introduces string methods that can be used to…
|
|
Introduces comments in programming and shows how…
|
|
Demonstrates how to get input from the user,…
|