Junior Knights Introduction to Python: Schedule, Notes, Assignments


Date Lecture Topic Notes Examples Assignments Solutions
2/16/2013 I/O, Variables Chapter 1 Hello.py
Hello2.py
Circle1.py
Circle2.py
Circle3.py
paycalc.py(covered 2/16)
Intro Homework paycalc2.py
fahrtocel.py
celtofahr.py
calories.py
roadtrip1.py
roadtrip2.py
roadtrip3.py
2/23/2013 Arithmetic Expressions None Circumference.py
Frame.py
Purchase1.py
Purchase2.py
Purchase3.py
Arithmetic.py
Grade.py
Lemonade.py
movie.py
tables.py
Asgn Statement Homework Pictures.py
Money.py
Trains.py
3/2/2013 if statement Chapter 2 item.py
age2.py
decision.py
scholarship.py
money.py
Age.py
Temp.py
If Statement Homework
3/9/2013 if statement if statement examples incometax1.py
incometax2.py
videogame.py
sillyadventure.py
concert.py
fortune.py
Leapyear1.py
Leapyear2.py
quadratic.py
Math Class, If Homework
3/16/2013 Random Numbers twodice.py
twodicerepeat.py
snakeeyes.py
arupdice.py
Random Number Homework
4/6/2013 for loop, Turtle Chapter 3 jkrocks.py
whyyoulittle_for.py
sumfor.py
square_for.py
spiralsquare_for.py
mountain_for.py
TurtleHomework
4/13/2013 More Turtle Turtle Documentation
List of color RGB values
counting.py
minval.py
tictactoe.py
colorshape.py
circlefill.py
Week #6 Homework
4/20/2013 while Loops rangeex.py
money2.py
invest.py
Week #7 Homework
lists List Summary
Chapter 4
groceries.py
movies.py
magiceightball.py
parens.py
In Class Activity
Week #8 Homework
lists StringSummary
pal.py
piglatin.py
caesar.py
Cryptography Activity
Week #9 Homework