American Young Coder

AYC logo

7:00 PM – Intro to Python – Sebastian

Today we did Review quiz questions Learn about basic turtle functions Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me atRead More...

6 PM – Python OOP – Darin

What We Did Today: Started the Library System project Reviewed object oriented programming concepts Homework: In your library system project, implement the following: """ Homework: Create option 2 (list books) You haveRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Learn how to draw rectangles the new way (using t.right and t.forward) Start robot project Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you needRead More...

6 PM – Python OOP – Darin

What We Did Today: Finished the Library System project Reviewed object oriented programming concepts Homework: In your Library System project, implement the following: Homework: Create a method that lists all books withRead More...

7 PM – Intro To Python – Darin

What We Did Today: Reviewed variables, data types, if statements, and how to get input from the shell. Learnt about different ways to compare (<=, >=, ==, <, >) Learnt about typecastingRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Finish robot builder Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing 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: 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...