Our great sponsors
-
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
I wrote this for speeding up the RPC messaging in dask, but figured it might be useful for others as well. The source is available on github here: https://github.com/jcrist/msgspec.
-
It's the serialization library I've always wanted for Python - some of the developer ergonomics of Pydantic (type checking, mypy/pyright integration, rich typing support), but without any of the performance costs.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Encode messages as JSON or MessagePack.
-
I wrote this for speeding up the RPC messaging in dask, but figured it might be useful for others as well. The source is available on github here: https://github.com/jcrist/msgspec.
Related posts
- How to take inputs from an ascii file in Python
-
pydantic VS marshmallow - a user suggested alternative
2 projects | 21 Sep 2022
- Ask HN: Will we see a TypeScript for Python?
- How do you manage typing between Django backend and a TypeScript frontend?
- How I saved Business logic from Telegram integration