Posts

Showing posts from September, 2020

Python Module / Packages/ Libraries

Image
Python Modules/Packages/Libraries Just like organizing a large number of files in different folders and subfolders, a module/package/library in Python also takes the concept of the same approach where multiple objects, such as classes, functions, etc. are stored. The user can also create its own module/package/library in python. There are more than 200,000+ python modules/packages/libraries to ease the users’. However, f ollowing are the best and most commonly used modules/packages/libraries. Data Science 1.        NumPy: https://pypi.org/project/numpy/ 2.        Pandas : https://pypi.org/project/pandas/ 3.        Metaplotlib: https://matplotlib.org/downloads.html 4.        NLTK: https://pypi.org/project/nltk/ 5.        OpenCV: https://pypi.org/project/opencv-python/ 6.        Scipy: https://pypi.org/project/scipy/ 7.        SQLAlchemy: https://pypi.org/project/SQLAlchemy/ 8.        Delorean: https://pypi.org/project/Delorean/ 9.        Bokeh: https://pypi.org/p