Skip to main content

Python

Getting started with fbprophet on Windows 10

·548 words·3 mins
I recently decided to look at my past purchases, and see if I could leverage that data to predict some of my personal spending trends. To help create a forecast, I settled on Prophet, which is a Python library for time series prediction from Facebook.

SQLAlchemy terms defined

·255 words·2 mins
In January of last year I was working on a project that used SQLAlchemy to manage database interactions. Since many of the terms were new to me back then, I thought it would be handy to define a few of them here.