classes
Smart, pythonic, ad-hoc, typed polymorphism for Python (by dry-python)
returns
Make your functions return something meaningful, typed, and safe! (by dry-python)
classes | returns | |
---|---|---|
4 | 20 | |
646 | 3,469 | |
0.0% | 1.7% | |
2.0 | 9.3 | |
about 1 year ago | 5 days ago | |
Python | Python | |
BSD 2-clause "Simplified" License | BSD 2-clause "Simplified" 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.
classes
Posts with mentions or reviews of classes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-08.
-
Typeclasses in Python
Today I am going to introduce a new concept for Python developers: typeclasses. It is a concept behind our new dry-python library called classes.
- dry-python/classes: Smart, pythonic, ad-hoc, typed polymorphism for Python. Also known as singledispatch on steroids
- Smart, pythonic, ad-hoc, typed polymorphism for Python
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
What are some alternatives?
When comparing classes and returns you can also consider the following projects:
Deal - 🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
Toolz - A functional standard library for Python.
CyToolz - Cython implementation of Toolz: High performance functional utilities
Coconut - Simple, elegant, Pythonic functional programming.
fn.py - Functional programming in Python: implementation of missing features to enjoy FP
effect - effect isolation in Python, to facilitate more purely functional code
Pyrsistent - Persistent/Immutable/Functional data structures for Python
funcy - A fancy and practical functional tools