Julia - Bit by Bit
Julia - Bit by Bit The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. Chapter 1 gives an…
Specifikacia Julia - Bit by Bit
Julia - Bit by Bit
The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. Chapter 1 gives an overview of the programming process. Julia can be classified as a "modern" language, possessing many features not available in more popular languages like C and Java.The book is organized in 10 chapters.
Chapter 2 is all about numbers--integers, floating-point, operators, expressions--how to work with them and how to print them. It shows how to write a first Julia program and introduces some of the basic building blocks needed to write programs. Chapter 3 shows how to write programs which can make decisions.
It explains how to use if and if...else statements. Chapter 4 explains the notion of 'looping', implemented using for and while statements. It also explains how to read data from