Cargando…

Beginning Python visualization : crafting visual transformation scripts /

We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world. Beginning Python Visualization: Crafting Visual Transformation Scripts, Second Editio...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vaingast, Shai (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Edición:Second edition.
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_ocn890013676
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140905s2014 caua ob 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d COO  |d UMI  |d S4S  |d B24X7  |d DEBBG  |d DEBSZ  |d N$T  |d OCLCF  |d IDEBK  |d EBLCP  |d OCLCQ  |d OCLCO  |d Z5A  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d REB  |d VLB  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCA  |d DCT  |d ERF  |d OCLCQ  |d ADU  |d BRF  |d EYM  |d AJS  |d OCLCO  |d EUN  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 892345151  |a 908082828  |a 987778197  |a 1005828739  |a 1026429311  |a 1048134713  |a 1058385700  |a 1060197570  |a 1066475525  |a 1066681646  |a 1086548065  |a 1097089490  |a 1110793289  |a 1112565987  |a 1112889997  |a 1129354766  |a 1153053815  |a 1179670286  |a 1194776860 
020 |a 9781484200520  |q (electronic bk.) 
020 |a 1484200527  |q (electronic bk.) 
020 |z 1484200535 
020 |z 9781484200537 
024 7 |a 10.1007/978-1-4842-0052-0  |2 doi 
029 1 |a AU@  |b 000056012365 
029 1 |a CHNEW  |b 000890491 
029 1 |a CHVBK  |b 374492085 
029 1 |a DEBBG  |b BV042182697 
029 1 |a DEBBG  |b BV043617681 
029 1 |a DEBSZ  |b 417233833 
029 1 |a AU@  |b 000067096347 
035 |a (OCoLC)890013676  |z (OCoLC)892345151  |z (OCoLC)908082828  |z (OCoLC)987778197  |z (OCoLC)1005828739  |z (OCoLC)1026429311  |z (OCoLC)1048134713  |z (OCoLC)1058385700  |z (OCoLC)1060197570  |z (OCoLC)1066475525  |z (OCoLC)1066681646  |z (OCoLC)1086548065  |z (OCoLC)1097089490  |z (OCoLC)1110793289  |z (OCoLC)1112565987  |z (OCoLC)1112889997  |z (OCoLC)1129354766  |z (OCoLC)1153053815  |z (OCoLC)1179670286  |z (OCoLC)1194776860 
037 |a CL0500000485  |b Safari Books Online 
050 4 |a QA76.73.P98 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Vaingast, Shai,  |e author. 
245 1 0 |a Beginning Python visualization :  |b crafting visual transformation scripts /  |c Shai Vaingast. 
250 |a Second edition. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2014 
300 |a 1 online resource (xxvii, 385 pages) :  |b illustrations 
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 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed Sep. 5, 2014). 
520 |a We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world. Beginning Python Visualization: Crafting Visual Transformation Scripts, Second Edition discusses turning many types of data sources, big and small, into useful visual data. And, you will learn Python as part of the bargain. In this second edition you'll learn about Spyder, which is a Python IDE with MATLAB® -like features. Here and throughout the book, you'll get detailed exposure to the growing IPython project for interactive visualization. In addition, you'll learn about the changes in NumPy and Scipy that have occurred since the first edition. Along the way, you'll get many pointers and a few visual examples. As part of this update, you'll learn about matplotlib in detail; this includes creating 3D graphs and using the basemap package that allows you to render geographical maps. Finally, you'll learn about image processing, annotating, and filtering, as well as how to make movies using Python. This includes learning how to edit/open video files and how to create your own movie, all with Python scripts. Today's big data and computational scientists, financial analysts/engineers and web developers - like you - will find this updated book very relevant. 
505 0 |a At a Glance; Introduction; Chapter 1: Navigating the World of Data Visualization; Gathering Data; Case Study: GPS Data; Scanning Serial Ports; Recording GPS Data; Data Organization; File Format; File Naming Conventions; Data Location; Data Analysis; Walking Directories; Reading CSV Files; Analyzing GPS Data; Extracting GPS Data; Data Visualization; GPS Location Plot; Annotating the Graph; Velocity Plot; Subplots; Text; Tying It All Together; Final Notes and References; Chapter 2: The Environment; Tools of the Trade; Operating Systems; GNU/Linux; Windows; Stand-Alone (Natively). 
505 8 |a CygwinVirtual Machines; Choosing an Operating System; Then Again, Why Choose? Using Several Operating Systems; The Python Environment; Versions; Python; Python Distributions with Scientific Packages; Python Integrated Development Environments; IDLE; IPython; IPython Notebook; Spyder; Scientific Computing; NumPy; SciPy; Matplotlib; Image Processing; PySerial; Manually Installing a Python Package; Installation Summary; Additional Applications; Editors; Selecting the Proper Editor for You; A Short List of Text Editors; Spreadsheets; Word Processors; Image Viewers; Version-Control Systems. 
505 8 |a Example: Directory Structure for the BookLicensing; Final Notes and References; Chapter 3: Python for Programmers; The Building Blocks; What Is Python?; Interactive Python; Invoking Python; Entering Commands; The Result Variable; The Interactive Help System; Moving Around; Running Scripts; Data Types; Numbers; Integers; Other Useful Bases; Comparisons; Bitwise Operations; Augmented Assignments; Float and Complex; Strings; Expressing Strings; String Operations; Booleans; Logical Operations; Data Structures; Lists; Tuples; Dictionaries; Sets; Variables; Statements; Printing. 
505 8 |a Suppressing Line BreaksFormat Specifications; User Input; Comments; Flow Control; if, elif, else; The pass Statement; Exceptions: try, else, and finally; Iterators; The for Statement; List Comprehensions; The while Statement; Statements break and continue; Some Built-in Functions; Defining Functions; Generators; Generator Expressions; Object-Oriented Programming; Modules and Packages; The import Statement; Modules Installed in a System; The dir Statement; Final Notes and References; Chapter 4: Data Organization; Organizing Chaos; File Name Conventions; Date and Time in a File Name. 
505 8 |a Useful File Name TitlesFile Name Extensions; File Name Convention Recap; Example: Automating File Name Creation; Other Schemes; Example: Running Index; File Formats; CSV File Format; Example: Stock Price Charts; Example: Automatically Reading Yahoo! Financial Data; Example: Creating a CSV File; CSV Limitations; What to Store; When to Use CSV; Binary Files; An Array of Values; Example: Reading and Writing an Array of Binary Values; An Array of Structs; Example: Reading and Writing an Array of Structs; Header Files; Readme Files; INI Files; Example: Reading and Writing INI Files. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Object-oriented programming (Computer science) 
650 6 |a Python (Langage de programmation) 
650 6 |a Programmation orientée objet (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Object-oriented programming (Computer science)  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a Visualisierung  |2 gnd 
776 0 8 |i Print version:  |z 9781484200537 
830 0 |a Expert's voice in Python. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484200520/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29490580 
938 |a Books 24x7  |b B247  |n bks00070722 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964872 
938 |a EBSCOhost  |b EBSC  |n 955063 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29747879 
938 |a YBP Library Services  |b YANK  |n 12058419 
994 |a 92  |b IZTAP