Cantitate/Preț
Produs

Introduction to Python for Science and Engineering: Series in Computational Biophysics

Autor David J. Pine
en Limba Engleză Paperback – 23 sep 2024
Introduction to Python for Science and Engineering offers a quick and incisive introduction to the Python programming language for use in any science or engineering discipline. The approach is pedagogical and “bottom up,” which means starting with examples and extracting more general principles from that experience. No prior programming experience is assumed.
Readers will learn the basics of Python syntax, data structures, input and output, conditionals and loops, user-defined functions, plotting, animation, and visualization. They will also learn how to use Python for numerical analysis, including curve fitting, random numbers, linear algebra, solutions to nonlinear equations, numerical integration, solutions to differential equations, and fast Fourier transforms.
Readers learn how to interact and program with Python using JupyterLab and Spyder, two simple and widely used integrated development environments.
All the major Python libraries for science and engineering are covered, including NumPy, SciPy, Matplotlib, and Pandas. Other packages are also introduced, including Numba, which can render Python numerical calculations as fast as compiled computer languages such as C but without their complex overhead.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 36557 lei  3-5 săpt. +2660 lei  6-12 zile
  CRC Press – 5 dec 2018 36557 lei  3-5 săpt. +2660 lei  6-12 zile
  CRC Press – 23 sep 2024 38021 lei  6-8 săpt.
Hardback (2) 94777 lei  6-8 săpt.
  CRC Press – 4 dec 2018 128122 lei  3-5 săpt.
  CRC Press – 23 sep 2024 94777 lei  6-8 săpt.

Din seria Series in Computational Biophysics

Preț: 38021 lei

Preț vechi: 41327 lei
-8% Nou

Puncte Express: 570

Preț estimativ în valută:
7277 7569$ 6098£

Carte tipărită la comandă

Livrare economică 14-28 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781032673905
ISBN-10: 1032673907
Pagini: 444
Ilustrații: 204
Dimensiuni: 156 x 234 x 26 mm
Greutate: 0.82 kg
Ediția:2
Editura: CRC Press
Colecția CRC Press
Seria Series in Computational Biophysics

Locul publicării:Boca Raton, United States

Public țintă

Professional Practice & Development and Undergraduate Advanced

Cuprins

1. Introduction
2. Launching Python
3. Integrated Development Environments
4. Strings, Lists, Arrays, and Dictionaries
5. Input and Output
6. Conditionals and Loops
7. Functions
8. Plotting
9. Numerical Routines: SciPy and NumPy
10. Python Classes: Encapsulation
11. Data Manipulation and Analysis: Pandas
12. Animation
13. Speeding up numerical calculations
Appendix A Maintaining your installation Python
Appendix B Glossary
Appendix C Python Resources
Index Index

Notă biografică

 
David J. Pine has taught physics and chemical engineering for over 40 years at four different institutions: Cornell University (as a graduate student), Haverford College, UCSB, and NYU, where he is a Professor of Physics, Mathematics, and Chemical & Biomolecular Engineering.  He has taught a broad spectrum of courses, including numerical methods.  He does research on optical materials and in experimental soft-matter physics, which is concerned with materials such as polymers, emulsions, and colloids.

Descriere

Introduction to Python for Science and Engineering offers an incisive introduction to the Python programming language for use in any science or engineering discipline. The approach is pedagogical, which means starting with examples and extracting more general principles from that experience. No prior programming experience is assumed.

Recenzii

"A comprehensive introduction and a practical guide to the Python programming language for scientists and engineers. Chapters intuitively introduce programming concepts around scientific problems. This approach resonates with scientists and engineers and helps them understand programming paradigms faster." --Ana Bell, PhD, Electrical Engineering and Computer Science, Massachusetts Institute of Technology