Articles by Gouthaman Balaraman

Using SQLAlchemy in Luigi Workflow Pipeline

February 05, 2015 by Gouthaman Balaraman

This is a very basic example on using Luigi sqla contrib module in a task pipeline while using luigi

   Programming   Python   Luigi   SQLAlchemy  

Building Task Pipelines Using Luigi

December 31, 2014 by Gouthaman Balaraman

This is a very basic example on using Luigi as a task pipeline

   Programming   Python   Luigi  

Flask App Directory Structure

December 29, 2014 by Gouthaman Balaraman

Some notes on how to organize your flask app structure, and some thoughts on deployment.

   programming   flask   python  

MySQL Cheat Sheet

December 09, 2014 by Gouthaman Balaraman

Some notes on administering MySQL database

   programming   linux   database   mysql  

Securing Authentication Tokens

December 02, 2014 by Gouthaman Balaraman

This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.

   Programming   Python   Flask   Authentication  

Setting Up Linode For The Impatient

November 13, 2014 by Gouthaman Balaraman

Some notes based on my experience setting up the linode server

   programming   linux  

An Elegy

October 26, 2014 by Gouthaman Balaraman

An elegy to our grandmother.

   personal  

Understanding the Econometric Factor Model

October 26, 2014 by Gouthaman Balaraman

Here I explain how to make sense of the econometric factor model widget.

   finance   investing   widget  

Econometric Factor Model

October 20, 2014 by Gouthaman Balaraman

An econometric factor model to explain factor exposures and risk

   finance   investing   widget  

Option Model Handbook, Part II: Introduction to Binomial Trees

September 30, 2014 by Gouthaman Balaraman

This handbook gives a concise introduction to option models. Part II gives a basic introduction to binomial trees and its usage in pricing options.

   finance   option models   binomial tree