...
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:
...
Goals
- Learn about reading and writing to files
...
Use this link to accept the assignment and create your repository: https://classroom.github.com/a/6VEWwS_HjO3AjzFL
After you accept the assignment and the repository and it exists in your GitHub, clone it to your Rivanna working area.
...
1a) Work through the Class10.ipynb ipynb Jupyter Notebook. Thinking about what is happening in each step and completing the exercises!
...
1b) If time is remaining write a python Python program (a script) called <username>_read_write.py that takes a filename as a command line input (argv[1], remember!) reads the information the file, and then creates a file data.csv where you write the same information in csv (comma-separated values) format. Your program should politely tell the user if the input file does not exist (not crash!). Rename your data file and make sure your program still works. Write a second program read_csv.py that reads your csv file.
...