What We Did Today: Learnt how to use the turtle module to draw in python. Packaged our code into functions so it becomes easier for us to draw things. Homework: Do theRead More...
What We Did Today: Did our final exam! Your results will be emailed to you within the week. Homework: None! Notes: If you have any questions, you can email me at ddjapri@ayclogic.com
What We Did Today: Finished up flappy bird (duck) by adding sound effects and a losing page. Got started on shoot balloon, the last game for this class. Homework: FINISH your projectRead More...
What We Did Today: Reviewed the homework on making a functions to draw a shape consisting of other shapes. Started and finished the grocery system text based project. Started the robux systemRead More...
What We Did Today: Continued Library System, emphasizing the usage of dictionaries. Homework: Continue working on LibrarySystem, and do the following: Implement the list_all_old_books method which lists books that have a publishRead More...
What We Did Today: Continued learning how to draw in turtle. We made an all purpose draw_rectangle function using the turtle module. Homework: Continue in your file named July9_RobotBuilder and create theRead More...
What We Did Today: Finished the Robux system program. Reviewed the topics for the final exam. Homework: Optional Homework to Prepare: Try drawing any combination of rectangles and circles, then turning themRead More...
What We Did Reviewed the quiz Learned about functions Homework Create a new file called July16_FunctionsWithoutReturnValue: Read and do the codes from Pg. 130-133 Solve problems #4-6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Contact us at gamas@ayclogic.com or allison@ayclogic.com ifRead More...
What We Did Today: Finished Library Homework: Continue working on SupermarketApplication and do the following: Add print statements using item.name and item.price in each of the if statements. Outside the while loop,Read More...
What We Did Today: Learnt how to combine multiple shapes into one function in turtle Homework: Create a file called July16_AdvancedTurtleHW.py and convert the following code into a function that can beRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by making balloon change colors and costumes. Created a target class with a pointer that follows the mouseRead More...
What We Did Learned about functions with if else statements inside Learned about functions with return values Homework Create a new file called July23_FunctionsWithReturnValue: Do the "Try It Yourself" section for parts 8-1,Read More...
What We Did Today: Finished Supermarket Application Reviewed concepts/functions on using Dictionaries such as .values(), .keys(), and .items() Homework: Implement MonsterSystem.py and Monster.py and upload the two files into the google driveRead More...
What We Did Today: Learnt how to combine multiple shapes into one function in turtle Homework: Create your project proposal on paper or on tablet (by drawing), and label/color the drawing.Read More...
Today We Did: Setup PyCharm to use for the Python OOP class. Learnt a bit about a new data structure: Dictionary Homework: Create a new file called July29_DictionaryCopyHW.py and upload it intoRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by making target class complete and able to shoot down balloons. Added a score display for our scoreRead More...
What We Did Today: Continued monster inheritance project Learnt about the concept of inheritance (we haven't applied it yet) Homework: Continue in MonsterSystem.py and upload the file into the google drive whenRead More...
What We Did Learned more about the difference of functions with and without return values Learned how to generate random numbers and choices Homework Create a new file called July30_FunctionReview Copy andRead More...
What We Did Today: Learnt how to make half circles using a new parameter for t.circle(radius, extent), using extent as a parameter in draw_circle() Learnt how to incline any shape using theRead More...