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