Setup Python Programming in Visual Studio Code

Veröffentlicht am: 12 März 2023
auf dem Kanal: 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)


Auf dieser Seite können Sie das Online-Video Setup Python Programming in Visual Studio Code mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Dr. Mohammed Abdul Salam Gollapalli 12 März 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 481 Mal angesehen und es wurde von 10 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!