Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 616 Bytes

File metadata and controls

19 lines (16 loc) · 616 Bytes

Data-Handling-Using-Python

Steps to Install Python on Windows are:

  1. Visit Official Python Website
  2. Select the version of Python
  3. Download Python Executable Installer
  4. Run the Setup of Python Installer
  5. Check Python is Install
  6. Check Pip is Install
  7. Install IDE or code editor for Python

Steps to Open Python IDLE on Windows are:

  1. Click start button.
  2. Click All Programs.
  3. Under Python Suite (Python 3.10) select IDLE (Python 3.10 64-bits).

Steps to Run a Python Program are:

  1. Go to the File Menu and Save your program.
  2. To run the script, go to the Run > Run Module or simply click F5.