Framework vs Library

Framework Examples

Python

  1. Django (web)
  2. Flask (web)
  3. FastAPI (web/API)
  4. Streamlit (web/data)
  5. TensorFlow (AI)
  6. PyTorch (AI)
  7. Keras (AI)

Library Examples

Python

  1. Pandas (data)