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...
Today We Did: Continued learning about dictionaries, how to loop through them, and how to use if statements with them. Homework: Create a new file called Aug5_DictionaryCopyHW.py and upload it into theRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by adding bad balloon variants, as well as sound effects Homework: Continue working on your individual project accordingRead More...
What We Did Today: Continued monster inheritance project Applied ways to find a monster in the dictionary through looping through the keys of the dicitonary. Homework: Create a file called Aug6_InheritanceHW andRead More...
What We Did Continued Magic 8 Ball project Homework In your Magic8Ball project (from class) If the user types in "quit" or "exit" (no matter what lower and upper case), end theRead More...
What We Did Today: Learnt how to make a Kaleidoscope, and use the while loop to go through and repeat through the list items for colors Started on the Grocery System program,Read More...
Today We Did: Continued learning about dictionaries, how to find items in a dictionary (compared to finding items with a list) Created a phone book system using dictionaries. Homework: Create a newRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by adding the explode class, and getting started on the bug class. Homework 1: Continue working on yourRead More...
What We Did Today: Continued monster inheritance project Created the sword attack method as well as started on the magic attack method, implementing inheritance Homework: For Ian and Miki: Work on theRead More...
What We Did Learned how to do the Magic 8 Ball project (version 2) using random.choice Learned about Python errors (AKA bugs) and how to correct them Homework Corey: Create a newRead More...
What We Did Today: Finished the Grocery System program. Got started on the Robux System program, which takes the Grocery System program one step further by using functions and global keywords. Homework:Read More...
Today We Did: Implemented the phone book system, creating a mini interactive program that uses a dictionary to store data. Homework: Continue in your Phone Book System project and upload that fileRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by implementing most of the bug class, adding modes, as well as special effects to the bug classRead More...
What We Did Today: Continued monster inheritance project Implemented inheritance through the magic attack system where a Dragon (child of the Monster class) is immune to fire magic. Homework: Create a SlimeRead More...
What We Did Reviewed and prepared for the second quiz next week Homework Study for your quiz next week Study these concepts Functions without return values Functions with return values How toRead More...
What We Did Today: Continued and finished the Robux System. Started reviewing for the final exam. Homework: Your final project is due August 27 Finish 100% of your final project. Requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/Read More...
What We Did: Learnt how to use a while loop to achieve various effects of drawing to create a Kaleidoscope effect. Implemented a text based program - Grocery System - that testsRead More...