Nvidia Warp: A Python framework for high performance GPU simulation and graphics

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. warp

    A Python framework for accelerated simulation, data generation and spatial computing. (by NVIDIA)

    I would argue that this isn't "normal open source", though it is indeed not locked behind a login on their website. The license (1) is feels very much proprietary, even if the source code is available.

    (1) https://github.com/NVIDIA/warp/blob/main/LICENSE.md

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. Numba

    NumPy aware dynamic Python compiler using LLVM

  4. pythran

    Ahead of Time compiler for numeric kernels

    > I'm still waiting on a Python project that compiles to pure C

    In case you haven't tried it yet, Pythran is an interesting one to play with: https://pythran.readthedocs.io

    Also, not compiling to C but to native code still would be Mojo: https://www.modular.com/max/mojo

  5. SymPy

    A computer algebra system written in pure Python

    From https://news.ycombinator.com/item?id=37686351 :

    >> sympy.utilities.lambdify.lambdify() https://github.com/sympy/sympy/blob/a76b02fcd3a8b7f79b3a88df... :

    >> """Convert a SymPy expression into a function that allows for fast numeric evaluation [e.g. the CPython math module, mpmath, NumPy, SciPy, CuPy, JAX, TensorFlow, SymPy, numexpr,]

  6. Nuitka

    Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
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

  • Nuitka: Optimizing Python compiler compatible with CPython

    2 projects | news.ycombinator.com | 18 Sep 2024
  • Is there a way to use turn a project into a single executable file that doesn't require anyone to do anything like install Python before using it?

    2 projects | /r/learnpython | 1 Apr 2023
  • Shed Skin restricted-Python-to-C++ compiler ported to Python 3

    3 projects | /r/Python | 1 Jan 2023
  • Codon: a high-performance Python compiler using LLVM

    2 projects | /r/programming | 8 Dec 2022
  • I made a Python compiler, that can compile Python source down to fast, standalone executables.

    10 projects | /r/Python | 25 Jul 2022