...
If you have not yet completed the in-class work or the weekly reading, then you may want to finish that first. Recent lecture notes on Canvas may also be useful...
(
...
0.5) Checkout the repository:
Use this link to accept the assignment and create your repository on GitHub: https://classroom.github.com/a/wIjIwZVv
...
Write a second program (or notebook) iris_loadtxt.py (or .ipynb) to read-in each one of these files into NumPy arrays using the function np.loadtxt (you will have 3 NumPy arrays with 4 columns of values in each). Use these columns along with NumPy functions to print summary statistics to the screen (mean and standard deviation). Make sure it is clear what you are printing to the screen.
...