returns
Make your functions return something meaningful, typed, and safe! (by dry-python)
Deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free. (by life4)
returns | Deal | |
---|---|---|
20 | 9 | |
3,497 | 737 | |
1.1% | 1.5% | |
9.3 | 6.4 | |
4 days ago | 7 months ago | |
Python | Python | |
BSD 2-clause "Simplified" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
returns
Posts with mentions or reviews of returns.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-23.
-
This Week in Python (February 23, 2024)
returns – Make your functions return something meaningful, typed, and safe
- Python Functional Programming with returns library (type-safety, monads, etc.)
- GitHub - dry-python/returns: Make your functions return something meaningful, typed, and safe!
-
[Media] Rust Results in Python :D
you haven’t heard of https://github.com/dry-python/returns
-
Unleash the Power of Python Monads: A Design Pattern for Elegant Code!
returns from the DRY python group appears to offer similar functionality.
-
Rust's Option and Result. In Python.
Not to diminish this at all, but https://github.com/dry-python/returns also exists. The scope is wider, but the look and feel of the types feels very similar.
- Functional python for data process
-
Faif/Python-patterns: A collection of design patterns/idioms in Python
https://github.com/dry-python/returns#maybe-container
You can decide for yourself what is more readable: all these lambdas or the `None and f()` code.
- Show HN: Koda, a Typesafe Functional Toolkit for Python
-
Python/Pandas equivalent of CTE in SQL?
There is a Python library called returns (https://github.com/dry-python/returns) that allows you to write functional code in Python
Deal
Posts with mentions or reviews of Deal.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-03.
-
What features would you want in a new programming language?
I started using a design by contract library for a Python project this year and it made my code safer and easier to use.
- deal: Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
- GitHub - life4/deal: Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
-
Design By Contract
Have you used Design by Contract in Python projects before? I know that it isn't a first class feature of the language but I see some libraries out there (this one seems potentially promising). Just wondering what the pros and cons are when it comes to gluing DBC onto Python and if anyone can give a yea or nay to it.
-
Make tests a part of your app
deal is a library for Design-by-Contract.
What are some alternatives?
When comparing returns and Deal you can also consider the following projects:
Toolz - A functional standard library for Python.
CyToolz - Cython implementation of Toolz: High performance functional utilities
funcy - A fancy and practical functional tools
Coconut - Simple, elegant, Pythonic functional programming.
Pyrsistent - Persistent/Immutable/Functional data structures for Python
fn.py - Functional programming in Python: implementation of missing features to enjoy FP
classes - Smart, pythonic, ad-hoc, typed polymorphism for Python
icontract - Design-by-contract in Python3 with informative violation messages and inheritance