George Milunovich
george.milunovich@mq.edu.au
Associate Professor
Department of Actuarial Studies and Business Analytics
Macquarie University
Sydney, Australia
- Yuanyuan Zhao
- Jonathon Mahon
- Install Anaconda Navigator
- Workshop zip File - Download and unzip the workshop file
- Open Anaconda Navigator, Launch Jupyter Lab, Navigate to unzipped directory
- If having issues with Anaconda open the notebooks from Github in Google Colab
- Python Programming for Economics and Finance
- Introduction to Python for Econometrics, Statistics and Numerical Analysis: Fourth Edition
- Difference Between Python Modules, Packages, Libraries, and Frameworks
- Part 0 - About Python
- Why Python
- Important Libraries for Data Analysis and Research
- Part 1 - Installing & Running Python
- Installing and Running Python
- Learning How to open and read Jupyter Notebooks (.ipynb) with JupyterLab
- Part 2: Basic Python Syntax 1
- Python Indentation
- Data Types
- Variables
- Changing Variable Values
- Part 3: Basic Python Syntax 2
- Collections
- Lists
- The
ifStatement - The
forLoop - Functions in Python
- Classes in Python
- Part 4: Intro to Data Analysis
- Libraries
- pandas
- Working with pandas DataFrame
- Making Predictions with sklearn