-
From Rex Barzee
Shows a BYUI-Idaho faculty member adding a try block and except blocks to a Python program. -
-
From Rex Barzee
Shows a BYU-Idaho faculty member writing a small Python program without functions. The program computes the surface area of a right circular cone. -
Shows a BYU-Idaho faculty member writing two test functions in the Python programming language and using pytest to run the test functions.
-
From Rex Barzee
A BYU-Idaho faculty member shows how to use the debugger in VS Code to find a mistake in a Python program. -
From Rex Barzee
Shows a BYU-Idaho faculty member writing Python code that draws a picture using the Draw 2D and tkinter modules. -
From Rex Barzee
Shows a BYU-Idaho faculty member writing Python code that draws a picture using the Draw 2D and tkinter modules. -
Shows a BYU-Idaho student writing Python code that calls built-in functions and a function from the math module.