American Young Coder

AYC logo

7 PM – Intro to Python – William

Today we did: Learned lists Started for and for each loops Remember, you can reference the code from our lesson in the class Google Drive folder: https://drive.google.com/drive/folders/14Onyk8hhcNsgqsbuBMvIX1p0aCnxWZlj?usp=drive_link Homework: Make the following files:Read More...

5:00 PM – Python OOP – Juan

Today We Did Set up Pycharm Started learning about dictionaries: Get from a dictionary Adding to a dictionary Modifying a dictionary value Removing from a dictionary Length of a dictionary Homework NameRead More...

7:00 PM – Python OOP – Juan

Today We Did Reviewed last week's homework Reviewed looping through dictionary keys, values, and items. Worked on Phone Book Dictionary Program https://www.ayclogic.com/phone-book-system/ Homework Name your file August28_PhoneBook_HW.py and do: Finish code forRead More...

7 PM – Python Game Development – Sebastian

Today We Did Finished player controls Created Fireball class Learned about how hit boxes will work You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-SebastianRead More...

7 PM – Python Game Development – Sebastian

Today We Did Finished player controls Created Fireball class Learned about how hit boxes will work You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-SebastianRead More...

6:30 PM – Intro to Python – Juan

Today We Did Reviewed Robot Builder HW Learned about drawing circles Created face function Homework Name your file Aug30_ManyShapes_HW.py Finish the smile for the face1 function using turtle.setheading(direction) Create a letter_A() functionRead More...

6 PM – Intro To Python – Darin

What We Did Today: Had our first quiz covering topics so far on data types, conditionals (if statements), for/while loops, and input from shell Homework: No Homework!

SAT – 9 AM – Python OOP – Gamas

Today We Did We created a new Pycharm Project - SAT-9AM We moved all the existing python files to this project. We created aug_26_dictionary.py We learned how to get, add, replace/set, deleteRead More...