Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. Introduction of Python
  5. Working with Python

Working with Python

Before you start working in python, you need to install Python on your computer. There are multiple python distributions available today.

Once you have Python installed on your computer, you are ready to work on it.

You can work in python in following different ways:-

  • in Interactive mode or Immediate mode
  • in Script mode

Interactive mode-

Interactive mode of working means you type the command- one command at a time, and the python executes the command and gives you the output.

Open python.

Script mode-

What if you want to save all the commands in the form of program file and want to see all output lines together. This script mode is the answer of the above question.

Open python IDLE

This is all about working in python.

Was this article helpful to you? Yes 1 No

How can we help?