Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 760 Bytes

File metadata and controls

18 lines (13 loc) · 760 Bytes

Learning Python for Crypto Trading

A numbered set of Python exercises worked through while learning the data stack used in trading research — variables and control flow through NumPy and pandas.

What this is: personal learning exercises, kept public because the progression is honest and occasionally useful to others starting out.

What this is not: a trading system, a strategy, or a library. Nothing here trades.

Files Topics
0108 Python fundamentals — variables, control flow, functions, files
09, 13 pandas — analysis and advanced operations
12 NumPy foundations

For actual strategy research, see crypto-trading-strategies.