Book Image

Learning Julia 1.0 [Video]

By : Gary Feierbach
Book Image

Learning Julia 1.0 [Video]

By: Gary Feierbach

Overview of this book

<p>Julia is an easy-to-read language invented by MIT. It uses a simple uncluttered syntax intended to make linear algebra, big data, and AI solutions easy to specify and quick to execute. <br />This course begins with an overview where you will learn how to install and run Julia. As well as the basics, you will explore Primitive, Abstract and Composite types. This course will teach you variables, scope (local and global, static and dynamic), and constants. With this course, you will be able to carry out string operations and pattern matching. You will further learn to control structures, functions, tasks, and blocks. <br />By the end of this course, you will have explored I/O and advanced fundamentals, by carrying out vector and matrix operations.</p> <p>The code bundle for this course is available at&nbsp;<a href="https://github.com/PacktPublishing/Learning-Julia-1.0" target="_blank">https://github.com/PacktPublishing/Learning-Julia-1.0</a></p> <h1>Style and Approach</h1> <p>A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small chunks that will help you understand each part individually and learn at your own pace.</p>
Table of Contents (4 chapters)
Chapter 3
Julia Control Structures, Functions, Tasks, and Modules
Content Locked
Section 2
Loop Control Structures
Explore loops: while-end, for-[in]-end, range, container, break and continue, and error Control: try-catch. - Show simple while loop and some simple for loops over different ranges and containers - Show a nested for loop, break and continue statements - Show a case of exception handling using try-catch