Python 3 for Windows Administrators (early access)
Installing Python on Windows • 17min
0 / 3 lessons complete
Section Overview
Free lesson
Text | 1 min
Downloading and Installing Python on Windows
Free lesson
Text | 8 min
Installing and configuring VS Code for Python
Free lesson
Text | 8 min
Python Basics • 27min
0 / 6 lessons complete
Executing Python Code
Free lesson
Text | 3 min
Python 3 Syntax
Free lesson
Text | 5 min
Help! Python Keywords
Free lesson
Text | 4 min
Printing to the console!
Text | 6 min
Python Operators
Text | 4 min
Section Review
Quiz | 5 min
Python Variables • 5min
0 / 1 lessons complete

Saving Progress...
Section Overview
In this section you will install Python and Visual Studio Code. The version of Python that you chose to install doesn't matter too much as we've done our best to make this course version agnostic, but we will be installing version 3.10.
Visual Studio Code is an IDE (interactive Developer environment) that you can use to write your Python code. It has tons of useful features and extensions like syntax autocompletion, debugging, linting and much more!

Saving Progress...