/python-demo

Complements https://ee491f.github.io/course-material/#python

Primary LanguagePython

Python Demo

A demonstration of the Python material for EE491F.
Accompanying Video: https://youtu.be/qO_EJgAU4vw

Outline

  1. Python Versions
    • Host vs Container
  2. Python Read-eval-print loop (REPL)
  3. Python Program
  4. Data
    • Number
    • String
    • Array
    • Set
    • Dictionary
  5. Flow Control
    • Loop
      • Loop with index
      • Loop with key/value
  6. Organization
    • Function
    • Class
  7. External
    • pip
      • numpy