Python is one of the best programming languages for beginners. And good news: you can write Python on your Kano PC!
To start, go to the Microsoft Store and download Python 3.8.
It will install two apps.
Open the one called IDLE (short for Integrated Development and Learning Environment!).
Now you can type real Python code…and make your computer do cool stuff! To start try typing:
print("hello world! " * 100)
Then press ENTER.
What’s happening is that your computer is printing out the words 100 times! Computers are really great at doing simple things over and over and over and over and over and over and over and over.
To learn more about Python programming you can check out Codecademy’s Python Course.