Fuller Web Development

  BLOG | CONTACT | CLIENTS

Archive for December 2008

Python Performance Part 3: Python 3000 and Transforming Large Lists into Seperate Smaller Lists

Preface
This is a redux of Python Performance Part 1, where the fastest method was using the reduce builtin function in Python2.5. December 3rd, Python 3000 final was released so I have downloaded it and gone over some of these scripts again. In Python 3000 the reduce function is no longer a builtin, and has moved [...]