Python basics-basics
The first course for anyone who wants to understand programming without panic.
We start with simple commands directly on the site: show text, count coins, save data, make choices and repeat actions.
Then we install Python on the computer and make the first useful utility.
This is not a dry reference. It is a route from “I do not understand code at all” to “I can write a small program myself”.
- Run code in the browser
- Understand commands and variables
- Pass mini-tests
- Install Python on the computer
- Make the first utility