A library that implements Python3.x functions in C

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

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

    Discontinued 👨🏻‍💻🗂️ Library to write simple, powerful C code. (by MidnQP)

  • Repository: https://github.com/midnqp/libavoidrepitition-c

  • stb

    stb single-file public domain libraries for C/C++

  • Also, you can't distribute a single-file header like that: as-is, you can't use this library in multiple files in the same program. Either distribute a .c file, declare your functions static, or use the approach similar to the STB libraries (e.g. this) that let users choose whether they want the function definitions or not for each #include.

  • 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

  • A library that implements Python3.x functions in C

    1 project | /r/programming | 16 Mar 2021
  • A library that implements Python3.x functions in C

    1 project | /r/u_midnqp | 16 Mar 2021
  • Request for contributions in a library, implementing Python3.x builtin functions in C

    1 project | /r/programming | 16 Mar 2021
  • libavoidrepitition.h

    1 project | /r/C_Programming | 14 Mar 2021
  • Writing a TrueType font renderer

    9 projects | news.ycombinator.com | 1 Jan 2024