DESCR-main 699 B

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