Think Julia: How to Think Like a Computer Scientist

Ben Lauwens, Allen B. Downey

買這商品的人也買了...

商品描述

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

商品描述(中文翻譯)

如果你剛開始學習程式設計,Julia是一個優秀的即時編譯、動態類型語言,具有乾淨的語法。這本實踐指南使用Julia(版本1.0)逐步引導你進行程式設計,從基本的程式設計概念開始,然後進一步探索更高級的功能,例如創建新類型和多分派。

Julia從一開始就設計用於高性能,它是一種通用語言,不僅適用於數值分析和計算科學,還適用於網頁程式設計或腳本編寫。通過每章的練習,你將在學習的同時嘗試程式設計概念。

《Think Julia》非常適合高中或大學水平的學生,以及自學者、在家教育的學生和需要學習程式設計基礎的專業人士。

- 從基礎知識開始,包括語言語法和語義
- 清晰定義每個程式設計概念
- 以邏輯進展的方式學習值、變數、語句、函數和數據結構
- 學習如何處理文件和數據庫
- 理解類型、方法和多分派
- 使用調試技巧修復語法、運行時和語義錯誤
- 通過案例研究探索界面設計和數據結構