Use nbviewer to view any Jupyter notebook.
- Coded correspondance: Created python functions for encrypting and decrypting messages using 2 different methods of encryption
- Hurricane Analysis: Created several functions to organize and manipulate data on Category 5 hurricanes. Includes parameters, conditionals, lists, dictionaries, string manipulation, and return statements.
- Medical Insurance Database: Used knowledge of Python dictionaries to create a database of medical records for patients. (It's all dummy data!)
- Linear Regression: Used linear regression to find the line of best fit for data collected, then make a prediction.