How To Install A Python Interpreter and A Python Editor - Visual Studio Code
How To Install A Python Interpreter and A Python Editor - Visual Studio Code
/2020
E-mail: pedrosteganha@gmail.com
Technical Note 2020 - RA: 11201720246 Date: 15/Sep./2020
Contents
Abstract………………………………………………………...3
Introduction……………………………………………………3
Abstract
Python is a programming language that is gaining a lot of users all around
the world, lately. The built-in libraries make so you can import only the functions
you need to use for your code, this way the language doesn’t lack in depth of
commands, but also doesn’t slow down because of too many functions.
This tutorial will help you install a Python interpreter and a code editor
(VSCode) so you can edit your Python codes.
Introduction
Python is a programming language that is simple to understand yet it’s a
powerful tool for pretty much all applications. When run, a Python file (.py) will be
interpreted by a program and its contents will be executed.
So that you can write your Python file (.py) you will need a text editor. You
could use the built in Windows Notepad, but it will lack the properties of other
well-known and used text editors such as Visual Studio Code.
Technical Note 2020 - RA: 11201720246 Date: 15/Sep./2020
All you need to do is run the installer and a copy of a Python interpreter
will be installed into your machine.
Technical Note 2020 - RA: 11201720246 Date: 15/Sep./2020
Once you download it, you need to install some extensions to make your
experience better. For example, the Code Runner extension makes so that you
can run your code while still inside the text editor and the Python extension brings
in a lot of tools to debug, format and work on your Python code.
Technical Note 2020 - RA: 11201720246 Date: 15/Sep./2020
To open a file, you simply click on File -> Open and browse for your desired file.
Otherwise, you can select a folder to be shown at the side of the workspace by
selecting File -> Open Folder