American Young Coder

AYC logo

6 PM – Intro To Python – Gamas

Today We Do We continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree. HomeworkRead More...

1 PM – Python Game Development

Today: We went over the homework to add the cancel purchase button and music. We fixed the bug where clicking on the towers for purchase deducted more coins We added logic soRead More...

2 pm – Intro To Python – Saagar Mahadev

Today we did: Variables: why they are used (to store information) and how to declare them (variable_name = value) Data Types: the 4 types (integer, float, string, boolean) Variable naming conventions (case-sensitivity,Read More...

6 PM – Intro To Python – Gamas

Today We Do We made draw_face(x,y) function so it can draw face in Python turtle module. Homework Continue on your Turtle project. Don't forget to upload your project to the google drive.Read More...

5 PM – Python Game Development – Gamas

Today We Do We went over the project progress. We added PLAY and CREDIT buttons on the credit page. Homework Add background sound for your game. Use "Happy Baby.wav" file under "assets/audio/HappyRead More...

10 AM – Intro To Python – Saagar Mahadev

Today we did: String methods like upper(), lower(), title() and how to use them (variable.method()) Reviewed string concatenation and introduced f-strings, an easier, better way to use variables in strings (e.g. f"hiRead More...

1 PM – Python Game Development

Today: We went over the homework to add the game over page. We added logic to reset the state of the game when clicking the play button. We added the game wonRead More...