January 2023
Beginner to intermediate
472 pages
13h 21m
English
In this first part of the book, you will learn key Julia skills that are useful in data science projects. I have organized the content to gradually become more advanced. We start with the basic syntax of Julia and finish with advanced topics like parsing JSON data and working with missing values.
This part consists of six chapters organized as follows:
Chapter 2 discusses the basics of Julia’s syntax and common language constructs, as well as the most important aspects of variable scoping rules.
Chapter 3 introduces Julia’s type system and defining methods. It also introduces working with packages and modules. Finally, it discusses using macros.
Chapter 4 covers working with arrays, dictionaries, tuples, and ...