In-depth walkthrough of Pipeline, an API for filtering and performing computations on large universes of securities. The Pipeline API is part of Zipline but can also be used on a standalone basis.
CLI:
quantrocket codeload clone 'pipeline-tutorial'
Python:
from quantrocket.codeload import clone
clone("pipeline-tutorial")
Start here: pipeline_tutorial/Introduction.ipynb
Find more code in QuantRocket's Code Library