Think Julia: How to Think Like a Computer Scientist
Ben Lauwens, Allen B. Downey
- 出版商: O'Reilly
- 出版日期: 2019-05-28
- 定價: $1,980
- 售價: 9.0 折 $1,782
- 語言: 英文
- 頁數: 450
- 裝訂: Paperback
- ISBN: 1492045039
- ISBN-13: 9781492045038
-
相關分類:
程式語言
-
相關翻譯:
Think Julia|如何像電腦科學家一樣思考 (Think Julia: How to Think Like a Computer Scientist) (繁中版)
Julia語言編程入門 (簡中版)
立即出貨
買這商品的人也買了...
-
$1,615Introduction to Probability, 2/e (IE-Paperback)
-
$580$452 -
$505PowerShell V3—SQL Server 2012 數據庫自動化運維權威指南
-
$680$537 -
$1,390$1,362 -
$1,120$1,098 -
$1,050$1,029 -
$403人人都懂設計模式:從生活中領悟設計模式 (Python 實現)
-
$1,260Building Machine Learning and Deep Learning Models on Google Cloud Platform: A Comprehensive Guide for Beginners
-
$500$450 -
$2,079Google Bigquery: The Definitive Guide: Data Warehousing, Analytics, and Machine Learning at Scale (Paperback)
-
$1,440Think Java : How to Think Like a Computer Scientist, 2/e
-
$2,240Learning Java: An Introduction to Real-World Programming with Java, 5/e
-
$680$646 -
$534$507 -
$658奔跑吧 Linux 內核入門篇, 2/e
-
$599$473 -
$680$578 -
$534$507 -
$2,380$2,261 -
$568ARM64 體系結構編程與實踐
-
$2,146Introduction to Algorithms, 4/e (Hardcover)
-
$3,680$3,496 -
$2,520Hands-On Machine Learning with Scikit-Learn, Keras, and Tensorflow: Concepts, Tools, and Techniques to Build Intelligent Systems, 3/e (Paperback)
-
$780$616
相關主題
商品描述
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