Think Julia : how to think like a computer scientist /
Julia is a general-purpose language ideal for not only numerical analysis and computational science but also web programming and scripting. Through exercises in each chapter, you'll try not programming concepts as you learn them. This book is perfect for students at the high school or college l...
Call Number: | Libro Electrónico |
---|---|
Main Authors: | , |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Sebastopol, CA :
O'Reilly Media,
2019.
|
Edition: | First edition. |
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- The way of the program
- Variables, expressions, and statements
- Functions
- Case study : interface design
- Conditionals and recursion
- Fruitful functions
- Iteration
- Strings
- Case study : word play
- Arrays
- Dictionaries
- Tuples
- Case study : data structure selection
- Files
- Structs and objects
- Structs and functions
- Multiple dispatch
- Subtyping
- The goodies : syntax
- The goodies : base and standard library
- Debugging
- Unicode input
- JuliaBox.