File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 Python/C API Reference Manual
55##################################
66
7- :Release: |version |
8- :Date: |today |
9-
107This manual documents the API used by C and C++ programmers who want to write
118extension modules or embed Python. It is a companion to :ref: `extending-index `,
129which describes the general principles of extension writing but does not
Original file line number Diff line number Diff line change 66
77:Authors: Greg Ward, Anthony Baxter
889- :Release: |version |
10- :Date: |today |
119
1210This document describes the Python Distribution Utilities ("Distutils") from
1311the module developer's point of view, describing how to use the Distutils to
Original file line number Diff line number Diff line change 44 Extending and Embedding the Python Interpreter
55##################################################
66
7- :Release: |version |
8- :Date: |today |
9-
107This document describes how to write modules in C or C++ to extend the Python
118interpreter with new modules. Those modules can define new functions but also
129new object types and their methods. The document also describes how to embed
Original file line number Diff line number Diff line change 22 Python Frequently Asked Questions
33###################################
44
5- :Release: |version |
6- :Date: |today |
7-
85.. toctree ::
96 :maxdepth: 1
107
Original file line number Diff line number Diff line change 77*****************************
88
99:Author: Greg Ward
10- :Release: |version |
11- :Date: |today |
1210
1311.. TODO: Fill in XXX comments
1412
Original file line number Diff line number Diff line change 44 The Python Standard Library
55###############################
66
7- :Release: |version |
8- :Date: |today |
9-
107While :ref: `reference-index ` describes the exact syntax and
118semantics of the Python language, this library reference manual
129describes the standard library that is distributed with Python. It also
Original file line number Diff line number Diff line change 44 The Python Language Reference
55#################################
66
7- :Release: |version |
8- :Date: |today |
9-
107This reference manual describes the syntax and "core semantics" of the
118language. It is terse, but attempts to be exact and complete. The semantics of
129non-essential built-in object types and of the built-in functions and modules
Original file line number Diff line number Diff line change 44 The Python Tutorial
55######################
66
7- :Release: |version |
8- :Date: |today |
9-
107Python is an easy to learn, powerful programming language. It has efficient
118high-level data structures and a simple but effective approach to
129object-oriented programming. Python's elegant syntax and dynamic typing,
You can’t perform that action at this time.
0 commit comments