Getting Started with Python in VS Code (Official Video)

preview_player
Показать описание
In the “Getting Started with Python in VS Code” video, with @ReynaldAdolphe , viewers learn how to efficiently set up Python development environments in Visual Studio Code, including installing necessary extensions like Python and Pylance. The video demonstrates configuring Python interpreters, managing dependencies, and writing simple Python scripts.

⏲️ Chapters:
00:00 Getting started with Python in VS Code
00:23 Install Python
01:31 Install Python extension
02:29 Virtual Environment
04:50 Executing Python file options
05:25 Using the Python REPL for quick tests
06:20 Code navigation and debugging
08:27 Debugging
09:21 Documentation
09:48 Let us know what you want to see next. Comment below!

Docs:
Рекомендации по теме
Комментарии
Автор

New to Python so this video was very helpful.

erato
Автор

Just when i decided to get back to python, this video releases. Hell yeah

ruzanmuhammedasher
Автор

I didn't expect to learn anything new from this, but I happily proven wrong... Terrific video!

mattkilleen
Автор

Python Launch JSON, please, thank you, your welcome!!!

alvarobyrne
Автор

Great content! Please continue uploading such tutorials.

nu
Автор

funny this is exactly what I was looking for and was just posted yesterday- love an up-to-date tutorial. Cheers 😊

Milk-rnuq
Автор

Many thanks, I was looking for such a video!

madziulek
Автор

Launch.jason, please!

Also, I think your explanations are often pretty good, so keep it up!

Most importantly:
Anyone know why there's not an extension for using vscode like Matlab or RStudio for python scripts? Spyder does it with what is, I think, a separate subprocess that will keep anything that has been executed in a persistent memory, even without an explicit debug session running. Jupyter is not an adequate alternative for this functionality, as it is horrible for coding and debugging anything at scale.

HelloWorlds__JTS
Автор

I am now a university student of BS (AI)🧑🏻‍🎓, I'll join Microsoft for a jobe💯.
Insha Allah ❤️!

mirajuddin
Автор

great video! which extension do you use to add icons to the left of the file/folder name?

sgomez
Автор

How to disable the hover click (Auto Click) Menu items behavior?

GvUv-pq
Автор

You should have talked about installing from Windows Store

robinhalabicki
Автор

how is this video based primarily on a mac LOL

MotorsportsX
Автор

Good Video! Where do I get that shirt?

cantis
Автор

I'm new to coding and macros, I've just started learning... Is there a way to integrate Python and Libreoffice Calc macros using Visual Studio Code..? I could not find any extention or any article online.

kapilvora
Автор

on windows and Ctrl+Z (then Enter) is what exits REPL - ctrl+D made an invalid non-printable character for me
typing out exit() also works

peterberens
Автор

I'm debugging Python code that requires multiple arguments passed to the program. VSC recently changed the way to pass arguments in the launch.json file with ["args": [ "${comand:pickArgs}"] which I'm finding very confusing and frustrating. When I attempt to pass multiple items I don't get any results for sys.argv[2]. Instead all of the arguments I try to pass are in a single string. Can you make a video that explains how to configure the launch.json file for "args" when passing multiple argruments in Python? I would like to see a simple way to input arguments similar to that used in the Spyder IDE. Thanks

lawalls
Автор

Show de bola...ta no topo da minha lista de cursos kkk queria pedir alguma sugestão sobre linguagens para trabalhar na área de segurança(red ou blue team) vlwww seus vídeos são sensacionais to maratonando!

godeee
Автор

Why is it that your pip command isn't found?? My one works.. which is a problem because I don't want to be installing any packages on my brew installed python

Xaffre
Автор

thank you
how do you reslove vscode shurtcut conflict ?

maloukemallouke