American Young Coder

AYC logo

9AM – Intro to Python – Saagar

Today we did: Reviewed homework briefly Continued with input using variables as user input i.e. prompt Introduced lists as a way to store an ordered collection of elements, how to index intoRead More...

6 PM – Intro To Python – Gamas

Today We Do We started with Kaleido spiral. Homework Currently, the Kaleido spiral only have 3 colors: red, green and blue. Add more colors to it. Add any three colors to it.Read More...

9AM – Intro to Python – Saagar

Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...

2 PM – Intro To Python – Gamas

Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...

8:30 AM – Intro To Python – Gamas

Today We Did We reviewed the first 5 questions of the 1st quiz. We started learning Python Turtle module. We drew square and rectangle in Turtle module. Homework Finish the 1st quizRead More...

SAT – 2 PM – Intro To Python – Gamas

The class was on 8 AM Today We Did We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater. We learned aboutRead More...

4 PM – Python Game Development

Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...