Path: blob/main/learning-pathways/index.md
1677 views
---
---
{% assign pathways_science = site.pages | where: "layout", "learning-pathway" | where: "type", "use" | sort: "priority", "last" %}
{% assign pathways_other = site.pages | where: "layout", "learning-pathway" | where_exp: "item", "item.type != 'use'" | sort: "priority", "last" %}
Learning pathways are sets of tutorials curated for you by community experts to form a coherent set of lessons around a topic, building up knowledge as you go. We always recommend to follow the tutorials in the order they are listed in the pathway.
For Scientists
{% for path in pathways_science %}
{% include _includes/pathway-card.html path=path %}
{% endfor %}
For Teachers, Developers and System Administrators
{% for path in pathways_other %}
{% include _includes/pathway-card.html path=path %}
{% endfor %}