Python Modules in the Standard Library
Python Modules in the Standard Library
1.Matplotlib: This library is responsible for plotting numerical data. . It is also an open-source library and plots high-defined figures like pie charts, histograms, scatterplots, graphs
2.Pandas: Pandas are an important library for data scientists. It is an open-source machine learning library that provides flexible high-level data structures and a variety of analysis tools. It eases data analysis, data manipulation, and cleaning of data. Pandas support operations like Sorting, Re-indexing, Iteration, Concatenation, Conversion of data, Visualizations, Aggregations, etc.
3.Numpy: The name “Numpy” stands for “Numerical Python”. It is a popular machine learning library that supports large matrices and multi-dimensional data. It consists of in-built mathematical functions for easy computations.
4. PyGame: This library provides an easy interface to the Standard Directmedia Library (SDL) platform-independent graphics, audio, and input libraries. It is used for developing video games using computer graphics and audio libraries along with Python programming language.
5.PyBrain: The name “PyBrain” stands for Python Based Reinforcement Learning, Artificial Intelligence, and Neural Networks library. It is an open-source library built for beginners in the field of Machine Learning. It provides fast and easy-to-use algorithms for machine learning tasks. It is so flexible and easily understandable and that’s why is really helpful for developers that are new in research fields.
EXTERNAL MODULES OF PYTHON
An external module is written as a separate source file that contains at least one import or export declaration.
Pyright — Static type checker.
requests-async — support for async / await syntax for requests.
HTTPie — Modern command line cURL.
pipenv — Better packaging for Python.
mypy — Static type checker.
Document