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