Julia#

The following set of courses discuss the process of using julia. The details for each of the courses can be found on their respective pages.

Introduction to Julia Self Study Notes#

Clickable Link to Self Study Notes

The course provides a comprehensive understanding of Julia’s high-level and high-performance features, including multiple dispatch. Students will learn to create and manipulate one-dimensional and multi-dimensional arrays, utilize conditional statements and loops to control program flow, and develop functions with various parameters and return types, including lambda functions. Additionally, the course covers performing input and output operations with different file types such as text, CSV, Excel, and JSON, enabling effective data handling and manipulation.