Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 535 Bytes

File metadata and controls

45 lines (23 loc) · 535 Bytes

Repo Content Outline

1. Introduction to Python Basics

1. Numbers and Text:

  1. Numbers and String

  2. Comments in Python

  3. Variables

  4. Arithmetic Operators

  5. Data conversion

  6. Get User Input

  7. Challenges

2. Control Flow:

  1. Python booleans

  2. If...else Statements

  3. While loop

  4. Python For loop

  5. Break continue

  6. Challenges

3. Python Functions:

  1. Functions

  2. Local Variables

  3. Think Functions

  4. Project: Compute Student Grade