DEV Community

Aditya Sharan
Aditya Sharan

Posted on

Introducing SeriesMaster: A Python Library for Mathematical Series

πŸš€ Introducing SeriesMaster

Hey everyone! πŸ‘‹

I recently built a Python library called SeriesMaster that simplifies mathematical series operations. I created it because I wanted an easy way to handle arithmetic, geometric, and other types of series.

✨ Features

βœ… Perform operations on various mathematical series

βœ… Simple & lightweight (works with Python 3.6+)

βœ… Open-source (MIT License)

πŸ“¦ Installation

You can install it via PyPI:


bash
pip install SeriesMaster

YT link:
https://www.youtube.com/watch?v=1MNzuzmTM70

PyPi link:

https://pypi.org/project/SeriesMaster/


Enter fullscreen mode Exit fullscreen mode

Top comments (0)