• Complain

Anthony Scopatz - Effective Computation in Physics

Here you can read online Anthony Scopatz - Effective Computation in Physics full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: OReilly Media, 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.

Anthony Scopatz Effective Computation in Physics

Effective Computation in Physics: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Effective Computation in Physics" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

More physicists today are taking on the role of software developer as part of their research, but software development isnt always easy or obvious, even for physicists. This practical book teaches essential software development skills to help you automate and accomplish nearly any aspect of research in a physics-based field.

Written by two PhDs in nuclear engineering, this book includes practical examples drawn from a working knowledge of physics concepts. Youll learn how to use the Python programming language to perform everything from collecting and analyzing data to building software and publishing your results.

In four parts, this book includes:

  • Getting Started: Jump into Python, the command line, data containers, functions, flow control and logic, and classes and objects
  • Getting It Done: Learn about regular expressions, analysis and visualization, NumPy, storing data in files and HDF5, important data structures in physics, computing in parallel, and deploying software
  • Getting It Right: Build pipelines and software, learn to use local and remote version control, and debug and test your code
  • Getting It Out There: Document your code, process and publish your findings, and collaborate efficiently; dive into software licenses, ownership, and copyright procedures

Anthony Scopatz: author's other books


Who wrote Effective Computation in Physics? Find out the surname, the name of the author of the book and a list of all author's works by series.

Effective Computation in Physics — 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 "Effective Computation in Physics" 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
Effective Computation in Physics

by Anthony Scopatz and Kathryn D. Huff

Copyright 2015 Anthony Scopatz and Kathryn D. Huff. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Meghan Blanchette
  • Production Editor: Nicole Shelby
  • Copyeditor: Rachel Head
  • Proofreader: Rachel Monaghan
  • Indexer: Judy McConville
  • Interior Designer: David Futato
  • Cover Designer: Ellie Volckhausen
  • Illustrator: Rebecca Demarest
  • June 2015: First Edition
Revision History for the First Edition
  • 2015-06-09: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491901533 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Effective Computation in Physics, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-90153-3

[LSI]

Dedication

To THW and friends: gonuke, animal1, kmo, redbeard, spidr, slayer, nicopresto, wolfman , blackbeard, johnnyb, jdangerx, punkish, radio, crbates, 3rdbit, fastmath, and others, this one is for you.

Foreword

Right now, somewhere, a grad student is struggling to make sense ofsome badly formatted data in a bunch of folders called final,final_revised, and final_updated. Nearby, her supervisor has justspent four hours trying to reconstruct the figures in a paper shewrote six months ago so that she can respond to Reviewer Number Two.Down the hall, the lab intern is pointing and clicking in a GUI torun an analysis program for the thirty-fifth of two hundred inputfiles. He wont realize that he used the wrong alpha for all of themuntil Thursday

This isnt science: its what scientists do when they dont have theequivalent of basic lab skills for scientific computing. They spendhours, days, or even weeks doing things that the computer could do forthem, or trying to figure out what they or their colleagues did lasttime when the computer could tell them. Whats worse, they usuallyhave no idea when theyre done how reliable their results are.

Starting with their work at the Hacker Within, a grassroots group atthe University of Wisconsin that they helped found, Katy and Anthonyhave shown that none of this pain is necessary. A few basic toolslike the command shell and version control, and a few basic techniqueslike writing modular code, can save scientists hours or days of work per weektoday, and simultaneously make it easier for others (including theirfuture selves) to reproduce and build on their work tomorrow.

This book wont make you a great programmernot on its ownbutit will make you a better programmer. It will teach you how to doeveryday tasks without feeling like youre wading through mud, andgive you the background knowledge you need to make effective use ofthe thousands of tutorials and Q&A forums now available on the Web.I really wish I had written it, but if I had, I couldnt have done abetter job than Anthony and Katy. I hope you enjoy it as much as Ihave.

Gregory V. Wilson

Preface

Welcome to Effective Computation in Physics. By reading this book, you willlearn the essential software skills that are needed by anyone in a physics-basedfield. From astrophysics to nuclear engineering, this book will take you from notknowing how to make a computer add two variables together to being thesoftware development guru on your team.

Physics and computation have a long history together. In many ways, computersand modern physics have co-evolved. Only cryptography can reallyclaim the same timeline with computers as physics. Yet in spite of this shared growth,physicists are not the premier software developers that you wouldexpect. Physicists tend to suffer from two deadly assumptions:

  1. Software development and software engineering are easy.

  2. Simply by knowing physics, someone knows how to write code.

While it is true that some skills are transferablefor example, being able to reason aboutabstract symbols is important to boththe fundamental concerns, needs, interests,and mechanisms for deriving the truth of physics and computation are often distinct.

For physicists, computers are just another tool in the toolbox.Computation plays a role in physics that is not unlike the role of mathematics.You can understand physical concepts without a computer, but knowinghow to speak the language(s) of computers makes practicing physics much easier.Furthermore, a physical computer is not unlike a slide rule or aphoton detector or an oscilloscope. It is an experimental device that canhelp inform the science at hand when set up properly. Because computers aremuch more complicated and configurable than any previous experimental device, however,they require more patience, care, and understanding to properly set up.

More and more physicists are being asked to be software developersas part of their work or research. This book aims to make growing as a softwaredeveloper as easy as possible. In the long run, this will enable you to bemore productive as a physicist.

On the other end of the spectrum, computationalmodeling and simulation have begun to play an important part in physics.When experiments are too big or expensive to perform in statistically significantnumbers, or when theoretical parameters need to be clamped down, simulation sciencefills a vital role. Simulations help tell experimenters where to look and canvalidate a theory before it ever hits a bench. Simulation is becoming a middlepath for physicists everywhere, separate from theory and experiment.Many simulation scientists like to think of themselves as being more theoretical.In truth, though, the methods that are used in simulationsare more similar to experimentalism.

What Is This Book?

All modern physicists, no matter how experimental, rely on a computer in somepart of their scientific workflow. Some researchers only use computersas word processing devices. Others may employ computers that tirelessly collectdata and churn analyses through the night, outpacing most other members of theirresearch teams. This book introduces ways to harness computers to accomplishand automate nearly any aspect of research, and should be used as a guideduring each phase of research.

Reading this book is a great way to learn about computational physics from allangles. It will help you to gain and hone softwaredevelopment skills that will be invaluable in the context of your work as a physicist. To the best of our knowledge, another book like this does not exist. This is not a physics textbook.This book is not the only way to learn about Python and other programming concepts.This book is about what happens when those two worlds inelastically collide.This book is about computational physics. You are in for a treat!

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Effective Computation in Physics»

Look at similar books to Effective Computation in Physics. 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 «Effective Computation in Physics»

Discussion, reviews of the book Effective Computation in Physics 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.