What is python Where it is used

0 votes
I am a newbie to python. Please help me where python is practically used?
Apr 18, 2018 in Python by ana1504.k
• 7,910 points
721 views

3 answers to this question.

0 votes

Python is a high-level dynamic programming language created by Guido van Rossum in 1989. It is quite easy to learn and provides powerful typing. Python code has a very ‘natural’ style to it, in that it is easy to read and understand (thanks to the lack of semicolons and braces). Python programming language runs on any platform, ranging from Windows to Linux to Macintosh, Solaris etc.
The simplicity of Python is what it makes so popular. The following gives a highlight of its aesthetics:

  • Highly readable language
  • Clean visual layout
  • Less syntactic exceptions
  • Superior string manipulation
  • Elegant and dynamic typing
  • Interpreted nature
  • Ideal for scripting and rapid application
  • Fit for many platforms

Python is used in a lot of domains, below are few of those:

  • Web development (web scraping)
  • Testing: Python selenium
  • Big Data: Hadoop
  • Computer Graphics: GUI and game development
  • Machine learning: Scikit-learn, tensorflow
  • Artificial Intelligence
  • Data science

In case you want to know more, you can refer this video: https://youtu.be/xxeBb7OyKXY

answered Apr 18, 2018 by Johnathon
• 9,090 points
0 votes

Python is a cross-platform programming language, meaning, it runs on multiple platforms like Windows, Mac OS X, Linux, Unix and has even been ported to the Java and .NET virtual machines. Python interpreters are available for many operating systems, allowing Python code to run on a wide variety of systems. Most Python implementations (including CPython) include a read–eval–print loop (REPL), meaning they can function as a command line interpreter, for which the user enters statements sequentially and receives the results immediately. The design of Python offers some support for functional programming in the Lisp tradition. More on...Python

answered Dec 18, 2018 by iangregor
• 300 points
Hey @langregor, nice definition. I will definitely use this the next time.
0 votes

 Python is develop by Guido Van Rossum in 1991. it 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  cam learn   with  out  knowing any language. but basic programming skill is compulsary python are more used in wed development , machine learning and also artificial intelligence.

application of python

1. GUI-Based Desktop Applications:

2. Prototyping

 3 Web Applications

 4 Scientific and Computational Applications:

answered Mar 18, 2019 by rajesh kumar

Related Questions In Python

0 votes
1 answer

What is absolute import in Python and how is it used?

An absolute {import, path, URL} tells you exactly how ...READ MORE

answered Nov 30, 2018 in Python by Nymeria
• 3,560 points

edited Dec 10, 2018 by Nymeria 1,032 views
+4 votes
7 answers
0 votes
3 answers

What is the python keyword “with” used for?

The with statement in Python simplifies exception ...READ MORE

answered Jul 19, 2019 in Python by rahul
• 360 points
1,152 views
0 votes
4 answers

What is a Tuple in Python and how to use it?

Tuples  are a  Unchanging sequence of values, ...READ MORE

answered Jun 21, 2020 in Python by sahil
• 580 points
1,364 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
+1 vote
7 answers
0 votes
1 answer

what are "and" and "or" operators in Python?

AND - True if both the operands ...READ MORE

answered Apr 18, 2018 in Python by Johnathon
• 9,090 points
641 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