Julia quick syntax reference : a pocket guide for data science programming / Antonello Lobianco.

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

Saved in:
Bibliographic Details
Online Access: Full Text (via Springer)
Main Author: Lobianco, Antonello (Author)
Format: eBook
Language:English
Published: Berkeley, CA : Apress, 2019.
Subjects:
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.