Julia Notes
Julia Notes
Preface
Foundation
1
Introduction
2
Type
3
String
4
Data Structure
5
Function
Flow Control
6
Loop
7
Conditional
8
Exercise for control flow
Data Science
9
Data Frame
10
Summary
References
Table of contents
Preface
Julia Notes
Author
Kittipos Sirivongrungson
Published
April 16, 2022
Preface
About
This is my notes on playing with Julia language.
1
Introduction