Slide 4
Slide 4 text
1. Learn a Programming Language
Syntax and idioms
Syntax refers to the set of rules, that define
a language. Idioms define meaning and
usage of code blocks.
Data structures and
algorithms
A data structure is a way of collecting and
organizing data to perform operations
effectively.
An algorithm is a set of instructions or
logic, written in order to accomplish a
certain, predefined task.
OOP (object-oriented
programming)
A programming paradigm, that organizes
software design around data and objects,
rather than functions and logic.
03
01 02
KOTLIN