Wednesday, March 27, 2024

Tabular Representation of popular Python libraries

Please note that this list is not exhaustive, and there are many other libraries available in Python for various purposes.

CategoryLibraries
Data Analysispandas, NumPy, SciPy, statsmodels
Machine Learningscikit-learn, TensorFlow, PyTorch, Keras
Data VisualizationMatplotlib, Seaborn, Plotly, Bokeh
Web DevelopmentFlask, Django, FastAPI
Natural Language ProcessingNLTK, spaCy, Gensim
Image ProcessingOpenCV, Pillow
DatabaseSQLAlchemy, psycopg2 (for PostgreSQL), PyMongo (for MongoDB)
Web ScrapingBeautiful Soup, Scrapy
GUI DevelopmentTkinter, PyQt, PyGTK
Network Programmingrequests, socket, Twisted
Testingpytest, unittest
Big DataApache Spark, Dask, Hadoop
UtilityNumPy, pandas, datetime, os, sys, logging

 

Python Viva Questions

  Basic Python Viva Questions 1. What is Python? Python is a high-level, interpreted, and object-oriented programming language used for w...