Cargando…

Getting started with Julia programming : enter the exciting world of Julia, a high-performance language for technical computing /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Balbaert, Ivo (Autor)
Otros Autores: Colaco, Kevin (Editor ), Ramakrishnan, Neeshma (Editor ), Sawant, Rashmi (Editor )
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, England ; Mumbai [India] : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn905919220
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 150313t20152015enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d COO  |d REB  |d OCLCF  |d N$T  |d OCLCQ  |d COCUF  |d LOA  |d MERUC  |d K6U  |d STF  |d AGLDB  |d ICG  |d ICA  |d CCO  |d PIFAG  |d FVL  |d OCLCQ  |d U3W  |d D6H  |d WRM  |d OCLCQ  |d VTS  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d TKN  |d OCLCQ  |d UKAHL  |d HS0  |d QGK  |d OCLCO  |d OCLCQ 
016 7 |a 018006540  |2 Uk 
019 |a 958464893  |a 1259185573 
020 |a 9781783284801  |q (electronic bk.) 
020 |a 1783284803  |q (electronic bk.) 
020 |z 178328479X 
020 |z 9781783284795 
029 1 |a AU@  |b 000056694057 
029 1 |a DEBSZ  |b 489849946 
029 1 |a UKMGB  |b 018006540 
035 |a (OCoLC)905919220  |z (OCoLC)958464893  |z (OCoLC)1259185573 
037 |a 9781783284801  |b Packt Publishing Pvt. Ltd 
050 4 |a QA297  |b .B353 2015eb 
072 7 |a REF  |x 018000  |2 bisacsh 
082 0 4 |a 001.6420151  |2 23 
049 |a UAMI 
100 1 |a Balbaert, Ivo,  |e author. 
245 1 0 |a Getting started with Julia programming :  |b enter the exciting world of Julia, a high-performance language for technical computing /  |c Ivo Balbaert ; commissioning editor Kevin Colaco ; content development editor Neeshma Ramakrishnan ; copy editor Rashmi Sawant. 
264 1 |a Birmingham, England ;  |a Mumbai [India] :  |b Packt Publishing,  |c 2015. 
264 4 |c ©2015 
300 |a 1 online resource (214 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 
490 1 |a Community Experience Distilled 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (ebrary, viewed March 13, 2015). 
520 8 |a Annotation  |b This book is for you if you are a data scientist or working on any technical or scientific computation projects. The book assumes you have a basic working knowledge of high-level dynamic languages such as MATLAB, R, Python, or Ruby. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; The Rationale for Julia; Chapter 1: Installing the Julia Platform; Installing Julia; Windows version -- usable from Windows XP SP2 onwards; Ubuntu version; OS X; Building from source; Working with Julia's shell; Startup options and Julia scripts; Packages; Adding a new package; Installing and working with Julia Studio; Installing and working with IJulia; Installing Sublime-IJulia; Installing Juno; Other editors and IDEs; How Julia works; Summary 
505 8 |a Chapter 2: Variables, Types, and OperationsVariables, naming conventions, and comments; Types; Integers; Floating point numbers; Elementary mathematical functions and operations; Rational and complex numbers; Characters; Strings; Formatting numbers and strings; Regular expressions; Ranges and arrays; Other ways to create arrays; Some common functions for arrays; How to convert an array of chars to a string; Dates and times; Scope and constants; Summary; Chapter 3: Functions; Defining functions; Optional and keyword arguments; Anonymous functions; First-class functions and closures 
505 8 |a Recursive functionsMap, filter, and list comprehensions; Generic functions and multiple dispatch; Summary; Chapter 4: Control Flow; Conditional evaluation; Repeated evaluation; The for loop; The while loop; The break statement; The continue statement; Exception handling; Scope revisited; Tasks; Summary; Chapter 5: Collection Types; Matrices; Tuples; Dictionaries; Keys and values -- looping; Sets; Making a set of tuples; Example project -- word frequency; Summary; Chapter 6: More on Types, Methods, and Modules; Type annotations and conversions; Type conversions and promotions 
505 8 |a The type hierarchy -- subtypes and supertypesConcrete and abstract types; User-defined and composite types; When are two values or objects equal or identical?; Multiple dispatch example; Types and collections -- inner constructors; Type unions; Parametric types and methods; Standard modules and paths; Summary; Chapter 7: Metaprogramming in Julia; Expressions and symbols; Eval and interpolation; Defining macros; Built-in macros; Testing; Debugging; Benchmarking; Starting a task; Reflection capabilities; Summary; Chapter 8: I/O, Networking, and Parallel Computing; Basic input and output 
505 8 |a Working with filesReading and writing CSV files; Using DataFrames; Other file formats; Working with TCP sockets and servers; Interacting with databases; Parallel operations and computing; Creating processes; Using low-level communications; Parallel loops and maps; Distributed arrays; Summary; Chapter 9: Running External Programs; Running shell commands; Interpolation; Pipelining; Calling C and FORTRAN; Calling Python; Performance tips; Tools to use; Summary; Chapter 10: The Standard Library and Packages; Digging deeper into the standard library; Julia's package manager 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Numerical analysis  |x Computer programs. 
650 0 |a Mathematical analysis  |x Computer programs. 
650 6 |a Analyse mathématique  |x Logiciels. 
650 7 |a REFERENCE  |x Questions & Answers.  |2 bisacsh 
650 7 |a Mathematical analysis  |x Computer programs.  |2 fast  |0 (OCoLC)fst01012069 
650 7 |a Numerical analysis  |x Computer programs.  |2 fast  |0 (OCoLC)fst01041276 
700 1 |a Colaco, Kevin,  |e editor. 
700 1 |a Ramakrishnan, Neeshma,  |e editor. 
700 1 |a Sawant, Rashmi,  |e editor. 
776 0 8 |i Print version:  |a Balbaert, Ivo.  |t Getting started with Julia programming : enter the exciting world of Julia, a high-performance language for technical computing.  |d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015  |h iv, 197 pages  |k Community experience distilled.  |z 9781783284795 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=959973  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28295815 
938 |a ebrary  |b EBRY  |n ebr11025933 
938 |a EBSCOhost  |b EBSC  |n 959973 
994 |a 92  |b IZTAP