Skip to content

Course Structure

This bootcamp is broken down into three weeks of training, with each week covering essential Python concepts and including homework assignments for practice.

Week 1: Python Basics

In our first week, you will be installing python and learning basic syntax.

  1. Introduction - including installing Python
  2. Basic Statements
  3. Variables & Garbage Collection
  4. Operators
  5. Decision Making
  6. Sequences
  7. Variable Type: NUMBERS
  8. Variable Type: STRING
  9. Variable Type: LIST
  10. Variable Type: TUPLE
  11. Variable Type: DICTIONARY
  12. Type Conversions

Check out homework assignments in the HW folder.

Week 2: Functions & Modules

  1. Iterators & Generators
  2. Functions
  3. Scope Of Variables
  4. Modules

Check out homework assignments in the HW folder.

Week 3: I/O & Exceptions

  1. Input & Output
  2. Exceptions & Assertions
  3. Additional Links

Check out homework assignments in the HW folder.


← Back to Home