Extending and Embedding the Python Interpreter — Python 3.14.7 documentation

docs.python.org

Tin mới

Security Considerations

1. Extending Python with C or C++

Python Module Index

3.14.7 Documentation

The Python Tutorial

This document assumes basic knowledge about Python. For an informal introduction to the language, 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 Python. For an informal introduction to the language, 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 Python. For an informal introduction to the language, 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 Python. For an informal introduction to the language, see The Python Tutorial. The Python Language Reference gives a more formal definition of the language. The Python Standard

Recommended third party tools¶

This guide 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 for

2. Defining Extension Types: Tutorial

3. Defining Extension Types: Assorted Topics

4. Building C and C++ Extensions

5. Building C and C++ Extensions on Windows

1. Embedding Python in Another Application