Overview
Continuously refined list.
Items to Explore Further
2024-01
- libraries of 2023
- PyApp
- Unstructured
- Python Packaging
- Flask Requests
- Poetry & Docker
- More poetry & docker
- numpy2
- vs code release notes
- simple metaclass
- patch pydantic & pytest
- list of libraries
- niquests: drop in replacement for requests under features freeze.
- litestar: The powerful, lightweight and flexible ASGI framework
- msgspec: fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
- httpx-sse: Consume Server-Sent Event (SSE) messages with HTTPX.
- rich-click: rich-click is a shim around Click that renders help output nicely using Rich.
2024-02
- Rye
- format mini language
- uv cargo for Python, replacement of Rye
- mojo Python Syntax, rust speed for AI developers
- /* in function signature
2024-03
- google-search-results
- uv
- direnv: Broadly speaking, direnv will execute a file called .envrc when you enter a directory. But it’s smart enough to only execute it when necessary (entering the directory, changes to .envrc) and to undo the changes once you leave the directory.
2024-04
2024-05
- python 2 wasm Quite a few strategies to speed up Python. New ones to me (Nuitka, Codon, RPython)
- sigint asyncio Register and handle for event. loop.add_signal_handler(signal.SIGINT, signal_handler)
- duckduckgo-search