home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / python / python_2 < prev   
Encoding:
Text File  |  1999-04-27  |  2.2 KB  |  72 lines

  1. Title:            PYTHON
  2. Author:            Guido van Rossum (and others)
  3. Version:        1.4
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        C.T.Stretch <ct.stretch@ulst.ac.uk>
  8. Date:            20/11/96
  9. Keywords:        Programming languages ; Object oriented languages
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    Hard disc
  15. Other s/ware needed:    RISC OS 3.1 or later
  16. Directory:        micros/arch/riscos/e129
  17. Date mounted/updated:    06/12/96
  18. File names:        pyhtml.arc
  19.             pyinfo.arc
  20.             pylib.arc
  21.             pysrc.arc
  22.             pytex.arc
  23.             python.arc
  24.             dlk.arc
  25. Unarchived files:    713
  26. Unarchived size:    5306 kbytes
  27. Omissions:        
  28. See also:        
  29.  
  30. -------------------------------------------------------------------------------
  31.  
  32. Acquiring the package:
  33.  
  34. Download the archive file(s) and extract using SparkPlug 2
  35. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  36.  
  37.  
  38. Description:
  39.  
  40. Python is an interpreted, interactive, object-oriented programming
  41. language.  It incorporates modules, exceptions, dynamic typing, very
  42. high level dynamic data types, and classes.  Python combines
  43. remarkable power with very clear syntax.  It has interfaces to many
  44. system calls and libraries, as well as to various window systems, and
  45. is extensible in C or C++.  It is also usable as an extension language
  46. for applications that need a programmable interface.  Finally, Python
  47. is portable: it runs on many brands of UNIX, on the Mac, and on PCs
  48. under MS-DOS, Windows, Windows NT, and OS/2.
  49.  
  50. This RiscOS port contains most of the portable part of Python 1.4
  51. i.e. the parts common to Mac, Unix and MS-DOS.
  52.  
  53. It includes an interface to the RiscOS SWI calls, and an experimental
  54. interface to the toolbox modules.
  55.  
  56. The new version (Arc version 0.1) is StrongArm compatible, and 
  57. is ported from the final release of Python 1.4, instead of from
  58. a beta release.
  59.  
  60. Several example applications are provided.
  61.  
  62. python.arc   The main executable and examples.
  63. pylib.arc    The library.
  64.  
  65. pytex.arc    The documentation in LaTeX format.
  66. pyinfo.arc   The library documentation in info format.
  67.              with an info browser in Python.
  68. pyhtml.arc   The library documentation in html format.
  69.  
  70. pysrc.arc    The source code.
  71. dlk.arc      A dynamic linker needed to make Python.
  72.