Set up your machine
You need two things: Python (the language) and an editor (where you write). Both are free.
- Install Python from python.org (choose the latest version for your system).
- Install Cursor, an editor with a built-in assistant. It has a free tier and is beginner-friendly.
- No laptop? Use Google Colab or Replit in your browser and skip installing anything.
Then open a terminal and confirm Python is installed:
python3 --version