Get Ready for Python Basics

Short version: you don't need to install anything. Long version below, for anyone who wants to.

Nothing is required. Every exercise in this course runs directly in your browser -- real Python, real output, no download. You can complete the entire course on a laptop, a Chromebook, a tablet, or a phone.
💻Laptop / Desktop
📱Phone
📱iPad / Tablet
🌐Any browser
Should I install Python at all? 1. Install Python (optional) 2. Install VS Code (optional) Still Have Questions?

Should I Install Python At All?

Only if you want to. Installing Python and VS Code on your own computer is optional -- it's not required to finish any module or the capstone project.

Some people prefer it because it's closer to how professional developers actually work, and it lets you keep your own files (like about_me.py) saved on your computer instead of just in the browser. If that appeals to you, install it whenever you like -- Module 1, halfway through the course, or never.

If you're on a phone or iPad: skip installing anything. Python doesn't install the same way on mobile, and you don't need it to -- just use the in-browser exercises exactly as they are.

1Install Python (optional -- desktop/laptop only)

Go to python.org/downloads and download the installer for your operating system.

Windows users: during install, check the box that says "Add Python to PATH" before clicking Install.

2Install VS Code (optional -- desktop/laptop only)

Go to code.visualstudio.com, download, and install. This is the text editor where you'd write and run code outside the browser.

Then install the Python extension: open VS Code, click the Extensions icon (four squares) in the left sidebar, search "Python," and install the one published by Microsoft.

That's it -- no other libraries needed for this course.

Still Have Questions?

If you're unsure whether to install anything, don't -- start Module 1 for free and decide later. A setup call with your instructor is included once you unlock the full course.