Installing Python Robot Framework on Windows

Once python is installed on your machine. If not installed already please follow my other article Visual Studio Code – Getting Started with Python here . First step is to download and install pip.
To install pip, securely download get-pip.py from here
Then run the following:
python get-pip.py

Once pip is installed, you can install robot framework by running below commands

python -m pip install robot framework

 

pip install docutils

 

Continue reading

Visual Studio Code – Getting Started with Python

Introduction

Python is one of the powerful languages of today and has gained wide acceptance as a tool to create machine learning applications due to its simple yet powerful syntax compared to other popular languages like C++, C#, Java etc.

Python was created in late 1980’s by Guido van Rossum and is developed under OSI-approved open source license by The Python Software Foundation.

Installation

Python can be downloaded for your choice of operating system from here

Continue reading