Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.95 KB

libraries_and_frameworks.md

File metadata and controls

78 lines (50 loc) · 1.95 KB

MAIN PYTHON LIBRARIES AND FRAMEWORKS

Data science and machine learning:

Scientific computing and data analysis

  1. NumPy
  2. Pandas
  3. SciPy

Data visualization

  1. Matplotlib
  2. Seaborn
  3. Plotly
  4. Bokeh

Machine learning and deep learning

  1. Scikit-learn
  2. TensorFlow
  3. PyTorch
  4. OpenCV
  5. Keras

Web development:

  1. Django
  2. Flask
  3. FastAPI
  4. Pyramid
  5. CherryPy

GUI:

  1. Tkinter
  2. PyQT
  3. Kivy

Game development:

  1. Pygame
  2. Pandas3D

Web scraping and automation:

  1. BeautifulSoup
  2. Scrapy
  3. Selenium

Networking:

  1. Requests
  2. Asyncio

Databases:

  1. SQLAlchemy
  2. Peewee

Testing:

  1. Pytest
  2. Unittest