Skip to content

leskovec/pyC_part.II

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybind11 Modules - Libraries Tutorial

Welcome to the Pybind11 Modules "Libraries" tutorial! This repository provides a step-by-step guide on how to use Pybind11 to create a simple Python module that interfaces with libraries you can easily include in C++.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published