Description
In this course, you will learn:
-
Julia is an increasingly popular programming language that combines the power and flexibility of Python with the speed of making it an attractive option in fields like data science and financial modeling.
-
Joe Marini introduces the Julia programming language, covering its syntax, basic concepts, and features.
-
Joe begins by going over the language's feature set, explaining how it differs from other languages.
-
He goes over data types, numbers, and strings in Julia; language features such as data type casting; and control and data structures.
-
At the end of the course, you'll be ready to install and run Julia and write code using the language's features.
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