American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – Intro to Python – Isaac

May 26 @ 7:00 pm - 8:00 pm

Today, we
  1. Reviewed last week’s homework
  2. Learned about lists
    1. Use square brackets: my_list = [1, 2, 3]
    2. Zero-indexing: my_list[0] is the first item
  3. Learned things you can do with lists
    1. Replace items: my_list[2] = 4
    2. Add items: my_list.append(5)
    3. Delete items: del my_list[3]
Homework
  1. Last week’s homework (hint: look at what we reviewed this week):
    1. Number 3 from Lists, Inputs, IF and ELSE, Loops and function (starts with “Get input from shell”), and save it in a file called May_19_input_homework.py
    2. Number 1 from Tell Me Your Age (everything except the last 2 lines) and save it in a file called May_19_tell_me_your_age.py.
  2. Page 37 to 41 (do not do the “Try It Yourself”), and save it to a file called May_26_ListHomework.py

Details

Date:
May 26
Time:
7:00 pm - 8:00 pm