0
Could you please list the python libraries for math and logical operation, beside from Matplotilib , pandas, and numpy?
3 Respuestas
+ 6
What have you looked for and where?
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
+ 6
Shubham Ambekar ,
there are thousands of modules available for python, but not all of them are distributed with a python installtion.
use these links to serch for.
> pypi: https://pypi.org/search/?q=&o=&c=Programming+Language+%3A%3A+Python
> python documentation modules: https://docs.python.org/3/py-modindex.html
+ 3
A couple of useful external packages:
Scipy - Scientific calculation algorithms
https://scipy.org
Sympy - Symbolic mathematics
https://www.sympy.org
Pylog - Logical computations with Prolog
https://pypi.org/project/pylog
Scikit-learn - Predictive data analysis
https://scikit-learn.org
Tensorflow - Machine learning from Google
https://www.tensorflow.org
PyTorch - Machine learning from Facebook
https://pytorch.org
Python is an open ecosystem, anyone can publish a library that other developers can use. There are thousands of other libraries and frameworks, targeting specific areas and use cases. Search for them in the Python Package Index.
https://pypi.org