DEV Community

Discussion on: Picking up from other languages

Collapse
 
sobolevn profile image
Nikita Sobolev

You might also like returns library for Python which allows to use Result container (the same as in Rust).

It is type-safe, simple, and well-documented. Check it out!
Link: github.com/dry-python/returns

Collapse
 
ivergara profile image
Ignacio Vergara Kausel

Yes, that's what your article talks about. I just didn't mention the library explicitly, which in hindsight, I should have done that.

BTW, good job with the we-make flake8 plugin. A bit too opinionated as the default clashes a lot with black and with python 3.6+ features. But, nevertheless, a great idea.