IMPORTING MODULES IN PYTHON ||Math module ||OS module||NumPy & SymPy modules ||Matplotlib modules

preview_player
Показать описание
MATH MODULE :The ‘math’ module in python is a built-in module that provide a wide range of mathematical function and constant. It is a part of python standard library and does not require any external installation to use it.

1. Mathematical Constants:
math.e

2. Basic Mathematical Functions:

OS MODULES:
The OS module in Python is a built-in module that provides a way to interact with the operating system. It allows you to perform various operations related to the file system, directories, and process management.

1. File and Directory operations:
OS.getcwd(): Returns the current working directory.
OS.remove():Removes a file at the specified path.
OS.chdir(path):Changes the current working directory to the specified path etc…….
2. File Path Operations:

MATHPOLTLIB:
matplotlib is a widely used Python library for creating 2D plots and visualizations. It provides a powerful and flexible plotting toolkit that allows you to create a wide range of plots, charts, and graphs to visualize data.

Matplotlib supports various types of plots, including:
Line plots
Scatter plots
Bar plots
Histograms
Pie charts
Box plots
Heatmaps
3D plots, and more.

NUMPY:
* NumPy is a powerful Python library used for numerical computing.
* It stands for "Numerical Python" and provides support for large, multi-dimensional arrays and matrices, along with an extensive collection of high-level mathematical functions to operate on these arrays efficiently.

SYMPY:
Sympy is a Python library for symbolic mathematics. Unlike NumPy, which is focused on numerical computations with arrays, Sympy deals with symbolic mathematics, where mathematical expressions and equations are represented as symbolic objects.

#educationalvideo #educationalvideo #pythonmodules
#pythonosmodules #pythonmathmodules
#engineering
Рекомендации по теме
welcome to shbcf.ru