Python programming with ChatGPT (no experience required) - how to program using ChatGPT
BridgeMind AI BridgeMind AI
224 subscribers
327 views
0

 Published On Mar 23, 2024

In this video I'm gonna be showing you how to program in Python using chat g p t and no program experience is needed for this So let's get started So right away, you are going to want to go to visual studio code download. When you look this up the link will be in the description (https://code.visualstudio.com/download) below but you're gonna find this link here. And when you go to this link you're going to download Visual Studio Code which is a text editor that we need to be able to run Python on your computer. So I have a Windows computer so I'm gonna download the Windows but it's the same thing for Mac and Linux computers. It's gonna download a package up here. Click up here…and here's what I'm looking at now so I'm gonna accept the agreement next next next next, I am gonna create a desktop icon. Next…install. So what this is gonna do is this is going to install visual studio code which is a Microsoft product that allows you to interact with code whether it may be Python or any other language in a text.

So now that visual studio code is downloaded, you're gonna go to your desktop and you're gonna want to create a new folder to be able to work on this Python project So I'm just gonna call this Python project…And now I have a folder on my desktop that I can launch Visual Studio Code and open in Visual Studio Code. So there's a couple ways to do this There's a way to do this via the command prompt which is a little bit complicated So I'm just gonna show you the easy way which is going to Visual Studio Code. And once you're at Visual Studio Code you can now open that folder on your computer via the file navigation system for whatever computer So I'm gonna go over to my desktop, and I'm going to find this Python project folder that I just created and I'm gonna select it So you can now see up here we're in this Python project folder that's on our desktop over here So we are technically working in side of this folder right now but creating coding files inside of this folder. So that's exactly what we want And now what you wanna do if you've just downloaded Visual Studio Code is go over to the extensions over here and search up Python…Once you search up Python you're gonna see a pre downloaded and pre made package that you can download from Microsoft. I already have mine installed but you're gonna search this up You can see this is the latest version and you're gonna click install. and once you install it you can actually use Python in visual studio code and on your computer be able to run Python programs. So now that we have this downloaded here, we can get started on creating a Python project.

#python #programmer #programmer #pythonprogramming #chatgpt #howto

show more

Share/Embed