Computer Science, asked by abreddy513, 10 months ago

Write any feature of Python library.

Answers

Answered by reenakesharwani157
1

Answer:

Easy to code: Python is high level programming language. ...

Free and Open Source: ...

Object-Oriented Language: ...

GUI Programming Support: ...

High-Level Language: ...

Extensible feature: ...

Python is Portable language: ...

Python is Integrated language:

Answered by letmeanswer12
2

Feature of Python library

Explanation:

  • Python has a wide standard library that offers a rich collection of functions and modules. Throughout Python, python libraries do not relate to any particular context. A' library' loosely defines a set of core modules here. A library, then, is simply a set of modules.
  • The Python library includes built-in modules (written in C) that provide access to system features such as I / O files, as well as Python-written modules that provide structured solutions to many of the problems that occur in everyday programming. It will help you do different things that include regular expressions, generation of documents, unit testing, threading, databases, web browsers, etc.

Similar questions