9AM – Intro to Python – Saagar
Today we did: Covered more examples of functions with return values. Did 3 problems together as a group Had each student write their own functions to solve a problem Introduction to randomRead More...
Today we did: Covered more examples of functions with return values. Did 3 problems together as a group Had each student write their own functions to solve a problem Introduction to randomRead More...
Today We Do We reviewed List homework from page 42 and 43. We learned about For Loop. How to use for loop to go through each element inside a list. How toRead More...
Today We Did We finished adding SATURN_FOX creature along with its animation. We learned about JSON file structure. Homework In MonsterInheritance project create these 3 json files. This should be very similarRead More...
Today we: Started the Animal Race project. Made the Cat sprite count down. Made the Dog sprite move and change costumes when the player presses the M key. Added the Blue SkyRead More...
Today We Did We continued with our Dragon Birdie Mobile game. We added player sprite. We resized player sprite. We started doing player sprite animation. Homework Continue with the player sprite animationRead More...
What we did today We finished the Supermarket project. Homework No homework this week! Yay!
Today We Did: We continued with the Monster Inheritance project. Added in the attack menu and created the melee attack and started the magic attack. For Homework: Continue with the magicMenu thatRead More...
Today We Did For loops using range() (gives us every index) For each loops (gives us every value) Remember list gives us the value at that index, even inside for loopsRead More...
Today We Did We finished reviewing Dictionary homework. We reviewed phone book small program and how to utilize Python Dictionary to store and search phone numbers. We learned how to read errorRead More...
Today We Did Learned about range(value) function, gives list from 0 to value - 1 (ex: range(4) gives ) Learned about for each loops, gives every value in list Learned about forRead More...
Today We Did: We went over how to create an if statement, an else if statement, and an else statement. Also, we were able to understand better how to get the user'sRead More...
Today we: Learned how to customize and randomize details about the flower Created a block titled “draw_stalks” to create flower stems Learned how to customize details about the flower stems Finished theRead More...
Today We Did We reviewed Minecraft crafting recipes. We learned about JSON We learned about String and integer fields. We learned about how to represent Class/object or Dictionary inside a Json file.Read More...
Today We Did We finished SchoolSystem program. Homework Create a new Book class inside book.py. Add all necessary attributes according to below expected behavior. Create BookSystem class inside main.py and add theRead More...
What we did today We continued working on the Caption America Shield + Thor's Hammer drawing. Homework Draw the handle, symbol, and the base on the bottom of the hammer When drawingRead More...