CSCI P-14110 Introduction to Programming, Computational Science, and Data Visualization

This is the course website CSCI P-14110

Lesson 3 - Functions, Reading data in general and with Pandas

Today we will cover how we can get data into Python, do stuff with it, and make some simple plots.

Resources

Data Downloads

Reading

  1. Py4E: Ch. 4 & 7
  2. SC’s Data with Pandas lesson
  3. Optional: IS452’s notebook on functions

Extra Code examples

  1. You can check out the Jupyter Notebook from last summer for some more examples of functions and plotting with functions.

Materials