American Young Coder

AYC logo

5 PM – Python Game Development – Gamas

Homework When the bug in dizzy mode, make the bug fall down. You have to do this in bug.py in the update method. Create landing page using balloon_title.png, play_button.png and copy theRead More...

10 AM – Indo – Intro To Python – Gamas

Today We Did We went over the String homework2 today. We reviewed String, Integer data types. We introduced Float data types. We reviewed .strip(), .rstrip(), .lstrip() String functions. We reviewed \t andRead More...

2 PM – Intro To Python – Sebastian

Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , (one has space and one doesn't) Homework Create a new fileRead More...

5 PM – Python Game Development – Gamas

Today We Did We continued with Shoot Balloon project. We added ability for the Bug to do chirping. We utilized inheritance method overriding to override Sprite.kill() method. We started a Loading pageRead More...

9AM – Intro to Python – Saagar

Today we did: Went over the review sheet in depth Trivia style questions for more practice for the quiz Homework Study for the quiz!!! I strongly recommend doing practice problems and usingRead More...

2 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Removing end spaces: .rstrip(), .lstrip(), .strip() Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the followingRead More...

2 PM – Intro To Python – Gamas

Today We Did We learned about For Loop in Range. We learned about While Loop We learned about +=, -=, *=, /= shortcuts Homework Create Sep10_WhileLoopHomework.py Inside the file copy codes fromRead More...

3 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Escape keys: \n \t Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the following by yourself:Read More...