American Young Coder

AYC logo

4 PM – Python OOP – Darin

Today We: Changed the grocery system program to use classes to minimize the number of dictionaries needed for our program. Reviewed how dictionaries work. Homework: (1) IF you haven’t already: Do TryRead More...

7 PM – Python OOP – Darin

What We Did Today: Installed and did the setup for PyCharm, our new IDE to use in this course. Navigated the PyCharm environment, and explained how to submit homework and access PyCharmRead More...

4 PM – Python OOP – Darin

Today We: Reviewed the homework for TIY pages 162, 167 Got started on the School Application project, further implementing object oriented concepts. Homework: (1) IF you haven’t already: Do Try It YourselfRead More...

7 PM – Python OOP – Darin

What We Did Today: Learnt about dictionaries, how to access, remove, edit, and loop through dictionaries.   Homework: In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and pageRead More...

4 PM – Python OOP – Darin

Today We: Reviewed TIY page 167, highlighting default values. Continued the School Application project, further implementing object oriented concepts. Homework: For Ian: In your Sep30_SchoolSystem project, add a staff class and addRead More...

6 PM – Intro To Python – Darin

What We Did Today: Learnt how to implement heading into the functions. Explained the final project structure Homework: Draw a proposal with the following guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Submit the proposal by taking aRead More...

7 PM – Python OOP – Darin

What We Did Today: Applied dictionaries in a text based game Homework: (If you havent already) In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and page 105 (TIY 6-4Read More...

6:30 PM – Intro to Python – Sebastian

Today We Did Revisited while loops Learned about for loops with the range() function Learned about "for each loops" Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case youRead More...

4 PM – Python OOP – Darin

Today We: Reviewed the inner workings of classes, object relationships, and how to use dictionaries. Added the teacher class into the program. Next week we will start on a similar but differentRead More...