Define python?



Define python?..

Answer / Jeetendra Srivastava

Python is a high-level, interpreted programming language that is often used for web development, data analysis, machine learning, artificial intelligence, and automation. It was created by Guido van Rossum and first released in 1991.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How will you convert a string to a set in python?

1 Answers  


How many variables are in python?

1 Answers  


Is there a switch or case statement in python?

1 Answers  


Which method is used to arrange the items in a list in ascending order in python?

1 Answers  


What is pass in Python?

1 Answers  


Is python list an array?

1 Answers  


Does python perform tail recursion optimization?

1 Answers  


What does %d do in python?

1 Answers  


Is there a null in python?

1 Answers  


How do you implement json given that python is best suited for the server-side application?

1 Answers  


What is the use of __ init __ py in python?

1 Answers  


How do you reload a python module?

1 Answers  


Categories