Articles with the Python tag

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  

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  

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  

Multi-Processing With Pandas

November 19, 2014 by Goutham Balaraman

Motivation for using multi-processing with pandas

   python   programming   pandas  

Running ZEO as a Windows Service

August 04, 2014 by Gouthaman Balaraman

This article shows how to use ZEO-WinService to run ZEO as a service in Windows.

   Programming   Python   ZEO   ZODB  

Minimal Flask-Login Example

July 24, 2014 by Gouthaman Balaraman

Flask-Login is a Flask extension that provides a framework for handling user authentication. This post will give you a basic tutorial of the Flask-Login mechanism for token based authentication.

   Programming   Python   Flask   Authentication  

Flask Track Usage Primer

March 26, 2014 by Gouthaman Balaraman

Flask Track Usage is a very light weight Flask extension to track usage traffic for Flask apps. This post will give you a brief introduction to the usage and merits.

   Programming   Python