Think Perl 6. How to Think Like a Computer Scientist

- Autorzy:
- Laurent Rosenfeld, Allen B. Downey


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 466
- Dostępne formaty:
-
ePubMobi
Opis ebooka: Think Perl 6. How to Think Like a Computer Scientist
Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language. Ideal for beginners, this hands-on book includes over 100 exercises with multiple solutions, and more than 1,000 code examples so you can quickly practice what you learn. Experienced programmers—especially those who know Perl 5—will also benefit.
Divided into two parts, Think Perl 6 starts with basic concepts that every programmer needs to know, and then focuses on different programming paradigms and some more advanced programming techniques. With two semesters’ worth of lessons, this book is the perfect teaching tool for computer science beginners in colleges and universities.
- Learn basic concepts including variables, expressions, statements, functions, conditionals, recursion, and loops
- Understand commonly used basic data structures and the most useful algorithms
- Dive into object-oriented programming, and learn how to construct your own types and methods to extend the language
- Use grammars and regular expressions to analyze textual content
- Explore how functional programming can help you make your code simpler and more expressive
Wybrane bestsellery
-
Przewodnik dla początkujących programistów aplikacji internetowych, zawierający wszystkie informacje niezbędne do rozpoczęcia pracy i tworzenia programów w języku Perl.(55.30 zł najniższa cena z 30 dni)
51.35 zł
79.00 zł(-35%) -
f you’re ready to get started with Raku (formerly Perl 6), this is the book you want, whether you’re a programmer, system administrator, or web hacker. Raku is a new language—a modern reinvention of Perl suitable for almost any task, from short fixes to complete web applications...
Learning Perl 6. Keeping the Easy, Hard, and Impossible Within Reach Learning Perl 6. Keeping the Easy, Hard, and Impossible Within Reach
(194.65 zł najniższa cena z 30 dni)194.65 zł
229.00 zł(-15%) -
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:Fuzzy pattern matching for text (id...
Mastering Algorithms with Perl. Practical Programming Through Computer Science Mastering Algorithms with Perl. Practical Programming Through Computer Science
(118.15 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%) -
Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world proble...(143.65 zł najniższa cena z 30 dni)
152.15 zł
179.00 zł(-15%) -
Dzięki książce odkryjesz mało znane i mniej typowe zastosowania tego języka. Czytając ją, dowiesz się, w jaki sposób wykorzystać Perl do różnych zadań.(19.50 zł najniższa cena z 30 dni)
19.50 zł
39.00 zł(-50%) -
This book picks up right where Learning Perl leaves off. With Intermediate Perl, you’ll graduate from short scripts to much larger programs, using features that make Perl a general-purpose language. This gentle but thorough guide introduces you to modules, complex data structures, and objec...
Intermediate Perl. Beyond The Basics of Learning Perl. 2nd Edition Intermediate Perl. Beyond The Basics of Learning Perl. 2nd Edition
(143.65 zł najniższa cena z 30 dni)152.15 zł
179.00 zł(-15%) -
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. Perl began life as a super-fueled text processing utility, but quickly evolved into a general purpose programming language that’s...
Programming Perl. Unmatched power for text processing and scripting. 4th Edition Programming Perl. Unmatched power for text processing and scripting. 4th Edition
(194.65 zł najniższa cena z 30 dni)194.65 zł
229.00 zł(-15%) -
If you have a Perl programming question, you'll find the answer quickly in this handy, easy-to-use quick reference. The Perl Pocket Reference condenses and organizes stacks of documentation down to the most essential facts, so you can find what you need in a heartbeat.Updated for Perl 5.14, the 5...
Perl Pocket Reference. Programming Tools. 5th Edition Perl Pocket Reference. Programming Tools. 5th Edition
(42.42 zł najniższa cena z 30 dni)42.42 zł
49.90 zł(-15%) -
If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with Perl, Second Edition, not only offers you the right tools for your job, but also suggests the best way to ...
Automating System Administration with Perl. Tools to Make You More Efficient. 2nd Edition Automating System Administration with Perl. Tools to Make You More Efficient. 2nd Edition
(118.15 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%) -
Learning Perl, popularly known as "the Llama," is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes to the language up to Perl 5.10. This book reflects the combined experienc...(118.15 zł najniższa cena z 30 dni)
126.65 zł
149.00 zł(-15%)
O autorze ebooka
Allen Downey jest profesorem informatyki na Olin College of Engineering. Wcześniej nauczał na Wellesley College, Colby College oraz U.C. Berkeley. Uzyskał tytuł doktora informatyki na U.C. Berkeley, a także tytuły magistra i licencjata na MIT.
Laurent Rosenfeld, Allen B. Downey - pozostałe książki
-
If you know how to program, you're ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical formulas, using discrete probability distributions rather than continuous mathematics. Once you get the math out of the w...(160.65 zł najniższa cena z 30 dni)
169.15 zł
199.00 zł(-15%) -
Oto zaktualizowane i uzupełnione wydanie znakomitego podręcznika dla początkujących, dzięki któremu zdobędziesz solidne podstawy informatyki i programowania w Javie. Wyjaśniono tu szereg skomplikowanych tematów, rozłożonych na mniejsze zagadnienia, z których każde zostało opatrzone zrozumiałymi p...
Myśl w języku Java! Nauka programowania. Wydanie II Myśl w języku Java! Nauka programowania. Wydanie II
(44.85 zł najniższa cena z 30 dni)44.85 zł
69.00 zł(-35%) -
Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll ...
Think Java. How to Think Like a Computer Scientist. 2nd Edition Think Java. How to Think Like a Computer Scientist. 2nd Edition
(160.65 zł najniższa cena z 30 dni)169.15 zł
199.00 zł(-15%) -
If you’re just learning how to program, Julia is an excellent JIT-compiled, dynamically typed language with a clean syntax. This hands-on guide uses Julia 1.0 to walk you through programming one step at a time, beginning with basic programming concepts before moving on to more advanced capa...
Think Julia. How to Think Like a Computer Scientist Think Julia. How to Think Like a Computer Scientist
(160.65 zł najniższa cena z 30 dni)169.15 zł
199.00 zł(-15%) -
Jeśli postanowiłeś zyskać praktyczną wiedzę o algorytmach i strukturach danych, a przy tym nieźle posługujesz się Javą, to trzymasz w rękach właściwą poublikację. Podstawy teoretyczne zostały w niej ograniczone do niezbędnych, potrzebnych w praktyce zagadnień. Sporo miejsca poświęcono analizie im...
Zrozum struktury danych. Algorytmy i praca na danych w Javie Zrozum struktury danych. Algorytmy i praca na danych w Javie
(19.95 zł najniższa cena z 30 dni)19.95 zł
39.90 zł(-50%) -
If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, mor...
Think Data Structures. Algorithms and Information Retrieval in Java Think Data Structures. Algorithms and Information Retrieval in Java
(126.65 zł najniższa cena z 30 dni)135.15 zł
159.00 zł(-15%) -
Trzymasz w ręku praktyczny przewodnik do nauki programowania. Znajdziesz w nim przystępnie napisane wyjaśnienia dotyczące podstawowych pojęć programistycznych. Dowiesz się, jak stosować funkcje, czym jest rekurencja, jak wyglądają struktury danych i na czym polega projektowanie obiektowe. W każdy...
Myśl w języku Python! Nauka programowania. Wydanie II Myśl w języku Python! Nauka programowania. Wydanie II
(24.50 zł najniższa cena z 30 dni)24.50 zł
49.00 zł(-50%) -
Ta krótka i treściwa książka ma nie tylko nauczyć Cię języka Java, lecz również pomóc Ci zacząć myśleć jak informatyk. Nauczysz się z niej programować — co samo w sobie jest już bardzo przydatną umiejętnością — ale też odkryjesz, jak korzystać z programowania jako ze środka do osiągni...(24.50 zł najniższa cena z 30 dni)
24.50 zł
49.00 zł(-50%) -
If you understand basic mathematics and know how to program with Python, you’re ready to dive into signal processing. While most resources start with theory to teach this complex subject, this practical book introduces techniques by showing you how they’re applied in the real world. I...(101.15 zł najniższa cena z 30 dni)
101.15 zł
119.00 zł(-15%) -
If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second ...
Think Python. How to Think Like a Computer Scientist. 2nd Edition Think Python. How to Think Like a Computer Scientist. 2nd Edition
(143.65 zł najniższa cena z 30 dni)152.15 zł
179.00 zł(-15%)
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook, Onyx Boox i innych
-
systemach Windows, MacOS i innych
-
systemach Windows, Android, iOS, HarmonyOS
-
na dowolnych urządzeniach i aplikacjach obsługujących formaty: PDF, EPub, Mobi
Masz pytania? Zajrzyj do zakładki Pomoc »
Audiobooka posłuchasz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolnych urządzeniach i aplikacjach obsługujących format MP3 (pliki spakowane w ZIP)
Masz pytania? Zajrzyj do zakładki Pomoc »
Kurs Video zobaczysz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolnych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły ebooka
- ISBN Ebooka:
- 978-14-919-8050-7, 9781491980507
- Data wydania ebooka:
-
2017-05-08
Data wydania ebooka często jest dniem wprowadzenia tytułu do sprzedaży i może nie być równoznaczna z datą wydania książki papierowej. Dodatkowe informacje możesz znaleźć w darmowym fragmencie. Jeśli masz wątpliwości skontaktuj się z nami sklep@ebookpoint.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 3.8MB
- Rozmiar pliku Mobi:
- 8.2MB
Spis treści ebooka
- Preface
- The Aim of This Book
- The History of This Book
- Conventions Used in This Book
- Using Code Examples
- OReilly Safari
- How to Contact Us
- Acknowledgments
- Contributor List
- I. Starting with the Basics
- 1. The Way of the Program
- What Is a Program?
- Running Perl 6
- The First Program
- Arithmetic Operators
- Values and Types
- Formal and Natural Languages
- Debugging
- Glossary
- Exercises
- 2. Variables, Expressions, and Statements
- Assignment Statements
- Variable Names
- Expressions and Statements
- Script Mode
- One-Liner Mode
- Order of Operations
- String Operations
- Comments
- Debugging
- Glossary
- Exercises
- 3. Functions
- Function Calls
- Functions and Methods
- Math Functions
- Composition
- Adding New Functions (a.k.a. Subroutines)
- Definitions and Uses
- Flow of Execution
- Parameters and Arguments
- Variables and Parameters Are Local
- Stack Diagrams
- Fruitful Functions and Void Functions
- Function Signatures
- Immutable and Mutable Parameters
- Functions and Subroutines as First-Class Citizens
- Why Functions and Subroutines?
- Debugging
- Glossary
- Exercises
- 4. Loops, Conditionals, and Recursion
- Integer Division and Modulo
- Boolean expressions
- Logical Operators
- Conditional Execution
- Alternative Execution
- Chained Conditionals
- Nested Conditionals
- if Conditionals as Statement Modifiers
- Unless Conditional Statement
- for Loops
- Recursion
- Stack Diagrams for Recursive Subroutines
- Infinite Recursion
- Keyboard Input
- Program Arguments and the MAIN Subroutine
- Debugging
- Glossary
- Exercises
- 5. Fruitful Subroutines
- Return Values
- Incremental Development
- Composition
- Boolean Functions
- A Complete Programming Language
- More Recursion
- Leap of Faith
- One More Example
- Checking Types
- Multi Subroutines
- Debugging
- Glossary
- Exercises
- 6. Iteration
- Assignment Versus Equality
- Reassignment
- Updating Variables
- The while Statement
- Local Variables and Variable Scoping
- Control Flow Statements (last, next, etc.)
- Square Roots
- Algorithms
- Debugging
- Glossary
- Exercises
- 7. Strings
- A String Is a Sequence
- Common String Operators
- String Length
- Searching for a Substring Within the String
- Extracting a Substring from a String
- A Few Other Useful String Functions or Methods
- flip
- split
- String concatenation
- Splitting on words
- join
- Changing the case
- String Traversal with a while or for Loop
- Looping and Counting
- Regular Expressions (Regexes)
- Using Regexes
- Building your Regex Patterns
- Literal Matching
- Wildcards and Character Classes
- Quantifiers
- Anchors and Assertions
- Anchors
- Look-around assertions
- Code assertions
- Alternation
- Grouping and Capturing
- Adverbs (a.k.a. Modifiers)
- Exercises on Regexes
- Putting It All Together
- Extracting Dates
- Extracting an IP Address
- Substitutions
- The subst Method
- The s/search/replace/ Construct
- Using Captures
- Adverbs
- Debugging
- Glossary
- Exercises
- 8. Case Study: Word Play
- Reading from and Writing to Files
- Reading Word Lists
- Exercises
- Search
- Words Longer Than 20 Characters (Solution)
- Words with No e (Solution)
- Avoiding Other Letters (Solution)
- Using Only Some Letters (Solution)
- Using All Letters of a List (Solution)
- Alphabetic Order (Solution)
- Another Example of Reduction to a Previously Solved Problem
- Debugging
- Glossary
- Exercises
- 9. Arrays and Lists
- Lists and Arrays Are Sequences
- Arrays Are Mutable
- Adding New Elements to an Array or Removing Some
- Stacks and Queues
- Other Ways to Modify an Array
- Traversing a List
- New Looping Constructs
- Map, Filter, and Reduce
- Reducing a List to a Value
- The Reduction Metaoperator
- Mapping a List to Another List
- Filtering the Elements of a List
- Higher-Order Functions and Functional Programming
- Fixed-Size, Typed, and Shaped Arrays
- Multidimensional Arrays
- Sorting Arrays or Lists
- More Advanced Sorting Techniques
- Debugging
- Glossary
- Exercises
- 10. Hashes
- A Hash Is a Mapping
- Common Operations on Hashes
- Hash as a Collection of Counters
- Looping and Hashes
- Reverse Lookup
- Testing for Existence
- Hash Keys Are Unique
- Hashes and Arrays
- Memos
- Hashes as Dispatch Tables
- Global Variables
- Debugging
- Glossary
- Exercises
- 11. Case Study: Data Structure Selection
- The Ternary Conditional Operator
- The given ... when Switch Statement
- Subroutine Named and Optional Parameters
- Named Parameters
- Optional Parameters
- Word Frequency Analysis
- Random Numbers
- Word Histogram
- Most Common Words
- Optional Parameters
- Hash Subtraction
- Constructing New Operators
- Sets, Bags, and Mixes
- Random Words
- Markov Analysis
- Data Structures
- Building Your Own Data Structures
- Linked Lists
- Trees
- Binary Heaps
- Debugging
- Glossary
- Exercises: Huffman Coding
- Variable-Length Codes
- The Frequency Table
- Building the Huffman Code
- II. Moving Forward
- 12. Classes and Objects
- Objects, Methods, and Object-Oriented Programming
- Programmer-Defined Types
- Attributes
- Creating Methods
- Rectangles and Object Composition
- Instances as Return Values
- Inheritance
- The Pixel Class
- The MovablePoint Class
- Multiple Inheritance: Attractive, but Is It Wise?
- Roles and Composition
- Classes and Roles: An Example
- Role Composition and Code Reuse
- Roles, Classes, Objects, and Types
- Method Delegation
- Polymorphism
- Encapsulation
- Private Methods
- Constructing Objects with Private Attributes
- Interface and Implementation
- Object-Oriented Programming: A Tale
- The Fable of the Shepherd
- The Moral
- Delegation
- Encapsulation
- Polymorphism
- Debugging
- The Perl 6 Debugger
- Getting Some Help
- Stepping Through the Code
- Stopping at the Right Place with Breakpoints
- Youre all set to start using the debugger
- Logging Information with Trace Points
- Stepping Through a Regex Match
- Glossary
- 13. Regexes and Grammars
- A Brief Refresher
- Declarative Programming
- Captures
- Named Rules (a.k.a. Subrules)
- Grammars
- Grammar Inheritance
- Actions Objects
- A Grammar for Parsing JSON
- The JSON Format
- Our JSON Sample
- Writing the JSON Grammar Step by Step
- Numbers
- JSON strings
- JSON objects
- JSON arrays
- JSON values
- The JSON Grammar
- Adding Actions
- Inheritance and Mutable Grammars
- Debugging
- Glossary
- Exercise: A Grammar for an Arithmetic Calculator
- 14. Functional Programming in Perl
- Higher-Order Functions
- A Refresher on Functions as First-Class Objects
- Anonymous Subroutines and Lambdas
- Closures
- Higher-Order Functions
- List Processing and Pipeline Programming
- Feed and Backward Feed Operators
- The Reduction Metaoperator
- The Hyperoperator
- The Cross (X) and Zip (Z) Operators
- List Operators: A Summary
- Creating New Operators
- Creating Your Own Map-Like Functions
- Custom versions of map, grep, etc.
- my-map, a pure Perl version of map
- my-grep
- Custom versions of map, grep, etc.
- Our Own Version of a Sort Function
- An Iterator Version of map
- An Iterator Version of grep
- The gather and take Construct
- Lazy Lists and the Sequence Operator
- The Sequence Operator
- Infinite Lists
- Using an Explicit Generator
- Currying and the Whatever Operator
- Creating a Curried Subroutine
- Currying an Existing Subroutine with the assuming Method
- Currying with the Whatever Star Parameter
- Using a Functional Programming Style
- The Merge Sort Algorithm
- A Nonfunctional Implementation of Merge Sort
- A Functional Implementation of Merge Sort
- Debugging
- Glossary
- Exercise: Quick Sort
- 15. Some Final Advice
- Make It Clear, Keep It Simple
- Dos and Donts
- Use Idioms
- Whats Next?
- A. Solutions to the Exercises
- Exercises of Chapter 3: Functions and Subroutines
- Exercise 3-1: Subroutine right-justify
- Exercise 3-2: Subroutine do-twice
- Exercise 3-3: Subroutine print-grid
- Exercises of Chapter 3: Functions and Subroutines
- Exercises of Chapter 4: Conditionals and Recursion
- Exercise Suggested in Stack Diagrams for Recursive Subroutines: Subroutine do-n-times
- Exercise 4-1: Days, Hours, Minutes, and Seconds
- Exercise 4-2: Fermats Theorem
- Exercise 4-3: Is It a Triangle?
- Exercise 4-4: The Fibonacci Numbers
- Exercise 4-5: The recurse Subroutine
- Exercises of Chapter 5: Fruitful Functions
- Exercise: Compare
- Exercise: Hypotenuse
- Exercise: Chained Relational Operators
- Exercise 5-2: The Ackermann Function
- Exercise 5-3: Palindromes
- Exercise 5-4: Powers
- Exercise 5-5: Finding the GCD of Two Numbers
- Exercises of Chapter 6: Iteration
- Exercise 6-1: Square Root
- Exercise 6-2: Pi Estimate
- Exercises of Chapter 7: Strings
- Exercise: String Traversal
- Exercise: The Ducklings
- Exercise: Counting the Letters of a String
- Exercise: Simulating a Regex with a Loop
- Exercise: Regex Exercises
- Ten digits in a row
- An octal number
- First word at the start of the string
- First word starting with an a
- First word starting with a lowercase vowel
- A mobile number
- First word starting with a vowel (lower- or uppercase)
- Repeated letters
- Exercise: is-reverse Subroutine
- Exercise 7-1: Counting Letters
- Exercise 7-2: Lowercase Letters
- Exercise 7-3: Caesars Cipher
- Exercises of Chapter 8: Word Play
- Exercise 8-7: Consecutive Double Letters
- Exercise 8-8: Palindromes in Odometers
- Exercise 8-9: Palindromes in Ages
- Exercises of Chapter 9: Arrays and Lists
- Exercise: Implementing a Queue
- Improving the queue subroutine signatures
- Slurpy (or variadic) parameters
- A queue using shift and append
- Exceptions
- Encapsulating the data
- Exercise: Implementing a Queue
- Exercise: Other Ways to Modify an Array
- Simulating the pop function
- Simulating the push function
- Simulating the unshift function
- Simulating the delete subscript adverb
- Exercise: Mapping and Filtering the Elements of a List
- Exercise: Advanced Sorting Techniques
- Exercise 9-1: Nested Sum
- Exercise 9-2: Cumulative Sum
- Exercise 9-3: Middle
- Exercise 9-4: Chop
- Exercise 9-5: Subroutine is-sorted
- Exercise 9-6: Subroutine is-anagram
- Exercise 9-7: Subroutine has-duplicates
- Exercise 9-8: Simulating the Birthday Paradox
- Exercise 9-9: Comparing push and unshift
- Exercise 9-10: Bisection Search in a List
- Exercise 9-11: Reverse Pairs
- Comparing bisection search with hash lookup
- Creating and using a module
- Exercise 9-12: Interlocking Words
- Exercises of Chapter 10: Hashes
- Exercise: A Hash Is a Mapping
- Exercise 10-1: Storing the Word List into a Hash
- Exercise 10-2: Memoizing the Ackermann Function
- Exercise 10-3: Finding Duplicates with a Hash
- Exercise 10-4: Rotate Pairs
- Exercise 10-5: Homophones
- Exercises of Chapter 11
- Exercise: The given ... when switch statement
- Exercise: Constructing New Operators
- Exercise: Sets, Bags, and Mixes
- Exercise: Random Words
- Exercise: Markov Analysis
- The MAIN subroutine
- Solution to the Markov analysis exercise
- Exercise: The Huffman Code
- Exercise 11-8: The frequency table
- Exercise 11-9: Huffman coding of a DNA strand
- Exercise 11-9: Huffman coding of a more complex string
- Exercise 11-9: Encoding the input string
- Exercise 11-9: Decoding the pseudo-Morse string
- Exercises of Chapter 13: Regexes and Grammars
- Exercise 13-1: Getting the February Dates Right
- Recognizing a leap year
- Back to the February date validation
- Exercise 13-1: Getting the February Dates Right
- Exercise: A Grammar for an Arithmetic Calculator
- The grammar
- The actions
- Exercises of Chapter 14: Functional Programming
- Exercise: Making a Functional Implementation of Quick Sort
- Index
O'Reilly Media - inne książki
-
If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve numerous scenarios. By leveraging modern versions of PHP through version 8.1, these self-contained recipes provide fully realized solutions that can help you solve si...(203.15 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
Over the past 10 years, data analytics and data visualization have become essential components of an enterprise information strategy. And yet, the adoption of data analytics has remained remarkably static, reaching no more than 30% of potential users. This book explores the most important techniq...(186.15 zł najniższa cena z 30 dni)
194.65 zł
229.00 zł(-15%) -
Data lakes and warehouses have become increasingly fragile, costly, and difficult to maintain as data gets bigger and moves faster. Data meshes can help your organization decentralize data, giving ownership back to the engineers who produced it. This book provides a concise yet comprehensive over...(203.15 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
If you're planning, building, or implementing a cloud strategy that supports digitalization for your financial services business, this invaluable guide clearly sets out the crucial factors and questions to consider first. With it, you'll learn how to avoid the costly and time-consuming pitfalls a...
Digitalization of Financial Services in the Age of Cloud Digitalization of Financial Services in the Age of Cloud
(143.65 zł najniższa cena z 30 dni)152.15 zł
179.00 zł(-15%) -
Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such a...(228.65 zł najniższa cena z 30 dni)
245.65 zł
289.00 zł(-15%) -
As legacy and other critical systems continue to migrate online, the need for continuous operation is imperative. Code has to handle data issues as well as hard external problems today, including outages of networks, storage systems, power, and ancillary systems. This practical guide provides sys...(245.65 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning JavaScript Design Patter...(203.15 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
Between major privacy regulations like the GDPR and CCPA and expensive and notorious data breaches, there has never been so much pressure to ensure data privacy. Unfortunately, integrating privacy into data systems is still complicated. This essential guide will give you a fundamental understandi...(211.65 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
This essential guide covers all aspects of Linux system administration, from user maintenance, backups, filesystem housekeeping, storage management, and network setup to hardware and software troubleshooting and some application management. It's both a practical daily reference manual for sysadmi...(254.15 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
The past decade has witnessed the broad adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight in their widespread implementation has resulted in some incidents and harmful outcomes that could have been avoided with proper risk management. Befo...(254.15 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%)
Dzieki opcji "Druk na żądanie" do sprzedaży wracają tytuły Grupy Helion, które cieszyły sie dużym zainteresowaniem, a których nakład został wyprzedany.
Dla naszych Czytelników wydrukowaliśmy dodatkową pulę egzemplarzy w technice druku cyfrowego.
Co powinieneś wiedzieć o usłudze "Druk na żądanie":
- usługa obejmuje tylko widoczną poniżej listę tytułów, którą na bieżąco aktualizujemy;
- cena książki może być wyższa od początkowej ceny detalicznej, co jest spowodowane kosztami druku cyfrowego (wyższymi niż koszty tradycyjnego druku offsetowego). Obowiązująca cena jest zawsze podawana na stronie WWW książki;
- zawartość książki wraz z dodatkami (płyta CD, DVD) odpowiada jej pierwotnemu wydaniu i jest w pełni komplementarna;
- usługa nie obejmuje książek w kolorze.
W przypadku usługi "Druk na żądanie" termin dostarczenia przesyłki może obejmować także czas potrzebny na dodruk (do 10 dni roboczych)
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.
Książka, którą chcesz zamówić pochodzi z końcówki nakładu. Oznacza to, że mogą się pojawić drobne defekty (otarcia, rysy, zagięcia).
Co powinieneś wiedzieć o usłudze "Końcówka nakładu":
- usługa obejmuje tylko książki oznaczone tagiem "Końcówka nakładu";
- wady o których mowa powyżej nie podlegają reklamacji;
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.


Oceny i opinie klientów: Think Perl 6. How to Think Like a Computer Scientist Laurent Rosenfeld, Allen B. Downey (0)
Weryfikacja opinii następuję na podstawie historii zamówień na koncie Użytkownika umieszczającego opinię. Użytkownik mógł otrzymać punkty za opublikowanie opinii uprawniające do uzyskania rabatu w ramach Programu Punktowego.