Week 03

Intro to Python - OOP, Data Types, Control Statements and Functions

Author

Tiago Ventura

Published

September 19, 2023

Lectures Notes:

Intro to Python - OOP, Data Types, and Collectors: html, Jupyter Notebook

Intro to Python II - Control Statements and Functions: html, Jupyter Notebook

Slides

Week 3 - Intro do Python: OOP, Control Statements and Functions

In-Class Exercise

See slides or notebook for the exercise

Required Readings

From Miller, Brad, and David Ranum, Problem Solving with Algorithms and Data Structures using Python

From Wes McKinney, Python for Data Analysis

Mutable vs Immutable Objects in Python - Mohan, Megha

Additional Code