Installation and setup
Lessons 2 to 29 run in the editor beside each lesson, with nothing installed. Later lessons need Python 3.10 or later on your own computer.
The editor beside each lesson
Each lesson with a program has an editor next to the reading. Change the code and press Run; Python runs inside your browser, so there is nothing to install and nothing leaves the page.
Python 3.10 or later on your computer
From lesson 30 you work in a terminal on your own machine, which needs Python installed. Install it from python.org, or with your operating system's package manager, then check the version:
python3 --versionLesson 30 shows how to add extra tools to Python on your computer.
No accounts needed
The model in this course is a small piece of Python you write in lesson 18, so you need no account and no password for any service. Connecting to real AI services is covered in the APIs for AI course.
- Run
python3 --versionin a terminal, if Python is already installed.
Little by little, you're building something great.