Date
|
In
Class Exercises / Online Reading
|
In Class Exercises / Projects
|
|
|
**ALL
PROJECTS are to be completed and DUE by the due date.
|
Jan
9 - Jan 30 |
|
Feb
4- Feb 27 |
|
Mar
6 |
LESSON
OBJECTIVES
- SLO:
Python Lists
- SLO:
Iterate through a Lists
|
IN-CLASS
Exercise (To Be Graded in Class):
- Go
to W3Schools.com, review Python List Run examples
- Scroll
down, review 11 Python Methods Run examples
- append(
), clear( ),copy( ), count( ), extend( )
- index(
), insert( ), pop( ), remove( ), reverse( ), sort( )
- Self
Assessment Complete Python Lists Exercises 1 - 5
- IN-CLASS
Exercise - Lists
|
Mar
11 |
LESSON
OBJECTIVES
- REVIEW:
Python Lists
- REVIEW:
Iterate through a List
- REVIEW:
Python List Methods (w3Schools and Programiz)
- SLO:
freecodecamp Lists and List Slicing
- SLO:
freecodecamp List Functions
|
IN-CLASS
Exercise (To Be Graded in Class):
- Go
to Programiz.com, Python Tutorial - Python List for more examples
- Create
a List
- Access
Elements in a List
- Slice
a List
- Change
or Add Elements to a List
- Delete
or Remove Elements in a List
- List
Methods (11)
- List
Comprehension
- List
Membership
- Iterating
through a List
- IN-CLASS
Exercise - GUESTS List Challenge
- PROJECT
4: CLICK HERE for Instructions
|
Mar
13 |
LESSON
OBJECTIVES
- SLO:
Tuples
|
IN-CLASS
Exercise (To Be Graded in Class):
- Go
to w3schools, Python Tuples
- Go
to Programiz.com, Python Tutorial - Python Tuple for more examples
- Watch
the freecodecamp video on Tuples
|
Mar
18 |
LESSON
OBJECTIVES
- REVIEW:
Tuples
|
IN-CLASS
Exercise (To Be Graded in Class):
- IN-CLASS
Exercise - Tuples
- In-Class
Exercise (gymnast.py)
- Go
to w3schools.com, review Python Dictionaries
- Go
to Programiz.com, review Python Dictionaries
|
Mar
20 |
LESSON
OBJECTIVES
- SLO:
Dictionaries
|
IN-CLASS
Exercise (To Be Graded in Class):
- In-Class
Exercise - Dictionaries (petnames.py)
- In-Class
Exercise - Dictionaries (mountains.py)
|
Mar
25 |
LESSON
OBJECTIVES
- SLO:
Modules
|
IN-CLASS
Exercise (To Be Graded in Class):
- Go
to W3Schools.com, review Python Module examples
- Go
to Programiz.com, Python Tutorial - Python Module (Save As: example.py)
- In-Class
Exercise (sphere.py)
|