- Python basics
- Data analysis with pandas
- Data visualization with matplotlib
- Machine learning with scikit-learn
First, you need to install Python and Jupyter Notebook, so that you can follow along in this hands-on workshop (and also for future learning).
Software installation instructions
If you know your way around Git and GitHub, you can clone this repository to your local computer.
$ git clone https://github.com/frfeng/python-workshop.git
Otherwise, follow the instructions below.
-
Click the Code ▼ dropdown button, then click Download ZIP.
-
This would download everything in this repository as a ZIP file named python-workshop-master.zip to your local computer.
-
Unzip the downloaded file, and optionally, move the extracted folder to a desired place on your computer.
-
Launch Jupyter Notebook (see the last part of the software installation instructions)
- If you are comfortable with command-line interface, you can first
cd
into the workshop folder, then launch Jupyter by typing injupyter notebook
. This would allow you skip the next step.
- If you are comfortable with command-line interface, you can first
-
In the Jupyter Notebook Dashboard, navigate into the downloaded folder python-workshop-master.
-
Click any of the notebook files (i.e., the ones with the name extension .ipynb) to open it. If it successfully opens, congrats, you are all set!
If you run into any issues, please contact Fred Feng at fredfeng@umich.edu