-
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
-
-
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
-
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++.
Related posts
-
Why hasn't anyone made a compiler for Python yet?
-
Is there an efficient way to give parameters to a non-Python script and get a return value to use back in Python?
-
Writing entire programs in Cython
-
Nvidia Warp: A Python framework for high performance GPU simulation and graphics
-
AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions