Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What is python

+36 votes
asked Jul 27, 2024 by Seema Chouhan (240 points)
What is python

5 Answers

+5 votes
answered Jul 29, 2024 by Peter Minarik (101,420 points)

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. Wikipedia

+3 votes
answered Jul 31, 2024 by Mohd Imran (210 points)
Python is a high-level-oriented general-purpose programming language. They are used in various sectors including artificial intelligence, web development, machine learning, data science, and data analysis. that is known as python
+1 vote
answered Aug 22, 2024 by Sargam Vishwakarma (160 points)
Python is a type of computer language that people use to write instructions for computers. Just like you might give someone a list of tasks to do, you give the computer a list of commands using Python.

It's known for being easy to read and write, making it a great choice for beginners and experienced programmers alike. With Python, you can create all sorts of programs, like websites, games, and tools that handle data. It's popular because it's simple and powerful, which makes it useful for a lot of different tasks.
0 votes
answered Aug 26, 2024 by Medtembang123 (180 points)

Python is an open-source programming language, having features like object-oriented, interpreted and high-level too. It is a dynamically typed programming language, which is easy to use with redable and user-friendly syntax. It has huge libraries, frameworks and large community support.

0 votes
answered Aug 28, 2024 by Allan Alvarez (150 points)
Python is a high-level, interpreted programming language known for its simplicity and readability. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming styles.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...