VSCode and Python Setup on Windows 11

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=5WSx5MCZ5w4



Duration: 29:19
225 views
4


Installing VSCode on Windows 11 and setting it up for Python Development. For Python Development the Python Extension and Jupyter Extensions should be installed in VSCode. In addition a Python environment needs to be setup with Python and the required dependencies such as the data science libraries. In this video Mambaforge will be installed and used for this purpose. Finally to use Python in VSCode the Python Interpreter (Python Environment) needs to be selected in VSCode.

00:00 Download Links
00:49 Installing VSCode
01:30 Selecting the Colour Theme
02:00 Installing Python Extensions
03:40 Projects
04:33 Markdown File
05:30 Mambaforge Install
06:32 Base Python Environment
08:10 Updating Mambaforge
09:10 Creating a VSCode Python Environment
12:55 VSCode Python Environment
13:30 Switching Python Environments in the Mambaforge, Installing Packages and Updating
15:14 Selecting the Python Interpreter (Environment) in VSCode
15:50 Interactive Python Notebook Test
17:02 Viewing Variables
18:28 Importing Data Science Libraries
22:30 Inline Cell and Interactive Window Plots
23:08 Python Module (Python Script File)
25:10 Importing a Module in an Interactive Notebook
26:05 Running Python Module Cells in an Interactive Window

VSCode:
https://code.visualstudio.com/
Mambaforge
https://github.com/conda-forge/miniforge#mambaforge
Notebook:
https://github.com/PhilipYip1988/python-notebooks#readme

Mamba Commands
Update base:
mamba update --all
Mambaforge Create Environment:
mamba create -n vscode python=3.11 notebook cython seaborn scikit-learn sympy openpyxl xlrd xlsxwriter lxml sqlalchemy nodejs ipywidgets plotly ipympl pyqt

#python #vscode #windows