9AM – Intro to Python – Saagar
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...
Today We Did We reviewed the first 5 questions of the 1st quiz. We started learning Python Turtle module. We drew square and rectangle in Turtle module. Homework Finish the 1st quizRead More...
The class was on 8 AM Today We Did We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater. We learned aboutRead More...
Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...
Gamas Subs Today We Did We went over Practice Final. We added to add a new driver. Homework Finish the Practice Final codes. List all drivers Book a Trip Look at theRead More...
Today We Did We continued with the quiz for number 6. We continued with the Intro To Turtle by coloring the background color and coloring the shapes. Homework Finish the quiz fromRead More...
Homework When user pop bad balloon, play the assets/explodify.wav Make the Explode sprite disappear after 2 seconds. Use timer inside Explode sprite and also the self.kill(). Similar to self.balloon_create_timer in main.py.
Homework Continued on Aug10_RobuxSystem.py Add code so you can keep track of all items purchased. Add code so when user exit, the program needs to print all items purchased and also printRead More...