American Young Coder

AYC logo

5 PM – Intro to Python – Brandon (Darin Sub)

What we learned today: Learnt about bugs and practiced fixing code. Homework: Create a new file Apr16_FixingBugs2.py for this: https://www.ayclogic.com/fixing-python-bugs-2/ and submit to your google drive.

6:00 – Python OOP- Joshua

Today We did - Reviewing Dictionaries and classes Homework # Classes /objects #Classes are templates for creating things with unique info/actions class Character(): # initialize proccess #The goal here is to takeRead More...