Rust: from zero to your own organizer
The first 10 lessons and preface are open. Build a personal organizer from scratch. New lessons arrive in groups of five in Kazakh, Russian and English. The entire course is free; reading needs no account.
·
Every lesson is open: reading needs no account.
-
Before you begin
A free course for a first-time programmer. One project grows from a printed message into a personal organizer.
-
What Rust is and why it exists
Explain the choice of language without promising absolute safety.
-
The organizer we will build
Distinguish the future demonstration from the program available now.
-
Files, folders and your workspace
Find the saved file without confusing it with another copy.
-
Understanding the terminal
Enter a folder whose name contains spaces.
-
Installing Rust and checking the tools
Check the installation and distinguish the tools involved.
-
Your first Cargo project
Distinguish checking, building and running.
-
Reading your first program
Change the output and explain every line.
-
Using compiler diagnostics
Separate a language-rule error from a mistake in your intention.
-
Variables, values and types
Predict values and distinguish reassignment from a new binding.
-
Numbers and arithmetic
Check calculations and the limits of numeric types.