Numerical Python : scientific computing and data science applications with Numpy, SciPy and Matplotlib / Robert Johansson.
Leverage the numerical and mathematical modules in Python and its standard library as well as popular open source numerical Python packages like NumPy, SciPy, FiPy, matplotlib and more. This fully revised edition, updated with the latest details of each package and changes to Jupyter projects, demon...
Saved in:
Online Access: |
Full Text (via Skillsoft) |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
[Berkeley, CA] :
Apress,
[2019]
|
Edition: | Second edition. |
Subjects: |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | b12298564 | ||
005 | 20231215081412.0 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 190105s2019 cau ob 001 0 eng d | ||
015 | |a GBB969960 |2 bnb | ||
016 | 7 | |a 019216635 |2 Uk | |
019 | |a 1080648303 |a 1082821325 |a 1086399202 |a 1086473324 |a 1089946462 |a 1096842746 |a 1097128649 |a 1105194081 |a 1111137659 |a 1111178626 |a 1117873972 |a 1122847179 |a 1126127972 |a 1129348296 |a 1153032810 |a 1156344944 |a 1162758115 |a 1179727191 |a 1192330177 |a 1203985916 |a 1204085901 |a 1240520047 |a 1264917882 | ||
020 | |a 9781484242469 |q (electronic book) | ||
020 | |a 1484242467 |q (electronic book) | ||
020 | |a 9781484242476 |q (print) | ||
020 | |a 1484242475 | ||
020 | |a 9781484246481 |q (print) | ||
020 | |a 1484246489 | ||
020 | |z 9781484242452 | ||
020 | |z 1484242459 | ||
024 | 7 | |a 10.1007/978-1-4842-4246-9 |2 doi | |
024 | 8 | |a 10.1007/978-1-4842-4 | |
029 | 1 | |a AU@ |b 000064815641 | |
029 | 1 | |a AU@ |b 000065064939 | |
029 | 1 | |a AU@ |b 000068999518 | |
029 | 1 | |a CHNEW |b 001074056 | |
029 | 1 | |a CHVBK |b 579468658 | |
029 | 1 | |a UKMGB |b 019216635 | |
035 | |a (OCoLC)sks1081000082 | ||
035 | |a (OCoLC)1081000082 |z (OCoLC)1080648303 |z (OCoLC)1082821325 |z (OCoLC)1086399202 |z (OCoLC)1086473324 |z (OCoLC)1089946462 |z (OCoLC)1096842746 |z (OCoLC)1097128649 |z (OCoLC)1105194081 |z (OCoLC)1111137659 |z (OCoLC)1111178626 |z (OCoLC)1117873972 |z (OCoLC)1122847179 |z (OCoLC)1126127972 |z (OCoLC)1129348296 |z (OCoLC)1153032810 |z (OCoLC)1156344944 |z (OCoLC)1162758115 |z (OCoLC)1179727191 |z (OCoLC)1192330177 |z (OCoLC)1203985916 |z (OCoLC)1204085901 |z (OCoLC)1240520047 |z (OCoLC)1264917882 | ||
037 | |a sks144254 | ||
040 | |a EBLCP |b eng |e rda |e pn |c EBLCP |d GW5XE |d UAB |d OCLCF |d YDX |d LEAUB |d OH1 |d SNK |d AU@ |d UKMGB |d YDXIT |d UMI |d LQU |d OCL |d NJT |d OCLCQ |d VT2 |d LVT |d LEATE |d OCLCQ |d BRF |d DCT |d OCLCQ |d OCLCO |d COM |d OCLCQ |d OCLCO | ||
049 | |a GWRE | ||
050 | 4 | |a QA76.73.P98 |b J64 2019 | |
100 | 1 | |a Johansson, Robert, |e author. | |
245 | 1 | 0 | |a Numerical Python : |b scientific computing and data science applications with Numpy, SciPy and Matplotlib / |c Robert Johansson. |
250 | |a Second edition. | ||
264 | 1 | |a [Berkeley, CA] : |b Apress, |c [2019] | |
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
347 | |b PDF | ||
504 | |a Includes bibliographical references and index. | ||
520 | |a Leverage the numerical and mathematical modules in Python and its standard library as well as popular open source numerical Python packages like NumPy, SciPy, FiPy, matplotlib and more. This fully revised edition, updated with the latest details of each package and changes to Jupyter projects, demonstrates how to numerically compute solutions and mathematically model applications in big data, cloud computing, financial engineering, business management and more. Numerical Python, Second Edition, presents many brand-new case study examples of applications in data science and statistics using Python, along with extensions to many previous examples. Each of these demonstrates the power of Python for rapid development and exploratory computing due to its simple and high-level syntax and multiple options for data analysis. After reading this book, readers will be familiar with many computing techniques including array-based and symbolic computing, visualization and numerical file I/O, equation solving, optimization, interpolation and integration, and domain-specific computational problems, such as differential equation solving, data analysis, statistical modeling and machine learning. | ||
505 | 0 | |a Intro; Table of Contents; About the Author; About the Technical Reviewers; Introduction; Chapter 1: Introduction to Computing with Python; Environments for Computing with Python; Python; Interpreter; IPython Console; Input and Output Caching; Autocompletion and Object Introspection; Documentation; Interaction with the System Shell; IPython Extensions; File System Navigation; Running Scripts from the IPython Console; Debugger; Reset; Timing and Profiling Code; Interpreter and Text Editor as Development Environment; Jupyter; The Jupyter QtConsole; The Jupyter Notebook; Jupyter Lab; Cell Types | |
505 | 8 | |a Editing CellsMarkdown Cells; Rich Output Display; nbconvert; HTML; PDF; Python; Spyder: An Integrated Development Environment; Source Code Editor; Consoles in Spyder; Object Inspector; Summary; Further Reading; References; Chapter 2: Vectors, Matrices, and Multidimensional Arrays; Importing the Modules; The NumPy Array Object; Data Types; Real and Imaginary Parts; Order of Array Data in Memory; Creating Arrays; Arrays Created from Lists and Other Array-Like Objects; Arrays Filled with Constant Values; Arrays Filled with Incremental Sequences; Arrays Filled with Logarithmic Sequences | |
505 | 8 | |a Meshgrid ArraysCreating Uninitialized Arrays; Creating Arrays with Properties of Other Arrays; Creating Matrix Arrays; Indexing and Slicing; One-Dimensional Arrays; Multidimensional Arrays; Views; Fancy Indexing and Boolean-Valued Indexing; Reshaping and Resizing; Vectorized Expressions; Arithmetic Operations; Elementwise Functions; Aggregate Functions; Boolean Arrays and Conditional Expressions; Set Operations; Operations on Arrays; Matrix and Vector Operations; Summary; Further Reading; References; Chapter 3: Symbolic Computing; Importing SymPy; Symbols; Numbers; Integer; Float; Rational | |
505 | 8 | |a Constants and Special SymbolsFunctions; Expressions; Manipulating Expressions; Simplification; Expand; Factor, Collect, and Combine; Apart, Together, and Cancel; Substitutions; Numerical Evaluation; Calculus; Derivatives; Integrals; Series; Limits; Sums and Products; Equations; Linear Algebra; Summary; Further Reading; Reference; Chapter 4: Plotting and Visualization; Importing Modules; Getting Started; Interactive and Noninteractive Modes; Figure; Axes; Plot Types; Line Properties; Legends; Text Formatting and Annotations; Axis Properties; Axis Labels and Titles; Axis Range | |
505 | 8 | |a Axis Ticks, Tick Labels, and GridsLog Plots; Twin Axes; Spines; Advanced Axes Layouts; Insets; Subplots; Subplot2grid; GridSpec; Colormap Plots; 3D Plots; Summary; Further Reading; References; Chapter 5: Equation Solving; Importing Modules; Linear Equation Systems; Square Systems; Rectangular Systems; Eigenvalue Problems; Nonlinear Equations; Univariate Equations; Systems of Nonlinear Equations; Summary; Further Reading; References; Chapter 6: Optimization; Importing Modules; Classification of Optimization Problems; Univariate Optimization; Unconstrained Multivariate Optimization | |
588 | 0 | |a Online resource; title from digital title page (viewed on May 06, 2019). | |
650 | 0 | |a Python (Computer program language) | |
650 | 0 | |a Computer programming. | |
650 | 7 | |a Computer programming |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
776 | 0 | 8 | |i Print version: |a Johansson, Robert. |t Numerical Python : Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib. |d Berkeley, CA : Apress L.P., ©2018 |z 9781484242452 |
856 | 4 | 0 | |u https://ucblibraries.skillport.com/skillportfe/main.action?assetid=144254 |z Full Text (via Skillsoft) |
915 | |a - | ||
956 | |a Skillsoft ITPro | ||
956 | |b Skillsoft ITPro Skillport Collection | ||
994 | |a 92 |b COD | ||
998 | |b Subsequent record output | ||
999 | f | f | |i d563c347-4d37-5270-b574-fef71c5fc8d3 |s 38767356-4133-5d1d-83cb-916809a83ecc |
952 | f | f | |p Can circulate |a University of Colorado Boulder |b Online |c Online |d Online |e QA76.73.P98 J64 2019 |h Library of Congress classification |i web |n 1 |