American Young Coder Academy – Indo

Loading Events

« All Events

  • This event has passed.

2 PM – Python Object Oriented Programming – Sebastian

July 15, 2023 @ 2:00 pm - 3:00 pm

Today We Did
  1. Review of dictionaries and OOP
  2. Began SchoolSystem program
  3. In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
  1. Create a new folder in our Google Drive called “SchoolSystem” which you can submit all project files into each time you turn in homework.
  2. Homework: Create the list_students_list() and list_students_list() as we discussed in class. Outline:

    def list_students_list(self):
    “””
    Tell user what you’re doing
    Loop through each student in student attribute list
    Print information about each student (name, age, grade)
    “””
    pass

    def list_students_dict(self):
    “””
    Same as list_students_list, but with dictionary
    Should we use .keys(), values(), or .items() for the dictionary?
    “””
    pass

Details

Date:
July 15, 2023
Time:
2:00 pm - 3:00 pm
Event Categories:
,
Verified by MonsterInsights