- Learn the basics
- Project exercises / answers
- Understand data wrangling architecture that leverages Python and Jupyter Notebooks
- Be able to perform basic data wrangling
- Exposure to basic computer science concepts
- Some experience writing code
- Basic understanding of Python
Follow these instructions on the Docker website.
NOTE you may have to have IT enable virtualization in your system BIOS for Docker to work correctly.
Create a Github account.
Install git.
Clone this Github repository:
git clone https://github.com/maxmelnick/analytics-python-intro.git
# change directories to the project root
cd analytics-python-intro
# use docker to start Jupyter
docker-compose up -d
# view docker logs to get the url to access Jupyter
docker logs