Cantitate/Preț
Produs

Learn Computer Science with Swift: Computation Concepts, Programming Paradigms, Data Management, and Modern Component Architectures with Swift and Playgrounds

Autor Jesse Feiler
en Limba Engleză Paperback – 17 dec 2017
Master the basics of solving logic puzzles, and creating algorithms using Swift on Apple platforms. This book is based on the curriculum currently being used in common computer classes. You’ll learn to automate algorithmic processes that scale using Swift in the context of iOS, macOS, tvOS, and watchOS.
Begin by understanding how to think computationally: to formulate a computational problem and recognize patterns and ways to validate it. Then jump ahead past the abstractions and conceptual work into using code snippets to build frameworks and write code using Xcode and Swift. Once you have frameworks in place, you’ll learn to use algorithms and structure data. Finally, you’ll see how to bring people into what you’ve built through a useable UI and how UI and code relate.
What You'll Learn

  • Recognize patterns and use abstractions
  • Build code into reusable frameworks
  • Manage code and share version control
  • Solve logic puzzles
Who This Book Is ForYoung professionals interested in learning computer science from an Apple platform standpoint.
Citește tot Restrânge

Preț: 13247 lei

Preț vechi: 16559 lei
-20% Nou

Puncte Express: 199

Preț estimativ în valută:
2535 2692$ 2100£

Carte disponibilă

Livrare economică 05-19 decembrie
Livrare express 20-26 noiembrie pentru 40100 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484230657
ISBN-10: 1484230655
Pagini: 254
Ilustrații: XVI, 303 p. 116 illus., 113 illus. in color.
Dimensiuni: 155 x 235 x 23 mm
Greutate: 0.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Thinking Computationally 
2. Writing Code and Using Swift Playgrounds
3. Exploring Programming Paradigms
4. Using Algorithms
5. Managing Control Flow: Repetition
6. Working with Data - Collections
7. Working with Data - Types
8. Managing Control Flow: Beyond Repetitions
9. Storing data and Sharing Data
10. Building Components
11. Using Events to Guide Actions
12. Getting into Xcode in depth
13. Bringing in People
14. Graphics and Visualization Techniques and Problems

Notă biografică

Jesse Feiler is a developer, consultant, and author specializing in database technologies and location-based apps. He is the creator of Minutes Machine the meeting management app, as well as Saranac River Trail app a guide to the Trail that includes location-based updates as well as social media tools. His apps are available in the App Store and are published by Champlain Arts Corp (champlainarts.com). Jesse is heard regularly on WAMC Public Radio for the Northeast's The Roundtable. founder of Friends of Saranac River Trail, Inc. A native of Washington DC, he has lived in New York City and currently lives in Plattsburgh NY.

Textul de pe ultima copertă

Master the basics of solving logic puzzles, and creating algorithms using Swift on Apple platforms. This book is based on the curriculum currently being used in common computer classes. You’ll learn to automate algorithmic processes that scale using Swift in the context of iOS, macOS, tvOS, and watchOS.
Begin by understanding how to think computationally: to formulate a computational problem and recognize patterns and ways to validate it. Then jump ahead past the abstractions and conceptual work into using code snippets to build frameworks and write code using Xcode and Swift. Once you have frameworks in place, you’ll learn to use algorithms and structure data. Finally, you’ll see how to bring people into what you’ve built through a useable UI and how UI and code relate.

Caracteristici

Think computationally to use Swift to solve logic puzzles and create algorithms Collect lines of code into blocks, functions, procedures, and methods Structure data with Swift