What are the features of Python 3

0 votes
May 28, 2019 in Python by Matilda
• 220 points
891 views

1 answer to this question.

0 votes

Python 3 offers rich functionality making it the most appropriate for solving real-life problems. Few of the features of Python 3 are written below:

  • Open source

Python is an open source language and is free for use. Download the Python environment from the Python global webpage – http://www.python.org.

  • Platform independent

Python is portable and can be executed on any platform. Python 3 stores code as a byte code before it is interpreted on a platform.

  • Interpreted

Python code doesn’t need to be compiled. It is interpreted on the machine, it has been executed on.

  • Object-oriented and procedural both

Python has features of an object-oriented as well as a procedural programming language. It supports the usability of functions, classes, and objects. An object-oriented approach strengthens the diverse application of Python in various fields.

  • Fast and Efficient

Python is fast to execute and run. It is efficient to develop and maintain scripts in Python. Python’s code is easy to read and it’s indentation approach keeps the code clean.

  • Extensive libraries

Python supports the usability of an array of open source libraries that can be used to implement technologies like Machine learning, Data analytics, Web design, etc.

Few of Python’s packages have been described below:

  • Numpy

Used to facilitate array handling and complex matrix functions

  • OpenCV

Used for real-time digital image processing

  • Pandas

Used for data analysis

  • Matplotlib

Used for visualization of data

  • ScikitLearn

Used to develop applications using Machine learning

  • Tkinter

Used to build GUI applications

answered May 28, 2019 by Harsh
• 260 points

Related Questions In Python

0 votes
1 answer

What are the key features of Python?

If it makes for an introductory language ...READ MORE

answered Jul 20, 2018 in Python by Priyaj
• 58,090 points
482 views
0 votes
2 answers

What are the types of dictionary in python?

There are 4 types of dictionary Empty Integer Mixed Dictionary with ...READ MORE

answered Feb 14, 2019 in Python by Shashank
• 1,370 points
683 views
+1 vote
3 answers

What are the ways of detecting outliners in Python

code from http://eurekastatistics.com/using-the-median-absolute-deviation-to-find-outliers  This uses the L1 distance ...READ MORE

answered Aug 24, 2018 in Python by eatcodesleeprepeat
• 4,710 points

reshown Aug 24, 2018 by Priyaj 963 views
0 votes
1 answer

What are the utiliy of python Language

At the very begining Python started as ...READ MORE

answered Oct 15, 2018 in Python by Priyaj
• 58,090 points
419 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
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,409 views
0 votes
1 answer

What are the different types of data types one can use in Python?

Python provides an array of built-in constants, ...READ MORE

answered May 28, 2019 in Python by Harsh
• 260 points
3,028 views
0 votes
1 answer

What are the best IDE/platform to write code in Python

Just as any other programming language, even ...READ MORE

answered May 28, 2019 in Python by Harsh
• 260 points
517 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