Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

Python for kids

This section is for young future Lino developers. You’ll probably need somebody to help you with getting started.

How to install Python on a Debian-based Linux:

$ sudo apt-get install python3 python3-tk idle3

Introduction 1 (using Turtle)

Introduction 2 (using tkinter)

Dive into the language

After the introduction we invite you to follow the Python tutorial at w3schools. Read the texts and play with the code examples.

To open the “Command Line” on a Windows PC, you click the Windows button (in the lower left corner) and type “cmd” in the search field.

Continue with other learning resources.