Today We Did Reviewed homework Reviewed creating instances of a class, using attributes and methods outside of class, incrementing/decrementing class attributes Started School System Homework No homework
Today We Did 1st Python Quiz! Homework Create the following file: Oct2_WhileLoopHW.py Read textbook end of pg 117 until pg.123 and copy down the code If you have any questions or needRead More...
Today We Did Finished the giant fireball functionality Added displays for the score and fireball cooldown text You can always find the code we wrote in class in my Gitlab repository here:Read More...
What We Did Today: Learnt how to get input from shell (user) Manipulated user input with if statements to perform certain code/actions Reviewed fundamental concepts of data types Homework: Create a fileRead More...
Today We Did Successfully blitting birds and clouds on different sides of the screen. Began developing the player class. You can always find the code we wrote in class in my GitlabRead More...
What We Did Today: Reviewed the Star Wars homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Applied "random" inside of functions, to get random items from a list Practiced steps in debugging, and got started on debugging worksheetRead More...
Today We Did We learned more about Python "class". We learned about different rules and terminologies of using Python class. Homework Memorize all the rules and terminologies that we have learned whenRead More...
Today We Did We learned about isPalindrome using List, String and Array. We learned about data structure and algorithm Homework Oct7Palindrome.java (don't forget to upload to google drive) Inside create a methodRead More...
Today We Did Continued the Monster System class Began developing the logic for magic and sword attacks In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submitRead More...
Today We Did Started learning variables and data types Homework Read pages 15-19 in the textbook Complete 1 lesson everyday on Typing Club or Typing.com If you have any questions, please emailRead More...
Today We Did Reviewed 1st Python quiz Learned functions without parameters Homework Create the following file: Oct9_FunctionsHW.py Copy code from pages 130 to 133 Oct9_FunctionsHW2.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions orRead More...
Today We Did Began working on the School System Created the School System class Created a Student class Homework Upload your main.py file to the google drive and do: Finish the add_new_studentRead More...
Today We Did Set up and began flappy bird project Create & blitted background image Brain stormed all the sprite's we'll need and created their classes Developed basic Tube class You canRead More...
Today We Did Finished adding movement to Player class Changed Player image direction on movement Began understanding hitboxes, groupcollide, and the rect attribute You can always find the code we wrote inRead More...
What We Did Today: Reviewed input from shell homework with if statements Introduced the concept of lists and how to add items into a list, remove items from a list, and printRead More...
What We Did Today: Finished the debugging homework as well as the second debugging homework Maintained practicing proper debugging techniques Started on the Quiz 2 Review, covering topics like functions, conditionals, andRead More...
Today We Did Finished the monster system Began review for final exam Went over practice test for homework In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Homework:Read More...
Today We Did Learned about If-Else statements Learned about if statements with multiple conditions (and/or) Learned about Elif statements Homework Create the following file: Oct14_IfElseHW.py Copy code from pgs 78-81 in theRead More...
Today We Did Learned about floats and strings Concatenated (combined) strings to form a sentence Homework Create a new file and save it as Oct14_StringHW.py Read pages 20-23 and copy the codeRead More...
Today We Did Finished drawing double tubes Started Coin class You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/MON-7PM-FlappyBird/-/tree/Sebastian?ref_type=heads In case you need anything, feelRead More...
Today We Did Reviewed functions with no return value Learned about functions with return values Created a grade calculator for the course Homework Create the following file: Oct9_FunctionsHW3.py Try It Yourself 8-3 onRead More...
Today We Did Fixed rectangle hitboxes for Player and Bird classes. Created and finished full Fireball class You can always find the code we wrote in class in my Gitlab repository here:Read More...
What We Did Today: Learned how to use .insert(0, "a") .remove("a") del lst Practiced the functions in an example at the end of the notes Homework: Create a file called Oct17_ListsHW2.py andRead More...
QUIZ 2 IS NEXT WEEK ON OCT 26 What We Did Today: Reviewed topics for the quiz next week, through past examples and the homework. Homework: Practice and review the following topics:Read More...
Today We Did Learned how to get input from the shell Started learning list operations Append Modify Homework Create the following file: Oct21_TellMeYourAge.py Complete exercise #1 (everything besides the last two lines)Read More...
Today We Did Learned about If-Else statements Learned about printing f-strings Homework Create the following files: Oct21_IfElseHW.py Read page 78 (If Statements) to the top of page 80 and copy the code Oct21_StringHW2.py Complete TryRead More...
Today We Did Reviewed functions with return values Learned about the random module randInt() choice() Homework Create the following file: Oct23_StarWars.py Finish the exercises at https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions orRead More...
Today We Did Finished code to load the 3 different kind of coin images Finished the code to flip coin images You can always find the code we wrote in class inRead More...
Today We Did Handled collisions for all objects Created giant fireballs with full functionality You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/tue-6-pm-dragon-birdie/-/tree/TUE-6PM-Sebastian In caseRead More...
What We Did Today: Reviewed operations on lists Introduced using for loops with lists Homework: Create a file called Oct24_ListForLoopsHW.py and submit it into the google drive when you are finished. DoRead More...
What We Did Today: Had our second quiz covering topics so far on lists, loops (while and for), functions, and the random module. Homework: No Homework!
Today We Did We finished oct_21_robux_shopping_cart_using_class.py We started SchoolSystem project. Homework Create a new file student.py Inside this file, create a new Class Student with 3 attributes: name, age and grade. InsideRead More...
Today We Did Created entire Bird class that flaps birds wings Blit random bird to screen each time program is run You can always find the code we wrote in class inRead More...
Today We Did Finished learning lists Delete element Last element of list List of integers Learned about for loops For loops with range Enhanced for loop (for-each) for lists Homework Create theRead More...
Today We Did Reviewed If-Else statements Learned about Elif (else if) Homework Create the following file: Oct28_IfElseHW2.py Read page 80-81 and copy all the code Catch up on last week's homework! https://www.ayclogic.com/event/730-pm-intro-to-python-william-3/ ContinueRead More...
Gamas Sub Today We Did We reviewed School System homeworks We reviewed how to add staff to dictionary We reviewed how to list all staffs. We went over how to choose theRead More...
Today We Did Reviewed Exercises 1-2 of Oct23_StarWars.py Created a password generator Homework Finish exercises 3-4 of Oct23_StarWars.py https://www.ayclogic.com/intro-to-python/star-wars-problem/ Oct30_Magic8Ball.py Follow the instructions on the page to create a magic 8 ball!Read More...
Today We Did Added more functionality to player class Flapping wings by cycling through images list Added gravity by decrementing y attribute by a constant value You can always find the codeRead More...
What We Did Today: Reviewed using lists in for loops Learnt how to use for loop with range() function to do certain things a fixed number of times Homework: Create a fileRead More...
Today We Did Handled new logic for drawing play button Learned how to check mouse position and if mouse was clicked You can always find the code we wrote in class inRead More...
What We Did Today: Reviewed the quiz 2 and talked about results, how to improve, and etc. Did a brief overview on everything we have learnt in this course so far, includingRead More...
Today We Did We continued with SchoolSystem project We added List all students. Homework After you are done with the homework, upload both teacher.py and oct_28_school_system.py files to google drive. Create aRead More...
Today We Did Reviewed for loops Started while loops Homework Create the following file: Nov4_AnimalList.py Follow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/ If you get stuck, look at code from previous lessons or emailRead More...