On This Page

Python Lunch and Learn

On This Page

Presentations used for my ETL team at work.

Session 1

  • Introduction to Python
  • Basic Types
  • Ordered Collections

Session 2

  • Recap - Simple vs Complex Compound Data Types (Collections)
  • Compound Types
    • Ordered Collections / Sequences
      • list
      • string
      • tuple
    • Unordered Collections
  • Set
  • Dictionaries
  • Iteration