How can I make a library in C++ for Python

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

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

    Pipeline and Technical Direction Lab and Lecture code

  • There are may ways, I would suggest using PyBind11 or SWIG. Personally I use pybind11 as I like the syntax. I have some lecture notes on it here https://nccastaff.bournemouth.ac.uk/jmacey/msc/PipeLineAndTD/lectures/Lecture3/ and in particular examples showing this (taking a python file, converting it to C++ then making it a module). here https://github.com/NCCA/PipelineAndTD/tree/main/Lecture3Python/DiskSampling

  • 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