• Post category:StudyBullet-2
  • Reading time:8 mins read

Get the basics quick and easy

What you will learn

Data Types, Strings, Math

Conditionals, Loops

Tables, Arrays, Dictionaries

Functions

Structs, Enums, Symbols

and more of Julia’s Core Syntax

Description

The focus of this course is the basic syntax of Julia. It’s ideal for someone who wants to learn how to do all the basic things quickly and easily. This could be someone entirely new to coding or someone coming in from another language (in which case you can speed up the video, as all this stuff is very easy).

The popular online IDE replit is used in this course. It’s an excellent learning tool. That means zero setup time! You can start coding right away, just by signing up for free and creating a project file known as a repl, without the hassle of spending time installing Julia on your machine. A link to the repl I’m working on in each video is linked in the resources. You can just click on it, fork it, and edit the code, coming up with some examples about what’s being taught in the video.

Enjoy the easy-to-understand to-the-point video lectures explaining simple topics. Have a try yourself! Run the code after watching the lecture, and try adding new arguments to get a good grasp of the concepts.

I’ve covered, strings, math, arrays, functions, conditionals, loops, and more. These topics help you dive into learning the Julia programming language and are a great place to start your journey. Having a good base through this course will help you put your right foot forward as you continue learning.

All the explanations and code are kept as simple as possible. This makes it possible to clearly and easily understand everything.

English

Language

Content

Intro

Intro

Variables, Data Types, Casting

1. Variables, printing and commenting

2. Data Types

3. Casting

Strings

Strings 1

Strings 2

Strings 3

Strings 4

Strings 5

Math

Math 1

Math 2

Math 3

Math 4

Conditionals and Loops


Get Instant Notification of New Courses on our Telegram channel.


Conditionals

While Loop

For Loop

For Loop – Print Array

For Loop – Multiple Values

Arrays, Tuples, Dictionaries, Sets

Arrays 1

Arrays 2

Arrays 3

Arrays 4 – Multidimentional Array

Tuple

Multidimentional Tuples

Named Tuple

Dictionary

Dictionary 2

Sets

Functions

Functions – Single Expression

Functions – Multiple Expression

Functions and variables

Functions Variable Arguments

Functions that Return Functions

Functions – Return Multiple Values

Anonymous Functions

Reduce

Structs, Enums, Symbols

Structs

Enums

Symbols