functional programming in c ivan cukic
Functional Programming in C++ - Ivan Cukic
Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs. Functional Programming in C++ teaches developers the practical sideof functional programming and what tools C++ provides to developsoftware in the functional style. KEY FEATURES• Practical-guide• Hands-on examples• Step-by-step instructions This book is for developers who have worked professionally with C++for 2 or more years. ABOUT THE TECHNOLOGYBroadly speaking, Functional Programming is a style of programmingwhere the main programming building blocks are functions, asopposed to objects and procedures. AUTHOR BIOIvan Čukić has been teaching modern C++ techniques and functionalprogramming at the Faculty of Mathematics in Belgrade for 6 years and hasbeen using C++ for more than 15 years. He has been researching functionalprogramming in C++ before and during his PhD studies, and uses thetechniques in real-world projects. He is one of the core developers in KDE,the largest free/libre open source C++ project.
Objev podobné jako Functional Programming in C++ - Ivan Cukic
Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you’ll take on the challenge of learning functional programming from first principles, and start writing Kotlin code that’s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors. about the technologyKotlin is a new JVM language designed to interoperate with Java and offer an improved developer experience for creating new applications. It’s already a top choice for writing web services, and Android apps. Although it preserves Java’s OO roots, Kotlin really shines when you adopt a functional programming mindset. By learning the core principles and practices of functional programming outlined in this book, you’ll start writing code that’s easier to read, easier to test and reuse, better for concurrency, and less prone to bugs. about the book Functional Programming in Kotlin is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. Based on the bestselling Functional Programming in Scala, this book guides intermediate Java and Kotlin programmers from basic techniques to advanced topics ... Unknown localization key: "more"
Objev podobné jako Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Controversial Issues in Adventure Programming - Mark Wagstaff, Bruce Martin
Controversial Issues in Adventure Programming offers an engaging approach to the consideration of enduring, current, and emerging issues in the field. Written primarily for upper-level undergraduate and graduate students, the text presents 20 issues in a debate format, challenging students to participate in critical discourse concerning these issues as practitioners in the field of adventure programming. Respected authors Bruce Martin and Mark Wagstaff have assembled a team of more than 50 contributors from around the globe to reassess some of the underlying assumptions on which adventure programming is based. They have critically examined implications of new developments for emerging practice and discussed how best to position the field of adventure programming in addressing broader societal concerns. To set the stage for the debate, each issue is prefaced with a general overview, including the evolution of the issue and its significance in light of broader social concerns. Then, contributors present the pros and cons of each issue. A debate format helps students develop an understanding of the key points around each issue while also becoming familiar with current research pertinent to these issues. This approach also encourages students to grapple with these issues and begin to develop their own informed, thoughtful ... Unknown localization key: "more"
Objev podobné jako Controversial Issues in Adventure Programming - Mark Wagstaff, Bruce Martin
Podívejte se také
bag in box
Chardonnay bag in box
příčníky ROOF RACK IN 1 pro vozidla s hagusy
škrabadlo pro kočky INGA béžové
exkluzivní hodiny Made in Italy
certifikované ručníky OEKO-TEX MADE IN GREEN
povlečení s certifikátem MADE IN GREEN
certifikovaná osuška OEKO-TEX MADE IN GREEN
zmrzlinovač s funkcí Re-spin a Mix-In
WC kování s fixačním systémem FIX IN
povlečení s certifikátem OEKO-TEX MADE IN GREEN
designové hodiny Made in Italy
povlečení Glow in the Dark pro fanoušky
podsedák pro kočky Cat in Black
kvalitní saténové povlečení made in Czechia
koupelnové textilie OEKO-TEX MADE IN GREEN
C++ Programming in easy steps - Mike McGrath
C++ Programming in easy steps, 7th edition shows you how to program in the powerful C++ native system language. Now, in its seventh edition, this guide gives complete examples that illustrate each aspect with colorized source code.C++ Programming in easy steps, 7th edition begins by explaining how to install a free C++ compiler so that you can quickly begin to create your own executable programs by copying the book’s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object-Oriented Programming (OOP). C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system (purely because it is the most widely-used desktop platform) but the examples can also be created on other platforms such as Linux or macOS. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft’s Visual Studio. C++ Programming in easy steps, 7th edition has an easy-to-follow style that will appeal to: Anyone who wants to begin programming in C++.Programmers looking to advance from an interpreted programming language, such as Python, who ... Unknown localization key: "more"
Objev podobné jako C++ Programming in easy steps - Mike McGrath
Perl Programming in easy steps - Mike McGrath
Perl is often known as the Swiss army knife of programming languages. Perl Programming in easy steps, 2nd edition illustrates programming basics with variables, operators, and functions before moving on to demonstrate the creation of reusable Perl modules. It then shows how Perl can read and write files on your system. Object-Oriented Programming (OOP) with Perl is demonstrated next to emulate real-world object properties and behaviors. The examples in Perl Programming in easy steps, 2nd edition demonstrate how to store and retrieve data with the SQLite database module that is often bundled alongside the standard Perl library. The book then moves on to illustrate how Perl is used for server-side CGI scripting on the internet. A final example brings together Perl for CGI and SQLite to create an online shop. Perl Programming in easy steps, 2nd edition has an easy-to-follow style that will appeal to: Anyone who wants begin programming in Perl. Programmers looking to extend their skillset. Students who are studying programming at school or college. Those seeking a career in software development. This book makes no assumption that you have previous knowledge of any programming language, so is suitable for a beginner or a programming guru.
Objev podobné jako Perl Programming in easy steps - Mike McGrath
Beginning Programming in 24 Hours, Sams Teach Yourself - Dean Miller, Greg Perry
Sams Teach Yourself Beginning Programming in 24 Hours explains the basics of programming in the successful 24 Hours format. The book''s examples are easily readable and understandable by even those with no previous exposure to programming. This book covers the absolute basics of programming: Why program? What tools to use? How does a program tell the computer what to do? Students will learn how to program the computer and will explore some of the most popular programming languages in use. This book will introduce students to common programming fundamentals using Python and will provide an overview of other common programming languages and their uses.
Objev podobné jako Beginning Programming in 24 Hours, Sams Teach Yourself - Dean Miller, Greg Perry
Quantum Programming in Depth - Mariia Mykhailova
Go beyond the basics with this in-depth guide to quantum programming.Here''s something you already know: quantum computing is a deep subject. Quantum Programming in Depth takes you beyond quantum basics and shows you how to take on practical quantum problem solving and programming using Q# and Qiskit. Author Mariia Mykhailova, a principal software engineer at Microsoft Quantum, guides you every step of the way.In Quantum Programming in Depth you''ll explore: Algorithms to solve challenging quantum computing problems Writing quantum programs with Q# and Qiskit Testing quantum programs with simulators and specialized tools Evaluating performance of quantum programs on future fault-tolerant quantum computers Quantum Programming in Depth shows you how to do quantum computing outside the lab or classroom, presenting problems of quantum programming and demonstrating how they''re solved. You''ll learn to write quantum programs using Qiskit and Q# —and even how to test your quantum code using common testing tools like pytest. You''ll learn to prepare quantum states and implement operations, extract information from quantum states and operations, evaluate classical functions on a quantum computer, solve search problems, and more.
Objev podobné jako Quantum Programming in Depth - Mariia Mykhailova
Programming in C - Stephen Kochan
Programming in C will teach you how to write programs in the C programming language. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java. This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction. All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference. “Absolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text....This is the book I used to learn C–it’s a great book.†–Vinit S. Carpenter, Learn C/C++ Today
Objev podobné jako Programming in C - Stephen Kochan
Scratch Programming in easy steps - McManus Sean
The Scratch programming language is widely used in schools and on the Raspberry Pi. Its drag-and-drop commands make it an ideal language for all ages to learn to program. And this popular book, Scratch Programming in easy steps, now fully updated for Scratch 3, is packed with ideas and games that illustrate what’s possible with Scratch.Scratch makes it easy to create your own games, animations, music, art or applications. It’s the perfect way to learn programming because it takes away a lot of the complexity. That means you can focus on having great ideas and bringing them to life. With Scratch Programming in easy steps, 2nd edition as your companion, you’ll learn how to: Build games that require skill, knowledge or quick fingersAdd musicCreate eye-catching visual effectsKeep scoreAvoid common pitfalls and learn how to fix bugsScratch Programming in easy steps, 2nd edition will help you to get creative and become a super Scratcher!
Objev podobné jako Scratch Programming in easy steps - McManus Sean
Fortran Programming in easy steps - Mike McGrath
Master the essentials of modern Fortran with Fortran Programming in easy steps. Written for all ages, and all skill levels, this guide will help you quickly set up your coding environment and start writing Fortran programs with the Fortran programming language and the modern Intel IFX Fortran compiler right away. Learn how to:Store information using data structures.Control program flow using control structures. Build re-usable blocks of code in program functions for efficiency. Utilize data abstraction for Object Oriented Programming (OOP). Implement parallel programming for faster, concurrent execution in your programs. Color-coded examples make learning even easier, and all source code is available to download free – so you can check your work as you go!This primer is your gateway to mastering high-performance computing for today’s needs. Stay ahead in your coding career!
Objev podobné jako Fortran Programming in easy steps - Mike McGrath
System Programming in Linux - Stewart Weiss
Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure of the Unix OS work. The author''s friendly, conversational style reflects his more than 40 years of experience teaching this material. Numerous diagrams included in each chapter illustrate and simplify key concepts, while hands-on projects help to cement lessons that build on one another through the book. Prior programming experience, preferably in C or C++, is helpful but not required. No knowledge of Linux or Unix is necessary, but readers will need access to a Linux system.Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure ... Unknown localization key: "more"
Objev podobné jako System Programming in Linux - Stewart Weiss
Assembly x64 Programming in easy steps - Mike McGrath
Assembly x64 Programming in easy steps shows how to write code to create your own computer programs. It contains separate chapters demonstrating how to store and manipulate data in 64-bit registers, how to control program flow, and how to create reusable blocks of code in program functions. It includes demonstrations of parallel processing with 128-bit Streaming SIMD Extensions (SSE) and 256-bit Advanced Vector Extensions (AVX).Assembly x64 Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in modern x64 Assembly language on Windows. The code in the listed steps within the book is color-coded, making it easier for beginners to grasp. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program is executed.Includes free, downloadable source code to get you started straightaway!The book’s examples are shown in Visual Studio 2019 and are not compatible with later versions.
Objev podobné jako Assembly x64 Programming in easy steps - Mike McGrath
Advanced Programming in the UNIX Environment - Stephen Rago, W. Stevens
Practical, in-depth knowledge of the system programming interfaces that drive the UNIX and Linux kernels Building on W. Rich Stevens’ pioneering work, this third edition of the classic was updated by Steve Rago, a colleague of Stevens, to reflect technical advances and best practices aligning with Version 4 of the Single UNIX Specification. This edition covers more than seventy interfaces including: POSIX asynchronous I/O Spin locks Barriers POSIX semaphores Steve carefully retains the spirit and approach that have made this book so valuable, starting with files, directories, and processes, carefully laying the groundwork for more advanced techniques, such as signal handling and terminal I/O. And he thoroughly covers threads and multithreaded programming, and socket-based IPC. Filled with examples, case-studies, and access to thousands of lines of downloadable code, Advanced Programming in the UNIX® Environment has helped generations of programmers write code with exceptional power, performance, and reliability.
Objev podobné jako Advanced Programming in the UNIX Environment - Stephen Rago, W. Stevens
A Comprehensive Guide to Coding and Programming in Stata - Rafael Gafoor
This book is an introductory guide to programming and coding in Stata. Commonly encountered code in the field of medical statistics as well as the analyses of observational data are presented.For those who are involved in the analyses of observational studies, the need to sometimes assemble large datasets will necessitate a detailed understanding of loops and macros. This book covers these materials early on and then describes other commonly required coding commands.For those who program in a controlled environment (.e.g. medical statisticians who perform analyses for regulatory bodies), the production of log files, a suggested folder structure and analysis pathway are covered. This book also includes a wide range of tabulation commands and other methods of producing tables of descriptive statistics. The text also then provides a clear explanation of how to perform some inferential analyses (including how to extract and format the coefficients for use in subsequent reports).The focus on coding allows beginners to grasp the basics of coding and programming, as well as allowing established researchers to hone their skills and become more advanced programmers.Key Features:Covers the fundamental of using and understanding Stata.Able to be used by anyone looking to learn the basics of coding.Introduces and explains difficult ... Unknown localization key: "more"
Objev podobné jako A Comprehensive Guide to Coding and Programming in Stata - Rafael Gafoor
Functional Design and Architecture - Alexander Granin
Design patterns and architectures for building production quality applications using functional programming, with examples in Haskell and other FP languages. In Functional Design and Architecture you will learn: Designing production applications in statically typed functional languages such as Haskell Controlling code complexity with functional interfaces Architectures, subsystems, and services for functional languages Developing concurrent frameworks and multithreaded applications Domain-driven design using free monads and other functional tools Property-based, integrational, functional, unit, and automatic whitebox testing Functional Design and Architecture is a pioneering guide to software engineering using Haskell and other functional languages. In it, you''ll discover Functional Declarative Design and other design principles perfect for working in Haskell, PureScript, F#, and Scala. about the technology Functional programming offers a powerful alternative to object-oriented programming that helps tackle the complexities of large-scale software. Entrenched design patterns and architectural principles made for OOP are poorly suited for creating large-scale functional applications. This book lays out new methodologies, principles, and architectures optimized for high-level software design using functional languages. about the book Functional Design and Architecture is a comprehensive guide to software engineering using functional programming. Inside, you''ll find cutting-edge functional design principles and practices for every stage of application development, from architecting ... Unknown localization key: "more"
Objev podobné jako Functional Design and Architecture - Alexander Granin
Programming - Bjarne Stroustrup
An Introduction to Programming by the Inventor of C++ Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated edition Assumes that your aim is to eventually write programs that are good enough for others to use and maintain Focuses on fundamental concepts and techniques, rather than on obscure language-technical details Is an introduction to programming in general, including procedural, object-oriented, and generic programming, rather than just an introduction to a programming language Covers both contemporary high-level techniques and the lower-level techniques needed for efficient use of hardware Will give you a solid foundation for writing useful, correct, type-safe, maintainable, and efficient code Is primarily designed for people who have never programmed before, but even seasoned programmers have found previous editions useful as an introduction to more effective concepts and techniques Covers a wide range of essential concepts, design and programming techniques, language features, and libraries Uses contemporary C++ (C++20 and C++23) Covers the design and use of both built-in ... Unknown localization key: "more"
Objev podobné jako Programming - Bjarne Stroustrup
Beginning Functional JavaScript - Anto Aravinth, Srikanth Machiraju
Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how ''Function as Data'' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to use a functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code.What You Will Learn Discover functional programming concepts such as string padding and async functionsIdentify how functions are treated in JavaScriptCreate a functional library that mimics Underscore.JSDeep dive into ... Unknown localization key: "more"
Objev podobné jako Beginning Functional JavaScript - Anto Aravinth, Srikanth Machiraju
Python Network Programming Cookbook - - Dr. M. O. Faruque Sarker, Pradeeban Kathiravelu
Discover practical solutions for a wide range of real-world network programming tasksAbout This Book• Solve real-world tasks in the area of network programming, system/networking administration, network monitoring, and more. • Familiarize yourself with the fundamentals and functionalities of SDN• Improve your skills to become the next-gen network engineer by learning the various facets of Python programmingWho This Book Is ForThis book is for network engineers, system/network administrators, network programmers, and even web application developers who want to solve everyday network-related problems. If you are a novice, you will develop an understanding of the concepts as you progress with this book. What You Will Learn• Develop TCP/IP networking client/server applications• Administer local machines' IPv4/IPv6 network interfaces• Write multi-purpose efficient web clients for HTTP and HTTPS protocols• Perform remote system administration tasks over Telnet and SSH connections• Interact with popular websites via web services such as XML-RPC, SOAP, and REST APIs• Monitor and analyze major common network security vulnerabilities• Develop Software-Defined Networks with Ryu, OpenDaylight, Floodlight, ONOS, and POX Controllers• Emulate simple and complex networks with Mininet and its extensions for network and systems emulations• Learn to configure and build network systems and Virtual Network Functions (VNF) in heterogeneous deployment environments• Explore ... Unknown localization key: "more"
Objev podobné jako Python Network Programming Cookbook - - Dr. M. O. Faruque Sarker, Pradeeban Kathiravelu
Learn AI-Assisted Python Programming, Second Edition - Daniel Zingaro, Leo Porter
See how an AI assistant can bring your ideas to life immediately! Once, to be a programmer you had to write every line of code yourself. Now tools like GitHub Copilot can instantly generate working programs based on your description in plain English. An instant bestseller, Learn AI-Assisted Python Programming has taught thousands of aspiring programmers how to write Python the easy way—with the help of AI. It''s perfect for beginners, or anyone who''s struggled with the steep learning curve of traditional programming. In Learn AI-Assisted Python Programming, Second Edition you''ll learn how to: Write fun and useful Python applications—no programming experience required! Use the GitHub Copilot AI coding assistant to create Python programs Write prompts that tell Copilot exactly what to do Read Python code and understand what it does Test your programs to make sure they work the way you want them to Fix code with prompt engineering or human tweaks Apply Python creatively to help out on the job AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. Written by two esteemed computer science university professors, it ... Unknown localization key: "more"
Objev podobné jako Learn AI-Assisted Python Programming, Second Edition - Daniel Zingaro, Leo Porter
Using Functional Analysis in Psychotherapy - Niklas Torneke
Filled with rich case examples, this book shows how psychotherapists from any orientation can use functional analysis (FA) to better understand their clients and specifically target the changes that clients seek. Extensive therapist–client dialogues illustrate ways to probe difficult emotions and explore the causes and consequences of behavior, with special attention to harnessing the power of metaphor. FA is a core component of such evidence-based treatments as dialectical behavior therapy, acceptance and commitment therapy, and behavioral activation, and is central to the growing movement toward process-based therapies in general. This is the English edition of Vägledning i klinisk funktionell analys, published in Swedish in 2023 and translated and revised by the author.
Objev podobné jako Using Functional Analysis in Psychotherapy - Niklas Torneke
Exam Ref 70-480 Programming in HTML5 with JavaScript and CSS3 (MCSD) - Rick Delorme
Prepare for Microsoft Exam 70-480—and help demonstrate your real-world mastery of programming with HTML5, JavaScript, and CSS3. Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level. Focus on the expertise measured by these objectives: Implement and manipulate document structures and objects Implement program flow Access and secure data Use CSS3 in applications This Microsoft Exam Ref: Organizes its coverage by exam objectives. Features strategic, what-if scenarios to challenge you.
Objev podobné jako Exam Ref 70-480 Programming in HTML5 with JavaScript and CSS3 (MCSD) - Rick Delorme
Artificial Intelligence Programming with Python - Perry Xiao
A hands-on roadmap to using Python for artificial intelligence programming In Practical Artificial Intelligence Programming with Python: From Zero to Hero, veteran educator and photophysicist Dr. Perry Xiao delivers a thorough introduction to one of the most exciting areas of computer science in modern history. The book demystifies artificial intelligence and teaches readers its fundamentals from scratch in simple and plain language and with illustrative code examples. Divided into three parts, the author explains artificial intelligence generally, machine learning, and deep learning. It tackles a wide variety of useful topics, from classification and regression in machine learning to generative adversarial networks. He also includes: Fulsome introductions to MATLAB, Python, AI, machine learning, and deep learningExpansive discussions on supervised and unsupervised machine learning, as well as semi-supervised learningPractical AI and Python “cheat sheet†quick referencesThis hands-on AI programming guide is perfect for anyone with a basic knowledge of programming—including familiarity with variables, arrays, loops, if-else statements, and file input and output—who seeks to understand foundational concepts in AI and AI development.
Objev podobné jako Artificial Intelligence Programming with Python - Perry Xiao
Ivan Ramen - Ivan Orkin
In 2007, Ivan Orkin, a middle-aged Jewish guy from Long Island, did something crazy. In the food-zealous, insular megalopolis of Tokyo, Ivan opened a ramen shop. He was a gaijin (foreigner), trying to make his name in a place that is fiercely opinionated about ramen. At first, customers came because they were curious, but word spread quickly about Ivan’s handmade noodles, clean and complex broth, and thoughtfully prepared toppings. Soon enough, Ivan became a celebrity – a fixture of Japanese TV programmes and the face of his own best-selling brand of instant ramen. Ivan opened a second location in Tokyo and has returned to New York City to open two US branches.Ivan Ramen is essentially two books in one: a memoir and a cookbook. In these pages, Ivan tells the story of his ascent from wayward youth to a star of the Tokyo restaurant scene. He also shares more than forty recipes, including the complete, detailed recipe for his signature Shio Ramen; creative ways to use extra ramen components; and some of his most popular ramen variations. Written with equal parts candour, humour, gratitude and irreverence, Ivan Ramen is the only English-language book that offers a look inside the cultish ... Unknown localization key: "more"
Objev podobné jako Ivan Ramen - Ivan Orkin
9 Lessons in Brexit - Ivan Rogers
Three years after Britain voted to leave the European Union, the political debate over Brexit seems as intense and as complicated as ever. Who and what can we trust? And how on earth do we make sense of it all?Ivan Rogers, the UK''s former ambassador to the EU, is uniquely placed to tell some home truths about the failure of the British political class and the flaws, dishonesty and confusion inherent in the UK''s approach to Brexit so far.In this short, elegant essay, Rogers draws up nine lessons that we, as a soon-to-be ''third country'', need to learn from the last few years, if the next few years - indeed the next decade - are not to be even more painful.
Objev podobné jako 9 Lessons in Brexit - Ivan Rogers
Ultimate Data Science Programming in Python - Saurabh Chandrakar
In today''s data-driven world, the ability to extract meaningful insights from vast datasets is crucial for success in various fields. This ultimate book for mastering open-source libraries of data science in Python equips you with the essential tools and techniques to navigate the ever-evolving field of data analysis and visualization. Discover how to use Python libraries like NumPy, Pandas, and Matplotlib for data manipulation, analysis, and visualization. This book also covers scientific computing with SciPy and integrates ChatGPT to boost your data science workflow. Designed for data scientists, analysts, and beginners, it offers a practical, hands-on approach to mastering data science fundamentals. With real-world applications and exercises, you will turn raw data into actionable insights, gaining a competitive edge. This book covers everything you need, including open-source libraries, Visual Explorer tools, and ChatGPT, making it a one-stop resource for Python-based data science.
Objev podobné jako Ultimate Data Science Programming in Python - Saurabh Chandrakar
Eastman Ivan Dunov Prelude Violin 4/4 (VL170SBC )
Housle Eastman Ivan Dunov Prelude 4/4 jsou studentský model určený začínajícím houslistům a žákům hudebních škol. Nabízejí kvalitní zvuk a ručně zpracované materiály za dostupnou cenu. Kombinace dobrých herních vlastností, konstrukční bytelnosti a vizuální krásy z nich činí žádaný nástroj v kategorii studentských houslí.
- Kvalitní zvuk za dostupnou cenu
- Ručně zpracované materiály
- Vizuální krása a konstrukční bytelnost
- Vynikající herní vlastnosti pro začátečníky
Objev podobné jako Eastman Ivan Dunov Prelude Violin 4/4 (VL170SBC )
Češi v Americe - Czechs in America - Ivan Dubovický
Publikace přináší základní přehled česko-amerických vztahů od počátků v 16. století až po dnešek. Zvláštní pozornost je věnována historii českého masového přistěhovalectví do USA, rozvoji české komunity na půdě Spojených států a významu, jaký američtí Češi sehráli ve vztazích obou zemí, a to zejména v kritických obdobích českých dějin. Publikace je bohatě ilustrována materiály z domácích i zahraničních pramenů, je doplněna statistikami o českém vystěhovalectví a přehledem o vzájemném diplomatickém zastoupení. Je určena širšímu okruhu čtenářů. The book presents an overview of Czech-American relations from the 16th century up to now. A special attention is given to the history of Czech mass immigration to the US, to formation of the Czech community in the US and to significant role that American Czechs played in Czech-American relations, especially in the critical moments of Czech history. Publication is richly illustrated using both Czech and foreign sources, also contains statistics on Czech immigration and a survey of Czechoslovak (Czech) - US diplomatic representatives. It is intended for wider circle of readers.
Objev podobné jako Češi v Americe - Czechs in America - Ivan Dubovický
Introducing Game Theory - Ivan Pastine, Tuvana Pastine
When should you adopt an aggressive business strategy? How do we make decisions when we don’t have all the information? What makes international environmental cooperation possible? Game theory is the study of how we make a decision when the outcome of our moves depends on the decisions of someone else. Economists Ivan and Tuvana Pastine explain why, in these situations, we sometimes cooperate, sometimes clash, and sometimes act in a way that seems completely random. Stylishly brought to life by award-winning cartoonist Tom Humberstone, Game Theory will help readers understand behaviour in everything from our social lives to business, global politics to evolutionary biology. It provides a thrilling new perspective on the world we live in. Dr Ivan and Dr Tuvana Pastine are American and Turkish university lecturers working in Ireland. They specialize in applications of game theory and have published jointly and separately on a wide variety of fields, analyzing coordinating advertising and price dynamics, political campaign financing, affirmative action in education, sovereign default, speculative attacks, labour migration and international trade. Tom Humberstone is a comics artist and illustrator. He is the editor and publisher of UK comics anthology Solipsistic Pop and former cartoonist for New Statesman. His illustration ... Unknown localization key: "more"
Objev podobné jako Introducing Game Theory - Ivan Pastine, Tuvana Pastine
Networking in English: Book with Audio CD - Pete Sharma
The latest addition to the Macmillan Business Skills series, Networking in English is for anyone who finds it hard to find the right words when communicating informally in the workplace. Popis:Description: The latest addition to the Macmillan Business Skills series, Networking in English is for anyone who finds it hard to find the right words when communicating informally in the workplace. It is a practical, engaging and easyto-use book that will build confidence in a difficult area. Networking in English focuses on the factors that make a good socialiser/communicator: using appropriate functional expressions in common social situations; having effective conversations which build rapport and mutual understanding; considering social etiquette and being sensitive when communicating with different cultures. The authors have considerable experience of teaching communication skills and cultural awareness, and are therefore perfectly placed to guide students in the art of networking in a language which is not their own. Suitable for the classroom or for self-study.Key features* All language is contextualised by the six characters that appear throughout the book and provide a range of voices and personality types* Speakers are both native and non-native to familiarise students with the global corporate market* Cultural and networking tips provide extra ... Unknown localization key: "more"
Objev podobné jako Networking in English: Book with Audio CD - Pete Sharma
SLV BIG WHITE INDA, nástěnné a stropní svítidlo, bodové svítidlo, QPAR51, černé matné, max. 50 W 147550
Svítidlo BIG WHITE INDA je nástěnné a stropní bodové osvětlení v černém matném provedení. Nabízí otočnou a výkyvnou konstrukci pro přesné nasměrování světla a je určeno pro interiéry s krytím IP20. Patice GU10 podporuje LED i halogenové žárovky s maximálním výkonem 50 W.
- Otočná a výkyvná konstrukce pro flexibilní směrování světla
- Vysoký index podání barev Ra ≥ 90 pro věrné zobrazení
- Kvalitní hliníkové provedení s černou matnou povrchovou úpravou
- Univerzální montáž na strop i na stěnu
Objev podobné jako SLV BIG WHITE INDA, nástěnné a stropní svítidlo, bodové svítidlo, QPAR51, černé matné, max. 50 W 147550
LED2 6093501 MAG IN CORNER-H, W DALI bílá
LED2 6093501 MAG IN CORNER-H, W DALI je rohový spojovací modul pro magnetický kolejnicový systém MAG TRACK. Umožňuje vytvářet pravoúhlá napojení kolejnic pro osvětlení v rozích prostor. Modul je stmívatelný přes DALI systém, má napájení 48V DC a je určen výhradně pro vnitřní použití.
- Magnetický systém pro rychlou a snadnou montáž bez nástrojů
- Plně stmívatelný přes DALI systém pro inteligentní řízení osvětlení
- Kvalitní hliníková konstrukce zajišťující dlouhou životnost a odolnost
- Univerzální bílá barva pro elegantní integraci do moderních interiérů
Objev podobné jako LED2 6093501 MAG IN CORNER-H, W DALI bílá
Spark in Action, Second Edition - Jean-Georges Perrin
The Spark distributed data processing platform provides an easy-to-implement tool for ingesting, streaming, and processing data from any source. In Spark in Action, Second Edition, you’ll learn to take advantage of Spark’s core features and incredible processing speed, with applications including real-time computation, delayed evaluation, and machine learning. Unlike many Spark books written for data scientists, Spark in Action, Second Edition is designed for data engineers and software engineers who want to master data processing using Spark without having to learn a complex new ecosystem of languages and tools. You’ll instead learn to apply your existing Java and SQL skills to take on practical, real-world challenges. Key Features · Lots of examples based in the Spark Java APIs using real-life dataset and scenarios · Examples based on Spark v2.3 Ingestion through files, databases, and streaming · Building custom ingestion process · Querying distributed datasets with Spark SQL For beginning to intermediate developers and data engineers comfortable programming in Java. No experience with functional programming, Scala, Spark, Hadoop, or big data is required. About the technology Spark is a powerful general-purpose analytics engine that can handle massive amounts of data distributed across clusters with thousands of servers. Optimized to run in ... Unknown localization key: "more"
Objev podobné jako Spark in Action, Second Edition - Jean-Georges Perrin
C How to Program: With Case Studies in Applications and SystemsProgramming, Global Edition - Harvey Deitel, Paul Deitel
This print textbook is available for students to rent for their classes. The Pearson print rental program provides students with affordable access to learning materials, so they come to class ready to succeed. For courses in computer programming . A user-friendly, code-intensive introduction to C programming with case studies introducing applications and system programming C How to Program is a comprehensive introduction to programming in C. Like other texts of the Deitels’ How to Program series, the book’s modular presentation serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The signature Deitel live-code approach presents concepts in the context of 142 full-working programs rather than incomplete snips of code. This gives students a chance to run each program as they study it and see how their learning applies to real-world programming scenarios Current standards, contemporary practice, and hands-on learning opportunities are integrated throughout the 9th Edition. Over 340 new integrated Self-Check exercises with answers allow students to test their understanding of important concepts — and check their code — as they read. New and enhanced case studies ... Unknown localization key: "more"
Objev podobné jako C How to Program: With Case Studies in Applications and SystemsProgramming, Global Edition - Harvey Deitel, Paul Deitel
Haskell in Depth - Vitaly Bragilevsky
Turn the corner from “Haskell student†to “Haskell developer.†Haskell in Depth explores the important language features and programming skills you’ll need to build production-quality software using Haskell. And along the way, you’ll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep! Haskell in Depth is the perfect second book on Haskell. After a quick refresher on Haskell basics, this hands-on guide dives into examples and application scenarios designed to teach how Haskell works and how to apply it correctly. You’ll learn about managing projects with Cabal and Stack, tackle error-handling and testing, and package programs and libraries for production deployment. Key Features · Organizing your projects with Cabal and Stack · Testing and profiling · Working with data · Building web services and networking apps · Using the sophisticated libraries like lens, vinyl, and servant Written for developers familiar with Haskell basics. About the technology As software becomes more complex, it’s essential to program efficiently using tools and techniques that guarantee your applications will run correctly, grow easily, and last a long time. Haskell is a functional programming language that blends a mathematically-rigorous approach to software design with ... Unknown localization key: "more"
Objev podobné jako Haskell in Depth - Vitaly Bragilevsky
Victoria's Secret So In Love parfémovaná voda pro ženy 50 ml
Victoria's Secret So In Love je dámská parfémovaná voda s květinovou kompozicí představená v roce 2005. Vůně kombinuje růži, jasmín, pivoňku, frézii a pižmo s cedrovým dřevem. Prodává se v elegantním světle růžovém flakonu o objemu 50 ml.
- Květinová vonná kompozice vhodná na každodenní nošení
- Elegantní světle růžový flakon s romantickým designem
- Komplexní vůně s růží, jasmínem, pivoňkou a pižmem
- Univerzální vůně představená již v roce 2005
Objev podobné jako Victoria's Secret So In Love parfémovaná voda pro ženy 50 ml
iSaprio Morning in a City pro Samsung Galaxy M53 5G (mor-TPU3-M53_5G)
Ochranný zadní kryt iSaprio Morning in a City pro Samsung Galaxy M53 5G je vyroben z měkkého TPU materiálu. Kryt má přesné otvory pro všechny ovládací prvky a konektory telefonu. Poskytuje odolnost proti nárazům a má protiskluzový povrch.
- Měkký TPU materiál pro snadné nasazení
- Přesné výřezy pro všechny konektory a tlačítka
- Protiskluzový povrch pro bezpečné držení
- Pružná konstrukce chránící telefon před nárazy
Objev podobné jako iSaprio Morning in a City pro Samsung Galaxy M53 5G (mor-TPU3-M53_5G)
Rommelsbacher CT3405/IN (CT 3405/IN)
Indukční vařič Rommelsbacher CT3405/IN je sklokeramický přístroj se dvěma varnými zónami o průměru 120–230 mm. Disponuje výkonem 3400 W, 10 úrovněmi výkonu a teplotním režimem 60–240 °C. Je vhodný pro všechny varné nádoby s železným dnem a nabízí elektronické dotykové ovládání.
- Rychlé nahřátí díky prémiové indukční technologii
- Přesná regulace teploty s 10 úrovněmi výkonu a režimem 60–240 °C
- Bezpečné použití s indikátorem zbytkového tepla na obou zónách
- Moderní dotykové ovládání s přehledným LED displejem
Objev podobné jako Rommelsbacher CT3405/IN (CT 3405/IN)
Phoenix in Action_p1 - Geoffrey Lessel
Description Phoenix is a modern web framework built for the Elixir programming language. Elegant, fault-tolerant, and performant, Phoenix is as easy to use as Rails and as rock-solid as Elixir’s Erlang-based foundation. Phoenix in Action builds on your existing web dev skills, teaching you the unique benefits of Phoenix along with just enough Elixir to get the job done. Phoenix in Action is an example-based tutorial that teaches you how to use the Phoenix framework to build production-quality web apps. Following a running example of an online auction site, you’ll design and build everything from the core components that drive the app to the real-time user interactions where Phoenix really shines. You’ll handle business logic, database interactions, and app designs that take advantage of functional programming as you discover a better way to develop web applications. Key features · Use channels for real-time communication · Learn database interactions with Ecto · Hands-on examples · Step-by-step instructions · Jargon-free Audience Written for web developers familiar with a framework like Rails or ASP.NET. No experience of Elixir or Phoenix required. About the technology Phoenix is a web framework for the Elixir language. Phoenix applications are blazingly fast, and as a developer you’ll ... Unknown localization key: "more"
Objev podobné jako Phoenix in Action_p1 - Geoffrey Lessel
Habánské sklepy Veltlínské zelené bag in box 3L
Toto vynikající Veltlínské se vyznačuje svěží ovocnou vůní s decentními tóny mandlí. Bag-in-boxy z Habánských sklepů nabízejí stejné víno jako v lahvích v ideálním balení. Chrání víno před světlem a vytváří nižší uhlíkovou stopu.
- Svěží ovocná vůně
- Decentní tóny mandlí
- Vyvážená chuť s příjemnou kyselinkou
Objev podobné jako Habánské sklepy Veltlínské zelené bag in box 3L
Habánské sklepy Chardonnay bag in box 3L
Toto Chardonnay z Habánských sklepů je charakteristické svou vůní s tóny oříšků a citrusových plodů. Bag-in-boxy nabízejí stejné víno jako v lahvi, ale v ideálním balení pro setkání nebo večeři. Toto balení chrání víno před světlem a vytváří nižší uhlíkovou stopu.
- Plná a jemně kořenitá chuť
- Vůně s tóny oříšků a citrusových plodů
- Ideální balení pro setkání nebo večeři s rodinou a přáteli
Objev podobné jako Habánské sklepy Chardonnay bag in box 3L
STABILO 880-10-1-20 ARTY Pastelka, vodovka & voskovka v jednom woody 3 in 1 10 ks pouzdro s ořezávátkem
Sada 10 barevných pastelek STABILO woody 3 in 1 kombinuje funkce pastelky, vodovky a voskovky v jedné tuze. Ergonomicky tvarované pastelky s nelámavými XXL tuhami jsou vhodné pro děti od 5 let. Součástí balení je pouzdro s ořezávátkem.
- 3 funkce v jedné tuze: pastelka, vodovka a voskovka
- Ergonomický tvar přizpůsobený dětské ruce
- Odolné nelámavé XXL tuhy
- Pouzdro s praktickým ořezávátkem
Objev podobné jako STABILO 880-10-1-20 ARTY Pastelka, vodovka & voskovka v jednom woody 3 in 1 10 ks pouzdro s ořezávátkem
Spokey Pumptrack Juniorská cyklistická BMX přilba IN-MOLD, 48 - 54 cm, modrá
Juniorská cyklistická přilba Spokey Pumptrack je určena pro děti od 3 let. Splňuje bezpečnostní normy a je vhodná pro jízdu na kole, BMX, skateboardu, koloběžce nebo kolečkových bruslích. Disponuje In-Mold konstrukcí, EPS pěnou a ochranou zadní části hlavy.
- In-Mold konstrukce pro lepší absorbci nárazu
- Lehká váha (cca 300 g) nezatěžuje krk dítěte
- Regulovatelné zapínání Head Lock pro dokonalé přilnutí
- Provětrávací otvory se síťkou proti hmyzu
Objev podobné jako Spokey Pumptrack Juniorská cyklistická BMX přilba IN-MOLD, 48 - 54 cm, modrá
KikkaBoo Dětská deka Super Soft 80 x 110 cm Rabbits in Love
Dětská deka KikkaBoo Rabbits in Love o rozměrech 80 x 110 cm je vyrobena z 100% polyesteru. Je určena pro miminka od narození a lze ji použít do postýlky, košíku nebo kočárku. Deka je dodávána v dárkovém balení.
- Prémiový fleecový materiál pro maximální hebkost
- Vhodná od narození do postýlky, košíku i kočárku
- Dodávána v dárkovém boxu - ideální jako dárek
- Příjemný a uklidňující povrch pro miminka
Objev podobné jako KikkaBoo Dětská deka Super Soft 80 x 110 cm Rabbits in Love
Spokey Cherub Dětská cyklistická přilba In-Mold, 48-52 cm, černo-červená
Dětská cyklistická přilba Spokey Cherub In-Mold je určena pro děti od 3 let. Využít ji lze při jízdě na kole, bruslích, skateboardu nebo koloběžce. Přilba má 13 provětrávacích otvorů, vnitřní vrstvu z EPS pěny a rychlé zapínání.
- Minimální hmotnost 155 g nezatěžuje hlavu a krk
- Rychlé a regulovatelné zapínání Head Lock přizpůsobí velikost
- 13 provětrávacích otvorů zajišťuje komfort při nošení
- Certifikát CE a splnění bezpečnostní normy EN1078
Objev podobné jako Spokey Cherub Dětská cyklistická přilba In-Mold, 48-52 cm, černo-červená
Disney Lorcana TCG: Into the Inklands - Starter Deck Ruby & Sapphir
Startovací balíček pro sběratelskou karetní hru Disney Lorcana ze sady Into the Inklands. Obsahuje předpřipravený balíček 60 karet ve dvou inkoustových barvách, herní žetony, podložku a pravidla. Součástí jsou 2 prémiové fóliové karty a bonusový booster pack s 12 náhodnými kartami.
- Předpřipravený balíček 60 karet pro okamžitý start hry
- Obsahuje 2 prémiové fóliové karty a bonusový booster pack
- Vhodné pro děti od 8 let s jasnými pravidly
- Kombinace dvou herních stylů (Ruby a Sapphir inkousty)
Objev podobné jako Disney Lorcana TCG: Into the Inklands - Starter Deck Ruby & Sapphir
Babybugz Dětský overal All-in-One - Námořní modrá | 12-18 měsíců
Dětský overal All-in-One v námořní modré barvě od značky Babybugz je určen pro děti ve věku 12-18 měsíců. Produkt je dostupný k odeslání do 5 pracovních dnů. Jedná se o praktický jednodílný oděv pro každodenní použití.
- Rychlé dodání do 5 pracovních dnů
- Univerzální střih pro snadné oblékání
- Praktický overal pro každodenní nošení
- Kvalitní materiál od značky Babybugz
Objev podobné jako Babybugz Dětský overal All-in-One - Námořní modrá | 12-18 měsíců
DEANTE/S Kout walk-in (dvě pevné stěny: 90/40) KTS_N39P+KTS_N84P KERRIA/0745
Walk-in sprchový kout kombinuje dvě pevné stěny o výšce 2000 mm z tvrzeného skla. Konstrukce má nastavitelné profily a hydrofobní povlak usnadňující údržbu. Montáž je možná univerzálně na dlažbu nebo sprchovou vaničku.
- Transparentní tvrzené sklo 6 mm opticky zvětšuje prostor
- Hydrofobní povlak Active Cover usnadňuje čištění a odpuzuje vodu
- Univerzální montáž na pravou/levou stranu přímo na dlažbu nebo vaničku
- Nastavitelné profily a stabilizační vzpěry pro pevnou konstrukci
Objev podobné jako DEANTE/S Kout walk-in (dvě pevné stěny: 90/40) KTS_N39P+KTS_N84P KERRIA/0745
4Home Přehoz na postel Roses in blue, 220 x 240 cm + 2x 40 x 40 cm
Přehoz na postel Roses in blue od značky 4Home má rozměry 220 x 240 cm a je doplněn dvěma povlaky na polštáře 40 x 40 cm. Je vyroben ze 100% polyesteru, což zajišťuje lehkost a snadnou údržbu praním na 40 °C. Design s modrými růžemi a šedým listovým vzorem vytváří klidný a harmonický vzhled vhodný pro moderní i klasické interiéry.
- Výrazný květinový motiv v moderních modrošedých tónech
- Praktická ochrana lůžkovin a dekorativní efekt v jednom
- Snadná manipulace a údržba díky polyesterovému materiálu
- Sada obsahuje dva povlaky na polštáře ve stejném designu
Objev podobné jako 4Home Přehoz na postel Roses in blue, 220 x 240 cm + 2x 40 x 40 cm
4Home Bavlněné povlečení In Space, 140 x 200 cm, 70 x 90 cm
Povlečení In Space od 4Home má vesmírný motiv vhodný pro dětské a studentské pokoje. Sada obsahuje povlak na přikrývku 140x200 cm a povlak na polštář 70x90 cm. Výrobek je z 100% bavlny, má zipové zapínání a je vhodný do sušičky.
- Oboustranný vesmírný motiv pro variabilitu vzhledu
- 100% bavlna s certifikací OEKO-TEX Standard 100
- Praktické zipové zapínání a možnost sušení v sušičce
Objev podobné jako 4Home Bavlněné povlečení In Space, 140 x 200 cm, 70 x 90 cm
AYLLA INCA W Dámská barefoot obuv, růžová, velikost
Model INCA W je první botou značky Aylla. Jedná se o celokoženou dámskou barefoot obuv navrženou pro jarní a podzimní měsíce. Boty jsou přizpůsobeny tvaru ženského chodidla a nabízejí minimalistický design s důrazem na pohodlí.
- Celokožený materiál pro prodyšnost a odolnost
- Minimalistický design s maximalistickým pohodlím
- Tvar přizpůsobený anatomii ženského chodidla
- Vhodné pro celodenní nošení v jarním a podzimním období
Objev podobné jako AYLLA INCA W Dámská barefoot obuv, růžová, velikost