Sunday, September 27, 2020

Online Complier- Try it yourself - Python

 

HTML Editor- Try it Yourself

 HTML Editor- Try it Yourself

Below is place where we can use online Editor to User HTML code

Saturday, September 26, 2020

Installaiton of Python and Running First Program "Hello World"

 

In this section we will learn about how to install Python 


We will see how to install install Python 3.6.7 on our Windows operating system.
 
  Minimum System Requriements:
  
Python download Size: 25 Mb of disk space;
 
After installation of python the hard disk occupies about 90 MB (approx) space.
 Keep free same for the same.


Place to get the python Installation:
Visit  https://www.python.org/downloads/ to download the latest release of Python, download latest version for you use. Here we will download 3.6.7 and will see the step by step installations.
 

Download the install able and save in the local drive and double click on the .exe to install. Double click on .exe icon below page open
 

Make sure that the Install launcher for all users (recommended) and the Add Python 3.7 to PATH checkboxes at the bottom are checked.

If the Python Installer installed earlier then message , the Install Now message may instead appear as Upgrade Now. 

 

Click on the "Yes" button

Python 3.7.4 (64-bit) Setup opens on the window and a  Setup Progress message and a progress bar appears.

 

python on install in progress

 

 

  1. During the process of installation, it will show the various components it is installing and  progress bar towards completion. Soon, a new Python 3.7.4 (64-bit) Setup pop-up window will appear with a Setup was successfully is shown.

    Congratulation python is install successfully

  2. Click the Close button.

Python should now be installed.

Verifying that Python is installed properly.

  1. Go to the directory C:\Users\usr\AppData\Local\Programs\Python\Python37 (or to whatever directory Python was installed: see the pop-up window for Installing step 3).

  2. Double-click the icon/file python.exe.

    The following pop-up window will appear.