Last week I have to install a Python for a project where I was working, the SOPs scripts are in Python. I like to show in this entry a simple “How To” install Python on Windows. I hope it be usefull.
Download Python from the next website www.python.org;
Donwload the software and execute the installer, check “Add Python 3.6 to PATH”.
Uncheck tcl/tk and IDLE.
Chek all options and Install;
Download Pycharm for Community Edition PyCharm
Execute the Installer when downloaded;
Select you directory for installation;
Choose as you wish;
Create a Menu Folder is recommended;
A screenshot of installation;
Click on Finish button;
Clik OK;
Accept the Privacy Policy;
A little of configuration, as you wish;
Choose create a New Project;
Choose the work directory and start to develop on Python.
HTH – Antonio NAVARRO