Welcome, Guest. Please login or register.

Author Topic: AmigaPython 2.3.3 alpha 2 released  (Read 3542 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pythonmanTopic starter

  • Newbie
  • *
  • Join Date: Mar 2004
  • Posts: 6
    • Show all replies
    • http://www.monkeyhouse.eclipse.co.uk/amiga/
AmigaPython 2.3.3 alpha 2 released
« on: April 04, 2004, 01:14:28 AM »
Tim Ocock has released another alpha build of his version 2.3.3 update of Irmen de Jong's AmigaPython here:




http://www.monkeyhouse.eclipse.co.uk/amiga/python/

Python is an open source interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for rapid application development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

New in alpha release 2
-XML (pyexpat) support working
-bzip2 and zlib (zip) support
-socket module for Internet access works
-Uses ieee math libraries instead of FPU only ones
-More complete amiga and amigapath modules, fixing st_size bug amongst others