DESCR-tests 744 B

123456789101112131415
  1. Python is an interpreted, interactive, object-oriented programming
  2. language that combines remarkable power with very clear syntax. For
  3. an introduction to programming in Python you are referred to the
  4. Python Tutorial. The Python Library Reference documents built-in
  5. and standard types, constants, functions and modules. Finally, the
  6. Python Reference Manual describes the syntax and semantics of the
  7. core language in (perhaps too) much detail.
  8. Python's basic power can be extended with your own modules written
  9. in C or C++. On most systems such modules may be dynamically loaded.
  10. Python is also adaptable as an extension language for existing
  11. applications. See the internal documentation for hints.
  12. This package contains the Python testsuite.