Logo

Scientific Software Engineering in a Nutshell

Small book cover: Scientific Software Engineering in a Nutshell

Scientific Software Engineering in a Nutshell
by

Publisher: arXiv
Number of pages: 39

Description:
Writing complex computer programs to study scientific problems requires careful planning and an in-depth knowledge of programming languages and tools. In this chapter the importance of using the right tool for the right problem is emphasized. Common tools to organize computer programs, as well as to debug and improve them are discussed, followed by simple data reduction strategies and visualization tools.

Home page url

Download or read it online for free here:
Download link
(340KB, PDF)

Similar books

Book cover: Optimizing Code for SpeedOptimizing Code for Speed
- Wikibooks
This document will focus on optimizing code to run faster. The intended audience of this text are software developers, primarily programmers who know at least one programming language well enough to write moderately complex programs.
(17460 views)
Book cover: Pablo's SOLID Software DevelopmentPablo's SOLID Software Development
by - LosTechies.com
S.O.L.I.D. is a collection of best-practice design principles which can be applied to your design, allowing you to accomplish various desirable goals such as loose-coupling, higher maintainability, intuitive location of interesting code, etc.
(17523 views)
Book cover: 500 Lines or Less500 Lines or Less
by - The Architecture of Open Source Applications
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch to solve difficult problems.
(7834 views)
Book cover: Small Memory Software: Patterns for systems with limited memorySmall Memory Software: Patterns for systems with limited memory
by - Addison-Wesley
Offers state-of-the art programming solutions for personal digital assistants (PDAs). Includes illustrated patterns professionals can use, with implementation notes for reference, including some on the companion Web site, and examples in C++ or Java.
(18846 views)