Cargando…

Numerical Python : a practical techniques approach for industry /

Numerical Python by Robert Johansson shows you how to leverage the numerical and mathematical capabilities in Python, its standard library, and the extensive ecosystem of computationally oriented Python libraries, including popular packages such as NumPy, SciPy, SymPy, Matplotlib, Pandas, and more,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Johansson, Robert (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, 2015.
Colección:Expert's voice in Python.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn923250349
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 151009s2015 nyu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDXCP  |d IDEBK  |d OCLCF  |d UMI  |d NUI  |d AZU  |d COO  |d EBLCP  |d GW5XE  |d B24X7  |d IAO  |d IAS  |d SOI  |d ILO  |d JBG  |d IAD  |d ICN  |d IDB  |d VT2  |d Z5A  |d LIP  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d OCLCO  |d IOG  |d U3W  |d CEF  |d OCLCQ  |d INT  |d REB  |d OCLCQ  |d WYU  |d UWO  |d OCLCQ  |d UKMGB  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d AUD  |d DCT  |d ERF  |d OCLCQ  |d UBY  |d OCLCO  |d OCLCQ 
015 |a GBB8O2014  |2 bnb 
016 7 |a 019177029  |2 Uk 
019 |a 929474010  |a 961621268  |a 966355601  |a 985040460  |a 1005771753  |a 1008960039  |a 1021253604  |a 1026444627  |a 1066472831  |a 1066651816  |a 1086468266  |a 1111034026  |a 1112554057  |a 1129343402 
020 |a 9781484205532  |q (electronic bk.) 
020 |a 1484205537  |q (electronic bk.) 
020 |z 9781484205549  |q (print) 
020 |z 1484205545  |q (print) 
024 7 |a 10.1007/978-1-4842-0553-2  |2 doi 
029 1 |a AU@  |b 000057000690 
029 1 |a CHNEW  |b 000893438 
029 1 |a CHVBK  |b 374525951 
029 1 |a DEBBG  |b BV043626477 
029 1 |a GBVCP  |b 897165608 
029 1 |a NZ1  |b 16246688 
029 1 |a UKMGB  |b 019177029 
029 1 |a AU@  |b 000067101342 
035 |a (OCoLC)923250349  |z (OCoLC)929474010  |z (OCoLC)961621268  |z (OCoLC)966355601  |z (OCoLC)985040460  |z (OCoLC)1005771753  |z (OCoLC)1008960039  |z (OCoLC)1021253604  |z (OCoLC)1026444627  |z (OCoLC)1066472831  |z (OCoLC)1066651816  |z (OCoLC)1086468266  |z (OCoLC)1111034026  |z (OCoLC)1112554057  |z (OCoLC)1129343402 
037 |a CL0500000673  |b Safari Books Online 
050 4 |a QA76.73.P98 
072 7 |a COM  |x 051360  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Johansson, Robert,  |e author. 
245 1 0 |a Numerical Python :  |b a practical techniques approach for industry /  |c Robert Johansson. 
264 1 |a New York, NY :  |b Apress,  |c 2015. 
264 4 |c Ã2015 
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  |b PDF  |2 rda 
490 1 |a The expert's voice in Python 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed October 13, 2015). 
504 |a Includes bibliographical references and index. 
505 0 |a 1. Introduction to computing with Python -- 2. Vectors, matrices and multidimensional arrays -- 3. Symbolic computing -- 4. Plotting and visualization -- 5. Equation solving -- 6. Optimization -- 7. Interpolation -- 8. Integration -- 9. Ordinary differential equations -- 10. Sparse matrices and graphs -- 11. Partial differential equations -- 12. Data processing and analysis -- 13. Statistics -- 14. Statistical modeling -- 15. Machine learning -- 16. Bayesian statistics -- 17. Signal and image processing -- 18. Data input and output -- 19. Code optimization -- 20. Appendix: Installation.- 
520 |a Numerical Python by Robert Johansson shows you how to leverage the numerical and mathematical capabilities in Python, its standard library, and the extensive ecosystem of computationally oriented Python libraries, including popular packages such as NumPy, SciPy, SymPy, Matplotlib, Pandas, and more, and how to apply these software tools in computational problem solving. Python has gained widespread popularity as a computing language: It is nowadays employed for computing by practitioners in such diverse fields as for example scientific research, engineering, finance, and data analytics. One reason for the popularity of Python is its high-level and easy-to-work-with syntax, which enables the rapid development and exploratory computing that is required in modern computational work. After reading and using this book, you will have seen examples and case studies from many areas of computing, and gained familiarity with basic computing techniques such as array-based and symbolic computing, all-around practical skills such as visualisation and numerical file I/O, general computat ional methods such as equation solving, optimization, interpolation and integration, and domain-specific computational problems, such as differential equation solving, data analysis, statistical modeling and machine learning. Specific topics that are covered include: How to work with vectors and matrices using NumPy How to work with symbolic computing using SymPy How to plot and visualize data with Matplotlib How to solve linear and nonlinear equations with SymPy and SciPy How to solve solve optimization, interpolation, and integration problems using SciPy How to solve ordinary and partial differential equations with SciPy and FEniCS How to perform data analysis tasks and solve statistical problems with Pandas and SciPy How to work with statistical modeling and machine learning with statsmodels and scikit-learn How to handle file I/O using HDF5 and other common file formats for numerical data How to optimize Python code using Numba and Cython. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Computer programming. 
650 6 |a Python (Langage de programmation) 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Mathematical & statistical software.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x Python.  |2 bisacsh 
650 7 |a Computer programming.  |2 fast  |0 (OCoLC)fst00872390 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
776 0 8 |i Printed edition:  |z 9781484205549 
830 0 |a Expert's voice in Python. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484205532/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31525239 
938 |a Books 24x7  |b B247  |n bks00101455 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4089804 
938 |a EBSCOhost  |b EBSC  |n 1078864 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32841635 
938 |a YBP Library Services  |b YANK  |n 12640673 
994 |a 92  |b IZTAP