Today We Do We reviewed final projects. We started Shoot Balloon project. Homework The final project is due on July 21. Please make progress on your final project every week according toRead More...
Today We Do We reviewed individual project. We continued with flappy bird Homework Continue on your individual project. Continue on Flappy Bird, create landing page like below
Today we did: If, elif, else statements and when/how we use them to execute code based on specific condition(s), else is not always necessary Important of indentation and colons in distinguishing ifRead More...
Gamas Chang substitute Bill. Today We Do We reviewed homeworks. We added find book by id. We added a new dictionary, books_by_name, to store books whose key is its title/name. We addedRead More...
Today We Do We reviewed everyone Turtle Project. We answered students questions about their projects. We learned how to draw letter P in different colors forever. Homework The Turtle project is supposedRead More...
Today We Do We reviewed each individual game project. We continued with Shoot Balloon project. Homework Finish your game project, they are due next week 07/21
Homework in main.py, create game_over_page method which should be very similar to game_landing_page method. The big GAME OVER text is just a text, similar to how you guys did the score text.Read More...
Today we did: Reviewed if, elif, else statements, ran through various different problems and determined what would be printed Learned how to get user input from the shell using the input functionRead More...
Gamas substitute Today We Do We finished with the Book system. Homework Create a new project in Pycharm "MonsterInheritance". If you are having problem creating a new Pycharm project, no worries, youRead More...
Today We Do We went over questions about turtle project. We went over how to draw face forever in different coordinates and different colors. Homework If you have not done with TurtleRead More...
Today We Do We reviewed the finished version of the students' games Cow and Panda Attack Doodle Marathon We continued with Shoot Balloon game by adding target, by randomizing the color ofRead More...
Today We Do We learned how to do cropping of images using Fire Alpaca. We learned how to commit and push codes to gitlab. Homework Make some progress on your game project.Read More...
Today we did: Reviewed homework briefly Continued with input using variables as user input i.e. prompt Introduced lists as a way to store an ordered collection of elements, how to index intoRead More...
Today We Do We started with Kaleido spiral. Homework Currently, the Kaleido spiral only have 3 colors: red, green and blue. Add more colors to it. Add any three colors to it.Read More...
Today We Did We continued with Shoot Balloon project. We drew the target lines. We added hitbox in both target and the balloon. We added collision detection on target and balloons. HomeworkRead More...
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...
Today We Did We reviewed the first 5 questions of the 1st quiz. We started learning Python Turtle module. We drew square and rectangle in Turtle module. Homework Finish the 1st quizRead More...
The class was on 8 AM Today We Did We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater. We learned aboutRead More...
Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...
Gamas Subs Today We Did We went over Practice Final. We added to add a new driver. Homework Finish the Practice Final codes. List all drivers Book a Trip Look at theRead More...