Visual studio code is free and available for all type of Operating System. First step would be to install visual studio code. Download visual studio code from the link below and click on the corresponding button based on your Operating System. https://code.visualstudio.com/download I am downloading the windows installer. An .exe file like shown below willContinue reading “Python via Visual Studio Code”
Tag Archives: latest version
Start with Python
First step to start learning Python is to install python. Go to the site ” https://www.python.org/” and click on “Downloads” -> “All releases” The latest version of python is 3.8.1 when writing this. It downloads the exe file as shown below. Double click on python-3.8.1.exe to run the file. It will open an installation window.Continue reading “Start with Python”