null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Think Julia (How to Think Like a Computer Scientist)

List Price: $55.99
SKU:
9781492045038
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Ben Lauwens, Allen B. Downey
    Format:
    Paperback
    Pages:
    295
    Publisher:
    O'Reilly Media (May 28, 2019)
    Language:
    English
    ISBN-13:
    9781492045038
    ISBN-10:
    1492045039
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $55.99
    As low as:
    $48.15
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    13
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    16oz
    Imprint:
    O'Reilly Media
  • Overview

    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