repo/extra/python
Owen Rafferty 12f3382f5c
python: 3.12.4
2024-06-07 19:07:19 -05:00
..
patches python: 3.10.0 2021-10-05 06:19:40 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums python: 3.12.4 2024-06-07 19:07:19 -05:00
depends python: add ncurses dep 2024-03-09 22:32:32 +05:30
sources python: 3.12.4 2024-06-07 19:07:19 -05:00
version python: 3.12.4 2024-06-07 19:07:19 -05:00

README

python
________________________________________________________________________________

Python is an interpreted high-level general-purpose programming language. Its
design philosophy emphasizes code readability with its use of significant
indentation. Its language constructs as well as its object-oriented approach aim
to help programmers write clear, logical code for small and large-scale
projects.

Python is dynamically-typed and garbage-collected. It supports multiple
programming paradigms, including structured (particularly, procedural),
object-oriented and functional programming. It is often described as a
"batteries included" language due to its comprehensive standard library. [0]

Upstream: https://www.python.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b python                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Python_(programming_language)