Course Schedule
| Module | Date | Topics |
|---|---|---|
| Getting started with Python | TBD (stream A), TBD (stream B) | Installing Python - how to run Python programs - managing Python environments |
| Python language fundamentals | TBD (stream A), TBD (stream B) | Object types - list - dictionaries - tuples - sets - files |
| … | TBD (stream A), TBD (stream B) | Statements - control flows - while and for loops - iterations and comprehensions |
| Computing with NumPy | TBD (stream A), TBD (stream B) | Array creation - manipulation - functions - statistics - linear algebra - generators |
| Pandas for data analysis | TBD (stream A), TBD (stream B) | Dataframes - querying - manipulation - ‘time’ data |
| … | TBD (stream A), TBD (stream B) | Grouping - working with multiple dataframes - IO |