Tutorials¶
Welcome to the Angreal tutorials! These step-by-step guides will help you learn Angreal by building real projects.
{{< hint type=note >}} New to Angreal? Start with Your First Angreal to learn the basics. {{< /hint >}}
Before You Begin¶
Make sure you have:
- ✅ Installed Angreal (Quick Start)
- ✅ Comfort reading Python (the tutorial uses functions, decorators, and a bit of
subprocess/pathlib— no need to know them deeply) - ✅ A code editor or IDE
- ✅ About 15-30 minutes per tutorial
{{< button relref="/tutorials/your_first_angreal" >}}Start Learning{{< /button >}}