Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.27 KB

README.md

File metadata and controls

46 lines (39 loc) · 2.27 KB

This is Course Description

This course will introduce researchers to Jupyter notebooks as a tool for conducting research and for communicating their work.

The Jupyter ecosystem is a rich environment for interactive computing which provides intuitive and powerful tools for data-analysis, computation and collaboration. We will explore the features of the jupyter notebook and the Python(3) programming language. Specifically, we will look at:

We will use some popular Python packages (Pandas, Numpy, Matplotlib, ...) to work through a series of examples and exercises to see how they can be used to work with external data sources, produce insights and visualizations and help create compelling showcases of your work.

This course does not have any firm requirements, but some familiarity with Python would be helpful. I recommend the following order

  1. Notebooks
  2. Python Intro & Python Types
  3. Numpy
  4. Matplotlib
  5. Pandas

Skipping any subjects you're already familiar with.