lzdoom: new package at 3.88b
[kiss-trunc88.git] / python / README
blobd76f500d2970ea82a68d2186a98dc46f96ffe98b
1 python
2 ________________________________________________________________________________
4 Python is an interpreted high-level general-purpose programming language. Its
5 design philosophy emphasizes code readability with its use of significant
6 indentation. Its language constructs as well as its object-oriented approach aim
7 to help programmers write clear, logical code for small and large-scale
8 projects.
10 Python is dynamically-typed and garbage-collected. It supports multiple
11 programming paradigms, including structured (particularly, procedural),
12 object-oriented and functional programming. It is often described as a
13 "batteries included" language due to its comprehensive standard library. [0]
15 Upstream: https://www.python.org/
18 [000] Index
19 ________________________________________________________________________________
21 * Installation ........................................................... [001]
22 * Usage .................................................................. [002]
23 * References ............................................................. [003]
26 [001] Installation
27 ________________________________________________________________________________
29 +------------------------------------------------------------------------------+
30 |                                                                              |
31 |  $ kiss b python                                                             |
32 |                                                                              |
33 +------------------------------------------------------------------------------+
36 [002] Usage
37 ________________________________________________________________________________
39 Refer to the manual pages and command help output.
42 [003] References
43 ________________________________________________________________________________
45 [0] https://en.wikipedia.org/wiki/Python_(programming_language)