Setup Python Programming in Visual Studio Code

Published: 12 March 2023
on channel: Dr. Mohammed Abdul Salam Gollapalli
481
10

Easy 5 Steps to setup Python Programming using Visual Studio
Step 1: Download Data for AI
https://www.python.org/downloads/
Step 2: Download Visual Studio Code (VSC)
https://code.visualstudio.com/download
Step 3: Add mandatory & recommended extensions in VSC
https://marketplace.visualstudio.com/
OR
from the extensions tab (next slide)
Step 4: Create a Test Project (Run and Debug in VSC)
Step 5: Install recommended Python AI Packages
https://pypi.org/
pip install command from Terminal


How to Install Recommended Python Packages
-----------------------------------------------------------------------------
https://pypi.org/
pip list
pip --version if version upgrade needed then pip --upgrade pip
You can install the missing packages with the below command:
pip install numpy (fundamental package for n-dimentional array)
pip install matplotlib (scientific plotting library for data visualization)
pip install pandas (data analysis)
pip install scipy (collection of scientific computing functions)
pip install scikit-learn (supervised and unsupervised learning algorithms)
pip install nltk (library for natural language processing)
pip install seaborn (statistical data visualization with advanced visualization patterns)


On this page of the site you can watch the video online Setup Python Programming in Visual Studio Code with a duration of hours minute second in good quality, which was uploaded by the user Dr. Mohammed Abdul Salam Gollapalli 12 March 2023, share the link with friends and acquaintances, this video has already been watched 481 times on youtube and it was liked by 10 viewers. Enjoy your viewing!