Articles by Goutham Balaraman

Flask-Blogging: A Python Flask Blog Engine as an Extension

July 04, 2015 by Goutham Balaraman

This post will give an introduction to Markdown based Flask blog engine extension.

   python   flask   programming  

An Introduction to Interest Rate Term Structure in QuantLib Python

April 08, 2015 by Goutham Balaraman

This post will walk through the basics of bootstrapping yield curve in QuantLib Python.

   python   finance   quantlib  

Modeling Fixed Rate Bonds in QuantLib Python

March 30, 2015 by Goutham Balaraman

This post will walk through an example of modeling fixed rate bonds using QuantLib Python.

   python   finance   quantlib  

Introduction to QuantLib Python

March 24, 2015 by Goutham Balaraman

This post will walk through some of the basics of QuantLib Python library.

   python   finance   quantlib  

Multi-Processing With Pandas

November 19, 2014 by Goutham Balaraman

Motivation for using multi-processing with pandas

   python   programming   pandas  

Minimal Example of Calling Lua Functions from C++

August 05, 2014 by Goutham Balaraman

This article will present an introductory example of calling lua functions from C++.

   lua   programming   C++  

Minimal Lua C++ Example

July 17, 2014 by Goutham Balaraman

Very basic introduction to Lua C++ API

   lua   programming   C++  

Git For Dummies

March 20, 2014 by Goutham Balaraman

Working with git could be quite intimidating. Here we will work through some basics and discuss some examples on using git.

   git   programming   github  

Asynchronous Python Logging Using MSMQ

February 21, 2014 by Goutham Balaraman

Asynchronous logging in Python using MSMQ.

   python   programming  

Sending MSMQ Messages Using Python

February 21, 2014 by Goutham Balaraman

Send MSMQ messages using python

   python   programming