Julia Quick Syntax Reference A Pocket Guide for Data Science Programming /

This quick Julia programming language guide is a condensed code and syntax reference to the Julia 1.x programming language, updated with the latest features of the Julia APIs, libraries, and packages. It presents the essential Julia syntax in a well-organized format that can be used as a handy refer...

Full description

Bibliographic Details
Main Author: Lobianco, Antonello (Author, http://id.loc.gov/vocabulary/relators/aut)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2019.
Edition:1st ed. 2019.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • Part 1. Language Core
  • 1. Getting Started
  • 2. Data Types and Structures
  • 3. Control Flow and Functions
  • 4. Custom Types
  • 5. Input - Output
  • 6. Metaprogramming and Macros
  • 7. Interfacing Julia with Other Languages
  • 8. Efficiently Write Efficient Code
  • Part 2. Packages Ecosystem
  • 9. Working with Data
  • 10. Mathematical Libraries
  • 11. Utilities.