Python Course - 2017 - 2018
lesson #
Topic of Lesson - Click here
Assignments: Post assignments in Stackeroo
Click for video on how to post to Stackeroo
Examples
Try coding the program on your own before looking at solutions.
1
Video : How to launch and use “Idle” to do Python programming.
2
Video: Working with “numeric” variables.
3
Video: Working with “string” variables
4
Video: Working with “string” variables
5
Video: Working with “string” variables
Write a Python program that will find the sum of the digits from 1 to 7 and display that value.
6
Video: How to use loops in programs
7
Video: Working with keyboard input from user
8
Video: User input - strings vs numbers
9
Video: User inputs a number to use in a loop
Three Exercises (click)
Python program : Loops & keyboard input
10
Video : Use of If statement in Idle Shell
11
Video : Use of If statement in program file
Python program created in video
12
Video : Generating random numbers in Python
Python program created in video
13
Video: Outline of how to create a guessing game using random numbers
Text file with outline of how to create a guessing game using random numbers
Homework (click ) create guessing game
Completed program outlined in video, Try doing homework before viewing.
.