American Young Coder

AYC logo

3 PM – Intro To Python – Sebastian

Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , Homework Create a new python file Aug27_StringHomework.py in Thonny. Copy codesRead More...

4 PM – Python Game Development

Today: We added collision detection between the player and the bird. We added a new page the landing page when the game is loaded, and switched to the game in session pageRead More...

6 PM – Python OOP – Bill

Gamas subs Today We Did We reviewed Pizza class homework. We started converting Aug16_ShoppingCartSystemV2.py into Aug27_ShoppingCartSystemV3.py using GroceryItem class. The code that we did in the class can be found in here.Read More...

6 PM – Intro To Python – Gamas

Today We Did Finished Robux application Did some final test review Homework next week is 2 hour finals. It is open book, you should use thonny to do your coding. Study theRead More...

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