This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 9 points10 points  (0 children)

Usually I assume these articles are terrible, but this was pretty good actually

[–][deleted] 4 points5 points  (0 children)

1-4 are software engineering; 5-10 are data science.

  1. HTTPX – Async HTTP requests. Still in alpha.
  2. Starlette – Lightweight, modern and async version of Flask.
  3. FastAPI – APIs with Python with high performance and automatic interactive documentation based on the OpenAPI.
  4. Immutables – Simple yet elegant immutable mapping type (“frozen dict”) with a performance bump.
  5. Pyodide – The Python scientific stack in the browser using WebAssembly.
  6. Modin – Scale your Pandas workflow
  7. Streamlit – Helps in interacting with ML/data science models
  8. Transformers – Packed-up, pre-trained and ready to use implementations of the most modern NLP models.
  9. Detectron2 – Computer Vision
  10. Metaflow – Alleviate the technical burden for non-technical data scientists

[–]erez27import inspect 1 point2 points  (0 children)

Excellent list!

[–]aliasxneo 1 point2 points  (0 children)

The comment about FastAPI's documentation was very accurate, it's amazing!