Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Julia 1.0 Programming: Dynamic and high-performance programming to build fast scientific applications [Kindle Edition]

Posted By: AlenMiler
Julia 1.0 Programming: Dynamic and high-performance programming to build fast scientific applications [Kindle Edition]

Julia 1.0 Programming: Dynamic and high-performance programming to build fast scientific applications by Ivo Balbaert
English | 24 Sept. 2018 | ISBN: 1788999096 | 196 Pages | AZW3 | 1.23 MB

Enter the exciting world of Julia, a high-performance language for technical computing

Key Features
Leverage Julia's high speed and efficiency for your applications
Work with Julia in a multi-core, distributed, and networked environment
Apply Julia to tackle problems concurrently and in a distributed environment
Book Description
The release of Julia 1.0 is now ready to change the technical world by combining the high productivity and ease of use of Python and R with the lightning-fast speed of C++. Julia 1.0 programming gives you a head start in tackling your numerical and data problems. You will begin by learning how to set up a running Julia platform, before exploring its various built-in types. With the help of practical examples, this book walks you through two important collection types: arrays and matrices. In addition to this, you will be taken through how type conversions and promotions work.

In the course of the book, you will be introduced to the homo-iconicity and metaprogramming concepts in Julia. You will understand how Julia provides different ways to interact with an operating system, as well as other languages, and then you'll discover what macros are. Once you have grasped the basics, you'll study what makes Julia suitable for numerical and scientific computing, and learn about the features provided by Julia. By the end of this book, you will also have learned how to run external programs.

This book covers all you need to know about Julia in order to leverage its high speed and efficiency for your applications.

What you will learn
Set up your Julia environment to achieve high productivity
Create your own types to extend the built-in type system
Visualize your data in Julia with plotting packages
Explore the use of built-in macros for testing and debugging, among other uses
Apply Julia to tackle problems concurrently
Integrate Julia with other languages such as C, Python, and MATLAB
Who this book is for
Julia 1.0 Programming is for you if you are a statistician or data scientist who wants a crash course in the Julia programming language while building big data applications. A basic knowledge of mathematics is needed to understand the various methods that are used or created during the course of the book to exploit the capabilities that Julia is designed with.

Table of Contents
Installing the Julia Platform
Variables, Types, and Operations
Functions
Control Flow
Collection Types
More on Types, Methods, and Modules
Metaprogramming in Julia
I/O, Networking, and Parallel Computing
Running External Programs
The Standard Library and Packages