Visualizing Historical Yield Curves with Plotly and Python
Exploring Inflation Data with Python

Learn how to use Python and Data Science to visualize and analyze inflation data.
How to perform web scraping with Python!

Guide to Web Scraping with Python¶ In this blog post we’ll get you started with web scraping and Python. Before we begin, here are some important rules to follow and understand: Always be respectful and try to get premission to scrape, do not bombard a website with scraping requests, otherwise your IP address may be […]
Using Deep Learning and Tensorflow to generate new song lyrics in the style of Weezer

Welcome to this blog post on Natural Language Processing, specifically generating new text! In this blog post we’ll explore how to gather a bunch of Weezer lyrics and train a Recurrent Neural Network (RNN) to generate new lyrics character by character. Let’s dive in! Gathering the Data¶ Let’s leverage an existing an API to gather […]