Purpose: This repo contains the assignments I wrote for the Udemy "Python for Cybersecurity" course by Lloyd Ramsey
Assignment 1: Insurance Company:
- Create a simple insurance company profile based on the user's input
Assignment 2: Guessing Game:
- Guess a random number between 1 and 20
Assignment 3: Inventory:
- An inventory tracking system
Assignment 4: Inventories and Inventories_Fun
- Implementing the inventory tracking system as a class
- Several other examples of class implementations including: Dogs and Cars
Assignment 5: API Requests
- With the user's input, make requests against the useless facts API
- Parse the results that are returned
- Display the results in a user friendly format