Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Python for Beginners
·
Module 1
Setting Up Python and Running Your First Programs
1
Verify Python Installation on Windows with `py --version`
Verify that the Python interpreter is installed on Windows using the `py --version` command.
Verify that the Python interpreter is installed on Windows using the `py --version` command.
2
Installing the Python Extension and Selecting an Interpreter in VS Code
Install Microsoft's Python extension in VS Code and select the correct interpreter.
Install Microsoft's Python extension in VS Code and select the correct interpreter.
3
Creating a Python Project in VS Code
Create a project folder and a `.py` file in VS Code.
Create a project folder and a `.py` file in VS Code.
4
Running Python Scripts in VS Code
Run a Python script from VS Code.
Run a Python script from VS Code.
5
Running a Python Script with PowerShell’s `py` Command
Run a Python script from PowerShell using the `py` command.
Run a Python script from PowerShell using the `py` command.
6
Evaluating Expressions in the Python Interactive Shell
Use the Python interactive shell to evaluate simple expressions.
Use the Python interactive shell to evaluate simple expressions.
7
Printing Text and Adding Comments in Python
Display text with `print()` and document code with comments.
Display text with `print()` and document code with comments.
8
Build and Run a Personalized Greeting Program
Build a personalized greeting program and run it successfully.
Build a personalized greeting program and run it successfully.
Next module isn't ready yet,
Back to course
Previous module
Next module