Your universe of knowledge starts here.

01

Choose Your Path

Select your starting point, from high school algebra to quantum mechanics.

02

Learn Through Doing

Write real code, simulate physics, and explore interactive models in the browser.

03

Track Your Growth

Earn XP, unlock badges, and visualize your growing neural network of knowledge.

The Terrain of Knowledge

Spin the globe to discover new disciplines. Our curriculum is mapped geographically—adjacent subjects share core concepts.

Mathematics
412 Active Learners

Try a Mini-Lesson

Write your first Python loop right here. No setup required.

BEGINNER

Print a sequence

Use a for loop to print numbers from 1 to 3.

Hint: use range(1, 4)
main.py
1
2
3
> Ready.