Image from Google Jackets

Julia - Bit by Bit : Programming for Beginners / by Noel Kalicharan

By: Kalicharan, Noel, autor
Material type: materialTypeLabelE-bookSeries: (Undergraduate Topics in Computer Science, 2197-1781); (Computer Science (SpringerNature-11645)); (Computer Science (R0) (SpringerNature-43710)).Publisher: Cham : Springer International Publising, 2021Edition: First edition 2021.Description: 1 recurso en línea (XIII, 289 páginas).ISBN: 9783030739362.Subject: Lenguajes de programaciónOnline resources: Acceso a este recurso digital (usuarios Universidad Europea de Madrid)Digital Resources
Contents:
1. Elementary Concepts -- 2. Numbers -- 3. Selection Logic -- 4. The for and while Statements -- 5. Functions -- 6. Characters & Strings -- 7. Arrays -- 8. Searching, Sorting and Merging -- 9. Structures -- 10. Dictionaries & Sets
Abstract: The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. 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 1 gives an overview of the programming process. It shows how to write a first Julia program and introduces some of the basic building blocks needed to write programs. Chapter 2 is all about numbers-integers, floating-point, operators, expressions-how to work with them and how to print them. 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 a file and write results to a file. Chapter 5 formally treats with functions, enabling a (large) program to be broken up into smaller manageable units which work together to solve a given problem. Chapter 6 is devoted to characters and strings. In Julia, we can work with them as seamlessly as we do with numbers. Chapter 7 tackles array processing, which is significantly easier in Julia than other languages. Chapter 8 is about sorting and searching techniques. Sorting puts data in an order that can be searched more quickly/easily, and makes it more palatable for human consumption. Chapter 9 introduces structures, enabling us to group data in a form that can be manipulated more easily as a unit. Chapter 10 deals with two useful data structures-dictionaries and sets. These enable us to solve certain kinds of problems more easily and conveniently than we can without them. This book is intended for anyone who is learning programming for the first time. The presentation is based on the fact that many students (though not all) have difficulties in learning programming. To overcome this, the book uses an approach which provides clear examples, detailed explanations of very basic concepts and numerous interesting problems (not just artificial exercises whose only purpose is to illustrate some language feature).
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Current library Collection Call number Status Date due Barcode Item holds
LIBRO-E NO PRÉSTAMO LIBRO-E NO PRÉSTAMO Madrid Digital Acceso Electrónico (UEM) Ciencias e Ingeniería QA76.7 2021 EB (Browse shelf(Opens below)) Acceso electrónico eBook.19122050
Total holds: 0

1. Elementary Concepts -- 2. Numbers -- 3. Selection Logic -- 4. The for and while Statements -- 5. Functions -- 6. Characters & Strings -- 7. Arrays -- 8. Searching, Sorting and Merging -- 9. Structures -- 10. Dictionaries & Sets

The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. 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 1 gives an overview of the programming process. It shows how to write a first Julia program and introduces some of the basic building blocks needed to write programs. Chapter 2 is all about numbers-integers, floating-point, operators, expressions-how to work with them and how to print them. 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 a file and write results to a file. Chapter 5 formally treats with functions, enabling a (large) program to be broken up into smaller manageable units which work together to solve a given problem. Chapter 6 is devoted to characters and strings. In Julia, we can work with them as seamlessly as we do with numbers. Chapter 7 tackles array processing, which is significantly easier in Julia than other languages. Chapter 8 is about sorting and searching techniques. Sorting puts data in an order that can be searched more quickly/easily, and makes it more palatable for human consumption. Chapter 9 introduces structures, enabling us to group data in a form that can be manipulated more easily as a unit. Chapter 10 deals with two useful data structures-dictionaries and sets. These enable us to solve certain kinds of problems more easily and conveniently than we can without them. This book is intended for anyone who is learning programming for the first time. The presentation is based on the fact that many students (though not all) have difficulties in learning programming. To overcome this, the book uses an approach which provides clear examples, detailed explanations of very basic concepts and numerous interesting problems (not just artificial exercises whose only purpose is to illustrate some language feature).

There are no comments on this title.

to post a comment.
Share