Category

Python

2 articles in this category

Pennsylvania COVID-19 Data Scraping with Python

March 29, 2020 2 min read

Over the last few weeks I've been using Python to scrape the Pennsylvania Department of Health's Coronavirus page. Over time the page has evolved and even split into…

Login to WordPress from Python

October 27, 2019 1 min read

I've been trying to learn some Python and have been tinkering with the requests module. Here is how I am able to log into a webpage, such as…