A Functional Start to Computing with Python: Chapman & Hall/CRC Textbooks in Computing
Autor Ted Hermanen Limba Engleză Paperback – 26 iul 2013
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 comprehensions—the powerful specifications of lists and dictionaries—before 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 book’s 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
Din seria Chapman & Hall/CRC Textbooks in Computing
- 8% Preț: 476.15 lei
- 20% Preț: 444.17 lei
- 20% Preț: 730.32 lei
- 9% Preț: 581.43 lei
- 20% Preț: 554.65 lei
- 20% Preț: 560.44 lei
- 20% Preț: 630.09 lei
- 20% Preț: 983.68 lei
- 30% Preț: 488.40 lei
- 20% Preț: 676.67 lei
- 20% Preț: 316.16 lei
- 20% Preț: 367.70 lei
- 20% Preț: 601.92 lei
- 26% Preț: 265.92 lei
- 29% Preț: 281.14 lei
- 20% Preț: 578.52 lei
- 20% Preț: 745.68 lei
- 31% Preț: 323.35 lei
- 30% Preț: 352.77 lei
Preț: 644.26 lei
Preț vechi: 805.32 lei
-20% Nou
Puncte Express: 966
Preț estimativ în valută:
123.30€ • 128.07$ • 102.42£
123.30€ • 128.07$ • 102.42£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781466504554
ISBN-10: 1466504552
Pagini: 429
Ilustrații: 52 b/w images and 1 table
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.75 kg
Ediția:New.
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Textbooks in Computing
ISBN-10: 1466504552
Pagini: 429
Ilustrații: 52 b/w images and 1 table
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.75 kg
Ediția:New.
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Textbooks in Computing
Public țintă
Undergraduate students in computer science (CS1 courses); professionals interested in Python programming.Cuprins
Motivation and Background: Inspirations of Computing. Preview of Computing with Python. General Landscape of Computing Languages. Python Setup. Functional-Style Python: Types. Operators. Expressions. Printing. Functions I. Functions II. Conditional Logic. Slice, Split, Join. Comprehensions. Functional Patterns. Imperative-Style Python: Names for Data. Functions and Variables. Mutation. Modules. Repetition. Documentation. Debugging. Accumulation Loop Patterns. Search Loop Patterns. Drawing. Input and Output. Network Programs. Objects, Classes, and Inheritance. Randomness, Time, and System Modules. Graphical User Interfaces. Appendices. Index.
Descriere
Taking a student-friendly, interactive approach to teach computing, this text enables 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 Python’s flexible data types and operations as well as its capacity for defining new functions. Along with the specifics of Python, the author covers important concepts of computing. A companion website provides many supplementary materials.