Today We Did Refined sprite movement using Julian's improvements Added waves for the game Added health counter and images above enemy You can always find the code we wrote in class inRead More...
Today We Did Reviewed Project Proposals Kaleidoscope Spiral Learned how to change colors infinitely (will be useful for the project!) Code for today's lesson: https://drive.google.com/file/d/14-jq6tTrF-UmgCcABNyZ1EVEKYqy6Tf_/view?usp=drive_link Homework Start coding up your projects!! YouRead More...
Today We Did Continued working on our 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-sebastian AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case youRead More...
Today We Did Began learning about functions Learned that functions can sometimes take an input (parameters), and sometimes give an output (return). SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ InRead More...
What We Did Today: Utilized loops to create a cool kaleidoscope image using the turtle module. Went over steps to complete the final project Homework: Work on your final project! You need toRead More...
What We Did Today: Added a coin that rotates, through adding the coin group with the same logic as the tubes. Learnt how to fix merge requests (conflicts) Assigned team members andRead More...
What We Did Today: Got introduced to the world of Python, learning concepts such as variables and data types in Thonny. Learnt about conditionals, how to compare things in a programming language.Read More...
What We Did Today: Learnt how to debug (fix) our code whenever errors appear, and what the common types of errors are. Solved a couple programs that were buggy (broken). Homework: CreateRead More...
Today We Did Finished all Enemy functionality! Began thinking about how towers will work Began thinking about how fireballs will work (and pretty much finished) You can always find the code weRead More...
What We Did Today: Reviewed how to use conditionals (if, elif, and else statements) and printing formats using print(f" "). Learnt about lists, how to modify lists, and how to use listsRead More...
Today We Did Reviewed Project Progress Started Grocery System Homework Finish your projects before our next lesson! I'll be available via email anytime if you guys have questions or need help, andRead More...
What We Did Today: Reviewed the star wars homework problem involving functions and random module Learnt how to debug, and we did a couple debugging exercises Your HW: Create a new fileRead More...
Today We Did Finished Dereck and Merinda's project & gave advice on what to add during next lecture (written in bottom of project proposal) You can always find the code we wroteRead More...
Today We Did Continued learning about functions Wrote examples of functions with parameters and return values Began learning about the random library SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ InRead More...
What We Did Today: Made a grocery system text based program with logic we have learnt before including while loops, for loops, and if statements along with variable and data types. Homework:Read More...
What We Did Today: Explained more details on the final project, assigned repositories on gitlab for project submissions and updates. Added collision mechanism for the coin as well as score display. MadeRead More...
William Sub What We Did Today: Learned about For Loops: For loop using range() Enhanced (For Each) loop using lists Started learning while loops Homework: Create two files in Thonny as shown,Read More...
Today We Did Added code to create purchase towers on top right Added mouse target pointer for collisions with purchase towers You can always find the code we wrote in class inRead More...
Today We: Reviewed homework/OOP Concepts Started SchoolSystem Created Student class for add_student() Created list and dictionary to store students Homework: Continue working on SchoolSystem: Add the following options to the menu: 2.Read More...
Your second quiz is next week Tuesday on June 18 What We Did Today: Reviewed the debugging homework. Finished the rest of the quiz 2 review. Reviewed concepts that will come outRead More...
What We Did Today: Learnt about while loops using counter variables. Learnt about forever loops and using conditionals inside of while loops. Homework: Create one file named June13_WhileLoopsHW.py in Thonny as shown,Read More...
What We Did Today: Made a Robux System similar to BankSystem but with the ability to add money balance to make purchases. Learnt about the global keyword which is used for a functionRead More...
What We Did Today: Explained more details on the final project, assigned repositories on gitlab for project submissions and updates. Made the Game Landing Page mode. Implemented mouse clicking features. Homework:Read More...
What We Did Today: Learnt about functions (with and without return value) Learnt in depth on why we want to use functions and why they are useful. Learnt about parameters and commonRead More...
What We Did Today: Continued School System Implemented the listing methods for both the student and teacher Converted the main.py file into a class called SchoolSystem Homework: Continue working on SchoolSystem, butRead More...
What We Did Today: Did the second quiz. Homework: No homework! Enjoy your one week's break of no homework as next week we will learn something new - drawing in python!!
What We Did Today: Reviewed functions with/without return values Learnt about the random module. Learnt how to get a random integer using random.randint() Learnt how to get a random item from aRead More...
IN 2 WEEKS IS YOUR FINAL EXAM ON JULY 8 (next week is a holiday) What We Did Today: Reviewed topics for the final exam. Reviewed how to randomize colors for drawingRead More...
Next week is a holiday, we will meet again on July 8. What We Did Today: Finished Flappy Bird (Duck, or whatever you want to call the animal), adding the feature ofRead More...
What We Did Today: Reviewed how to use random module functions. Learnt debugging practices, tips, and tricks. Homework: Do the take home quiz shared to your emails, and submit it when youRead More...
Next week is a holiday, we will meet again on July 9. What We Did Today: Finished School System by implementing the find methods. Started on LibrarySystem, which is similar toRead More...
Next week is a holiday, we will meet again on July 9. What We Did Today: We started Python digital drawing using Turtle. Learnt how to use t.forward, t.goto, t.left (and t.right)Read More...
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: 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...