Cargando…

Python recipes handbook : a problem-solution approach /

Learn the code to write algorithms, numerical computations, data analysis and much more using the Python language: look up and re-use the recipes for your own Python coding. This book is your handy code cookbook reference. Whether you're a maker, game developer, cloud computing programmer and m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bernard, Joey (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2016.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn962750761
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 161116s2016 xxu of 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d EBLCP  |d GW5XE  |d N$T  |d YDX  |d OCLCF  |d NJR  |d UPM  |d STF  |d IDB  |d ESU  |d UMI  |d VT2  |d OCLCQ  |d IOG  |d UAB  |d K6U  |d MERUC  |d OTZ  |d IAD  |d JBG  |d ICW  |d COO  |d ILO  |d ICN  |d LIV  |d OCLCQ  |d U3W  |d REB  |d D6H  |d CAUOI  |d VVB  |d CEF  |d KSU  |d RRP  |d DEBBG  |d ESEHU  |d AU@  |d WYU  |d UKMGB  |d AUD  |d LEAUB  |d CNCEN  |d G3B  |d OCLCQ  |d ADU  |d LEATE  |d OCLCQ  |d UBY  |d OCLCQ  |d UKAHL  |d LQU  |d OCLCQ  |d VLY  |d BRF  |d HS0  |d OCLCQ  |d OCLCO  |d NLW  |d OCLCO  |d COM  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
015 |a GBB902159  |2 bnb 
016 7 |a 019192443  |2 Uk 
019 |a 962830700  |a 965476262  |a 965737316  |a 967707398  |a 970665199  |a 971095033  |a 1005771723  |a 1011903674  |a 1026457211  |a 1048196038  |a 1058731645  |a 1066663213  |a 1066689372  |a 1086463931  |a 1097139981  |a 1112826045  |a 1122847965  |a 1129351862  |a 1136544749  |a 1152978994  |a 1160103231  |a 1162572216  |a 1162652061  |a 1192347396  |a 1227630307  |a 1240520803 
020 |a 9781484202418  |q (electronic bk.) 
020 |a 1484202414  |q (electronic bk.) 
020 |a 1484202422 
020 |a 9781484202425 
020 |z 9781484202425  |q (print) 
024 7 |a 10.1007/978-1-4842-0241-8  |2 doi 
024 8 |a 10.1007/978-1-4842-0 
029 1 |a AU@  |b 000059208870 
029 1 |a AU@  |b 000067115370 
029 1 |a CHNEW  |b 000901987 
029 1 |a CHVBK  |b 403384524 
029 1 |a GBVCP  |b 897165543 
029 1 |a UKMGB  |b 019192443 
035 |a (OCoLC)962750761  |z (OCoLC)962830700  |z (OCoLC)965476262  |z (OCoLC)965737316  |z (OCoLC)967707398  |z (OCoLC)970665199  |z (OCoLC)971095033  |z (OCoLC)1005771723  |z (OCoLC)1011903674  |z (OCoLC)1026457211  |z (OCoLC)1048196038  |z (OCoLC)1058731645  |z (OCoLC)1066663213  |z (OCoLC)1066689372  |z (OCoLC)1086463931  |z (OCoLC)1097139981  |z (OCoLC)1112826045  |z (OCoLC)1122847965  |z (OCoLC)1129351862  |z (OCoLC)1136544749  |z (OCoLC)1152978994  |z (OCoLC)1160103231  |z (OCoLC)1162572216  |z (OCoLC)1162652061  |z (OCoLC)1192347396  |z (OCoLC)1227630307  |z (OCoLC)1240520803 
037 |a CL0500000824  |b Safari Books Online 
050 4 |a QA76.73.P98 
050 4 |a QA75.5-76.95 
072 7 |a COM  |x 051360  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.13/3  |2 23 
082 0 4 |a 004 
049 |a UAMI 
100 1 |a Bernard, Joey,  |e author. 
245 1 0 |a Python recipes handbook :  |b a problem-solution approach /  |c Joey Bernard. 
264 1 |a [United States] :  |b Apress,  |c 2016. 
264 2 |a New York, NY :  |b Distributed to the Book trade world wide by Springer 
264 4 |c Ã2016 
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 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Strings and Texts; 1-1. Concatenating Strings; Problem; Solution; How It Works; 1-2. Comparing Strings; Problem; Solution; How It Works; 1-3. Searching for a Substring; Problem; Solution; How It Works; 1-4. Getting a Substring; Problem; Solution; How It Works; 1-5. Replacing Text Matches; Problem; Solution; How It Works; 1-6. Reversing a String; Problem; Solution; How It Works; 1-7. Trimming White Space; Problem; Solution; How It Works; 1-8. Changing Case; Problem. 
505 8 |a SolutionHow It Works; 1-9. Converting to Numbers; Problem; Solution; How It Works; 1-10. Iterating Over the Characters of a String; Problem; Solution; How It Works; 1-11. Statistics on Texts; Problem; Solution; How It Works; 1-12. Encoding Unicode; Problem; Solution; How It Works; 1-13. Translation; Problem; Solution; How It Works; Chapter 2: Numbers, Dates, and Times; 2-1. Creating Integers; Problem; Solution; How It Works; 2-2. Creating Floating Points; Problem; Solution; How It Works; 2-3. Rounding Floats to Integers; Problem; Solution; How It Works; 2-4. Formatting Numbers; Problem. 
505 8 |a SolutionHow It Works; 2-5. Working with Arbitrary Precision Numbers; Problem; Solution; How It Works; 2-6. Generating Random Numbers; Problem; Solution; How It Works; 2-7. Getting the Current Date and Time; Problem; Solution; How It Works; 2-8. Calculating Date/Time Differences; Problem; Solution; How It Works; 2-9. Formatting Dates and Times; Problem; Solution; How It Works; 2-10. Reading Dates and Times from a String; Problem; Solution; How It Works; Chapter 3: Iterators and Generators; 3-1. Iterating Over the Contents of a List; Problem; Solution; How It Works. 
505 8 |a 3-2. Extracting the Contents of an IteratorProblem; Solution; How It Works; 3-3. Filtering an Iterator; Problem; Solution; How It Works; 3-4. Iterating Over the Contents of a File; Problem; Solution; How It Works; 3-5. Iterating Over Data That Has no Iterator; Problem; Solution; How It Works; 3-6. Creating Standard Classes of Iterators; Problem; Solution; How It Works; Chapter 4: Files and I/O; 4-1. Copying Files; Problem; Solution; How It Works; 4-2. Moving Files; Problem; Solution; How It Works; 4-3. Reading and Writing Text Files; Problem; Solution; How It Works. 
505 8 |a 4-4. Reading and Writing XML FilesProblem; Solution; How It Works; 4-5. Creating a Directory; Problem; Solution; How It Works; 4-6. Monitoring a Directory for Changes; Problem; Solution; How It Works; 4-7. Iterating Over the Files in a Directory; Problem; Solution; How It Works; 4-8. Saving Data Objects; Problem; Solution; How It Works; 4-9. Compressing Files; Problem; Solution; How It Works; Chapter 5: Python Data Analysis with pandas; 5-1. Working with 1D Data; Problem; Solution; How It Works; 5-2. Working with 2D Data; Problem; Solution; How It Works; 5-3. Working with 3D Data; Problem. 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed November 30, 2016). 
520 |a Learn the code to write algorithms, numerical computations, data analysis and much more using the Python language: look up and re-use the recipes for your own Python coding. This book is your handy code cookbook reference. Whether you're a maker, game developer, cloud computing programmer and more, this is a must-have reference for your library. Python Recipes Handbook gives you the most common and contemporary code snippets, using pandas (Python Data Analysis Library), NumPy, and other numerical Python packages. What You'll Learn Code with the pandas (Python Data Analysis Library) Work with the various Python algorithms useful for today's big data analytics and cloud applications Use NumPy and other numerical Python packages and code for doing various kinds of analysis Discover Python's new popular modules, packages, extensions and templates library Who This Book Is For This handy reference is for those with some experience with Python. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language)  |v Handbooks, manuals, etc. 
650 6 |a Python (Langage de programmation)  |v Guides, manuels, etc. 
650 7 |a Computer science.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x Python.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 fast 
655 2 |a Handbook 
655 7 |a handbooks.  |2 aat 
655 7 |a Handbooks and manuals  |2 fast 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
776 0 8 |i Printed edition:  |z 9781484202425 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484202418/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n pythonrecipeshan0000bern 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32378081 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4737154 
938 |a EBSCOhost  |b EBSC  |n 1174476 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36944812 
938 |a YBP Library Services  |b YANK  |n 13260393 
994 |a 92  |b IZTAP