ShopSpell

A Functional Start to Computing with Python [Paperback]

$127.99       (Free Shipping)
94 available
  • Category: Books (Mathematics)
  • Author:  Herman, Ted
  • Author:  Herman, Ted
  • ISBN-10:  1466504552
  • ISBN-10:  1466504552
  • ISBN-13:  9781466504554
  • ISBN-13:  9781466504554
  • Publisher:  Chapman and Hall/CRC
  • Publisher:  Chapman and Hall/CRC
  • Pages:  427
  • Pages:  427
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Jun-2013
  • Pub Date:  01-Jun-2013
  • SKU:  1466504552-11-MPOD
  • SKU:  1466504552-11-MPOD
  • Item ID: 100150605
  • Seller: ShopSpell
  • Ships in: 2 business days
  • Transit time: Up to 5 business days
  • Delivery by: Jun 30 to Jul 02
  • Notes: Brand New Book. Order Now.

A Functional Start to Computing with Pythonenables students to quickly learn computing without having to use loops, variables, and object abstractions at the start. Requiring no prior programming experience, the book draws on Pythons flexible data types and operations as well as its capacity for defining new functions. Along with the specifics of Python, the text covers important concepts of computing, including software engineering motivation, algorithms behind syntax rules, advanced functional programming ideas, and, briefly, finite state machines.

Taking a student-friendly, interactive approach to teach computing, the book addresses more difficult concepts and abstractions later in the text. The author presents ample explanations of data types, operators, and expressions. He also describes comprehensionsthe powerful specifications of lists and dictionariesbefore introducing loops and variables. This approach helps students better understand assignment syntax and iteration by giving them a mental model of sophisticated data first.

Web Resource
The books supplementary website at http://functionalfirstpython.com/ provides many ancillaries, including:

  • Interactive flashcards on Python language elements
  • Links to extra support for each chapter
  • Unit testing and programming exercises
  • An interactive Python stepper tool
  • Chapter-by-chapter points
  • Material for lectures

Motivation and Background
Inspirations of Computing

Preview of Computing with Python
Spiral Drawing
Reports
Goal

General Landscape of Computing Languages
Background Skills
Learning a Language