Computer Science, asked by Denniskhiangte3189, 1 year ago

advantages and disadvantages of working in script mode in python

Answers

Answered by prashanth1551
17
1. Advantages and Disadvantages of Python Programming Language

When we want to choose a language for a project, we want to be thorough with what we can do with it. We want to be aware of how it can help us be efficient at what we want to do, but we also want to be careful of the problems that can arise. So, we believe it is worthwhile to take out some time and find out more. In this advantages and disadvantages of the Python programming language tutorial, we will learn the advantages and disadvantages of a python programming language that will help you in knowing the benefits of learning Python programming.

2. Advantages of Python Programming Language

Let’s see why Python is cool.

a. Extensive Libraries

Like we mentioned in our article on Python features, it downloads with an extensive library. These contain code for various purposes like regular expressions, documentation-generation, unit-testing, web browsers, threading, databases, CGI, email, image manipulation, and more. So, we don’t have to write the complete code for that manually.

b. Extensible

As we have seen earlier, Python can be extended to other languages. You can write some of your code in languages like C++ or C. This comes in handy, especially in projects.

c. Embeddable

Complimentary to extensibility, Python is embeddable as well. You can put your Python code in your source code of a different language, like C++. This lets us add scripting capabilities to our code in the other language
Answered by sh4634705
30

Answer:The advantages of working in script mode in Python is that you can store all commands together in the form of a module/ program/ script and can get all output lines together.( No more command-output sandwiching:).

Explanation:

Similar questions