Ctypes Hello World#
This is an example of how to make your own Python extensions with C.
To build the package.
cd libhello
uv run python setup.py build
uv run python setup.py install
To run the example code.
uv run python main.py
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzThis is an example of how to make your own Python extensions with C.
To build the package.
cd libhello
uv run python setup.py build
uv run python setup.py install
To run the example code.
uv run python main.py