Week 2 - Weekend


Friday-Sunday Arrow-left-horizontal-blue.png

Due at midnight on Sunday:

  1. P2: First Programs

  2. G2: Python Basics (Guttag Ch. 2)

 

Week's Recap

Learning Objectives:

  • Can write a simple program in Python 3 using variables, input, and output
  • Can do branching with if-then-else statement
  • Can do nested if-then-else statements
  • Can use elif
  • Can use logical operators and, or, and not and relational operators
  • Can write flow charts with branching and translate flow charts to/from Python

New Python Keywords:

  • if else, elif
  • and, or, not
  • True, False

Solutions to Assignments

Available Thursday:

Available Saturday:

Available next Monday:

Week 2: Branching

857546148.jpg

 

Course Shortcuts

                   Weeks                   

          Guttag Text (G)          

            zyBooks (ZB)            

             Worksheets            

         Teamwork (TW)        

Practice-on-Paper (PQ)

              Projects (P)             

            Assessments