Transcript for:
Guide to Installing Python on Windows 10

Hello guys, Welcome to Amit Thinks. in this  video we will learn how we can easily install   the current Python version on Windows 10  with that we will also run a sample program   go to the web browser I am using Chrome you  can use any web browser on Google type Python   and press enter on pressing enter the official  website is visible click on it python.org   on reaching the on reaching the  official website go to downloads   keep the mouse cursor and click on the  current version that is Python 3.12.0   on clicking you can see the download  started it's only 25 MB let's wait now right click click open to begin the installation minimize now the setup started select the  following use admin privileges   at python.exe to path and  click on customize installation now here you can see what we are installing  we are installing PIP also PIP is used to   download install and manage Python packages  which is fine we are also installing IDLE.   IDLE is an ID to run Python programs you will  see it later keep it as it is and click next   now select install Python 3.12 for all  users here and it will also set the python   to environment variables by default which is  fine and here is the location wherein python   will get installed click install now  the installation will begin let's wait guys we have successfully installed Python  click close now let us verify the installation   go to start type CMD click on  open to open the command prompt now here in type the command python --  version and press enter to verify the   installation here in the following version is  visible that means we successfully installed it now type py and press enter to open  the Python shell here it is you can   directly print something in Python  from here using the print() method press enter and here it is we successfully  printed it also we have installed ideally so   go to start type ideally click open to open the  ideally and you can run your program here easily okay and press enter and it printed it you can also save it going  to file click save as on desktop you can type   the name let's say I'll type Amit.py and it will  get saved in the same format here it is Amit.py okay if you want a complete Python  tutorial you can refer the link   in the description of this video  thank you for watching the video