Can i use numpy with c or c++ ?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • NumCpp

    C++ implementation of the Python Numpy library

    Despite being written in C itself, the primary external API is for Python, and though it is possible to call via C, it's quite ungainly (several ref-counted Py_* calls and structs). It's probably easier to just consume a library that targets C++ directly like xtensor (https://xtensor.readthedocs.io/en/latest/numpy.html) or NumCpp (https://github.com/dpilger26/NumCpp).

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

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