Python

New Horizons Using Airflow and Linux

Write a better summary later. Also, testing.

NASA's Shify Weather Data

Write a better summary later. Also, testing.

All You Need Is Love...For APIs

I was able to connect to Spotify and pull all artist, album, and track information about The Beatles by using an API. This post features information on this project, and how the Spotify API was useful.

A Dash of Coronavirus Data

After working with COVID-19 data from Johns Hopkins university through AWS, I thought it would be a good idea to make a dashboard to share information with others. This blog features the Dash library, which helps to build dashboards in Python!

COVID-19 "Sparked" Some AWS Ideas

Learning AWS through an interactive project took some work, yet the idea seems worth it for a variety of reasons!

Scripts Anonymous

A confidential project led to a simple yet powerful script! You know what they say - With power comes great responsibility...

How the Itsy Bitsy "Spyder" Saved My Project

This post discusses the preliminary stages of a Python project that extracts data out of hundreds of Excel files, followed by sending them to SQL Server. Jupyter posed some unexpected network issues, and Spyder was a wonderful solution!

Mood: Harry Potter

Using Python, I conducted a sentiment analysis of the Harry Potter book series by chapter and book using natural language processing (NLP). I also utilized a naive bayes classifier to detect trends in sentiment throughout the books.

Harry Potter and the Learning of WordCloud

Using Python, I cleaned all text data from the Harry Potter series to create a word cloud based on the cumulative word count. The end result was an artistic word cloud in a magical style fit for the Harry Potter universe.

Speaking Parseltongue to Python: Adventures in Harry Potter Text Analysis

I learned how to use Python by conducting exploratory data analysis on the Harry Potter book series using Natural Language Processing