Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me the most common libraries used in Python?

1 Answer

0 votes
by (119k points)

These are the most common libraries used in Python:

  • Numpy – library for scientific computing and handling multi-dimensional arrays.
  • Pandas – library to analyze data frames which are 2D tables
  • Matplotlib – library to visualize the data by using line charts, histograms, scatter plots, etc.
  • Scikit-Learn – library to build machine learning algorithms for predictive analytics
  • Scipy – scientific computing library for optimization, linear algebra, integration, interpolation, etc.

If you want to learn using these libraries of Python, I recommend this Python Certification course by Intellipaat.

You can watch this video to know the top 5 common python libraries of python:

Related questions

Browse Categories

...