Learn to code
Guided language paths
Pick a language and follow a curated sequence of concepts. Each step cites the official documentation — Novus Learn orders the path and links the source, it does not rewrite it. Turn any step into a source-grounded breakdown you can study.
- Start the path
JavaScript
The language of the web, from the MDN guide.
- Start the path
TypeScript
Typed JavaScript, from the official handbook.
- Start the path
Python
General-purpose and readable, from the official tutorial.
- Start the path
Rust
Memory-safe systems programming, from The Book.
- Start the path
Go
Simple, concurrent, and fast — from the official tour.
- Start the path
SQL
Querying relational data, from the PostgreSQL tutorial.