Introduction to Programming and Problem-Solving Using Scala, Lewis, Mark C.
Автор: Lewis Название: Introduction to the Art of Programming Using Scala ISBN: 1439896666 ISBN-13(EAN): 9781439896662 Издательство: Taylor&Francis Рейтинг: Цена: 84710.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. The book progresses from true programming in the small to more significant projects later, leveraging the full benefits of object orientation. It first focuses on fundamental problem solving and programming in the small using the REPL and scripting environments. It covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The text then illustrates the benefits of object-oriented design and presents a large collection of basic data structures showing different implementations of key ADTs along with more atypical data structures. It also introduces multithreading and networking to provide further motivating examples. By using Scala as the language for both CS1 and CS2 topics, this textbook gives students an easy entry into programming small projects as well as a firm foundation for taking on larger-scale projects. Many student and instructor resources are available at www.programmingusingscala.net
Автор: Torra Название: Scala: From a Functional Programming Perspective ISBN: 3319464809 ISBN-13(EAN): 9783319464800 Издательство: Springer Рейтинг: Цена: 39130.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book gives an introduction to the programming language Scala. The book explains with detail functional programming and recursivity, and includes chapters on lazy and eager evaluation, streams, higher-order functions (including map, fold, reduce, and aggregate), and algebraic data types.
Автор: Irfan Elahi Название: Scala Programming for Big Data Analytics ISBN: 1484248090 ISBN-13(EAN): 9781484248096 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Gain the key language concepts and programming techniques of Scala in the context of big data analytics and Apache Spark. The book begins by introducing you to Scala and establishes a firm contextual understanding of why you should learn this language, how it stands in comparison to Java, and how Scala is related to Apache Spark for big data analytics. Next, you’ll set up the Scala environment ready for examining your first Scala programs. This is followed by sections on Scala fundamentals including mutable/immutable variables, the type hierarchy system, control flow expressions and code blocks.
The author discusses functions at length and highlights a number of associated concepts such as functional programming and anonymous functions. The book then delves deeper into Scala’s powerful collections system because many of Apache Spark’s APIs bear a strong resemblance to Scala collections.
Along the way you’ll see the development life cycle of a Scala program. This involves compiling and building programs using the industry-standard Scala Build Tool (SBT). You’ll cover guidelines related to dependency management using SBT as this is critical for building large Apache Spark applications. Scala Programming for Big Data Analytics concludes by demonstrating how you can make use of the concepts to write programs that run on the Apache Spark framework. These programs will provide distributed and parallel computing, which is critical for big data analytics.
What You Will Learn
See the fundamentals of Scala as a general-purpose programming language
Understand functional programming and object-oriented programming constructs in Scala
Use Scala collections and functions
Develop, package and run Apache Spark applications for big data analytics
Who This Book Is For
Data scientists, data analysts and data engineers who intend to use Apache Spark for large-scale analytics.
Автор: Attaway, Stormy Название: MATLAB ISBN: 0128154799 ISBN-13(EAN): 9780128154793 Издательство: Elsevier Science Рейтинг: Цена: 55950.00 T Наличие на складе: Поставка под заказ. Описание: MATLAB: A Practical Introduction to Programming and Problem Solving, winner of TAA’s 2017 Textbook Excellence Award ("Texty"), guides the reader through both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering and scientific problems. Assuming no knowledge of programming, this book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. The fifth edition has been updated to reflect the functionality of the current version of MATLAB (R2018a), including the addition of local functions in scripts, the new string type, coverage of recently introduced functions to import data from web sites, and updates to the Live Editor and App Designer.
Автор: Barry Wittman, Aditya Mathur, Tim Korb Название: Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014 ISBN: 1626710090 ISBN-13(EAN): 9781626710092 Издательство: Mare Nostrum (Eurospan) Цена: 71150.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.
Автор: Posa Rambabu Название: Scala Reactive Programming ISBN: 1787288641 ISBN-13(EAN): 9781787288645 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Reactive programming is a better, scalable, and faster way to build applications, and one that helps us write code that is concise, clear, and readable. It can be used for many purposes such as GUIs, robotics, music, and more, and is central to many concurrent systems. This book will be your guide to getting started with Reactive programming ...
Автор: Davis Adam L. Название: Modern Programming Made Easy: Using Java, Scala, Groovy, and JavaScript ISBN: 1484255682 ISBN-13(EAN): 9781484255681 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Starting Out1. Introduction1.1 Problem Solving1.2 This Book2. Software to Install2.1 Java/Groovy2.2 Others2.3 Code on Github3. The Basics3.1 Coding Terms3.2 Primitives and Reference3.3 Strings/Declarations3.4 Statements3.5 Assignment3.6 Class and Object3.7 Comments3.8 SummaryGlorified Calculator4. Math4.1 Adding, subtracting, etc.4.2 More complex Math4.3 Random numbers4.4 Summary5. Arrays, Lists, Sets, and Maps5.1 Arrays5.2 Lists5.3 Sets5.4 Maps5.5 Summary6. Conditionals and Loops6.1 If, Then, Else6.2 Switch Statements6.3 Boolean logic6.4 Looping6.5 Summary7. Methods7.1 Call me7.2 Break it down7.3 Return to sender7.4 Static7.5 Varargs7.6 Main method7.7 Exercises7.8 SummaryPolymorphic Spree8. Inheritance8.1 Objectify8.2 Parenting 1018.3 Packages8.4 Public Parts8.5 Interfaces8.6 Abstract Class8.7 Enums8.8 Annotations8.9 Autoboxing8.10 Summary9. Design Patterns9.1 Observer9.2 MVC9.3 DSL9.4 Actors10. Functional Programming10.1 Functions and Closures10.2 Map/Filter/etc.10.3 Immutability10.4 Java 810.5 Groovy10.6 Scala10.7 Summary11. Refactoring11.1 Object-Oriented Refactoring11.2 Functional Refactoring11.3 Refactoring Examples12. Utilities12.1 Dates and Times12.3 TimeZone12.4 ScannerReal-life13. Building13.1 Ant13.2 Maven13.3 Gradle14. Testing14.1 Types of Tests14.2 JUnit15. Input/Output15.1 Files15.2 Reading Files15.3 Writing Files15.4 Downloading Files15.5 Summary16. Version Control16.1 Subversion16.2 Git16.3 Mercurial17. The Inter-webs17.1 Web 10117.2 My First Web-app17.3 The Holy Grails17.4 Cloud17.5 The REST17.6 Summary18. Swinging Graphics18.1 Hello Window18.2 Push my Buttons18.3 Fake Browser18.4 Griffon18.5 Advanced Graphics18.6 Graphics Glossary18.7 Summary19. Creating a Magical User Experience19.1 Application Hierarchy19.2 Consider your Audience19.3 Choice is an Illusion19.4 Direction19.5 Skuemorphism19.6 Context is Important19.7 KISS19.8 You Are Not the User19.9 Summary20. Databases20.1 SQL (Relational) Databases20.2 NoSQL Databases20.3 SummaryAfterwordAppendices A-D
Автор: Prokopec Aleksandar Название: Learning Concurrent Programming in Scala, Second Edition ISBN: 1786466899 ISBN-13(EAN): 9781786466891 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Bevilacqua Linn Michael Название: Functional Programming Patterns in Scala and Clojure ISBN: 1937785475 ISBN-13(EAN): 9781937785475 Издательство: Wiley Рейтинг: Цена: 30610.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Solve real-life programming problems with a fraction of the code that pure object-oriented programming requires. Use Scala and Clojure to solve in-depth problems with two sets of patterns: object-oriented patterns that become more concise with functional programming, and natively functional patterns.
Автор: Schmidt Slava Название: Learn Scala Programming ISBN: 1788836308 ISBN-13(EAN): 9781788836302 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Today`s Scala is quite different from its earlier versions. The second version of the language is more than twelve years old and has undergone multiple changes related to supported features and library implementation. This book addresses both technical and architectural changes by providing a comprehensive guide to the redesigned standard ...
Автор: Jensen Mads Hartmann, Shevchenko Ruslan Название: Professional Scala ISBN: 178953383X ISBN-13(EAN): 9781789533835 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book teaches you how to build and contribute to Scala programs, recognizing common patterns and techniques used with the language. You`ll learn how to write concise, functional code with Scala. After an introduction to core concepts, syntax, and writing example applications with scalac, you`ll learn about the Scala Collections API and how ...
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz