Master post - Eoddata.com web service blog series
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
.
Udacity DLFND Project 1 Notes
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 moreManipulating financial data with Python
Part 1 in a series covering the first micro-course in Udacity's Machine Learning for Trading.
read morePython code for Algorithmic Trading: Chapter One
Part one of a series of posts that will use Ernie Chan's book, Algorithmic Trading, for developing python quant code.
read moreA basic blog for Python data science
First post, just to get something up and running using github.io and pelican.
read more