2015 SI@UCF Introduction to Python & PyGame Schedule, Notes, Assignments


Syllabus
Notes
  1. Introduction to Python
  2. If Statement
  3. Loops
  4. Lists,Sets,Dictionaries

Date Lecture Topic Recitation Topic Book Reading Examples Assignments Solutions
7/6 Output Variables, Input Chapter 1 Hello.py
Hello2.py
quadraticalt.py
Circle1.py
Circle2.py
Circle3.py
Welcome
Buying Gas
Changy Money
Welcome.py
Gas.py
Money.py
7/7 Arithmetic Expressions Overloading of +, mod Chapter 1 Circumference.py
Frame.py
Purchase1.py
Purchase2.py
Purchase3.py
Arithmetic.py
Grade.py
Lemonade.py
movie.py
tables.py
Military Time
Trains
Pictures
Debbie's Numbers
Road Trip
Fuel Economy
MilitaryTime.py
Trains.py
Pictures.py
debbie.py
RoadTrip.py
7/8 if statement if statement examples Chapter 2 item.py
money.py
Age.py
Temp.py
personfinder.py
Tax.py
Leapyear1.py
Leapyear2.py
UCF 500
Pay Calculator
Lemonade
Taxes
Racecar.py
PayCalc.py
Lemonade.py
Taxes.py
7/9 for loop loop design and examples Chapter 3 Sum1.py
Sum2.py
Sum3.py
sumsq.py
Power.py
Easystars.py
For Loop Asgn
Turtle #1
Turtle #2
sumeven.py
sumodd.py
donation.py
7/10 while loop turtle! Chapter 3 bhcsirocks.py
whyyoulittle.py
sumwhile1.py
allowance.py
monopoly.py
guess.py
square.py
spiralsquare.py
mountain.py
mountain2.py
Integers
Turtle #3
Turtle #4
propofints.py
7/13 nested for loop drawing in pygame Chapter 3 Mult.py
Stars.py
diamond.py
nestedloops.py
drawing.py
drawstuff.py
XYZ*
Tire Printing
Paint 1*
xyz.py
wheel.py
paintingShapesSolution.py
Test #1 Solutions
7/14 functions moving objects in pyGame Chapter 2 fueleff_func.py
calculator.py
bouncingball.py
tennispractice.py
Racketball*
racketball.py
7/15 file input,lists lists in pygame Chapter 4 readwords.py
fruits.py
fruits.txt
magiceightball.py
bbcards.py
bbcardsset.py
Car Problem
car.py
car.in
car.out
rain.py
rain2.py
raindrop.png
Club Merge
clubs.txt
Final Project Proposal
club.py
7/16 dictionaries more pygame Chapter 4 censor.py
fruitgame.py
apple.jpg
cherry.jpg
kiwi.jpg
strawberry.jpg
Telephone TelephoneSolution.py
7/17 Multiple Screens none Chapter 4 clean_games.py
testparameters.py
7/20 more functions game stuff lottery.py
spacetrek.py
7/21 More Functions Test Review KwikiMart.py
KwikiMart2.py
Sample Test #2
7/22 Class Wrap Up Test #2 KwikiMart3.py
mastermind.py
Test #2 Solutions