https://pollev.com/slade You may also download the app to your phone. Use the "slade" poll ID.
Note that hw7 has two autograders: hw7a for questions 1-3 and hw7b for questions 4-6.
Here is a practice final exam and practice final solutions.
Here are the important concepts from Stamp:
Shell scripts: I might ask you to write a shell script. You should know the for loop.
The following topics were part of this course and are in scope for the final:
If your grade on the final exam is higher than your lower midterm grade, it will replace that grade. The quality of mercy is not strained.
Alas, we did not get to machine learning. See scikit learn aka, sklearn. Python module for machine learning. Machine learning jupyter notebook
See hw7hints.py You may need to install the module: wordsegment. Also, Crypto.Util.strxor is MIA. Stay tuned.
Working ciphers: arr=(aes-128-cbc aes-128-ecb des3 aria-128-ecb aria-192-ecb aes-256-ecb aes-256-cbc)
pip install wordsegment
nano is a MacOS command line text editor.
UNIX Introduction Principle 5. shell scripts