9 AM – Python OOP – Indo – Gamas
Today We Did We learned more about class We learned more about how to use methods within method. We learned about how "self" is only used inside a class and used toRead More...
Today We Did We learned more about class We learned more about how to use methods within method. We learned about how "self" is only used inside a class and used toRead More...
Today we did: We created a new function called create_bird to make creating a bird more efficient. We also had a timer in the function to prevent creating too many birds tooRead More...
Today we: Finished the Shopping Cart project. Started the How Old Are You? project. Homework: Add "if then" blocks into the "forever" block. You should have 7 in total. Leave the operatorRead More...
Today we did: We went over some more examples of how OOP can be used in Python. Homework: Create a new file called Oct14_RestaurantOOP.py. Inside the file, there will be a RestaurantRead More...
Today We Did We reviewed each person's custom Android project - Connect 4, Wack-a-mole and shadow boxing. We continued with Metropolitan Weather App. Homework Continue with your individual custom project.
Today We Did We went over isPalindromeIgnoreSpace(String) using while loop approach and 2 pointers - head and tail. We discussed this simulation type USACO problem - http://www.usaco.org/index.php?page=viewproblem2&cpid=891 Homework Inside ShellGame.java, implement toRead More...
Today We Did Finished the monster system Began review for final exam Went over practice test for homework In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Homework:Read More...
Today We Did Finished for loop with indexes Learned about while loops Started learning about the Random module Homework Create Oct14_WhileLoopHW.java Finish the exercises at https://www.ayclogic.com/java-exercise-while-loop/ Upload your homework to your assignedRead More...
Today We Did Learned about If-Else statements Learned about if statements with multiple conditions (and/or) Learned about Elif statements Homework Create the following file: Oct14_IfElseHW.py Copy code from pgs 78-81 in theRead More...
Today We Did Homework review Review for quiz Homework Homework: copy these pages in a file named Oct14_IntroToPython.py https://www.ayclogic.com/intro-to-python-exercises/ Email me at szhuang@ayclogic.com if you have any questions!
Today we: Went over homework. Homework: When the Dinosaur3 sprite passes y = -100, make it say something. When the Beetle sprite passes the middle of the screen, make it say something.Read More...
What we did today We started working on the Funny Faces project. Homework Make a Hat2 sprite, Hair sprite, Eyebrow sprite, Bowtie sprite, and Sunglasses sprite. You don't have to copy theRead More...
What we did today We started working on the Chongyun drawing. Homework Finish the first base sketch. If you have any questions, email me at abigail@ayclogic.com
Today We Did Continue working on Tower of Defense Project Homework create game_lose_page() and game_win_page() functions, they should show the game_over and game_win images, and also the play button. Call these functions inRead More...
Today We Did Learned about floats and strings Concatenated (combined) strings to form a sentence Homework Create a new file and save it as Oct14_StringHW.py Read pages 20-23 and copy the codeRead More...