What would you want to see in Python?

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

    Python dictionaries with advanced dot notation access

    For actual programs I usually use it most for the fast to / from conversions like yaml and json, as well as 'default_box' being handy. https://github.com/cdgriffith/Box/wiki/Types-of-Boxes

  • Pyjion

    Pyjion - A JIT for Python based upon CoreCLR (by tonybaloney)

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

  • bunch

    A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).

  • python-builddsl

    A superset of the Python programming language with support for closures and multi-line lambdas

    I've been experimenting with Multiline anonymous functions in a Python DSL. For the curious: https://github.com/craftr-build/craftr-dsl

  • Numba

    NumPy aware dynamic Python compiler using LLVM

    hello numba

  • Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

    Nim is just as abstract as Python, but since it's statically typed and AOT compiled, it matches the performance of C++.

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