High Performance Python

High Performance Python
Authors
Andrew Lewis
ISBN
0596522088
Published
15 Dec 2009
Purchase online
amazon.com

Learn how to make your Python code more efficient with High Performance Python, the only book that addresses the theory and practice of Python optimization. Python can help you implement complex, mission-critical applications from scratch, but poorly optimized code can waste millions of processor cycles. This book focuses on common causes of poor performance and how to overcome them, from the algorithmic roots of code to Python-specific idioms.

Editorial Reviews

Suffering from poor application performance? Reach for High Performance Python -- the only book that fully addresses the theory and practice of Python optimization. While Python can help you implement complex, mission-critical applications from scratch, poorly optimized code can waste millions of processor cycles. This book focuses on common causes of poor performance, from the algorithmic roots of code to Python-specific idioms, and shows you how to make your Python code as efficient as possible.

You'll get a practical view of theoretical computer science and optimization that most people outside of the postgraduate arena never see. Not only will you learn how to improve application performance, you'll become a more thoughtful programmer.

  • Get practical examples to help you grasp the theory of computation and algorithms
  • Learn specific improvements for Python by understanding the basics of optimization
  • Gain significant increases in application performance by making simple alterations
  • Work with iteration, imaging, strings, precedence, function calling, and math
  • Acquire a framework for understanding programming languages in general

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“To iterate is human, to recurse divine” - L. Peter Deutsch