What We Did Today: Introduced Thonny, how to navigate files, and use shell Introduced variables and data types in Python Introduced printing, and math with variables Homework: Copy code from pages 20-23Read More...
Today We Did Continued working on the Supermarket System. Created a dictionary menu_items, with item number keys and GroceryItem instances as the values. Created a function to handle purchasing items. Homework NameRead More...
Today We Did Reviewed Quiz2Prep.py and Python bugs homework Homework Review for our quiz next week! I recommend focusing on the following topics: List operations (length, append, etc) Functions (return values, multipleRead More...
Today We Did Encapsulated blitting play button, logo, and credit button to their own methods Created logic to check mouse position when clicking on play button You can always find the codeRead More...
Today We Did We continued with Monster Inheritance project. We added code so it can start the adventure by displaying all monsters. Homework Continue with Monster Inheritance. After 2nd menu, add codesRead More...
Today We Did Finished LibrarySystem, started GroceryCartApplication Homework Implement the buying for the shopping cart application. If an item is selected, add it to the list If an an invalid selection isRead More...
What We Did Today: Reviewed all the concepts learned to this point in preparation for the first quiz Homework: PART 1: https://www.ayclogic.com/intro-to-python-exercises/ www.ayclogic.com/intro-to-python-exercises PART 2: Continue on your file called Nov14_WhileLoops2HW.py andRead More...
Today We Did Developed algorithm to create tubes based on timer (both downwards and upwards Used math to find correct position of sprites to remove them when they go off of theRead More...
Today we continued the Elsa project Changed the blending mode of the skin shadow layer to “Mulitply” and changed the opacity of the skin shadow layer to about 75% opacity (you canRead More...
Today We Did Finish digit recognition: https://colab.research.google.com/drive/1cd0XPCVHW7UayBotJqvyAlNDQ-yLHYpJ?usp=sharing Homework Try the following code: from google.colab import files file = files.upload() Try passing in the file you upload into model.predict, and see how itRead More...
Today we: Finished the Fire and Ice project Reviewed Scratch Level 2 concepts Homework: Elizabeth: If you want to check if your Fire and Ice project is missing any codes, you canRead More...
Today we: Finished the Cheese Chase project. Started the Fantastic Flowers project. Homework: In your pink coding book, do page 108, step #2. Send me your project here: yitong@ayclogic.com Homework is due MONDAYRead More...
Today we: Started the Punch Dummy project Created the Eye sprite Coded the Eye sprite to move back and forth when it touches the mouse pointer Important Reminders: After you finish yourRead More...
Today We Did Reviewed project progress Continued working on Shoot Balloon Homework Do tasks assigned to you in your Project outline If you have any questions, please send an email to latisha@ayclogic.com
Today we: Continued the Fantastic Flowers project Randomized the amount of petals, the color of the petals, and the color of the flower's center for each flower Homework: Read and do theRead More...
Today we: Learned about parameters and arguments Started the Robot Builder project Homework: In your Robot Builder project: Allow us to choose what color we want the rectangle to be using parametersRead More...
What We Did Today: Reviewed how to create shapes on turtle using turtle.goto(x, y) Learnt how to use turtle.forward() Learnt how to use turtle.right() and turtle.left() Learnt how to create a squareRead More...
Today We Did Continued working on Shoot Balloon Homework Whenever a balloon or bug is hit, create a new Explosion using the balloon/bug's x, y, and score and add the explosion to theRead More...
Today We Did We learned about dictionary Homework Create a new python file inside your pycharm and name it nov_30_dictionary_hw.py Copy codes from textbook page Page 92 to 97. Page 99 TRY ITRead More...
Today We Did Reviewed Nov11_PythonExercises.py Homework Study for our quiz! I recommend reviewing the following topics: Variable datatypes While loops For loops Lists If you need extra practice, do any homeworks youRead More...
Today we did: We created the giant fireball by making some new methods: create_giant_fireball, and also created a giant_fireball_group, to make sure that the giant fireball can pierce through all the birds.Read More...
Today We Did We finished SchoolSystem We started LibrarySystem project. Homework Continue on your LibrarySystem. Add code so the first 3 item in the menu would be working like below. And bonusRead More...
Today we: Worked on the Fireball Fight project. Homework: Make a Right Player ATTACK variable. Add code to the Right Player sprite so that if there are more than 0 Right PlayerRead More...
Today we did: We worked on GrocerySystem using a shopping cart list, and a dictionary to store the values. Homework: Continuing in Dec2_GrocerySystemV3, inside the for loop for finding the total price,Read More...
Today We Did We reviewed individual project. We continued with Metropolitan Weather app. Homework Continue with your personal individual project. The project is due next week 12/09. Also you are recommended toRead More...
Today We Did Added rectangles to all classes Removed sprites when they go off screen Added giant fireballs Learned about & created event listeners You can always find the code we wroteRead More...
Today we did: We learned about for loops in lists, and for loops using range with one number (one argument). Homework: Create a new file called Dec2_ForLoopListHomeowkr and do the exercises fromRead More...
Today We Did Continue working on Tank Game Homework Make the Turret class in turret.py using the assets/Player_2/Type_1/PlayerTank_2_1_Turret_0.png image. Make a turret_group in main and create 1 turret, and show it toRead More...
What We Did Today: Learned how to do special printing (.upper(), .lower(), .title() Learned how to use print(f"") with variables Introduced if, elif, and else statements Homework: Submit the file into theRead More...
Gamas Sub Today We Did We finished Supermarket OOP project We started Library System project. Homework Continue on Library System project. Add code to do Add Book List All Books Find BookRead More...
Today We Did Handled game resets between game modes Developed methods for win & lose landing pages You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will be covering Turtle. If you have any questions, email me at williamsmith@ayclogic.com
Today We: Continued the Grocery System V3 project Your HW: After you checkout and exit, print out all the things you've bought and the total price. Hint: add a list for theRead More...
Today We Did Learned inheritance Started MonsterSystem Homework Make a file called Dec5_Inheritance.py and copy pages 168 to 170 Email me at szhuang@ayclogic.com if you have any issues!
QUIZ 1 IS NEXT WEEK on December 12!! What We Did Today: Wrapped up all the concepts learned to this point in preparation for the first quiz Homework: STUDY FOR YOUR QUIZRead More...
Today We Did Blitted coin images to screen Created player class Added player's jump functionality using gravity Remembered how to use the ASCII table to detect which key the user typed YouRead More...
Today we: Began reviewing the practice test Homework: Cassie and Rex: For this week, you do not have to email me your homework. You only have to finish the Practice Test thatRead More...
Today We Did Started Titanic project Homework Try to add another feature called "First Name" that represents the first name of each person Email me at szhuang@ayclogic.com if you have any questions.
Today we: Worked on the Fantastic Flowers project. Homework: In your pink coding book, do page 115, step #19-20. Send me your project here: yitong@ayclogic.com Homework is due MONDAY NIGHT. You can submit it earlier, IRead More...
Today we: Continued the Punch Dummy project Coded the Pow and Boxing Glove sprite Important Reminders: After you finish your homework in Scratch, send an email to allison@ayclogic.com by Tuesday at 8 PM. In that email,Read More...
Today we: Finished the Fantastic Flowers project Started the Cheese Chase project Coded the Mouse to move Created the Maze sprite Coded the Mouse to stop moving if it touches the MazeRead More...
Today we: Learned how to create a function with functions inside Drew the robot's face and arms Finished the Robot Builder project Homework: Create your project proposals Make sure your project proposalsRead More...
What We Did Today: Reviewed how to create shapes on turtle using turtle.forward() and turtle.left() Learnt how to create more shapes like triangles, rectangles, and octagons using functions Learnt how to addRead More...