You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


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


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:

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