书籍 Think Julia的封面

Think Julia

Allen B. Downey

出版时间

2019-04-05

ISBN

9781492044994

评分

★★★★★

标签

编程

书籍介绍

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 (version 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 not only ideal for numerical analysis and computational science, but also for web programming or scripting. Through exercises in each chapter, you’ll try out programming concepts as you learn them.

Think Julia is ideal for students at the high school or college level, as well as self-learners, home-schooled students, 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

用户评论
turtle的那几个练习难得激起了童心,另外就是 jupyter notebook 用得真是顺手,只是 package 管理的网速真是操碎了心
一天能读两百页的小白书。 唯一有用的是,知道了范畴化的 Julia 是「cateogory of types」。但也仅此一点,便足够吸引我对这门语言的关注了。