2 PM – Intro To Python – Sebastian
Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...
Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...
Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...
Homework Continue Flappy Bird project Inside main.py, inside game_in_session(), call check_player_fall_off_the_screen() method. Inside main.py, inside game_loop, add a condition that will handle GAME_OVER mode. And create game_over page like below. Including theRead More...
Homework If you have not submitted your turtle project, please upload to google drive as soon as possible. Otherwise you get some point deductions. Gamas will send feedbacks on your turtle projectRead More...
Homework Copy Oct5_GroceryShoppingCartV2.py into Nov16_GroceryShoppingCartUsingClass.py Inside this file, create a new class on the top of the file GroceryItem Inside this class, it will have 2 attributes name price Create Nov16_ClassHomeworkP167.py InsideRead More...
Today We Did Learned about if, elif, else Learned about how "if" starts a conditional block, and "else" ends it Learned a bunch of operators (==, !=, <, <=, >, >=) LearnedRead More...
Today We Learned the basics of working with python turtle Homework Complete the questions at the following link: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ We do not have class next week, as it is thanksgiving week
Today we did: went over the bug fixing homework looping through strings and list using for loops and indexes, preparing for hangman started the hangman game with randomly choosing secret word, initializingRead More...
Homework We want to make bug falls down when hit by target Load the assets/bugs/dizzy/frame-1.png and frame-2.png into self.dizzy_images Create self.bug_mode = FLYING_MODE . You have to define FLYING_MODE and DIZZY_MODE inRead More...
Today we did: went over the looping through lists/strings homework finished hangman game with functionality for win, lose, update clues, repeated guesses, health briefly went over what will be on the quizRead More...