"Python科学编程入门:第三版,83页"

需积分: 5 0 下载量 17 浏览量 更新于2024-01-29 收藏 5.27MB PDF 举报
The third edition of "A Primer on Scientific Programming with Python" is a comprehensive guide to using Python for scientific programming. Authored by Hans Petter Langtangen, a researcher at the Simula Research Laboratory and the University of Oslo, this book is part of the Texts in Computational Science and Engineering series. With ISBN 978-3-642-30292-3 in print and ISBN 978-3-642-30293-0 for the eBook version, this edition provides a thorough introduction to Python programming for scientists and engineers. Langtangen's book covers a wide range of topics, including an introduction to Python, numerical methods, plotting and visualization, and object-oriented programming. The third edition has been updated to include new material on Python 3, ensuring that readers have access to the latest features and best practices for scientific programming. Additionally, the book includes exercises and examples to help readers apply the concepts they learn. The author's background in both research and teaching is evident throughout the book, as he provides practical insights and tips for using Python in scientific computing. From basic syntax and data structures to advanced topics like parallel computing and high-performance computing, Langtangen's book offers a comprehensive guide for scientists, engineers, and students looking to harness the power of Python for their work. Overall, "A Primer on Scientific Programming with Python, Third Edition" serves as an invaluable resource for anyone looking to learn or improve their skills in scientific computing with Python. The book's clear and concise explanations, coupled with hands-on examples and exercises, make it a must-read for anyone seeking to leverage Python for their scientific programming needs. Whether you are a beginner or an experienced programmer, this book provides the tools and knowledge necessary to succeed in scientific programming with Python.
2016-12-29 上传
Scientific Computing with Python 3 English | 23 Dec. 2016 | ISBN: 1786463512 | 332 Pages | AZW3/MOBI/EPUB/PDF (conv) | 17.95 MB Key Features Your ultimate resource for getting up and running with Python numerical computations Explore numerical computing and mathematical libraries using Python 3.x code with SciPy and NumPy modules A hands-on guide to implementing mathematics with Python, with complete coverage of all the key concepts Book Description Python can be used for more than just general-purpose programming. It is a free, open source language and environment that has tremendous potential for use within the domain of scientific computing. This book presents Python in tight connection with mathematical applications and demonstrates how to use various concepts in Python for computing purposes, including examples with the latest version of Python 3. Python is an effective tool to use when coupling scientific computing and mathematics and this book will teach you how to use it for linear algebra, arrays, plotting, iterating, functions, polynomials, and much more. What you will learn The principal syntactical elements of Python The most important and basic types in Python The essential building blocks of computational mathematics, linear algebra, and related Python objects Plot in Python using matplotlib to create high quality figures and graphics to draw and visualize your results Define and use functions and learn to treat them as objects How and when to correctly apply object-oriented programming for scientific computing in Python Handle exceptions, which are an important part of writing reliable and usable code Two aspects of testing for scientific programming: Manual and Automatic About the Author Claus Fuhrer is a professor of scientific computations at Lund University, Sweden. He has an extensive teaching record that includes intensive programming courses in numerical analysis and engineering mathematics across various levels in many different countries and teaching environments. Claus also develops numerical software in research collaboration with industry and received Lund University's Faculty of Engineering Best Teacher Award in 2016. Jan Erik Solem is a Python enthusiast, former associate professor, and currently the CEO of Mapillary, a street imagery computer vision company. He has previously worked as a face recognition expert, founder and CTO of Polar Rose, and computer vision team leader at Apple. Jan is a World Economic Forum technology pioneer and won the Best Nordic Thesis Award 2005-2006 for his dissertation on image analysis and pattern recognition. He is also the author of "Programming Computer Vision with Python" (O'Reilly 2012). Olivier Verdier began using Python for scientific computing back in 2007 and received a PhD in mathematics from Lund University in 2009. He has held post-doctoral positions in Cologne, Trondheim, Bergen, and Umea and is now an associate professor of mathematics at Bergen University College, Norway. Table of Contents Getting Started Variables and Basic Types Container Types Linear Algebra – Arrays Advanced Array Concepts Plotting Functions Classes Iterating Error Handling Namespaces, Scopes, and Modules Input and Output Testing Comprehensive Examples Symbolic Computations - SymPy References