Extending and Embedding the Python Interpreter — Python 3.16.0a0 documentation

docs.python.org

Tin mới

Security Considerations

Your first C API extension module

Python Module Index

3.16.0a0 Documentation

The Python Tutorial

This document assumes basic knowledge about C and Python. For an informal introduction to Python, see The Python Tutorial. The Python Language Reference gives a more formal definition of the language. The Python Standard

The Python Language Reference

This document assumes basic knowledge about C and Python. For an informal introduction to Python, see The Python Tutorial. The Python Language Reference gives a more formal definition of the language. The Python Standard

The Python Standard Library

This document assumes basic knowledge about C and Python. For an informal introduction to Python, see The Python Tutorial. The Python Language Reference gives a more formal definition of the language. The Python Standard

Python/C API reference manual

This document assumes basic knowledge about C and Python. For an informal introduction to Python, see The Python Tutorial. The Python Language Reference gives a more formal definition of the language. The Python Standard

ctypes: A foreign function library for Python.

Recommended third party tools¶

This document only covers the basic tools for creating extensions provided as part of this version of CPython. Some third party tools offer both simpler and more sophisticated approaches to creating C and C++ extensions

Using the C API: Assorted topics

Defining Extension Types: Tutorial

Defining Extension Types: Assorted Topics

Building C and C++ Extensions

Building C and C++ Extensions on Windows

Embedding Python in Another Application