# Getting started with Python

### Local Environment Setup

Open a terminal window (command prompt) and type **`"python"`** to find out if it is already installed and which version is installed.

### Download and Installation

Visit the Official Python website to download and install it on your local workstation.

Download PyCharm Community Edition or VsCode

{% hint style="info" %}
**Good to know:** An **integrated development environment** (**IDE**) is a [software application](https://en.wikipedia.org/wiki/Application_software) that provides comprehensive facilities to [computer programmers](https://en.wikipedia.org/wiki/Computer_programmer) for [software development](https://en.wikipedia.org/wiki/Software_development). An IDE normally consists of at least a [source code editor](https://en.wikipedia.org/wiki/Source_code_editor), [build automation](https://en.wikipedia.org/wiki/Build_automation) tools and a [debugger](https://en.wikipedia.org/wiki/Debugger).
{% endhint %}
