Oreilly - Learning Julia 1.0
by Gary Feierbach | Released April 2019 | ISBN: 9781788477253
Explore Julia and Its Language FundamentalsAbout This VideoA practical guide to help you use Julia to tackle problems concurrently and in a distributed environmentMaster the techniques you need to create blazingly fast programs with JuliaCovers control structures, functions, tasks, blocks, and I/O and advanced fundamentalsIn DetailJulia 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.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.By the end of this course, you will have explored I/O and advanced fundamentals, by carrying out vector and matrix operations.The code bundle for this course is available at https://github.com/PacktPublishing/Learning-Julia-1.0> Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you. Show and hide more
- Chapter 1 : Getting Started with Julia
- The Course Overview 00:01:42
- Why Learn Julia? 00:10:25
- How to Get and Install Julia 00:08:17
- Running Julia (Hello World!) 00:06:21
- Julia Resources 00:05:29
- Chapter 2 : Understanding Julia Fundamentals
- Syntax and Some Simple I/O 00:09:33
- Variables and Scope – Local and Global, Static and Dynamic, and Constants 00:06:21
- Primitive, Abstract, and Composite Types 00:10:10
- Operators and Elementary Math Functions 00:10:16
- Strings Unicode and UTF-8 00:09:27
- String Ops and String Comparisons 00:19:02
- Chapter 3 : Julia Control Structures, Functions, Tasks, and Modules
- Conditional Control Structures 00:10:29
- Loop Control Structures 00:07:19
- Functions and the Math Library 00:12:59
- Tasks/Coroutines and Channels 00:05:58
- Methods 00:07:19
- Modules 00:05:58
- Chapter 4 : Using I/O And Advanced Features Of Julia
- Basic Stream I/O 00:07:59
- Vector and Matrix Operations 00:10:04
- Perceptron Part 1 00:07:52
- Perceptron Part 2 00:09:17
Show and hide more