Elegant SciPy (e-bog) af Dashnow, Harriet
Dashnow, Harriet (forfatter)

Elegant SciPy e-bog

245,52 DKK (inkl. moms 306,90 DKK)
Welcome to Scientific Python and its community. If youre a scientist who programs with Python, this practical guide not only teaches you the fundamental parts of SciPy and libraries related to it, but also gives you a taste for beautiful, easy-to-read code that you can use in practice. Youll learn how to write elegant code thats clear, concise, and efficient at executing the task at hand.Throug...
E-bog 245,52 DKK
Forfattere Dashnow, Harriet (forfatter)
Udgivet 11 august 2017
Længde 280 sider
Genrer Web programming
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781491922941
Welcome to Scientific Python and its community. If youre a scientist who programs with Python, this practical guide not only teaches you the fundamental parts of SciPy and libraries related to it, but also gives you a taste for beautiful, easy-to-read code that you can use in practice. Youll learn how to write elegant code thats clear, concise, and efficient at executing the task at hand.Throughout the book, youll work with examples from the wider scientific Python ecosystem, using code that illustrates principles outlined in the book. Using actual scientific data, youll work on real-world problems with SciPy, NumPy, Pandas, scikit-image, and other Python libraries.Explore the NumPy array, the data structure that underlies numerical scientific computationUse quantile normalization to ensure that measurements fit a specific distributionRepresent separate regions in an image with a Region Adjacency GraphConvert temporal or spatial data into frequency domain data with the Fast Fourier TransformSolve sparse matrix problems, including image segmentations, with SciPys sparse modulePerform linear algebra by using SciPy packagesExplore image alignment (registration) with SciPys optimize moduleProcess large datasets with Python data streaming primitives and the Toolz library