Book description
If you’re just learning how to program, Julia is an excellent JIT-compiled, dynamically typed language with a clean syntax. This hands-on guide uses Julia 1.0 to walk you through programming one step at a time, beginning with basic programming concepts before moving on to more advanced capabilities, such as creating new types and multiple dispatch.
Designed from the beginning for high performance, 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 out programming concepts as you learn them. Think Julia is perfect for students at the high school or college level as well as self-learners and professionals who need to learn programming basics.
- Start with the basics, including language syntax and semantics
- Get a clear definition of each programming concept
- Learn about values, variables, statements, functions, and data structures in a logical progression
- Discover how to work with files and databases
- Understand types, methods, and multiple dispatch
- Use debugging techniques to fix syntax, runtime, and semantic errors
- Explore interface design and data structures through case studies
Publisher resources
Table of contents
- Preface
- 1. The Way of the Program
- 2. Variables, Expressions, and Statements
- 3. Functions
- 4. Case Study: Interface Design
- 5. Conditionals and Recursion
- 6. Fruitful Functions
- 7. Iteration
- 8. Strings
- 9. Case Study: Word Play
- 10. Arrays
- 11. Dictionaries
- 12. Tuples
- 13. Case Study: Data Structure Selection
- 14. Files
- 15. Structs and Objects
- 16. Structs and Functions
- 17. Multiple Dispatch
- 18. Subtyping
- 19. The Goodies: Syntax
- 20. The Goodies: Base and Standard Library
- 21. Debugging
- A. Unicode Input
- B. JuliaBox
- Index
Product information
- Title: Think Julia
- Author(s):
- Release date: April 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492045038
You might also like
book
Julia as a Second Language
Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password …
audiobook
Generative AI
The future of AI is here. The world is transfixed by the marvel (and possible menace) …
book
Hands-On Design Patterns and Best Practices with Julia
Design and develop high-performance, reusable, and maintainable applications using traditional and modern Julia patterns with this …
book
Julia for Data Analysis
Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, …