| Date |
Topic |
Notes |
Pre-written Examples |
In Class Examples |
Suggested Exercises |
| 8/25/20 |
Intro, Output |
Output |
printpython.py
Circle1.py
|
printing.py
invest.py
|
Downloading IDLE
Practice 8/25
|
| 8/27/20 |
Vars, Input |
Variables, Assignment Statement
Input
|
Circle2.py
Circle3.py
Frame.py
|
circle.py
cookies1.py
cookies2.py
capacity.py
cookies3.py
|
Practice 8/27
|
| 9/1/20 |
Arithmetic Expressions |
Arithmetic Expressions
|
movie.py
Arithmetic.py
Grade.py
|
height.py
digit.py
slope.py
roadtrip.py
initials.py
colorcircle.py
|
Practice 9/1
|
| 9/3/20 |
Examples, Turtle |
Examples
|
stairs.py
food.py
|
trains.py
votesa.py
votesb.py
votesc.py
dice1.py
dice2.py
dice3.py
drunkturtlewalk.py
colorcircle2.py
|
Practice 9/3
|
| 9/8/20 |
If Statement, Random |
If Stmt.
Random Class
|
chores.py
money.py
grade1.py
grade2.py
|
choressimple.py
grade1.py
grade2.py
grade3.py
grade4.py
arupsfamily.py
simpletax.py
risk1.py
risk2.py
|
Practice 9/8
|
| 9/10/20 |
If, and/or |
More If
|
Age.py
family.py
turtlefill.py
|
age.py
leapyear1.py
leapyear2.py
randshape.py
randshape2.py
|
Practice 9/10
|
| 9/17,22/2929 |
Loops - For Intro |
For Loop |
Sum1.py
Sum2.py
Sum3.py
donations.py
sumsq.py
Easystars.py
|
square.py
polygon.py
counting1.py
counting2.py
counting3.py
beer.py
donations.py
sumn.py
nestedsquares.py
loan1.py
loan2.py
carbondating1.py
checkerboard1.py
checkerboard2.py
|
Practice 9/17,22
|
| 9/24/20 |
Loops - While Intro |
While Loop |
whyyoulittle.py
allowance.py
guess.py
donations2.py
|
donation1.py
donation2.py
donation3.py
loan1.py
loan2.py
loan3.py
guess1.py
guess2.py
guess3.py
|
Practice 9/24
|
| 9/29/20 |
Nested Loops |
Nested Loops 1 |
Mult.py
Stars.py
nestedloops.py
|
mult1.py
mult2.py
trianglepattern.py
stars1.py
stars2a.py
stars2b.py
stars3.py
stars4.py
games.py
|
Practice 9/29
|
| 10/1/20 |
Nested Loops,Exam Review |
Nested Loops 2 |
primetest.py
monopoly.py
checkerboard.py
|
monopoly2.py
sumdigits.py
digitalroot.py
useofnot.py
|
Practice 10/1
|
| 10/13/20 |
Functions 1 |
Functions #1
|
pairdice-1.py
pairdice-2.py
pairdice-3.py
|
Written Notes
calendarfunc1.py
calendarfunc2.py
calendarfunc3.py
calendarfunc4.py
calendarfunc5.py
calendarfunc6.py
multgame.py
|
Practice 10/13
|
| 10/15/20 |
Functions 2 |
Functions #2
|
stardesignsfunctions.py
|
Written Notes
copyguy.py
copyguy2.py
taxfunc.py
casino1.py
|
Practice 10/15
|
| 10/20/20 |
Functions 3 |
Functions #3
|
drawshapes.py
blackjack.py
|
Written Notes
casino2.py
casino3.py
|
Practice 10/20
|
| 10/22/2020 |
Math Library, Functions #4 |
Math Functions
|
compint.py
quadratic01.py
manhattan.py
|
Written Notes
compint2.py
quadratic02.py
quadratic03.py
mymathlib.py
compint3.py
manhattan2.py
quadratic04.py
quadratic05.py
|
Math Library Practice
Practice 10/22
|
| 10/27/20 |
Lists 1 |
Lists #1
|
magiceightball.py
testscores2.py
bbcards.py
|
intlist.py
testscores.py
runtimetest.py
|
Practice 10/27
|
| 10/29/20 |
Lists 2 |
To Be Added
|
primesieve.py
boxes.py
fruits.py
fruits.txt
|
Notes
blackjack.py
|
Practice 10/29
|
| 11/3/20 |
Lists 3 |
|
|
blackjack-v2.py
|
|
| 11/5/20 |
pyGame Demo, Resources |
Drawing in pyGame
Movement in pyGame
Collisions in pyGame
Keyboard Input
Mouse Input
Multiple File Programs
|
drawstuff.py
bouncingball.py
planets.py
bounceballgravity.py
movement.py
tennispractice.py
circleCollision.py
rectangleCollision.py
mouseEvent.py
luckyRainbow.py
sham.png
fruitgame.py
apple.jpg
strawberry.jpg
kiwi.jpg
cherry.jpg
Dot Game
Fruit Game Split
|
drawstuffedit.py
bouncingball.py
multiplebouncingballs.py
circleCollision2.py
rectangleCollision2.py
movementedit.py
tennispracticeedit.py
mouseEventEdit.py
|
Practice Drawing
Practice Movement
Practice Collisions
Practice Movement
Practice Mouse
Practice Dot Game
|
| 11/10/20 |
Strings |
Strings
|
pal.py
piglatin.py
|
Written Notes
stringpractice.py
groceries.py
|
Practice 11/10
|
| 11/12/20 |
Dictionaries |
Dictionaries
|
adrbook.py
censor.py
|
Written Notes
shopping.py
shopping-functions.py
votemerge.py
|
Practice 11/12
|
| 11/17/20 |
Input Files |
InputFiles
Kakuro
ID Numbers
|
kakuro.py
kakuro.in
kakuro.out
idnum.py
idnum.in
idnum.out
|
Written Notes
filereadbyline.py
filereadbyline2.py
filereadbyline3.py
randomjunk.txt
kakuro.py
kakuro2.py
sat.py
may2020.txt
june2020.txt
|
Practice 11/17
More Practice 11/17
|
| 11/19/20 |
Output Files |
Output Files
|
writenumbers.py
numbers.txt
multprobs.py
multprobs.txt
covid19readdata.py
covid19cumulative.txt
covid19daybyday.txt
|
Written Notes
multprobs2.py
multprobs2.txt
primelist.py
primes1000000.txt
alcohol.py
alcoholconsumption.txt
alcoholbycountry.txt
|
Practice 11/19
|
| 11/24/20 |
File Demo |
Written Notes
|
|
salary.py
ucfprof-salary.csv
prof.txt
cereal.py
cereal.csv
|
|
| 12/1/20 |
Potpouri |
Written Notes
|
|
statspractice.py
rolldice.py
nooutliers.py
setexample.py
|
|
| 12/3/20 |
Final Exam Review |
Written Notes
Spr20 F.E.
|
|
spr2020final.py
test.py
donations.txt
|
|