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
Good to know: An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
Last updated