Learning Julia

Go to class
Write Review

Free Online Course: Learning Julia provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Julia is taught by Joe Marini.

Overview
  • Learn the basics of Julia, a popular programming language that combines the power and flexibility of Python with the speed of C.

Syllabus
  • Introduction

    • Julia: Power like Python, speed like C
    • What you should know
    • Setting up the development environment
    1. Overview
    • Introduction to Julia
    • The Julia REPL
    • Building HelloWorld.jl
    • Differences from other languages
    2. Language Basics
    • Julia variables and data types
    • Numbers in Julia
    • Strings in Julia
    3. Language Features
    • Built-in functions
    • Vectorization operator
    • Data type casting
    4. Control Structures
    • Conditional statements
    • Loops
    • Functions
    • Exception handling
    5. Data Structures
    • Arrays
    • Tuples
    • Sets
    • Dictionaries
    6. Julia Features
    • Random numbers
    • String processing
    • Using the filesystem
    • Dates and times
    • Custom types
    • Sorting data
    Conclusion
    • Next steps