Introduction to Julia
Julia is a new programming language designed to be the ideal language for scientific computing, machine learning, and data mining.
Course Description
Julia is a new and exciting programming language designed from its foundations to be the ideal language for scientific computing, machine learning, and data mining. This course will give you a running start in your journey with Julia.
What You’ll Learn
Julia basics
Take your first steps towards coding with Julia and learn what makes this language unique. Learn about variables and data types, and perform simple calculations using Julia scripts and the interactive console.
Functions and packages
Learn to write code that can make its own decisions using conditional expressions and write functions so you can reuse your code. Plus, learn Julia’s powerful function features like broadcasting and multiple dispatch.
Data structures
Learn how to process text data using strings and how to use arrays to process large amounts of data quickly and efficiently. Julia’s inbuilt arrays are both powerful and easy to use.
DataFrames
The DataFrames package is the definitive way to work with tabular data in Julia. You’ll use this package to load CSV files and analyze and process this data to get the insights you need.
There are no reviews yet.