Cantitate/Preț
Produs

Python Scripting for Computational Science: Texts in Computational Science and Engineering, cartea 3

Autor Hans Petter Langtangen
en Limba Engleză Paperback – 22 noi 2010
Numerous readers of the second edition have noti?ed me about misprints and possible improvements of the text and the associated computer codes. The resulting modi?cations have been incorporated in this new edition and its accompanying software. The major change between the second and third editions, however, is caused by the new implementation of Numerical Python, now called numpy. The new numpy package encourages a slightly di?erent syntax compared to the old Numeric implementation, which was used in the previous editions. Since Numerical Python functionality appears in a lot of places in the book, there are hence a huge number of updates to the new suggested numpy syntax, especially in Chapters 4, 9, and 10. The second edition was based on Python version 2.3, while the third edition contains updates for version 2.5. Recent Python features, such as generator expressions (Chapter 8.9.4), Ctypes for interfacing shared libraries in C (Chapter 5.2.2), the with statement (Chapter 3.1.4), and the subprocess module for running external processes (Chapter 3.1.3) have been exempli?ed to make the reader aware of new tools. Chapter 4.4.4 is new and gives a taste of symbolic mathematics in Python.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 46870 lei  43-57 zile
  Springer Berlin, Heidelberg – 22 noi 2010 46870 lei  43-57 zile
Hardback (1) 47372 lei  43-57 zile
  Springer Berlin, Heidelberg – 11 dec 2007 47372 lei  43-57 zile

Din seria Texts in Computational Science and Engineering

Preț: 46870 lei

Nou

Puncte Express: 703

Preț estimativ în valută:
8971 9350$ 7468£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783642093159
ISBN-10: 3642093159
Pagini: 780
Ilustrații: XXVI, 756 p.
Dimensiuni: 155 x 235 x 41 mm
Greutate: 1.08 kg
Ediția:Softcover reprint of hardcover 3rd ed. 2008
Editura: Springer Berlin, Heidelberg
Colecția Springer
Seria Texts in Computational Science and Engineering

Locul publicării:Berlin, Heidelberg, Germany

Public țintă

Research

Cuprins

Getting Started with Python Scripting.- Basic Python.- Numerical Computing in Python.- Combining Python with Fortran, C, and C++.- to GUI Programming.- Web Interfaces and CGI Programming.- Advanced Python.- Fortran Programming with NumPy Arrays.- C and C++ Programming with NumPy Arrays.- More Advanced GUI Programming.- Tools and Examples.

Recenzii

From the reviews of the second edition:
"This book addresses primarily a CSE (computational science and engineering) audience. … gives a clear and detailed account on the ways in which the surprisingly powerful Python language may aid the CSE community." (H. Muthsam, Monatshefte für Mathematik, Vol. 151 (4), 2007)

Caracteristici

Shows how to develop tailored, flexible, and human-efficient working environments using the easy-to-learn, high-level Python language Focuses on examples and applications of practical use to computational scientists Compatible with the new NumPy implementation and features updated information, correction of errors, and improved associated software tools All the tools and examples in the book are open source codes Includes supplementary material: sn.pub/extras