Computer Science, asked by fatehmaan6, 1 year ago

In how many different ways, can you work in python?


Answers

Answered by empathictruro
110

Answer:

As Interactively, Module Files, Unix-style script files, embedded in another system and Platform-specific launching methods

Explanation:

Python, a programming language also interpreter itself has software packages installed on your machine. During installation it generates numerous components.   In common interpreter (Python) run an executable program with set of linked libraries.  Usually, these five ways are of common practice in Python

  1. Interactively
  2. Module files
  3. Unix-style script files
  4. Embedded in another system
  5. Platform-specific launching methods

Answered by aqibkincsem
40

Answer:

The ways of working in python depend on the basis of the method of use and the way you use it. The Python interpreter may adopt the form of an executable program or a set of libraries connected to another program.

Generally, five different ways of operation programs are there through the Python interpreter:

You can run python programs mainly in two ways, first by typing commands directly in python software shell or run program storing it in a file. But in major cases most of the time you have to  run programs stored in a file.

Similar questions