• Complain

Lanaro - Python high performance programming: boost the performance of your Python programs using advanced techniques

Here you can read online Lanaro - Python high performance programming: boost the performance of your Python programs using advanced techniques full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham, year: 2014, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Lanaro Python high performance programming: boost the performance of your Python programs using advanced techniques
  • Book:
    Python high performance programming: boost the performance of your Python programs using advanced techniques
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2014
  • City:
    Birmingham
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Python high performance programming: boost the performance of your Python programs using advanced techniques: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Python high performance programming: boost the performance of your Python programs using advanced techniques" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Lanaro: author's other books


Who wrote Python high performance programming: boost the performance of your Python programs using advanced techniques? Find out the surname, the name of the author of the book and a list of all author's works by series.

Python high performance programming: boost the performance of your Python programs using advanced techniques — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Python high performance programming: boost the performance of your Python programs using advanced techniques" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Python High Performance Programming

Python High Performance Programming

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: December 2013

Production Reference: 1171213

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78328-845-8

www.packtpub.com

Cover Image by Gagandeep Sharma (<>)

Credits

Author

Gabriele Lanaro

Reviewers

Daniel Arbuckle

Mike Driscoll

Albert Lukaszewski

Acquisition Editors

Owen Roberts

Harsha Bharwani

Commissioning Editor

Shaon Basu

Technical Editors

Akashdeep Kundu

Faisal Siddiqui

Project Coordinator

Sherin Padayatty

Proofreader

Linda Morris

Indexer

Rekha Nair

Production Coordinators

Pooja Chiplunkar

Manu Joseph

Cover Work

Pooja Chiplunkar

About the Author

Gabriele Lanaro is a PhD student in Chemistry at the University of British Columbia, in the field of Molecular Simulation. He writes high performance Python code to analyze chemical systems in large-scale simulations. He is the creator of Chemlaba high performance visualization software in Pythonand emacs-for-pythona collection of emacs extensions that facilitate working with Python code in the emacs text editor. This book builds on his experience in writing scientific Python code for his research and personal projects.

I want to thank my parents for their huge, unconditional love and support. My gratitude cannot be expressed by words but I hope that I made them proud of me with this project.

I would also thank the Python community for producing and maintaining a massive quantity of high-quality resources made available for free. Their extraordinary supportive and compassionate attitude really fed my passion for this amazing technology.

A special thanks goes to Hessam Mehr for reviewing my drafts, testing the code and providing extremely valuable feedback. I would also like to thank my roommate Kaveh for being such an awesome friend and Na for bringing me chocolate bars during rough times.

About the Reviewers

Dr. Daniel Arbuckle is a published researcher in the fields of robotics and nanotechnology, as well as a professional Python programmer. He is the author of Python Testing: Beginner's Guide from Packt Publishing and one of the authors of Morphogenetic Engineering from Springer-Verlag .

Mike Driscoll has been programming in Python since Spring 2006. He enjoys writing about Python on his blog at http://www.blog.pythonlibrary.org/. Mike also occasionally writes for the Python Software Foundation, i-Programmer, and Developer Zone. He enjoys photography and reading a good book. Mike has also been a technical reviewer for Python 3 Object Oriented Programming, Python 2.6 Graphics Cookbook, and Tkinter GUI Application Development Hotshot.

I would like to thank my beautiful wife, Evangeline, for always supporting me. I would also like to thank friends and family for all that they do to help me. And I would like to thank Jesus Christ for saving me.

Albert Lukaszewski is a software consultant and the author of MySQL for Python . He has programmed computers for nearly 30 years. He specializes in high-performance Python implementations of network and database services. He has designed and developed Python solutions for a wide array of industries including media, mobile, publishing, and cinema. He lives with his family in southeast Scotland.

www.PacktPub.com
Support files, eBooks, discount offers and more

You might want to visit www.PacktPub.com for support files and downloads related to your book.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpPacktLibPacktPubcom Do you need instant solutions to your IT - photo 1

http://PacktLib.PacktPub.com

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.

Why Subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print and bookmark content
  • On demand and accessible via web browser
Free Access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

Preface

Python is a programming language renowned for its simplicity, elegance, and the support of an outstanding community. Thanks to the impressive amount of high-quality third-party libraries, Python is used in many domains.

Low-level languages such as C, C++, and Fortran are usually preferred in performance-critical applications. Programs written in those languages perform extremely well, but are hard to write and maintain.

Python is an easier language to deal with and it can be used to quickly write complex applications. Thanks to its tight integration with C, Python is able to avoid the performance drop associated with dynamic languages. You can use blazing fast C extensions for performance-critical code and retain all the convenience of Python for the rest of your application.

In this book, you will learn, in a step-by-step method how to find and speedup the slow parts of your programs using basic and advanced techniques.

The style of the book is practical; every concept is explained and illustrated with examples. This book also addresses common mistakes and teaches how to avoid them. The tools used in this book are quite popular and battle-tested; you can be sure that they will stay relevant and well-supported in the future.

This book starts from the basics and builds on them, therefore, I suggest you to move through the chapters in order.

And don't forget to have fun!

What this book covers

, Benchmarking and Profiling shows you how to find the parts of your program that need optimization. We will use tools for different use cases and explain how to analyze and interpret profiling statistics.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Python high performance programming: boost the performance of your Python programs using advanced techniques»

Look at similar books to Python high performance programming: boost the performance of your Python programs using advanced techniques. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Python high performance programming: boost the performance of your Python programs using advanced techniques»

Discussion, reviews of the book Python high performance programming: boost the performance of your Python programs using advanced techniques and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.