Instructional Video5:04
Curated Video

Python Lesson 24: for loop

9th - Higher Ed
Implement the for-loop with lists.
Instructional Video4:12
Curated Video

Python Lesson25: for-loop to compute Sum

9th - Higher Ed
Learn how to use a for-loop to compute the Sum of all the numbers in a List.
Instructional Video3:40
Curated Video

Python Lesson26: range() function

9th - Higher Ed
How do you use the range() function in Python?
Instructional Video1:41
Curated Video

Python Lesson 27: range() in a for-loop

9th - Higher Ed
Learn how the range() function can be used in a for-loop.
Instructional Video5:57
Curated Video

Python Lesson28: while loop to check for a number

9th - Higher Ed
In this video, we develop a program that will continue to prompt the user to enter a number until a zero has been entered.
Instructional Video9:29
Curated Video

Python Lesson 29: Nested Loops

9th - Higher Ed
Learn how to implement a Nested Loop in Python.
Instructional Video6:12
Curated Video

Python Lesson 30: Nested Loop Star Pattern

9th - Higher Ed
Learn how to print a Star Pattern using Nested Loops.
Instructional Video7:17
Curated Video

Python Lesson31: Nested For Loop Staircase Star Pattern

9th - Higher Ed
Learn how to create a unique star pattern that resemble a staircase.
Instructional Video1:49
Curated Video

Python Lesson32: Develop a while loop that increments in 2s

9th - Higher Ed
How do you write a while() that increments in 2's? Let's find out!
Instructional Video1:55
Curated Video

Python Lesson33: Develop a for() loop that increments in 2's

9th - Higher Ed
Learn how to develop a for() loop that increments in 2's.
Instructional Video3:03
Curated Video

Python Lesson34: Implement a while(True) loop

9th - Higher Ed
Learn how to implement a while(True) loop in python to compute the sum and average of an unknown number of inputs.
Instructional Video5:27
Curated Video

Python Lesson 35: Functions 1

9th - Higher Ed
Learn the basics of functions
Instructional Video3:26
Curated Video

Python Lesson 36: Functions 2

9th - Higher Ed
Learn Python Functions the right way!
Instructional Video2:18
Curated Video

Python Lesson 37: Functions 3

9th - Higher Ed
Learn Python functions the right way!
Instructional Video3:24
Curated Video

Python Lesson 38: Functions 4

9th - Higher Ed
Learn Python Functions the right way!
Instructional Video4:00
Curated Video

Python Lesson 39: Learn how to use the try-except

9th - Higher Ed
Learn how to use the try-except block in Python
Instructional Video3:54
Curated Video

Python Lesson 40 : try-except 2

9th - Higher Ed
Learn how to extend the try-except block to be specific about different types of exceptions
Instructional Video2:45
Curated Video

Python Lesson 41: try-except 3

9th - Higher Ed
Learn the use of 'else' and 'finally' in the try-except block.
Instructional Video5:43
Curated Video

Python Lesson 42: file operations

9th - Higher Ed
Learn the basic concepts of creating a file for read/write access.
Instructional Video4:36
Curated Video

Python Lesson43: Plot1

9th - Higher Ed
Learn the basics of plotting using Python.
Instructional Video3:36
Curated Video

Lesson44 Python Plot2

9th - Higher Ed
Learn how to enhance your plot with markers and colors.
Instructional Video4:55
Curated Video

Lesson45 Python: Plot3

9th - Higher Ed
Learn how to place multiple plots on the same graph.
Instructional Video6:15
Curated Video

Lesson46 Python Plot4

9th - Higher Ed
Learn how to create sub-plots in Python.
Instructional Video4:30
Curated Video

Lesson47 Python Plot5

9th - Higher Ed
Create Scatter Plots in Python.