High Performance Python (from Training at EuroPython 2011) by Ian Ozsvald - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

CHAPTER

SIX

 

VERSIONS AND DEPENDENCIES

The tools depend on a few other libraries, you’ll want to install them first:

  • CPython 2.7.2
  • line_profiler 1.0b2
  • RunSnake 2.0.1 (and it depends on wxPython)
  • PIL (for drawing the plot)
  • PyPy pypy-c-jit-45137-65b1ed60d7da-osx64 (from the nightly builds around July 2011)
  • Cython 0.14.1
  • Numpy 1.5.1
  • ShedSkin 0.8 (and this depends on a few C libraries)
  • NumExpr 1.4.2
  • pyCUDA 0.94 (HEAD as of June 2011 and it depends on the CUDA development libraries, I’m using CUDA 4.0)