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

circle-info

Good to know: An integrated development environment (IDE) is a software applicationarrow-up-right that provides comprehensive facilities to computer programmersarrow-up-right for software developmentarrow-up-right. An IDE normally consists of at least a source code editorarrow-up-right, build automationarrow-up-right tools and a debuggerarrow-up-right.

Last updated