Advent of Code 2020: Day 07 using Python PEG grammars + NetworkX

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    The fastest pure-Python PEG parser I can muster

  • Since the input comes in the form of well-formatted text with with variable-width lines, this seems a perfect fit for a PEG parser, as described in Day 04. Using a PEG parser with a node visitor also lets us process each each node as it is being parsed, saving a loop or two. As usual, I will be using the parsimonious library for Python. Importing it with from parsimonious.grammar import Grammar

  • 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

  • Anomaly Detection with FiftyOne and Anomalib

    4 projects | dev.to | 6 May 2024
  • Chardet: Python Character Encoding Detector

    1 project | news.ycombinator.com | 6 May 2024
  • FLaNK-AIM Weekly 06 May 2024

    45 projects | dev.to | 6 May 2024
  • Show HN: Arbitrarily nestable tabs and splits for the qtile window manager

    2 projects | news.ycombinator.com | 6 May 2024
  • Vector Databases for generative AI applications

    1 project | dev.to | 6 May 2024