You may need to refer to this week's reading assignment throughout the exercises. 

IMPORTANT:  The Rivanna Support Team has created a special OnDemand instance just for us.  Please use it today for your session and let me know if you see any network issues:

https://ood1.hpc.virginia.edu/pun/sys/dashboard/

Announcements

  • You are off to a great start!  Keep it up! 

Goals

  • Learn about numpy

0) Get the GitHub repository and clone it to your area in Rivanna. 


Use this link to accept the assignment and create your repository:  https://classroom.github.com/a/3ISa0LTl

After you accept the assignment and the repository and it exists in your GitHub, clone it to your Rivanna working area.



1a) Work through Jupyter Notebook.


Work through the class09.ipynb JupyterLab Notebook.  It is in your repository.   Complete the exercises within. 


1b). Time permitting..

Based on what you learned in the Notebook. Write a python program (a script) called list_to_numpy.py that converts a python list of numeric values into a one-dimensional NumPy array.   Print the array, multiply it by 2, and print it again. 




Done?  Add some documentation to your programs, and then add, commit, and push your class09.ipynb and list_to_numpy.py to GitHub and make sure it is there.  

  • No labels