Setup Python Programming in Visual Studio Code

Publicado em: 12 Março 2023
no canal de: 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)


Nesta página do site você pode assistir ao vídeo on-line Setup Python Programming in Visual Studio Code duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Dr. Mohammed Abdul Salam Gollapalli 12 Março 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 481 vezes e gostou 10 espectadores. Boa visualização!