Master post - Eoddata.com web service blog series

Sat 25 March 2017 by Adrian Torrie

Master post for the blog series that holds all the links related to making web service calls to Eoddata.com. Overview of the web service can be found here. This post shows you how to create a secure credentials file to hold the username and password so you don't have to keep entering it, and will allow for automation later. A quick overview is given below of establishing a session using the requests module, and parsing the xml response using xml.etree.cElementTree.

read more

Udacity DLFND Project 1 Notes

Sat 25 March 2017 by Adrian Torrie

Notes I took to help with Project 1 Introduction to Neural Networks. Covers the intuition behind neural networks, activation functions, gradient descent, backpropogation, along with additional resources for further learning.

read more

Manipulating financial data with Python

Wed 01 March 2017 by Adrian Torrie

Part 1 in a series covering the first micro-course in Udacity's Machine Learning for Trading.

read more

Python code for Algorithmic Trading: Chapter One

Wed 26 October 2016 by Adrian Torrie

Part one of a series of posts that will use Ernie Chan's book, Algorithmic Trading, for developing python quant code.

read more

A basic blog for Python data science

Tue 18 October 2016 by Adrian Torrie

First post, just to get something up and running using github.io and pelican.

read more
Fork me on GitHub