What would you want to see in Python?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Pyjion

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

  • 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

  • Why hasn't anyone made a compiler for Python yet?

    4 projects | /r/C_Programming | 12 Jan 2022
  • Is there an efficient way to give parameters to a non-Python script and get a return value to use back in Python?

    4 projects | /r/learnpython | 19 Dec 2021
  • Writing entire programs in Cython

    6 projects | /r/Python | 23 Nov 2021
  • Nvidia Warp: A Python framework for high performance GPU simulation and graphics

    7 projects | news.ycombinator.com | 14 Jun 2024
  • AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions

    4 projects | dev.to | 28 Apr 2024

Did you konow that Python is
the 1st most popular programming language
based on number of metions?