Creating First program using Python and Visual Studio Code
In first article of the series here, we successfully setup visual studio code for python development.
Let’s go ahead and create our first Program and run it
Step 1:
Create a new File.
In first article of the series here, we successfully setup visual studio code for python development.
Let’s go ahead and create our first Program and run it
Step 1:
Create a new File.
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