Today We Did Learned about variables and datatypes Learned about if-else statements Learned how to get user input Homework Catch up on the previous 2 homeworks: Lesson 1 - Variables and DatatypesRead More...
Today We Did Finished creating a full Grocery System with object oriented programming Reviewed the important topics in object oriented programming that we've learned about (classes, constructors, attributes, and objects) Began learningRead More...
Today We Did Added teachers, staff, and classrooms to our schoolsystem project Reviewed how to create new classes, then add them to a dictionary In case you need anything, feel free toRead More...
Today we did: Learned lists Started for and for each loops Remember, you can reference the code from our lesson in the class Google Drive folder: https://drive.google.com/drive/folders/14Onyk8hhcNsgqsbuBMvIX1p0aCnxWZlj?usp=drive_link Homework: Make the following files:Read More...
Today We Did Set up Pycharm Started learning about dictionaries: Get from a dictionary Adding to a dictionary Modifying a dictionary value Removing from a dictionary Length of a dictionary Homework NameRead More...
Today We Did Reviewed last week's homework Reviewed looping through dictionary keys, values, and items. Worked on Phone Book Dictionary Program https://indo.ayclogic.com/phone-book-system/ Homework Name your file August28_PhoneBook_HW.py and do: Finish code forRead More...
Today We Did Finished player controls Created Fireball class Learned about how hit boxes will work You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-SebastianRead More...
Today We Did Finished player controls Created Fireball class Learned about how hit boxes will work You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-SebastianRead More...
Today We Did Reviewed Robot Builder HW Learned about drawing circles Created face function Homework Name your file Aug30_ManyShapes_HW.py Finish the smile for the face1 function using turtle.setheading(direction) Create a letter_A() functionRead More...