A factor expression and computation library for quantitative trading in Python

Factor Expression + Historical Data = Factor Values – dovahcrow/factor-expr… Read more

Similar

Data Science with Python in Visual Studio

Yep, you read that right. Visual Studio isn’t the first thing you think of when you hear “data science”, but that may just change soon. In Visual Studio 2017 they have included several tools together where you can do Python, R, and F# data projects for an... (more…)

Read more »

Building CLIs in Python with Click

A tutorial on how to use the components of the Python Click library to intuitively and easily build simple to complex command line interface (CLI) applications. This tutorial covers styling, passing context, creating your own pass decorators, nested comma... (more…)

Read more »