What is the use of Python language

0 votes

I have heared a lot about python programming language but don't know where all python is used?

Apr 26, 2018 in Python by geek.erkami
• 2,680 points
647 views

2 answers to this question.

0 votes

Python is an interpreted language with dynamic semantics and it is very easy to learn. Below are the major features and applications due to which people choose Python as their first programming language:

  • Web scraping
  • Scripting
  • Testing
  • Artificial Intelligence
  • Web development
  • Data Science
  • Computer graphics
  • Big data
Therefore, the simplicity of Python is what it makes so popular.
answered Apr 26, 2018 by aayushi
• 750 points
0 votes
python is general purpose programming language.it very easy and simple and less line of code as compare of other language.it is a Scripting language and also loosely coupled means python is easy to integrate with other language such as c,c++,java etc.it is implicit declaration(no data type declaration).python is not compiler based .it is interpreter based (in execution time check code line by line and than find error).python is multi paradigm(pattern)means support object oriented concept, procedural concept etc .you can learn. without knowing any language. Python is more used in web development  and scientific and used in machine learning and also artificial intelligence .we have
answered Mar 15, 2019 by rajesh kumar

Related Questions In Python

+2 votes
3 answers

what is the practical use of polymorphism in Python?

Polymorphism is the ability to present the ...READ MORE

answered Mar 31, 2018 in Python by anto.trigg4
• 3,440 points
4,245 views
0 votes
1 answer

What is the use of “assert” keyword in Python?

You can try the following in a ...READ MORE

answered Oct 15, 2018 in Python by Priyaj
• 58,090 points
795 views
0 votes
0 answers

what is the use of args and kwargs in python?

can you an example for each? READ MORE

May 11, 2019 in Python by Waseem
• 4,540 points
582 views
0 votes
0 answers

What is the use of get requests in python?

What are the other http requests in ...READ MORE

May 30, 2019 in Python by Waseem
• 4,540 points
312 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
0 votes
1 answer

What is the use of raw_input function in Python?

raw_input fuction is no longer available in ...READ MORE

answered May 2, 2018 in Python by aayushi
• 750 points
892 views
0 votes
1 answer

Where can I get the list of Python keywords?

Just import a module “keyword”. Here you ...READ MORE

answered Apr 20, 2018 in Python by aayushi
• 750 points
505 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP