PyPy v7.3.16 Release

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pypy

    PyPy is a very fast and compliant implementation of the Python language. (by pypy)

  • You'll note I said I was playing with RPython, not PyPy. In my case, I was playing with writing a small interpreter, and comparing the RPython toolchain with the Truffle/Graal framework.

    Writing RPython code, even if one is not developing or contributing to PyPy, means writing within a subset of python 2.

    > RPython ("Restricted Python") is a subset of Python 2

    https://www.pypy.org/posts/2022/04/how-is-pypy-tested.html

    And RPython's translator specifically uses pypy, and uses python 2 syntax:

    https://github.com/pypy/pypy/blob/main/rpython/bin/rpython#L...

    ... so getting the RPython toolchain (even if one is intending to improve the PyPy 3+ interpreters) requires setting up a pypy 2 interpreter. Hence the question in my post.

  • voila

    Using VoilĂ  with matplotlib example (by binder-examples)

  • https://data-apis.org/dataframe-protocol/latest/purpose_and_...

    Practically, pd.DataFrame(,dtype_backend="arrow") may be a quick performance boost.

    Jupyter kernels with Papermill or cron and templated parameters at the top of a notebook with a dated filename in a (repo2docker compatible) git repo also solve for interactive reports. To provision a temporary container for a user editing report notebooks, there's Voila on binderhub / jupyterhub, https://github.com/binder-examples/voila

    or repo2jupyterlite in WASM with MathTex and Pyodide's NumPy/pandas/sympy: https://github.com/jupyterlite/repo2jupyterlite

    But that's not a GUI, that's notebooks. For Jupyter integration, TIL pyqtgraph has jupyter_rfb, Remote Frame Buffer: https://github.com/vispy/jupyter_rfb

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • repo2jupyterlite

    Build jupyterlite apps out of repositories

  • https://data-apis.org/dataframe-protocol/latest/purpose_and_...

    Practically, pd.DataFrame(,dtype_backend="arrow") may be a quick performance boost.

    Jupyter kernels with Papermill or cron and templated parameters at the top of a notebook with a dated filename in a (repo2docker compatible) git repo also solve for interactive reports. To provision a temporary container for a user editing report notebooks, there's Voila on binderhub / jupyterhub, https://github.com/binder-examples/voila

    or repo2jupyterlite in WASM with MathTex and Pyodide's NumPy/pandas/sympy: https://github.com/jupyterlite/repo2jupyterlite

    But that's not a GUI, that's notebooks. For Jupyter integration, TIL pyqtgraph has jupyter_rfb, Remote Frame Buffer: https://github.com/vispy/jupyter_rfb

  • jupyter_rfb

    Remote Frame Buffer for Jupyter

  • https://data-apis.org/dataframe-protocol/latest/purpose_and_...

    Practically, pd.DataFrame(,dtype_backend="arrow") may be a quick performance boost.

    Jupyter kernels with Papermill or cron and templated parameters at the top of a notebook with a dated filename in a (repo2docker compatible) git repo also solve for interactive reports. To provision a temporary container for a user editing report notebooks, there's Voila on binderhub / jupyterhub, https://github.com/binder-examples/voila

    or repo2jupyterlite in WASM with MathTex and Pyodide's NumPy/pandas/sympy: https://github.com/jupyterlite/repo2jupyterlite

    But that's not a GUI, that's notebooks. For Jupyter integration, TIL pyqtgraph has jupyter_rfb, Remote Frame Buffer: https://github.com/vispy/jupyter_rfb

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

  • We wrote the OpenAI Wanderlust app in pure Python using Solara

    2 projects | /r/Python | 11 Nov 2023
  • We wrote the OpenAI Wanderlust app in pure Python using Solara

    5 projects | news.ycombinator.com | 8 Nov 2023
  • py-shiny VS solara - a user suggested alternative

    2 projects | 13 Oct 2023
  • Solara: Pure Python, React-Style Framework for Scaling Your Jupyter and Web Apps

    1 project | news.ycombinator.com | 29 Jul 2023
  • Getting Started with ReactPy

    1 project | /r/Python | 10 Jun 2023