American Young Coder

AYC logo

6 PM – Intro to Python

Today: We finished the hangman. We started learning about fixing bugs. Homework: Copy the broken code at https://www.ayclogic.com/fixing-python-bugs/, and fix it using the methodology we learned in class.  Once it's fixed itRead More...

7:30 AM – Intro To Python – Gamas

Today We Do We reviewed InputFromShell homework and IfElifElse homeworks. Homework Create a new file Mar8_InputFromShellHomework.py Do exercise in page 117, TRY IT YOURSELF: 7-1 and 7-2

6 PM – Intro To Python – Gamas

Homework Continue with your Mar2_Hangman.py Add code to check if life is equal to 0 then stop the loop. You should do this after you decrease life by one.

7 PM – Intro To Python – Gamas

Today We Do We learned about For Loop Range. Homework Create Mar9_WhileLoopHomework.py Copy codes from page 118 to 121. Please email me at gamas@ayclogic.com if you have any questions

7 PM – Python Game Development

Today: We went over the homework to add the landing page. We add the TowerForPurchase sprite and created a floating TowerForPurchase when the target collides with the non floating TowerForPurchase. Homework: CreateRead More...

4:30 PM – Python OOP – Gamas

Today We Do We started using Pycharm We started SchoolApplication Homework Continue on SchoolApplication. Add code for this feature "1. Add new student". After asking 4 questions to user, you have toRead More...

1 PM – Python Game Development

Today We went over the homework to add the game won page. We added logic so the enemy tank is recreated after winning the game. We added the maze_solver and imported itRead More...

6 PM – Intro To Python – Gamas

Today We Do We continued with Hang Man game. We learned how to loop through each letter inside the word. Homework Create a new python file Mar16_LoopingEachLetterInAWordHomework.py. The homework is due onRead More...

7 PM – Intro To Python – Gamas

Homework Create Mar16_TellMeYourAgeWhileLoop.py Do exercise in https://www.ayclogic.com/tell-me-your-age/ You have to do all of the following techniques: while loop, input, if else and break

1 PM – Python Game Development

Today: We went over the homework to make the enemy tank fire the bullet. We visualized the maze solver's path by creating a white dot for each node coordinate. We used theRead More...