DEV Community

Cover image for 4 of the best Python modules that you should know
Kaveh Sabouri
Kaveh Sabouri

Posted on

4 of the best Python modules that you should know

Hello everyone, Today I want to introduce 4 of the best Python modules.

1.Numpy

  • NumPy is a library for the Python programming language, NumPy is short for "Numerical Python" , adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

Numpy


2.Matplotlib

  • Matplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was created by John D. Hunter. Matplotlib is open source and we can use it freely. Matplotlib is mostly written in python, a few segments are written in C, Objective-C and Javascript for Platform compatibility.

Code Base
Matplotlib


3.Pandas

  • pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license.

Pandas


4.Django

  • Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern. It is maintained by the Django Software Foundation, an independent organization established in the US as a 501 non-profit

Django

Thank you for reading this Article.

Like , Comment , Subscribe

Top comments (0)