Questions from a very beginner

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

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

    Rust bindings for the Python interpreter

  • One of the projects I'm currently refactoring is a service-less game manager experiment (i.e. something where you point it at a folder and it builds a game launcher database without referring to a service like Steam or GOG.com for the metadata) with a Qt frontend in Python and a backend that's being migrated into Rust using PyO3.

  • ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • Also, not specifically with Python, Rust is great at making little CLI utilities that start and run fast, so it's great for tools like ripgrep and hyperfine which you use while developing Python, even if you don't use them in the same codebase as Python code.

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

  • Tell HN: Rust Is the Superglue

    3 projects | news.ycombinator.com | 15 Jul 2023
  • Encapsulation in Rust and Python

    4 projects | dev.to | 5 Apr 2024
  • Rust Bindings for the Python Interpreter

    1 project | news.ycombinator.com | 20 Feb 2024
  • Polars – A bird's eye view of Polars

    4 projects | news.ycombinator.com | 13 Feb 2024
  • In Rust for Python: A Match from Heaven

    2 projects | dev.to | 3 Jan 2024