Create your First Program Install Python To Install Python click on This . Write the First program. 1. Open IDLE. 2. Open a New file. 3. Write "print("hello world")" in the window. 4. Press the F5 key on Keyboard. 5. Click OK. 6. Select Desktop. 7. Name your file as Hello.py. Click on the save button. 8. Horray!, you write your first program.
Python First released in 1991, Python is a popular high-level programming language used for general-purpose programming. Thanks to a design philosophy that emphasizes readability it has long been a favorite of hobby coders and serious programmers alike. Not only is it an easy language (comparatively speaking, that is) to pick up but you’ll find thousands of projects online that require you have Python installed to use the program. How to install Python on Windows? If you want to install Python on your PC. 1. First, you have to download it. So, go to the website . 2. Click on download and run the downloaded file. 3. Click on Customize installation and also check ADD Python 3.10 to PATH. After This Click NEXT. 4. Check all box Which shown in this image. Install for all users Associate file with python Create shortcuts for installed applications Add Python to environment variables precompile standard library 5. Click on the Install button. 6. Horray, Python has been installed o...