9AM – Intro to Python – Saagar
Today we did: Reviewed the Star Wars homework Went over using the random module in context of the Magic 8 ball problem Did some more practice with the random module and randint/choiceRead More...
Today we did: Reviewed the Star Wars homework Went over using the random module in context of the Magic 8 ball problem Did some more practice with the random module and randint/choiceRead More...
Today We Did We continued discussing Driver System practice test. Homework Continue finishing Driver System practice test. Please finish the booking feature. After user answers "Enter what time you want to leaveRead More...
Today We Did We reviewed List For Loop homework. We do more exercise with List, For Loop and getting input from user. Homework Create Oct22_ForLoopRangeHomework.py Copy code from page 57, 58. AlsoRead More...
Today We Did we continued learning JSON We learned how to represent class, Map and List in JSON. we added code that will spawn our custom entities in the world. Homework InsideRead More...
Today we: Made the Dog sprite start at the Block-D sprite whenever the game starts. Added the Block-B sprite. Made the Bat sprite start at the Block-B sprite whenever the game starts.Read More...
Today We Did We made Player flaps wing animation. We started creating Bird sprite. We created FlyingCreature class and made this parent of both classes. Homework Create 2 constants in Config.java: BIRD_MIN_SPEED,Read More...
What we did today We worked on and finished the How Old are You project. Homework Do the Movie Ticket Price project Create a new project called Movie Ticket Price Add theRead More...
Today We Did: We continued with the Monster Inheritance project and added in the magic attack and arrow attack. Also, we learned how to use inheritance by creating the Dragon. For Homework:Read More...
Today We Did We learned how to fix Python errors. We learned functions without return value. Homework Create Oct22_FunctionHomework.py Copy codes from page 132 to 134. Copy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fixRead More...
Today We Did Lots of review on if statements inside of for loops Created for loops that loop through indices Created for loops that loop through values (those are called "for eachRead More...
Today We Did Reviewed "for each" loops (loops through every value) Reviewed loops that loop through every index Learned how to put if statements inside of for loops Understood that variables createdRead More...
Today We Did: Today we reviewed the Car Dealer homework, and also went through how to create a list. We also covered, how to add and delete things from the list, alongRead More...
Today We Did Created Player Class Added Bottom Tube Homework make the player disappear when it hits a tube If you have any questions, feel free to email me at latisha@ayclogic.com
Today We Did We learned more about JSON file. We started doing Saturn Lightning Arrow. Homework Do one more JSON file creation exercise. Open your SchoolApplication project in IntelliJ. This is projectRead More...
Today We: Continued the BookSystem project Your HW: Create a new method called find_all_books_before_2010 You need to loop through each value in the book_dictionary and only display the books whose year isRead More...
What we did today We finished working on the Captain America Shield + Thor's hammer drawing. Homework No homework!!