Of course Code Editor or IDE makes it easier, but you need to know how to do the same with cli. Otherwise you wouldn't understand what all these files are created for.
You need to explain how the PY folder was created, where you create it and for what reason. This assumes there’s an existing folder. When I click on the explorer tab the folder is the first thing it asks for and my learning process stops as that part is skipped.
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.
Thanks so much !! my pc is windows 11 so dint have some of the features like the selection of " create environment on the selection of interpreters only let me do Phyton 3.10.11 64-bit /usr/local/bin/python" if sow the some but in different Archivo's. Also, with the REPL didn't show either so added extension "Phyton REPL" and back to terminal and type it was installed and all good.
Noted. In the interim, you can reference this video covering some Django setup for a CRUD app from VS Code day. th-cam.com/video/IJQh6tH1hgU/w-d-xo.html
Why doesn't my VCS have the terminal options and views at the bottom like this one? I'm new to this so this confused me in the video. You are using a terminal window. I didn't have that open on a new version and it took me a few minutes to find it. Once I did that new issues arose. Your editor seems to be bash. Mine is python. typing the command "python3 demo.py results in an error for me. Is there a video that precedes this one with some other basic setups to get tot his point
oh I am so glad you covered that at 5:13. So my code runs when I push the play arrow but not when I execute it in the terminal. It tells me Python isn't found. however, when I check Python is installed and again it does run when I use the arrow. Also, what's the dif between a local and global install. Is Global l better so you always have access to it?
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
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
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!
please im new to coding and no pretty much nothing about it other than a little about python, please why would you recommend i integrate my python in visual studio, i originally got it for c++ but it gave me the option to integrate python) so thats why im asking?
I am lost immediately after python was installed. Where exactly are you you installing the python extensions, because my python window doesn't look like what you got at 1"34?
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.
I am getting this error. Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
When I manually type python3 and then the file name in my terminal on vscode I get a message saying python not found but when I just type python it works, what did I do wrong?
@@code I think it may be something else, I installed python 3.12.5 for certain I'm really unsure what the issue could be. Everything else is working though
I didn't expect to learn anything new from this, but I happily proven wrong... Terrific video!
New to Python so this video was very helpful.
Glad you found it helpful, thanks for commenting!
Of course Code Editor or IDE makes it easier, but you need to know how to do the same with cli. Otherwise you wouldn't understand what all these files are created for.
Just when i decided to get back to python, this video releases. Hell yeah
This is great, the basics you need to get running with a clear explanation of what's going on.
You need to explain how the PY folder was created, where you create it and for what reason. This assumes there’s an existing folder. When I click on the explorer tab the folder is the first thing it asks for and my learning process stops as that part is skipped.
funny this is exactly what I was looking for and was just posted yesterday- love an up-to-date tutorial. Cheers 😊
Glad it was helpful!
Python Launch JSON, please, thank you, your welcome!!!
I am now a university student of BS (AI)🧑🏻🎓, I'll join Microsoft for a jobe💯.
Insha Allah ❤️!
Thanks, nice and clear for someone with experience, just starting Python
Many thanks, I was looking for such a video!
Great content! Please continue uploading such tutorials.
Excellent video! Thank you!
You are welcome!
"Python Launch JSON"
And thank you so much for providing Such great lessons
Do you have JavaScript lessons as well?
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.
Thanks so much !! my pc is windows 11 so dint have some of the features like the selection of " create environment on the selection of interpreters only let me do Phyton 3.10.11 64-bit /usr/local/bin/python" if sow the some but in different Archivo's. Also, with the REPL didn't show either so added extension "Phyton REPL" and back to terminal and type it was installed and all good.
Setting Django would be a nice video.
Noted. In the interim, you can reference this video covering some Django setup for a CRUD app from VS Code day. th-cam.com/video/IJQh6tH1hgU/w-d-xo.html
Nice staff !
This is very helpful ❤
Great vid.
Python Launch JSON.
You should have talked about installing from Windows Store
Noted. Thanks for feedback.
Tq you so much .
Great video, do you have any video for installing python packages?
Why mac???
Python Launch JSON.
Please also include steps to debug within the Docker instance.
Good Video! Where do I get that shirt?
I want one, too!
Found out! aka.ms/VS-Code-Shirt
@@code is there a european ordering option? shipping from us is at 120$ 😰
great video! which extension do you use to add icons to the left of the file/folder name?
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
Why doesn't my VCS have the terminal options and views at the bottom like this one? I'm new to this so this confused me in the video. You are using a terminal window. I didn't have that open on a new version and it took me a few minutes to find it. Once I did that new issues arose. Your editor seems to be bash. Mine is python. typing the command "python3 demo.py results in an error for me. Is there a video that precedes this one with some other basic setups to get tot his point
I have 1 version of python so instead of "python3' I just used 'python' mine worked
Doesn't vscode from Microsoft? Wtf is this primarily on macos ??
oh I am so glad you covered that at 5:13. So my code runs when I push the play arrow but not when I execute it in the terminal. It tells me Python isn't found. however, when I check Python is installed and again it does run when I use the arrow. Also, what's the dif between a local and global install. Is Global l better so you always have access to it?
I have 1 version of python so instead of "python3' I just used 'python' mine worked
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
how is this video based primarily on a mac LOL
Debugging flask and django apps. ❤
so even the microsoft VS-code team is using MAC as their daily device
I actually prefer to code on a Mac. Even though, I have no interest coding in swift.
I can't use the python3 in the command line 😢
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
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!
i have a problem with the terminal if I want to ask what I wrote it doesn't display
i wanna ask if the downloaded python on microsoft store and in the site are the same?
please im new to coding and no pretty much nothing about it other than a little about python, please why would you recommend i integrate my python in visual studio, i originally got it for c++ but it gave me the option to integrate python) so thats why im asking?
I am lost immediately after python was installed. Where exactly are you you installing the python extensions, because my python window doesn't look like what you got at 1"34?
From the extension marketplace.
l've been trying to use the "f " for formatting strings but its not working it gives me errors help
How to disable the hover click (Auto Click) Menu items behavior?
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.
please somebody settle this for me - VSCode with the Python extension or PyCharm
Team VS Code here :)
@@code 😁
I am getting this error. Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
same
please separate windows and mac , its confusing this video is mac oriented
"Python Launch JSON", Please 🙏
can anyone help me i cannot still select the python interpreter even after installing the ipykernel in cmd prmpt.
can't read anything on the screen
Mac, really?? Then put it on the video title...
For some reason Ctrl+D to qut doesn't work on Windows. >>> ^D
File "", line 1
♦
^
SyntaxError: invalid syntax
Use ^Z
ctrl + z
or just exit() or quit()
When I manually type python3 and then the file name in my terminal on vscode I get a message saying python not found but when I just type python it works, what did I do wrong?
You installed Python 2. Install Python 3. You can run both.
@@code I think it may be something else, I installed python 3.12.5 for certain I'm really unsure what the issue could be. Everything else is working though
@@ZavianN11 did u restart? it worked for me after i did
Loyal Turnpike
"python3 demo.py" command in terminal isnt working for me
thank you
how do you reslove vscode shurtcut conflict ?
just getting starting with Python..."python launch JSON"
Lockman Crest
Could you do some for linux chroombook
What is ‘runtime’?
we have to use google colab at uni which I hate
Python launch json
Tad Extension
Crystal Alley
Python Launch JSON
Pfannerstill Avenue
Hildegard Cove
Python Launch JSON
Py3 Launch JSON
Python Launch JSON
PYTHON LAUNCH JSON
The whole things sucks on Windows 11
Evaulate
Python Launch JSON
Python launch json