Today We Answered questions about hangman Reviewed how index works in strings, lists, and for loops Homework Create a python program that completes the following: get word from user check if wordRead More...
Today We went over the homework. We learned about git branches. Homework Put the Tank turret on top of the tank base. You can use the “PlayerTank_2_1_Turret_0” image, don’t need any animationRead More...
Homework Add a new python file under "src" folder: teacher.py Inside teacher.py, create a new class "Teacher" with the following attributes: name, age, phone, subject. Inside school_application.py add two more features: AddRead More...
Today We Do We reviewed homeworks and prepare for next week 2nd quiz. Homework Next week is our second quiz, please come 15 mins early, 1:45 PM. Please study the followings FunctionsRead More...
Today We Do Before when we spawn the Tower, it always spawn the same tower over and over again regardless of which tower that we purchase. We fix this problem so theRead More...
Today We Finished writing the code for the dragon class in the MonsterInheritanceSystem Homework Page 173, 9-6 and 9-7 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today We Worked on the final project Homework Finish the final project by October 9 and review the criteria to make sure your project fulfills all requirements Final Project Criteria Link: https://indo.ayclogic.com/intro-to-python-final-project-criteria/ IfRead More...
Homework If you did not do last week homework, please do it. When the bug appear, play the sound "assets/bug/birdchirp2.wav" forever. use play(-1) When the bug goes beyond the screen, stop theRead More...
Today We went over how to draw the birds on the screen on top of the blue background. We reviewed how the game loop works. We added animation to the green bird.Read More...
Today we: Finished hangman Homework: Do the following problem: Get a word from the user. And print each character of the word along with its index. ex. word input = "race" output:Read More...
Today: We went over the homework to add the turret We added the ability to create the map. Homework: Create your own map. It should have 28 columns and 20 rows. IncludeRead More...
Today We Do We continued with School Application project, we extracted methods from add new student, list all students, add new teacher and list all teachers. Homework Under student.py and teacher.py classes,Read More...
Today We Do All python files have been uploaded into google drive: https://drive.google.com/drive/u/0/folders/1M7HsIvSLN0w8r3pbgf9I7rJT4pN2lknL We went over python exercises from https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ only number 1 and 2 Homework Please create a new python fileRead More...
Today We Do When user click to purchase the tower, the self.coins are reduced according to the price of the tower. We made the tower to be able to shoot projectile orRead More...
Today we: Completed MonsterInheritanceSystem program. (We will go over this again next week) Practiced creating parent and child classes Homework: Just start reviewing how to make classes and how inheritance isRead More...
Today we: Finished and submitted the final turtle project Homework: Just start reviewing turtle and the Grocery/Roblox System programs (because the final exam will be comprised of these materials)
Today We Do We continued with Shoot Ballon. We added feature to have the bird chirping. We added feature to have progress loader image running. Homework Review Shoot Balloon project and comeRead More...
Today: We went over the homework We learned about sprites and added the bird sprite. I've uploaded the source code here. Homework: Create a new file called "cloud.py" for the clouds thatRead More...
Today we: Finished learning about how to debug code in python Completed https://indo.ayclogic.com/fixing-python-bugs/ Homework: https://indo.ayclogic.com/fix-python-bugs-2/
Today We made the rotated the turret to face the mouse. Homework. Create a new sprite for the bullet using "Bullet.png". Shoot the bullet when the user clicks the mouse. Move theRead More...
Today We Do The students were having a lot of errors inside MonsterSystem project. We spent the entire class fixing this error. Homework Inside monster.py, create a new method (method is aRead More...
Today We Do We continued with SchoolApplication by adding students_dictionary and teachers_dictionary. When we create a new student, we added newly Student object/class into students_dictionary. Homework Now that we have added StudentRead More...
Today We went over the projects We reviewed how Flappy Duck flies in the air We went over how to add gravity. Review all these things and your final project with yourRead More...
Today We Do We when over how to do IF ELSE statements, you can find what we did in the google drive OCT16_Exercises.py. We reviewed the homeworks Homeworks If you did notRead More...
Homework Bradley, Corey, Raelyn: In enemy.py, create different health and attack_points and image for different self.type. For everyone: similar to tower_for_purchase.py, you need to blit the self.health on top of the enemyRead More...
Today We Do We learned about list, index and how to rotate the index from 0 to len(list) and back to 0. We fixed the problem with the bug costumes. The studentsRead More...
Today We Reviewed for Quiz 2 Reviewed for loops, lists, while loops, fixing errors, random Homework Homework: TRY-IT-YOURSELF from textbook Pg. 89 5-8, Pg. 131 8-2 and Pg. 142 8-6 Next weekRead More...
Homework There will be final test on 10/23 from 4 PM to 6 PM. Please study: Aug14_Complex_Shapes.py. Make sure you know how to draw face1, face2, face3 continuously. Please study: Sep25_Robux.py. MakeRead More...
Today: We went over the homework to add the bullet. We went over the problem with centering the turret. We fixed the problem centering the turret by drawing it with respect toRead More...
Homework: Inside StudentApplication project, create staff.py Inside staff.py, create class Staff with the following attributes: name, role, age, phone. Inside StudentApplication class, add 3 new features, use dictionary don't use List. 9.Read More...
Today We added logic so the player could switch between jumping, falling and standing modes correctly. We added logic so the player could stand on top of the grass_platform/land. Homework Discuss theRead More...
Today We went over the final projects We added the landing page for shoot balloon. I've added the source code here. Homework Finish up your final projects.
Today We do We reviewed homeworks today about if else and list. Homework The homework is due on Thursday night (10/28) not Saturday. Please email your homework to gamas@ayclogic.com. Please attach theRead More...
Today We Do We displayed health on top of the enemy. The bullet/projectile will now have We added code that would reduce enemy's health when it is hit by bullet. Homework WhenRead More...
Today we: Went over MonsterInheritanceSystem program. (We will go over this again next week) Added the Troll class to the program Homework: create Godzilla class that inherits Monster class attributes overrideRead More...
Today: We went over the homework to add the fireball We started creating birds continuously. We introduced the timer technique to slow down the creation of birds. We spawned birds moving toRead More...
Today We Do We reviewed homeworks and prepare for next week 2nd quiz. Homework Next week is our second quiz, please come 15 mins early, 5:45 PM. Please study the followings FunctionsRead More...
Today We went over the final project. We went over how to use different musics for different pages. We added collision detection for the bug. Homework Discuss the final project Continue workRead More...
Today: We went over the homework We made the bullet shoot in the direction the turret is facing. Homework: Add a cool-down period that enforces a minimum time between when the tankRead More...
Today We Do We went over how to use Python dictionary properly. We use Python dictionary to list all teachers using for loop. When finding teacher using dictionary, when the requested nameRead More...
Today We Do We reviewed SchoolApplication and EmailSystem to prepare for quiz next week. Homework Study SchoolApplication and EmailSystem. Try to do SchoolApplication from scratch. And try not to look at theRead More...
Today: We went over the final projects. We added the score indicator countdown indicator and explosion sprites. I've uploaded the source code here. Homework: Finish your final projects and send me anRead More...
Today We Do We went over the homeworks We reviewed While loop coding. Homework Next week on Nov 6, we will have 1st quiz retake. It will be an hour quiz. ButRead More...
Today we: Went over MonsterInheritanceSystem program Added the Godzilla class to the program Created the Hangman class Homework: Create a class called "Counter". And have an attribute of a count (startsRead More...
Today We Do We Added "Start Wave" and "Cancel Purchase" buttons on the screen. Homework Add code in main.py to make "Start Wave" and "Cancel Purchase" buttons clickable. Please do this byRead More...
Today: We went over the homework. We went over how to prevent the player tank from driving through the bricks. We reviewed how the turret rotates smoothly. Homework: Add a sprite, shield_powerup.py,Read More...
Today We Do We continued with Supermarket OOP. We converted regular Supermarket Grocery program into Object Oriented Programming. Homework Inside FRI-7PM-SupermarketOOP project, do exercise https://indo.ayclogic.com/python-oop-supermarket-practice/
Today we: Went over the Counter class homework Started working on the Driver class homework Homework: Complete the Driver class homework (reference the google form for further instructions) Driver Class Homework Instructions