STRONG RANDOM PASSWORD TO CLIPBOARD
A python script to quickly generate a 50 character password consisting of UPPER, lower, 0123, and a limited selection of symbols. This is done using the string and secrets imports, as well as pyperclip to copy the password directly to the clipboard for easy use, just paste and go.
DAVESFIRSTNOTEBOOK.ipynb from How to Install Jupyter and Create Your First Notebook
Installing Jupyter Notebook with pip and creating your first notebook.
BASIC WEB SCRAPER USING REQUESTS AND BEAUTIFULSOUP
Scraping a sample HTML page from the web for some data about countries using requests and bs4. Grabs country names from scrapethissite/simple