leskovec / pyC_intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pybind11 Basic Modules - Hello World Tutorial

Welcome to the Pybind11 Basic Modules "Hello World" tutorial! This repository provides a step-by-step guide on how to use Pybind11 to create a simple Python module that interfaces with C++ code to print "Hello, World!".

Prerequisites

Before getting started, make sure you have the following prerequisites installed on your system:

  • CMake (3.12 or higher)
  • Python (>3.6)
  • C++ Compiler (e.g., g++, clang++)
  • Pybind11 (We'll include this in the tutorial)

How to set it up

-- part of the tutorial :)

About


Languages

Language:C++ 69.8%Language:Python 24.1%Language:CMake 5.9%Language:Shell 0.1%Language:C 0.0%