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...
Today We Did We added score on top of the explode image. We started working on bug.py Homework Continue working on bug.py so you can have the following Display the bug onRead More...
Today We Did We continued with Flappy Bird project. We made sure the Flappy Bird cannot jump when in falling mode. When user click the Play button, the location of the birdRead More...
Today we did: Reviewed for loops and iterating by elements as well as index Review append, insert, remove, pop, del list functions Introduced while loops as a way of executing certain codeRead More...
Homework Create a new python file Aug20_StringHomework.py Copy codes from page 20 to 23. For those who do not have the book yet, click this link IntroToPythonP20toP23 When you see >>> copy theRead More...
Today We Did We learned about IF ELSE ELIF statements We learned how to get input from shell We learn about List. Homework Create Aug20_HowOldAreYou.py and do exercise from this page (onlyRead More...
Today We Did We continued with Robux System. We added purchase_item function to eliminate code duplication. We keep track robux_spent by creating a new variable. Homework Continue with Robux system, add aRead More...
Homework Make sure the bug can appear from left or right side of the screen. This is very similar to the Bird sprite in the dragon-birdie project. If you have not doneRead More...
Today We Did We continued with Flappy Bird. We started creating Credit Page. Homework Continue on your personal python game project according to your project planning. Continue on your Flappy Bird project.Read More...
Today we did: Review for the quiz with trivia style questions: went over variables and the different types string concatenation, f-strings, string functions if, elif, else statements, the different operators like ==,Read More...
Today We Did We learned about String data type. We learned about 3 String built-in functions: lower(), upper(), title() We learned how to combine String together using Python "f" formatter. Homework IfRead More...
Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , Homework Create a new python file Aug27_StringHomework.py in Thonny. Copy codesRead More...
Today: We added collision detection between the player and the bird. We added a new page the landing page when the game is loaded, and switched to the game in session pageRead More...
Gamas subs Today We Did We reviewed Pizza class homework. We started converting Aug16_ShoppingCartSystemV2.py into Aug27_ShoppingCartSystemV3.py using GroceryItem class. The code that we did in the class can be found in here.Read More...
Today We Did Finished Robux application Did some final test review Homework next week is 2 hour finals. It is open book, you should use thonny to do your coding. Study theRead More...
Homework When the bug in dizzy mode, make the bug fall down. You have to do this in bug.py in the update method. Create landing page using balloon_title.png, play_button.png and copy theRead More...
Today We Did We went over the String homework2 today. We reviewed String, Integer data types. We introduced Float data types. We reviewed .strip(), .rstrip(), .lstrip() String functions. We reviewed \t andRead More...
Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , (one has space and one doesn't) Homework Create a new fileRead More...