triangular-flag_1f6a9.png

Before going further, we are going to install a development IDE with basic features to be able to write Python.

Table of contents

Visual Studio Code

Untitled

VS Code is an open source and free source code editor.

It’s entirely modular, so you will find many plugins and extensions to match your needs.

We’ll start with a very simple installation.

Installing VS Code

Simply download and install Visual Studio Code.

Python setup

The Python VS Code extension does not contain Python Interpreter itself (python.exe) but some other useful features:

File association

Let’s make sure VS Code is used for editing Python scripts.

From Windows File Explorer, create a Python folder in the Content folder of your UE project and create a new file test.py. Open it with visual studio code and make sure it’s the default option.

hello world.gif