Typeclasses in Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • classes

    Smart, pythonic, ad-hoc, typed polymorphism for 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.

  • Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

  • The thing with Elixir's Protocols is that it is not currently possible to express that some type does support our Greet.greet for Elixir's type checker. But, this is not a big deal for Elixir, which is 100% dynamically typed.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dialyxir

    Mix tasks to simplify use of Dialyzer in Elixir projects.

  • The thing with Elixir's Protocols is that it is not currently possible to express that some type does support our Greet.greet for Elixir's type checker. But, this is not a big deal for Elixir, which is 100% dynamically typed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts