classes
Smart, pythonic, ad-hoc, typed polymorphism for Python (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)
classes | Deal | |
---|---|---|
4 | 9 | |
646 | 729 | |
0.0% | 1.6% | |
2.0 | 6.4 | |
about 1 year ago | 6 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.
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
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 classes and Deal you can also consider the following projects:
returns - Make your functions return something meaningful, typed, and safe!
Toolz - A functional standard library for Python.
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
funcy - A fancy and practical functional tools
effect - effect isolation in Python, to facilitate more purely functional code
CyToolz - Cython implementation of Toolz: High performance functional utilities