Python Module / Packages/ Libraries

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, following 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/project/bokeh/


Machine Learning & Artificial Intelligence

11.   Tensor Flow: https://github.com/tensorflow/tensorflow

12.   Keras : https://pypi.org/project/Keras/

13.   Scikit-Learn: https://github.com/scikit-learn/scikit-learn

14.   Pytorch: https://github.com/pytorch/pytorch

15.   Luminoth: https://pypi.org/project/luminoth/


Graphical User Interfaces

16.   Kivy: https://pypi.org/project/Kivy/

17.   FlashText: https://pypi.org/project/flashtext/

18.   PyQt5: https://pypi.org/project/PyQt5/

19.   wxPython: https://pypi.org/project/wxPython/

20.   Cirq: https://github.com/quantumlib/Cirq

21.   Tkinter : Pre-Installed in Python 3

22.   Pygame: https://www.pygame.org/download.shtml


Web Development

23.   Django: https://pypi.org/project/Django/

24.   Github: https://github.com/python

25.   Flask: https://pypi.org/project/Flask/

26.   Twisted: https://pypi.org/project/Twisted/

27.   BeautifulSoup: https://pypi.org/project/beautifulsoup4/

28.   Selenium: https://pypi.org/project/selenium/

29.   Pillow: https://pypi.org/project/Pillow/

30.   Theano: https://github.com/Theano/Theano

31.   Fire: https://github.com/google/python-fire

32.   Arrow: https://pypi.org/project/arrow/

33.   Requests: https://pypi.org/project/requests/


Comments