American Young Coder

AYC logo

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...

7 PM – Python Game Development – Gamas

Today We Do We reviewed individual project. We continued with flappy bird Homework Continue on your individual project. Continue on Flappy Bird, create landing page like below

10 AM – Intro to Python – Saagar

Today we did: If, elif, else statements and when/how we use them to execute code based on specific condition(s), else is not always necessary Important of indentation and colons in distinguishing ifRead More...

5 PM – Python OOP – Bill Han

Gamas Chang substitute Bill. Today We Do We reviewed homeworks. We added find book by id. We added a new dictionary, books_by_name, to store books whose key is its title/name. We addedRead More...

6 PM – Intro To Python – Gamas

Today We Do We reviewed everyone Turtle Project. We answered students questions about their projects. We learned how to draw letter P in different colors forever. Homework The Turtle project is supposedRead More...