6:30 PM – Intro To Python
6:30 PM – Intro To Python
We continued with Hangman. Homework: Inside the update_clue function, inside the for loop. If the letter is equal to the parameter print "Hurray"
We continued with Hangman. Homework: Inside the update_clue function, inside the for loop. If the letter is equal to the parameter print "Hurray"
we continued with Birdie project. We made the bird moved from right to left We were able to draw more than one bird in the screen We started Bird class. Homework: AddRead More...
We went completed Baby Name Generator program. We added a way to limit the number of names when user provided a number bigger than the names that the program has. Homework: StudyRead More...
Homework: Make the bird Y coordinate random from 0 to the height of the screen.
We went over Dog class We learned inheritance by creating SamoyedDog and Doberman classes which inhenrits from Dog class. Homework: P.168 to 169.
We went over the many functionalities of Python String such as title(), upper(), strip(). We went over how to do IF ELSE ELIF statements Homework: P.80 to 81
We continued with Flappy Duck project. We made the Tube appear from top and bottom We made the Tube appear less frequently. Homework Move all the constants variable from main to config.pyRead More...
We completed update_clue function inside Hangman game. Homework: after you call update_clue(guess) check if there are no more "?" in the clue then break from loop
We went over Baby Name Generator program. Next week is final Python Test please study Baby Name Generator Turtle Python Variables and Data Types Functions List IF ELSE ELIF Random Loops HowRead More...
We completed Player class. Homework: Integrate Player class into main.py For example, look at how we integrated Bird class into main.py import the Player class create player_group add Player into player_group inRead More...
We completed class inheritance topic. We did Car and ElectricCar exercises. We downloaded Birdie game assets from google drive. Homework: Download and install Python 3.7 and Pycharm into your computer. Go toRead More...
We went over IF ELSE ELIF We went over how to do tell-me-your-age project. We went over List and For loop Homework: Finish https://www.ayclogic.com/tell-me-your-age/ program Do List coding from page 37 toRead More...
Homework: Continue with May9_PasswordGenerator.py Ask user if you want kind of password? (lowercase/camelcase/uppercase) if user enter "lowercase" then make the password all lowercase if user enter "camelcase" then make the password similarRead More...
We went over how to make the Tube appear from both the bottom and top of the screen. We added gravity to the player. Homework: Make the tube height dynamic by makingRead More...
We completed Hangman Game. We learned how to read error messages in Python and how to fix error in Python. Homework: Go to this page and copy and paste broken Python codeRead More...
We went over the Bird class We added bird flapping inside the Bird class. Homework: Inside Bird class, when direction is 270, flip the bird image horizontally.
Homework: In the Player class do the following if user pressed "w" on the keyboard make the bird go up. if user pressed "s" on the keyboard make the bird go down.
We installed Pycharm properly. We learned how to load images in Pygame. We loaded background image We loaded bird image. Homework: similar to bird01_A.png, load bird02_A.png into the screen. Follow the exampleRead More...
We added an invisible scoreline so when the Duck goes through the Tube gap, the program can increase the score. Homework: Add the background song. When the player collides with the Scoreline,Read More...
We went over how to fix python errors by understanding how to make sense python error messages. Next week is 2nd Python quiz. It will be a 2 hour quiz. Please studyRead More...
We completed creating random bird from left and right. We completed the code to make the bird face left and right based on their directions. Homework: Study the codes and come upRead More...
We made the player able to move left and right and made it face left and right accordingly. We added Bullet sprite. Homework: Integrate Bullet into the main.py Look at how weRead More...
We went over how to make the bird move horizontally We went over how to make the bird flaps its wings Homework: Load the third bird The bird should appear on theRead More...
We went over While Loop We enhanced Tell Me Your Age program to use While Loop Homework: From the book do page 51, 57, 58 and 59
We learned about functions with return values. Homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Do page 139
We started Player class for displaying Player character on the game. You can find all the latest files in the google drive. Homework: Integrate Player class into main.py Look at how weRead More...
We reviewed Test result We learned about Python Dictionary. Homework: Page 93 to 97
Homework: When the player launch the fireball, the fireball always face to the right. Even when the player is facing left. So when fireball is created, make sure you use the rightRead More...
We continued with Bird class. We learned about Pygame.sprite.Group() We learned on how to randomize the bird images. Homework: I have uploaded all the latest python files into google drive. Move theRead More...
We went over the for loop homework. We reviewed what's going to be in the quiz next week. Variables and Data Types IF ELIF ELSE statements Loops: For loops, while loops HowRead More...
We went through Python Functions: We went through the difference between function with return and without return values. We went through parameters with default value, like the one in page 139. Homework:Read More...
Flappy Duck project Player vs Scoreline collision detection (DONE) Player vs Tube collision detection (DONE) When Player hit tubes, display Player hit image. Add Score label to the top left corner ofRead More...
Homework: Name your homework file Jun3_Homework.py Page 20 to 23, copy the codes into the Jun3_Homework.py file and run it. Submit your homework to gamas@ayclogic.com before next week. If you have problem,Read More...
We completed Python Dictionary. We completed enhancing BabyNameGenerator program. Homework: 158, 160 and 161
We made the fireball face left and right We learned about hitbox. Homework: Create a hitbox for the player. Create Cloud class. Look at Bird class for reference. If you can integrateRead More...
We continued with Birdie project We made the Bird to be able to face left and right. We made the Bird to be able to appear from left or right of theRead More...
We went over last week homework. Homework for Jonathan and Benjamin: Create a list of Integers: 345, 9, -20,40. Use for loop to print every number in the list. Create a variable,Read More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.