Think Perl 6. How to Think Like a Computer Scientist

- Autorzy:
- Laurent Rosenfeld, Allen B. Downey
- Promocja Przejdź


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 466
- Dostępne formaty:
-
ePubMobi
Opis książki: 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
-
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
(0,00 zł najniższa cena z 30 dni)203.15 zł
239.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
(0,00 zł najniższa cena z 30 dni)203.15 zł
239.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
(0,00 zł najniższa cena z 30 dni)42.42 zł
49.90 zł(-15%) -
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.
-
Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they'...(0,00 zł najniższa cena z 30 dni)
126.65 zł
149.00 zł(-15%) -
Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to emb...
Perl Template Toolkit. Scalable Templating for the Web Perl Template Toolkit. Scalable Templating for the Web
(0,00 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%) -
Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capaci...(0,00 zł najniższa cena z 30 dni)
160.65 zł
189.00 zł(-15%) -
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. This book is about making the leap from the easy th...(0,00 zł najniższa cena z 30 dni)
109.65 zł
129.00 zł(-15%) -
Graphics programmers aren't the only ones who need to be proficient with graphics. Web and applications programmers know that a dull web page can be quickly transformed into one that's interesting and lively with the use of well-planned graphics. And fortunately, you don't need the skills of a fu...
Perl Graphics Programming. Creating SVG, SWF (Flash), JPEG and PNG files with Perl Perl Graphics Programming. Creating SVG, SWF (Flash), JPEG and PNG files with Perl
(0,00 zł najniższa cena z 30 dni)118.15 zł
139.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
(0,00 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%)
O autorze książki
1 Laurent Rosenfeld, Allen B. DowneyAllen 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...(169.15 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
(41.40 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
(169.15 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
(169.15 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)23.94 zł
39.90 zł(-40%) -
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
(135.15 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)29.40 zł
49.00 zł(-40%) -
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)
29.40 zł
49.00 zł(-40%) -
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
(152.15 zł najniższa cena z 30 dni)152.15 zł
179.00 zł(-15%)
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook 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 dowolonych 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 dowolonych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły książki
- 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@helion.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 3.8MB
- Rozmiar pliku Mobi:
- 8.2MB
- Kategorie:
Technologie webowe » Perl/CGI - Programowanie
Spis treści książki
- 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
-
FinOps brings financial accountability to the variable spend model of cloud. Used by the majority of global enterprises, this management practice has grown from a fringe activity to the de facto discipline managing cloud spend. In this book, authors J.R. Storment and Mike Fuller outline the proce...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Edge AI is transforming the way computers interact with the real world, allowing IoT devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intu...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Why is it difficult for so many companies to get digital identity right? If you're still wrestling with even simple identity problems like modern website authentication, this practical book has the answers you need. Author Phil Windley provides conceptual frameworks to help you make sense of all ...(0,00 zł najniższa cena z 30 dni)
186.15 zł
219.00 zł(-15%) -
Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a profe...(0,00 zł najniższa cena z 30 dni)
296.65 zł
349.00 zł(-15%) -
With the accelerating speed of business and the increasing dependence on technology, companies today are significantly changing the way they build in-house business solutions. Many now use low-code and no code technologies to help them deal with specific issues, but that's just the beginning. Wit...
Building Solutions with the Microsoft Power Platform Building Solutions with the Microsoft Power Platform
(0,00 zł najniższa cena z 30 dni)262.65 zł
309.00 zł(-15%) -
Companies are scrambling to integrate AI into their systems and operations. But to build truly successful solutions, you need a firm grasp of the underlying mathematics. This accessible guide walks you through the math necessary to thrive in the AI field such as focusing on real-world application...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
DevOps engineers, developers, and security engineers have ever-changing roles to play in today's cloud native world. In order to build secure and resilient applications, you have to be equipped with security knowledge. Enter security as code.In this book, authors BK Sarthak Das and Virginia Chu d...(0,00 zł najniższa cena z 30 dni)
186.15 zł
219.00 zł(-15%) -
With the increasing use of AI in high-stakes domains such as medicine, law, and defense, organizations spend a lot of time and money to make ML models trustworthy. Many books on the subject offer deep dives into theories and concepts. This guide provides a practical starting point to help develop...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn th...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Learn the essentials of working with Flutter and Dart to build full stack applications that meet the needs of a cloud-driven world. Together, the Flutter open source UI software development kit and the Dart programming language for client development provide a unified solution to building applica...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.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.