The Wayback Machine - https://web.archive.org/web/20140207092059/http://wolfram.com/training/courses/gen201.html
� Return to course catalog

Programming in the Wolfram Language

This course focuses on the structure of expressions and evaluation in the Wolfram Language, illustrating the many ways they can be used to design and implement more powerful programs.

Level: Intermediate

Basic familiarity with Mathematica and introductory-level skills in any computer programming language are recommended.

Live
English
Mar 06
1 pm - 5 pm EST
Online $225.00 (USD) May 08
11 am - 3 pm EDT
Online $225.00 (USD)
French
Mar 06
9 am - 5 pm
Paris, France €129.00 (EUR)
Japanese
Mar 12
10 am - 5 pm
Tokyo, Japan �50,000 (JPY) Apr 10
10 am - 5 pm
Tokyo, Japan �50,000 (JPY)

Outline

  • Recognizing Expressions
    Introducing expressions and their structure, manipulating expressions, evaluating expressions, and displaying expressions
  • Assignments and Evaluation
    Introducing assignments, the differences between immediate and delayed assignments, and how assignments fit into the framework of understanding expressions
  • Pattern Matching
    Explaining how elements in expressions can be recognized and modified through pattern matching
  • Loops vs. Maps
    Illustrating how built-in functions in the Wolfram Language make it quick and easy to operate on the individual elements of a list or expression
  • Scoping Constructs, Naming of Functions, and Data Types
    Explaining how to set contexts and limit the scope of symbols to create stable, low-maintenance code to solve difficult problems