ACSE-1 Lectures 1-4 (https://github.com/acse-2019/ACSE-1/) are Jupyter notebooks containing exercises tested using okpy.
- Complete all the exercises (except exercise 3.10 which is broken) in each of these notebooks.
- Add each of these completed notebooks to this repository for uploading to github classroom using the filenames
lecture1.ipynb
,lecture2.ipynb
,lecture3.ipynb
,lecture4.ipynb
. - The grading is automated so you must use these filenames. Do not add any additional files. Do not add any additional folders.
- You can submit multiple times. Only your final version pushed to github classroom before the deadline will be graded.
You will notice that okpy reports your score in the exercises so you can assess yourself. This will be your grade for this first assessment. Therefore, you should aim to get 100% in this first assessment to demonistrate a basic level of programming ability with Python.
Top tip: Restart the notebook kernel and re-run the entire notebook to ensure it all works correctly. Students frequently submit notebooks that are in an inconsistent state!