Think Julia: How to Think Like a Computer Scientist
暫譯: 思考 Julia:如何像電腦科學家一樣思考

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 是一種優秀的即時編譯(JIT)動態類型語言,具有簡潔的語法。本手冊使用 Julia(版本 1.0)逐步引導您進行程式設計,從基本的程式設計概念開始,然後進入更高級的功能,例如創建新類型和多重調用(multiple dispatch)。

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

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

- 從基本概念開始,包括語言語法和語義
- 清楚定義每個程式設計概念
- 以邏輯的進展學習值、變數、語句、函數和資料結構
- 探索如何處理檔案和資料庫
- 理解類型、方法和多重調用
- 使用除錯技術修正語法、執行時和語義錯誤
- 通過案例研究探索介面設計和資料結構