Skip to main content

Julia - Bit by Bit

Programming for Beginners

  • Textbook
  • © 2021

Overview

  • Teaches fundamental programming principles to beginners
  • Introduces Julia, a modern programming language, step by step
  • Provides lots of examples, detailed explanations of basic concepts and numerous interesting problems

Part of the book series: Undergraduate Topics in Computer Science (UTICS)

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (10 chapters)

Keywords

About this book

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).





Authors and Affiliations

  • Department of Computing and IT, University of the West Indies, St. Augustine, Trinidad and Tobago

    Noel Kalicharan

About the author

Noel Kalicharan taught Computer Science at the University of the West Indies, St. Augustine, Trinidad, from 1976 until 2018. For over 40 years, he has taught programming to beginners at all levels, from the man-in-the-street to high-school, from B.Sc. to Ph.D. He is well-placed to understand the concerns beginning programmers have and the hurdles they must clear. So you're in good hands. According to one reviewer, "Simplicity and crystal clarity are his trademark".


Bibliographic Information

  • Book Title: Julia - Bit by Bit

  • Book Subtitle: Programming for Beginners

  • Authors: Noel Kalicharan

  • Series Title: Undergraduate Topics in Computer Science

  • DOI: https://doi.org/10.1007/978-3-030-73936-2

  • Publisher: Springer Cham

  • eBook Packages: Computer Science, Computer Science (R0)

  • Copyright Information: The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Switzerland AG 2021

  • Softcover ISBN: 978-3-030-73935-5Published: 16 July 2021

  • eBook ISBN: 978-3-030-73936-2Published: 15 July 2021

  • Series ISSN: 1863-7310

  • Series E-ISSN: 2197-1781

  • Edition Number: 1

  • Number of Pages: XIII, 289

  • Topics: Professional Computing, Programming Techniques, Java

Publish with us