American Young Coder

AYC logo

6 PM – Python OOP – Darin

What We Did Today: Converted the GroceryStore class into a Supermarket Application program. Learnt how to optimize the code, make it easier for users Homework: In your SupermarketApplication project, implement the following:Read More...

7 PM – Intro To Python – Darin

What We Did Today: Reviewed variables, data types, if statements, how to get input from the shell, how to compare (<=, >=, ==, <, >), and typecasting (converting data types from oneRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Learn about some new functions t.forward() t.right() t.left() Learn how to draw circles You can draw half circles if you use the second parameter "extent" Monday 7:00PM class code:Read More...

6 PM – Python OOP – Darin

What We Did Today: Learned about inheritance Homework: In your human.py and basketballPlayer.py, implement the following: """ Homework: create a new attribute (variable) in the human class called totalPoints create a newRead More...

7 PM – Intro To Python – Darin

What We Did Today: Reviewed variables, data types, if statements, how to get input from the shell, how to compare (<=, >=, ==, <, >), typecasting (converting data types from one intoRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Learned how to draw a face Use all of our previous functions to draw it Went over our project proposal Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays:Read More...

6 PM – Python OOP – Darin

What We Did Today: Started the Monster Inheritance project. Homework: In your MonsterSystem project, do the following, and upload to google drive when finished: """ Homework: 1. If user clicks on "3"Read More...

7 PM – Intro To Python – Darin

What We Did Today: Reviewed variables, data types, if statements, how to get input from the shell, how to compare (<=, >=, ==, <, >), typecasting (converting data types from one intoRead More...

6:30 PM – Python OOP – Sebastian

Today we did Install Python 3.13 and PyCharm Learn about dictionaries AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submit yourRead More...

6 PM – Python OOP – Darin

What We Did Today: Continued the Monster Inheritance project. Implemented the start of the attack system. Homework: In your MonsterSystem project, do the following, and upload to google drive when finished: Complete theRead More...