6 PM – Intro To Python – Darin
FINAL EXAM NEXT WEEK!! FINAL PROJECT IS ALSO DUE NEXT WEEK ON FEBRUARY 8!! What We Did Today: Reviewed for the final test next week, on a game system similar to lastRead More...
FINAL EXAM NEXT WEEK!! FINAL PROJECT IS ALSO DUE NEXT WEEK ON FEBRUARY 8!! What We Did Today: Reviewed for the final test next week, on a game system similar to lastRead More...
Today We Did Added to player.py Began making different screens Began blitting main menu buttons You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-flappy-bird/-/tree/Sebastian?ref_type=heads AYCRead More...
Today We Did Reviewed Jan20_FunctionsHW5.py Exercise #3 Created a password generator Homework Create the following files: Magic8BallV2.py Complete the 2nd version (#2) of the Magic 8 Ball with r.choice(): https://www.ayclogic.com/intro-to-python/magic-8-ball/ Feb3_StarWars.py CompleteRead More...
What We Did Today: Learnt how to use for loops with range() function Illustrated examples with the range() function Homework: Create a file called Feb5_ForLoopWithRange_HW.py and submit the file into the googleRead More...
Today we: Reviewed the homework Learned more about "if, elif, and else" statements Learned about "not equal to" statements Homework: Upload this homework in the Google Drive folder as Feb5_IfElseHomework2: Read andRead More...
Today We Did Finished GrocerySystem Worked on GrocerySystemV2: Made separate lists for menu items and prices Homework Final project deadline has been extended to February 19th (in 2 classes). Continue working on yourRead More...
Today We Did Finished making the target Added to what happens during collisions between target and balloons You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Added game modes and corresponding methods Began creating the Target class, understanding how targets and balloons will interact You can always find the code we wrote in class inRead More...
Today We Did Finished library system project Began school system project Recreated grocery item class AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Finished play button clicking functionality Get mouse position using pygame's mouse library Detect when mouse is within an image's bounds Began credits page You can always find the codeRead More...