Description
In this course, you will:
- Learn about variables and data types, and use Julia scripts and the interactive interface to accomplish simple computations.
- Learn how to utilize strings to process text data and arrays to process massive volumes of data quickly and efficiently. Julia's arrays are both powerful and simple to utilize.
- Learn to develop code that can make decisions on its own using conditional expressions and functions so that you can reuse your code.
- Discover Julia's strong function features, such as broadcasting and multiple dispatching.
- In Julia, the DataFrames package is the only way to work with tabular data. This package will be used to import CSV files and analyze and process the data to gain the insights you require.
Syllabus:
- Julia basics
- Data structures
- Functions and packages
- DataFrames