Setup Python Programming in Visual Studio Code

Publié le: 12 mars 2023
sur la chaîne: 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)


Sur cette page du site, vous pouvez voir la vidéo en ligne Setup Python Programming in Visual Studio Code durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Dr. Mohammed Abdul Salam Gollapalli 12 mars 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 481 fois et il a aimé 10 téléspectateurs. Bon visionnage!