dictf - An extended Python dict implementation that supports multiple key selection with a pretty syntax.

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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

    An extended Python dict implementation that supports multiple key selection with a pretty syntax.

  • Hi, everyone! I'm not sure if this is useful to anyone because it's a problem you can easily solve with a dict comprehension, but I love a pretty syntax, so I made this: https://github.com/Eric-Mendes/dictf

  • sphinx

    The Sphinx documentation generator

  • Honestly, I think it's just an issue of documentation. For example, if there was an easier way to document @overload functions, that would help (cf. https://github.com/sphinx-doc/sphinx/issues/7787)

  • 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
  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • Speaking of pandas: groupby used to treat x and [x] the same way. Now it treats them differently, but still is forced to make the decision whether a value is scalar or iterable. Maybe in 10 years we will get another flavor of the idea ? Which one is best ? That sort of "design roaming" is quite symptomatic of that sort of API, for a good reason: there is no winning solution, it will always be broken by design: https://github.com/pandas-dev/pandas/pull/47761

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