4 PM – Intro To Python – Darin
WE HAVE OUR QUIZ NEXT WEEK ON FEBRUARY 26!! What We Did Today: Reviewed how to use while loops Distinguished between while loops and for loops Started on the quiz review ReviewedRead More...
WE HAVE OUR QUIZ NEXT WEEK ON FEBRUARY 26!! What We Did Today: Reviewed how to use while loops Distinguished between while loops and for loops Started on the quiz review ReviewedRead More...
What We Did Today: Learnt how to load images onto the program using pygame.image.load() Learnt how to make images appear onto our game using .blit( {image} , {x _coordinate, y_coordinate} ) LearntRead More...
Today we: Learned about lists Homework: Upload this homework in the Google Drive folder as Feb19_ListHomework: Do the exercise from https://www.ayclogic.com/tell-me-your-age/ Read and do the codes from Pg. 38-41 Make sure to read theRead More...
Today We Did Completed code to blit explosions (through update) Created timer to remove explosions after set amount of time Blitted exploded balloon scores on top of balloons You can always findRead More...
Today We Did Reviewed Final Projects Continued working on Robux Catalog Finished handle_transaction() Started implementing user selection Homework Final deadline for project corrections is next Monday, February 26th! Be sure to make use ofRead More...
Today We Do Learnt to use t.forward() and t.right() to create shapes instead of t.goto() Learnt how to use loops to simplify code Learnt how to make a polygon Learnt how toRead More...
Today We Did Continued shoot balloon project You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/tue-6-pm-shoot-balloon/-/tree/Sebastian?ref_type=heads AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you needRead More...
Today We Did Finished Grocery System project AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Come into class ready to answer theRead More...
Today We Did Began shoot balloon project Completed cloning and project setup for our individual projects You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastianRead More...
Today We Did Debugged FixingPythonBugs.py Reviewed common Python errors Homework Create the following files: FixingPythonBugs2.py Copy and paste the code from the following website & fix errors until it runs correctly withoutRead More...