0326~0327_薰衣草森林
0327_3月選書

英文書 > 全部商品

Analytics Engineering with SQL and Dbt

Rui,Machado  著
Ingram 出版
2023/12/08 出版

With the shift from data warehouses to data lakes, data now lands in repositories before it's been transformed, enabling engineers to model raw data into clean, well-defined datasets. dbt (data build tool) helps you take data further. This practical book shows data analysts, data engineers, BI developers, and data scientists how to create a true self-service transformation platform through the use of dynamic SQL. Authors Rui Machado from Monstarlab and H矇lder Russa from Jumia show you how to quickly deliver new data products by focusing more on value delivery and less on architectural and engineering aspects. If you know your business well and have the technical skills to model raw data into clean, well-defined datasets, you'll learn how to design and deliver data models without any technical influence. With this book, you'll learn: What dbt is and how a dbt project is structured How dbt fits into the data engineering and analytics worlds How to collaborate on building data models The main tools and architectures for building useful, functional data models How to fit dbt into data warehousing and laking architecture How to build tests for data transformations

9 特價2257
立即代訂
下次再買

Apps and Services with .NET 8 - Second Edition

Mark J,Price  著
Packt 出版
2023/12/08 出版

Bestselling author Mark Price is back to guide you through the latest and most common technologies a .NET developer should know: Blazor Full Stack, ASP.NET Core MVC, ASP.NET Core Minimal APIs, .NET MAUI, gRPC, GraphQL, SQL Server, Cosmos DB, SignalR, Azure Functions, and more!Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesUse specialized libraries to improve all aspects of your apps, including performance, security, and localizationHarness the full potential of .NET using cloud-native data stores like Cosmos DB, and unlock scalability, performance, and resilience in your service implementationsUnleash the capabilities of Blazor Full Stack and.NET MAUI to develop stunning, truly cross-platform apps for web and mobileBook DescriptionElevate your practical C# and .NET skills to the next level with this new edition of Apps and Services with .NET 8.With chapters that put a variety of technologies into practice, including Web API, gRPC, GraphQL, and SignalR, this book will give you a broader scope of knowledge than other books that often focus on only a handful of .NET technologies. You'll dive into the new unified model for Blazor Full Stack and leverage .NET MAUI to develop mobile and desktop apps.This new edition introduces the latest enhancements, including the seamless implementation of web services with ADO.NET SqlClient's native Ahead-of-Time (AOT) support. Popular library coverage now includes Humanizer and Noda Time. There's also a brand-new chapter that delves into service architecture, caching, queuing, and robust background services.By the end of this book, you'll have a wide range of best practices and deep insights under your belt to help you build rich apps and efficient services.What you will learnFamiliarize yourself with a variety of technologies to implement services, such as gRPC and GraphQLStore and manage data locally and cloud-natively with SQL Server and Cosmos DBUse ADO.NET SqlClient to implement web services with native AOT publish supportLeverage Dapper for improved performance over EF CoreImplement popular third-party libraries such as Serilog, FluentValidation, Humanizer, and Noda TimeExplore the new unified hosting model of Blazor Full StackWho this book is forThis book is for .NET developers interested in exploring more specialized libraries and implementation fundamentals behind building services and apps.You'll need to know your way around .NET and C# quite well before you can dive in, so if you want to work your way up to this book, you can pick up Mark's other .NET book, C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals, first.Table of ContentsIntroducing Apps and Services with .NETManaging Relational Data Using SQL ServerBuilding Entity Models for SQL Server Using EF CoreManaging NoSQL Data Using Azure Cosmos DBMultitasking and ConcurrencyUsing Popular Third-Party LibrariesHandling Dates, Times, and InternationalizationBuilding and Securing Web Services Using Minimal APIsCaching, Queuing, and Resilient Background ServicesBuilding Serverless Nanoservices Using Azure FunctionsBroadcasting Real-Time Communication Using SignalRCombining Data Sources Using GraphQLBuilding Efficient Microservices Using gRPCBuilding Web User Interfaces Using ASP.NET CoreBuilding Web Components Using BlazorBuilding Mobile and Desktop Apps Using .NET MAUI

9 特價2294
立即代訂
下次再買

Python Graphics

Apress 出版
2023/12/07 出版

This book shows how to use Python's built-in graphics primitives - points, lines, and arrows - to create complex graphics for the visualization of two- and three-dimensional objects, data sets, and technical illustrations. This updated edition provides more detailed explanations where required, especially regarding Python code, and explores scientific applications to topics of contemporary importance. You'll learn how to create any 2D or 3D object or illustration, as well as how to display images, use color, translate, rotate, shade, add shadows that are cast on other objects, remove hidden lines, plot 2D and 3D data, fit lines and curves to data sets, display points of intersection between 2D and 3D objects, and create digital art. Demonstrations are included which illustrate graphics programming techniques by example, the best way to learn a language. Also brand new to this edition are demonstrations on how to visualize electron probability clouds around a nucleus, climate change, ecological diversity, population dynamics, and resource management. Python source code, including detailed explanations, is included for all applications, making the book more accessible to novice Python programmers. After completing this book, you will be able to create compelling graphic images without being limited to functions available in existing Python libraries. What You Will Learn Create 2D and 3D graphic imagesAdd text and symbols to imagesShade 3D objectsDisplay cast shadowsUse color for maximum effectView 2D and 3D data setsFit lines and curves to data sets Who This Book Is For Python developers, scientists, engineers, and students who use Python to produce technical illustrations and display and analyze data sets. Assumes familiarity with vectors, matrices, geometry and trigonometry.

9 特價1881
立即代訂
下次再買

Python GUI with PyQt

Ingram 出版
2023/12/07 出版

Master the art of GUI development in Python with this comprehensive guidePython GUI with PyQt is an invaluable guide for both novice and experienced programmers who want to master the art of creating visually appealing and interactive graphical user interfaces (GUIs) for Python applications using the PyQt5 library and the Qt Designer visual layout tool. It covers all the essential concepts of PyQt5 GUI programming in a comprehensive and beginner-friendly manner.The book starts with the basics of GUI programming, such as creating windows, using layout managers, and managing signals and events. It then covers more advanced topics, such as creating dialog and message boxes, using container, input, item views, and display widgets. Then it teaches you to connect signals to slots, the cornerstone of event-driven programming, and discover how to utilize Qt Designer, a visual GUI design tool, to streamline the development process. As you progress, delve into the realm of containers, learning to organize and manage widgets with finesse. Explore the vast array of input widgets, enabling users to seamlessly provide data. You finally conclude your journey by mastering the art of display widgets, empowering you to present information with clarity and elegance. The book is also highly interactive, with practical examples and exercises at the end of each chapter. These help you solidify your understanding of the concepts and gain practical experience in PyQt5 GUI programming.WHAT YOU WILL LEARN● Practice your code in various IDEs, such as VS Code and Jupyter Notebook.● Write comments against your code to make it more readable and maintainable.● Discover different types of widgets available in Qt Designer, such as buttons, labels, text boxes, check boxes, radio buttons, drop-down menus, item views, and container widgets. ● Explore the different layout management options available in PyQt5, such as vertical, horizontal, form, and grid layouts.● Learn about the unique signals and slots mechanism in PyQt5 for handling events.WHO THIS BOOK IS FORThis book is for students of all levels, whether you're a novice programmer seeking to build your first GUI application or an experienced developer seeking to expand your skillset. From middle school to postgraduate, in any branch of engineering, science, or programming, this book will serve as your indispensable companion in elevating your Python programming prowess.

9 特價1833
立即代訂
下次再買

ASP.NET 8 Best Practices

Packt 出版
2023/12/03 出版

Explore techniques, patterns, and practices to develop effective large-scale .NET web apps Key Features: Get to grips with standard guidelines for every phase of the SDLC, encompassing pre-coding, coding, and post-coding stagesBuild high-quality software by employing industry best practices throughout the development processApply proven techniques to improve your coding, debugging, and deployment processes for websitesPurchase of the print or Kindle book includes a free PDF eBookBook Description: As .NET 8 emerges as a long-term support (LTS) release designed to assist developers in migrating legacy applications to ASP.NET, this best practices book becomes your go-to guide for exploring the intricacies of ASP.NET and advancing your skills as a software engineer, full-stack developer, or web architect.This book will lead you through project structure and layout, setting up robust source control, and employing pipelines for automated project building. You'll focus on ASP.NET components and gain insights into their commonalities. As you advance, you'll cover middleware best practices, learning how to handle frontend tasks involving JavaScript, CSS, and image files. You'll examine the best approach for working with Blazor applications and familiarize yourself with controllers and Razor Pages. Additionally, you'll discover how to leverage Entity Framework Core and exception handling in your application. In the later chapters, you'll master components that enhance project organization, extensibility, security, and performance.By the end of this book, you'll have acquired a comprehensive understanding of industry-proven concepts and best practices to build real-world ASP.NET 8.0 websites confidently.What You Will Learn: Explore the common IDE tools used in the industryIdentify the best approach for organizing source control, projects, and middlewareUncover and address top web security threats, implementing effective strategies to protect your codeOptimize Entity Framework for faster query performance using best practicesAutomate software through continuous integration/continuous deploymentGain a solid understanding of the .NET Core coding fundamentals for building websitesHarness HtmlHelpers, TagHelpers, ViewComponents, and Blazor for component-based developmentWho this book is for: This book is for developers who have working knowledge of ASP.NET and want to advance in their careers by learning best practices followed in developer communities or corporate environments. Beginners can use this book as a springboard for integrating best practices into their learning journey, and as a reference to gain clarity on advanced ASP.NET topics at a later time.

9 特價1835
立即代訂
下次再買

Building End-To-End Apps with C# 11 and .Net 7

Arun,Gupta  著
Ingram 出版
2023/11/30 出版

Learn how to use C# 11 to build apps for any platform, from the ground upC# 11 is the latest version of C#, a popular programming language for building cloud, web, and desktop applications. It is a powerful and versatile language that can create a wide range of applications, from simple command-line tools to complex enterprise systems.This book teaches you how to use C# 11, the latest version of C#, to build real-world applications. It introduces the new language features in C# 11, such as global using directives, file-scoped namespaces, and top-level statements. Then, it shows you how to use these features to write code that is more concise and expressive. Next, the book teaches you how to build various applications using C# 11, including web apps, mobile apps, desktop apps, and machine learning models. You'll learn to use ASP.NET Core, gRPC, Blazor, Angular, WPF, WinUI 3, .NET MAUI, and ML.NET. Throughout the book, you'll also learn the best practices for writing clean, efficient, and maintainable codes.By the end of the book, you will have a deep understanding of C# 11 and how to use it to build a wide range of cloud, web, and desktop applications.WHAT YOU WILL LEARN● Get an overview of the new language enhancements in C# 11.● Create simple applications from start to finish using a built-in project template step-by-step.● Learn related concepts, and be aware of the nuances, pitfalls, and workarounds while creating each application.● Reflect on the testing and deployment strategies for each application type.● Challenge yourself to think deeper and learn more with end-of-chapter exercises.WHO THIS BOOK IS FORThis book is for experienced C# programmers who want to learn about the latest enhancements to the language, project types, tools, technologies, and design approaches. The book assumes readers are familiar with C# and can build applications using the .NET Platform in Visual Studio.

9 特價1833
立即代訂
下次再買

Learn Java with Projects

Packt 出版
2023/11/29 出版

Refine your Java skills by seamlessly blending foundational core concepts with hands-on coding applications Key Features: - Gain a deep understanding of essential topics that will help you progress with Java- Learn by working on mini-projects to help reinforce the concepts you've learned- Gain comprehensive knowledge of the core concepts of Java- Purchase of the print or Kindle book includes a free PDF eBookBook Description: Learn Java with Projects bridges the gap between introductory Java guides and verbose, theoretical references. This book is crafted to build a strong foundation in Java programming, starting from the Java environment itself. It goes far beyond a superficial review of the topics; it demonstrates, with practical examples, why these fundamentals are crucial for developing a deep understanding of the language.You'll not only learn about classes and objects but also see how these concepts are used in practical scenarios, enhancing your ability to write clean, efficient code. The engaging projects throughout the book provide real-world applications of complex topics, ensuring you can connect theoretical knowledge with practical skills.What makes this book stand out is the expertise of its authors. Se獺n, a seasoned university lecturer with over 20 years of experience, brings academic rigor and real-world insights, thanks to his work with a prestigious software company. Maaike, a passionate software developer and award-winning trainer, brings hands-on experience and a love for teaching.By the end of this book, you'll not only understand Java's core concepts and the critical advanced ones, but also gain practical experience through projects that mimic real-life challenges. What You Will Learn: - Get to grips with Java fundamentals to build a strong programming foundation- Gain a deep understanding of the critical object-oriented principles: encapsulation, inheritance and polymorphism- Apply real-world scenarios using classes, objects, and interfaces- Master exception handling for robust error management- Explore generics and collections to manage complex data structures- Utilize lambda expressions and streams for efficient data processing- Complete practical projects to reinforce theoretical knowledgeWho this book is for: This book is for anyone looking to learn the core concepts of Java. If you're learning programming (and Java) for the first time or want to upskill to Java (with experience in a different language), then this book is for you. Prior knowledge of programming is helpful but not necessary.Table of Contents- Getting Started with Java- Variables and Primitive Data Types- Operators and Casting- Conditional Statements- Understanding Iteration- Working with Arrays- Methods- Classes, Objects, and Enums- Inheritance and Polymorphism- Interfaces and Abstract Classes- Dealing with Exceptions- Java Core API- Generics and Collections- Lambda Expressions- Streams - Fundamentals- Streams: Advanced Concepts- Concurrency

9 特價2294
立即代訂
下次再買

Effective Rust

Ingram 出版
2023/11/29 出版

Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust--while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem. If you're a software engineer who has experience with an existing compiled language, or if you've struggled to convert a basic understanding of Rust syntax into working programs, this book is for you. By focusing on the conceptual differences between Rust and other compiled languages, and by providing specific recommendations that programmers can easily follow, Effective Rust will soon have you writing fluent Rust, not just badly translated C++. Understand the structure of Rust's type system Learn Rust idioms for error handling, iteration, and more Discover how to work with Rust's crate ecosystem Use Rust's type system to express your design Win fights with the borrow checker Build a robust project that takes full advantage of the Rust tooling ecosystem

9 特價2052
立即代訂
下次再買

Enhanced Test Automation with WebdriverIO

Packt 出版
2023/11/29 出版

Elevate your testing game to the next level using advanced techniques and proven strategies with this book for WebdriverIO beginners and automation pros alikeKey Features: Improve your coding skills and empower your automation journeyLeverage self-healing objects and adaptive frameworks for cutting-edge WebdriverIO automationOvercome script stability challenges and ensure robust, dependable test executionPurchase of the print or Kindle book includes a free PDF eBookBook Description: This book helps you embark on a comprehensive journey to master the art of WebdriverIO automation, from installation through to advanced framework development.You'll start by following step-by-step instructions on installing WebdriverIO, configuring Node packages, and creating a simple test. Here you'll gain an understanding of the mechanics while also learning to add reporting and screen captures to your test results to enhance your test case documentation. In the next set of chapters, you'll delve into the intricacies of configuring and developing robust method wrappers, a crucial skill for supporting multiple test suites. The book goes beyond the basics, exploring testing techniques tailored for Jenkins as well as LambdaTest cloud environments. As you progress, you'll gain a deep understanding of both TypeScript and JavaScript languages and acquire versatile coding skills.By the end of this book, you'll have developed the expertise to construct a sophisticated test automation framework capable of executing an entire suite of tests using WebdriverIO in either TypeScript or JavaScript, as well as excel in your test automation endeavors and deliver reliable, efficient testing solutions.What You Will Learn: Discover techniques to efficiently maintain and enhance your Page Object Model, saving time and effortGain insight into diagnosing and resolving script instability issues to ensure reliable test executionImprove test resilience by building objects that adapt to changing element locatorsEnhance your testing productivity by learning to write effective test cases with TypeScriptExplore strategies for comprehensive result analysis to enable data-driven decision-makingDevelop frameworks that adapt to evolving user journeys, ensuring long-term test sustainabilityWho this book is for: Whether you are a novice software development engineer in test (SDET) joining your first WebdriverIO automation project building test cases in TypeScript, or a seasoned lead framework architect experienced in solutioning daily test automation challenges, this book is for you. This book will also help developers and framework architects with basic knowledge of JavaScript or TypeScript who are looking to gain expertise in functional frontend testing. A basic understanding of CSS and XPath will help you get the most out of this book.

9 特價2110
立即代訂
下次再買

Unity Cookbook - Fifth Edition

Matt,Smith  著
Packt 出版
2023/11/29 出版

Are you ready to take your Unity game development skills to the next level? Look no further! The "Unity Cookbook 2023, 5th Edition" is your essential guide to mastering the latest features of Unity 2023, packed with over 140 recipes to empower your game development journey.Purchase of the print or Kindle book includes a free eBook in the PDF format.Key Features: Explore VR and AR development to create immersive experiences that redefine gamingCraft captivating mobile games with optimized performance and user-friendly controlsElevate gameplay with expertly composed music, dynamic sound effects, and seamless audio integrationBook Description: Unleash your game development potential with the comprehensive Unity Cookbook 2023, 5th Edition. This invaluable resource is designed to equip you with the skills and knowledge needed to excel in Unity game development. This book offers over 140 expertly crafted recipes that cover a wide spectrum of topics, empowering you to pioneer VR and AR experiences, excel in mobile game development, and become a master of audio techniques.In this latest edition, we've meticulously curated a collection of recipes that reflect the latest advancements in Unity 2023, ensuring you stay at the forefront of game development. You'll discover dedicated recipes for First/Third Person (Core) templates, create engaging mobile games, delve into Virtual and Augmented Reality, and go further with audio by exploring advanced techniques. Additionally, the book has been fully updated to incorporate the new input system and TextMeshPro, essential elements for modern game development.With a hands-on and practical approach each recipe is structured to provide step-by-step instructions, clear explanations, and real-world examples, ensuring you can apply what you learn immediately to your own game projects. From exploring C# scripting to crafting stylish UIs, creating stunning visual effects, and understanding shader development through Shader Graph, every chapter is designed to take you closer to your goal of becoming a proficient Unity developer.With this book you'll gain not only the knowledge but also the confidence to tackle even the most complex game development challenges. So, whether you're aiming to develop the next hit game, enhance your portfolio, or simply have fun building games, this book will be your trusted companion on your journey to Unity proficiency.What You Will Learn: Craft stylish user interfaces, from power bars to radars, and implement button-driven scene changes effortlesslyDiscover the power of Cinemachine in Unity for intelligent camera movementsElevate your games with immersive audio, including background music and dynamic sound effectsBring your games to life with captivating visual effects, from smoke and explosions to customizable particle systemsBuild your own shaders using Unity's Shader Graph toolWho this book is for: If you're a Unity developer looking for better ways to resolve common recurring problems, then this book is for you. Programmers dipping their toes into multimedia features for the first time will also find this book useful. Before you get started with this book, you'll need a solid understanding of Unity's functionality and experience with programming in C#.

9 特價2294
立即代訂
下次再買

Python Programming for Students

Ingram 出版
2023/11/28 出版

Embark on an exciting journey into the world of programming with "Python Programming for Students." In today's quickly changing world of technologies, Python is serving as an up-and-coming programming language with its applicability in a variety of domains ranging from task-specific Python programs, standalone GUI applications, programming sustainable websites, developing interactive games, data analytics, and machine learning, artificial intelligence, etc. Begin your programming adventure by delving into the basics of Python, establishing a solid foundation in variables, data types, and operators. As you progress, you'll explore the intricacies of flow control, data structures, and algorithms, gaining the tools to tackle complex programming challenges. Next, venture into the principles of object-oriented programming. Unleash your creativity with Turtle Programming in Python, crafting graphical designs and animations.

9 特價1833
立即代訂
下次再買

C# 12 in a Nutshell

Ingram 出版
2023/11/15 出版

When you have questions about C# 12 or .NET 8, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, and with its continual growth, there's always so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Aimed at intermediate and advanced programmers, this is a book whose explanations get straight to the point, covering C#, the CLR, and the core .NET libraries in depth without long intros or bloated samples. Get up to speed on C# from syntax and variables to advanced topics such as pointers, closures, and patterns Dig deep into LINQ, with three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features including regular expressions, networking, assemblies, spans, cryptography, and reflection.emit

9 特價2394
立即代訂
下次再買

iOS 17 App Development Essentials

Neil,Smyth  著
Ingram 出版
2023/11/14 出版

This book will teach you how to build iOS 17 applications using SwiftUI, Xcode 15, and the Swift programming language.Beginning with the basics, this book outlines the steps to set up an iOS development environment, together with an introduction to using Swift Playgrounds to learn and experiment with Swift.The book also includes in-depth chapters introducing the Swift programming language, including data types, control flow, functions, object-oriented programming, property wrappers, structured concurrency, and error handling.A guided tour of Xcode in SwiftUI development mode follows an introduction to the key concepts of SwiftUI and project architecture. The book also covers creating custom SwiftUI views and explains how these views are combined to create user interface layouts, including stacks, frames, and forms.Other topics covered include data handling using state properties and observable, state, and environment objects, as are key user interface design concepts such as modifiers, lists, tabbed views, context menus, user interface navigation, and outline groups.The book also includes chapters covering graphics and chart drawing, user interface animation, view transitions and gesture handling, WidgetKit, Live Activities, document-based apps, Core Data, SwiftData, and CloudKit.Chapters also explain how to integrate SwiftUI views into existing UIKit-based projects and integrate UIKit code into SwiftUI.Finally, the book explains how to package up a completed app and upload it to the App Store for publication.Along the way, the topics covered in the book are put into practice through detailed tutorials, the source code for which is also available for download.The aim of this book, therefore, is to teach you the skills to build your own apps for iOS 17 using SwiftUI.

9 特價1988
立即代訂
下次再買

C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals - Eighth Edition

Mark J,Price  著
Packt 出版
2023/11/13 出版

An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free PDF eBookKey Features- Explore the latest additions to C# 12, the .NET 8 class libraries, and Entity Framework Core 8- Create professional websites and services with ASP.NET Core 8 and Blazor- Build your confidence with step-by-step code examples and tips for best practicesBook DescriptionThis latest edition of the bestselling Packt series will give you a solid foundation to start building projects using modern C# and .NET with confidence.You'll learn about object-oriented programming; writing, testing, and debugging functions; and implementing interfaces. You'll take on .NET APIs for managing and querying data, working with the fi lesystem, and serialization. As you progress, you'll explore examples of cross-platform projects you can build and deploy, such as websites and services using ASP.NET Core.This latest edition integrates .NET 8 enhancements into its examples: type aliasing and primary constructors for concise and expressive code. You'll handle errors robustly through the new built-in guard clauses and explore a simplified implementation of caching in ASP.NET Core 8.If that's not enough, you'll also see how native ahead-of-time (AOT) compiler publish lets web services reduce memory use and run faster. You'll work with the seamless new HTTP editor in Visual Studio 2022 to enhance the testing and debugging process. You'll even get introduced to Blazor Full Stack with its new unified hosting model for unparalleled web development flexibility.What you will learn- Discover C# 12's new features, including aliasing any type and primary constructors- Try out the native AOT publish capability for ASP.NET Core 8 Minimal APIs web services- Build rich web experiences using Blazor Full Stack, Razor Pages, and other ASP.NET Core features- Integrate and update databases in your apps using Entity Framework Core models- Query and manipulate data using LINQ- Build and consume powerful services using Web API and Minimal APIWho this book is forThis book is for beginners as well as intermediate-level C# and .NET programmers who have worked with C# in the past and want to catch up with the changes made in the last few years.Prior exposure to C# or .NET is not a prerequisite. A general understanding of programming will help you to work through the book more comfortably, though the content is suitable for those completely new to programming.If you already have some C# and .NET skills and want to focus on developing practical apps, you can pick up Mark's other .NET book, Apps and Services with .NET 8, instead.Table of Contents- Hello, C#! Welcome, .NET!- Speaking C#- Controlling Flow, Converting Types, and Handling Exceptions- Writing, Debugging, and Testing Functions- Building Your Own Types with Object-Oriented Programming- Implementing Interfaces and Inheriting Classes- Packaging and Distributing .NET Types- Working with Common .NET Types- Working with Files, Streams, and Serialization- Working with Data Using Entity Framework Core- Querying and Manipulating Data Using LINQ- Introducing Web Development Using ASP.NET Core- Building Websites Using ASP.NET Core Razor Pages- Building and Consuming Web Services- Building User Interfaces Using Blazor

9 特價2753
立即代訂
下次再買

Eor #$Ff

David,Youd  著
Lulu.com 出版
2023/11/10 出版

This book contains a collection of tiny 6502 assembly language programs. The goal: practice your code reading by puzzling out the significance of each assembly "ponderable". Explanations are given in the back. Note: Exposure to 6502 assembly is highly recommended, as this is not an introductory text.

9 特價419
立即代訂
下次再買

XR Development with Unity

Anna,Braun  著
Packt 出版
2023/11/09 出版

Create VR, AR, and MR experiences with the help of step-by-step tutorials on VR and AR simulators, interactivity, sound and visual effects, along with advanced XR techniques such as multiplayer integrationKey Features: Create impressive XR projects without the need to own expensive VR headsetsExplore Unity XR features and techniques such as hand-tracking and plane detection using the XR Interaction Toolkit and AR FoundationBring your XR projects to life with step-by-step explanations along with practical examplesPurchase of the print or Kindle book includes a free PDF eBookBook Description: The drastic surge in the demand for XR development has led to an imminent need for comprehensive resources, learning material, and overall know-how in this area. This one-stop resource will ensure that professionals venturing into XR development can access all XR-related techniques to build appealing XR applications, without relying on Google every step of the way.This book is your guide to developing XR applications with Unity 2021.3 or later versions, helping you to create VR, AR, and MR experiences of increasing complexity. The chapters cover the entire XR application development process from setting up an interactive XR scene using the XR Interaction Toolkit or AR Foundation, adding physics, animations, continuous movement, teleportation, sound effects, and visual effects, to testing and deploying to VR headsets, simulators, smartphones, and tablets. Additionally, this XR book takes you on a journey from the basics of Unity and C# to advanced techniques such as building multiplayer applications and incorporating hand- and gaze-tracking capabilities.By the end of this book, you'll be fully equipped to create cutting-edge XR projects for engaging individual, academic, and industrial use cases that captivate your audience.What You Will Learn: Get started with Unity by building your own 3D projectExplore the XR Interaction Toolkit and AR Foundation, as well as test XR applications on your PCFind out how to deploy XR projects on different platformsBuild interactive XR apps with increasing degrees of complexity by leveraging C# scriptingCreate a fully immersive VR drum scene by using Unity's audio and particle systemsAdd advanced XR techniques such as hand-tracking, gaze-tracking, and multiplayer capabilities to your XR appsWho this book is for: This book is for students, developers, researchers, and professionals with a background in computer science. Business analysts, PMs, and other management professionals and executives will also benefit from this book. If you have basic knowledge of programming and are looking to gain expertise in creating virtual reality and augmented reality applications in Unity, then this book is for you. While having experience as a VR game player with basic programming knowledge can enhance your understanding of the content, it is not a prerequisite.

9 特價1697
立即代訂
下次再買

Options and Derivatives Programming in C++23

Apress 出版
2023/11/04 出版

This book is a hands-on guide for programmers who want to learn how C++ is used to develop solutions for options and derivatives trading in the financial industry. It explores the main algorithms and programming techniques used in implementing systems and solutions for trading options and derivatives. This updated edition will bring forward new advances in C++ software language and libraries, with a particular focus on the new C++23 standard. The book starts by covering C++ language features that are frequently used to write financial software for options and derivatives. These features include the STL (standard template library), generic templates, functional programming, and support for numerical code. Examples include additional support for lambda functions with simplified syntax, improvements in automatic type detection for templates, custom literals, modules, constant expressions, and improved initialization strategies for C++ objects. This book also provides how-to examples that cover all the major tools and concepts used to build working solutions for quantitative finance. It discusses how to create bug-free and efficient applications, leveraging the knowledge of object-oriented and template-based programming. It has two new chapters covering backtesting option strategies and processing financial data.. It introduces the topics covered in the book in a logical and structured way, with lots of examples that will bring them to life. Options and Derivatives Programming in C++23 has been written with the goal of reaching readers who are looking for a concise, algorithms-based book that provides basic information through well-targeted examples and ready to use solutions. What You Will Learn Gain insight into the fundamental challenges of the options and derivatives marketMaster the features of the C++ language used in quantitative financial programmingUnderstand quantitative finance algorithms for options and derivativesBuild pricing algorithms around the Black-Scholes model, and use binomial and differential equations methods Who This Book Is For Professional developers who have some experience with the C++ language and would like to leverage that knowledge into financial software development.

9 特價1881
立即代訂
下次再買

Python Deep Learning - Third Edition

Ivan,Vasilev  著
Packt 出版
2023/11/01 出版

Master effective navigation of neural networks, including convolutions and transformers, to tackle computer vision and NLP tasks using PythonKey FeaturesUnderstand the theory, mathematical foundations and the structure of deep neural networksBecome familiar with transformers, large language models, and convolutional networksLearn how to apply them on various computer vision and natural language processing problems Purchase of the print or Kindle book includes a free PDF eBookBook DescriptionThe field of deep learning has developed rapidly in the past years and today covers broad range of applications. This makes it challenging to navigate and hard to understand without solid foundations. This book will guide you from the basics of neural networks to the state-of-the-art large language models in use today.The first part of the book introduces the main machine learning concepts and paradigms. It covers the mathematical foundations, the structure, and the training algorithms of neural networks and dives into the essence of deep learning.The second part of the book introduces convolutional networks for computer vision. We'll learn how to solve image classification, object detection, instance segmentation, and image generation tasks. The third part focuses on the attention mechanism and transformers - the core network architecture of large language models. We'll discuss new types of advanced tasks, they can solve, such as chat bots and text-to-image generation.By the end of this book, you'll have a thorough understanding of the inner workings of deep neural networks. You'll have the ability to develop new models or adapt existing ones to solve your tasks. You'll also have sufficient understanding to continue your research and stay up to date with the latest advancements in the field.What you will learnEstablish theoretical foundations of deep neural networksUnderstand convolutional networks and apply them in computer vision applicationsBecome well versed with natural language processing and recurrent networksExplore the attention mechanism and transformersApply transformers and large language models for natural language and computer visionImplement coding examples with PyTorch, Keras, and Hugging Face TransformersUse MLOps to develop and deploy neural network modelsWho this book is forThis book is for software developers/engineers, students, data scientists, data analysts, machine learning engineers, statisticians, and anyone interested in deep learning. Prior experience with Python programming is a prerequisite.Table of ContentsMachine Learning - an IntroductionNeural NetworksDeep Learning FundamentalsComputer Vision with Convolutional NetworksAdvanced Computer Vision ApplicationsNatural Language Processing and Recurrent Neural NetworksThe Attention Mechanism and TransformersExploring Large Language Models in DepthAdvanced Applications of Large Language ModelsMachine Learning Operations (ML Ops)

9 特價2294
立即代訂
下次再買

Assembly Language Coding in Color

Robert,Dunne  著
Ingram 出版
2023/11/01 出版

Learning to program in assembly language is an excellent hands-on introduction to computer architecture. However, assembly language has a bad reputation of being difficult to learn. Through the use of complete program examples, flow diagrams, and color codes, Assembly Language Coding in Color helps students and computer enthusiasts start on a solid path to understanding computer architecture. This tutorial introduces the novice to the basics of the ARM and NEON architectures Although the Raspberry Pi and BeagleBone Black computers are ideal platforms for this book, most other Linux-based ARM systems are also compatible Programmers learn by example and develop their skills by examining and modifying working programs. The sample programs in this book, ranging from five to over one hundred lines of code, are available for download through GitHub Many assembly language books present CPU instructions in catalog form along with snippets of coding examples. In this book, CPU instructions are introduced as needed to achieve programming goals as the projects in each chapter progress to the next Over fifty color illustrations are included to explain programming techniques as well as ARM and NEON instructions. Programming examples and flow diagrams are color coded to help "connect" concepts to implementation Topics like binary and hexadecimal are introduced through programming examples as well as appearing in appendices. The examples in this book have been "classroom tested" with students having very little, if any, previous programming experience. The information is complete, allowing it to be used as an independent study Is a book in color worth twice the production print costs of one in black and white? It is for those students struggling to get a working knowledge of a subject where they need to connect concepts to implementation. Learning computer architecture through hands-on assembly language programming experience helps develop well-rounded programmers and computer engineers.

9 特價684
立即代訂
下次再買

iOS 17 Programming for Beginners - Eighth Edition

Ahmad,Sahar  著
Packt 出版
2023/10/31 出版

Embark on an exciting iOS app development journey with Swift 5.9, Xcode 15, and iOS 17. This hands-on guide equips you with the skills to create captivating apps and thrive in the competitive App Store landscape.Purchase of the print or Kindle book includes a free eBook in PDF format.Key Features: Dive into the latest iOS 17 features and Swift 5.9 through hands-on projectsDevelop robust apps with top design patterns used by professionalsExpand your app's reach by effortlessly converting it for iPad, Mac, and visionOSBook Description: In a world with nearly 2 million apps on the App Store, the demand for skilled iOS developers has never been higher. "iOS 17 Programming for Beginners, Eighth Edition" is your gateway to this lucrative and dynamic field. This hands-on guide is tailored for those who are new to iOS and takes you on a journey from learning the Swift language to crafting your own app and seeing it thrive on the App Store.Our approach is hands-on and practical. Each chapter is designed to be a stepping stone in your development journey, providing step-by-step tutorials, real-life examples, and clear explanations of complex concepts. As you progress, you'll not only be skilled in Swift but also incorporate cutting-edge technologies into your apps. You'll learn how to publish your creations and harness the power of iOS 17 through a straightforward and easy to program example app divided into manageable parts.By the time you've completed this book, you'll possess the skills and knowledge to not only develop and publish captivating apps but also leverage online resources to continually enhance your app development prowess.What You Will Learn: Discover the world of Xcode 15 and Swift 5.9, laying the foundation for your iOS development journeyImplement the latest iOS 17 features through a hands-on example app, ensuring your apps remain innovative and engagingBuild and deploy iOS apps using industry-standard design patterns and best practices.Implement the Model-View-Controller (MVC) design pattern to create robust and organized applicationsExpand your app's reach by effortlessly converting it for iPad, Mac, and visionOSDive into UIKit, the essential framework for large-scale iOS projectsWho this book is for: This book is tailored for individuals with minimal coding experience who are new to the world of Swift and iOS app development. A basic understanding of programming concepts is recommended.

9 特價2064
立即代訂
下次再買

100+ Solutions in Java

Dhruti,Shah  著
Ingram 出版
2023/10/30 出版

100+ Solutions in Java is a comprehensive and accessible guide to developing Java applications from version 8 to 19. Whether you are a beginner or a seasoned pro, this book will help you learn the latest Java features and best practices, one step at a time. The book covers a wide range of topics, from basic programming concepts to advanced topics like concurrency and design patterns. Each chapter has clear and concise explanations, helpful examples, and practical exercises.

9 特價1833
立即代訂
下次再買

Cloud-Native Development and Migration to Jakarta EE

Ron,Veen  著
Packt 出版
2023/10/27 出版

Cloud-Native Development and Migration to Jakarta EE will help you unlock the secrets of Jakarta EE's evolution as you explore the migration and modernization of your applications. You'll discover how to make your code compatible with the latest Jakarta EE version and how to leverage its modern features effectively. First, you'll navigate the realm of cloud-native development as you demystify containers and get introduced to the Eclipse MicroProfile, a powerful tool in your toolkit. Next, you'll take the bold step of transitioning your applications from local hardware to the limitless possibilities of the cloud. By following the author's expert guidance to deploy your Jakarta EE applications on Microsoft Azure, you'll gain hands-on experience in managing cloud resources. In the final leg of your journey, you'll explore the world of serverless architecture. You'll learn to design and run services that are truly serverless, harnessing the potential of the event-driven paradigm for scalability and cost-efficiency. By the end of this book, you'll have mastered Jakarta EE and become a proficient cloud-native developer. Join us on this exciting journey of transformation and innovation as you pave the way for the future of Jakarta EE and cloud-native development.

9 特價2524
立即代訂
下次再買

C# 12 Pocket Reference

Ingram 出版
2023/10/27 出版

Looking for quick answers for using C# 12? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed. All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results without needing to set up projects in Visual Studio.

9 特價855
立即代訂
下次再買

Ultimate Flutter Handbook

Ingram 出版
2023/10/23 出版

DESCRIPTIONFlutter Handbook is the t to becoming a proficient Flutter app developer, catering to all levels, from beginners to experts. This comprehensive guide takes you by the hand, providing step-by-step instructions on every aspect of Flutter app development. Starting from the basics, you'll learn how to install and run Flutter, as well as core concepts such as widgets, state management, and navigation. As you progress, the book delves deep into advanced topics, such as implementing CRUD (Create, Read, Update, Delete) functions using Firebase Firestore. Flutter Handbook is more than just a tutorial book. It also provides invaluable tips, tricks, and small tasks at the end of each chapter to reinforce your understanding and equip you with real-world skills. By the end of this journey, you'll have the expertise to release your Flutter app to the Play Store or App Store with confidence.TABLE OF CONTENTS 1. Introduction to Flutter2. Getting Started3. Widgets Widgets Widgets!4. Stateful and Stateless Widgets5. Navigation and Routing6. Firebase Firestore with Flutter7. Futures, Awaits, and Async8. Persistence and Data Modeling9. Deploying

9 特價1512
立即代訂
下次再買

Learning Advanced Python by Studying Open Source Projects

Rongpeng,Li  著
Ingram 出版
2023/10/23 出版

This book helps readers overcome the difficulty in their day-to-day tasks and seek insights from solutions in famous open source projects. Different from a technical manual, this book mixes the technical knowledge, real-world applications and more theoretical content, providing readers with a practical, engaging approach to learning Python.

9 特價3339
立即代訂
下次再買

Programming Languages and Systems

Springer 出版
2023/10/17 出版

This book constitutes the refereed proceedings of the 21st Asian Symposium on Programming Languages and Systems, APLAS 2023, held in Taipei, Taiwan, during November 26-29, 2023. The 15 full papers included in this book are carefully reviewed and selected from 32 submissions. They were organized in topical sections as follows: semantics, logics, and foundational theory; design of languages, type systems, and foundational calculi; domain-specific languages; compilers, interpreters, and abstract machines; program derivation, synthesis, and transformation; program analysis, verification, and model-checking; logic, constraint, probabilistic, and quantum programming; software security; concurrency and parallelism; tools and environments for programming and implementation; and applications of SAT/SMT to programming and implementation.

9 特價3392
立即代訂
下次再買

Integrate Lua with C++

Wenhuan,Li  著
Packt 出版
2023/10/17 出版

Discover the perfect synergy between C++ and Lua to create powerful, adaptable, and high-performing software solutionsKey Features: - Get hands-on experience by integrating Lua with C++- Explore real-life project-ready advanced techniques for your future projects- Learn Lua through practical coding examples and exercises- Purchase of the print or Kindle book includes a free PDF eBookBook Description: C++ is a popular choice in the developer community for building complex and large-scale performant applications and systems. Often a need arises to extend the system at runtime, without recompiling the whole C++ program. Using a scripting language like Lua can help achieve this goal efficiently.Integrate Lua to C++ is a comprehensive guide to integrating Lua to C++ and will enable you to achieve the goal of extending C++ programs at runtime. You'll learn, in sequence, how to get and compile the Lua library, the Lua programming language, calling Lua code from C++, and calling C++ code from Lua. In each topic, you'll practice with code examples, and learn the in-depth mechanisms for smooth working. Throughout the book, the latter examples build on the earlier ones while also acting as a standalone. You'll learn to implement Lua executor and Lua binding generator, which you can use in your projects directly with further customizations.By the end of this book, you'll have mastered integrating Lua into C++ and using Lua in your C++ project efficiently, gained the skills to extend your applications at runtime, and achieved dynamic and adaptable C++ development.What You Will Learn: - Explore how to access and compile Lua source code- Call Lua code from C++ for enhanced functionality- Integrate C++ code into Lua for powerful interactions- Deepen your understanding of Lua stack for advanced usage- Implement a project-ready Lua executor and binding generator- Extend C++ projects with customizable and extensible Lua scriptingWho this book is for: This book is for C++ developers seeking to seamlessly integrate Lua, learn the Lua programming language by examples, or enhance their understanding of Lua-C++ interaction. Basic knowledge of C++ is required to fully benefit from this book.Table of Contents- Get and Build Lua with C++- Lua Fundamentals- How to Call Lua from C++- Map Lua Types to C++- Work with Lua Tables- How to Call C++ from Lua- User Defined Types in C++- A C++ Template Class to Export C++ to Lua- Some Advanced Techniques- Managing Resources- Multithreading

9 特價2294
立即代訂
下次再買

Enhancing Virtual Reality Experiences with Unity 2022

Packt 出版
2023/10/16 出版

Unlock your creativity with this part-color guide to VR projects in Unity, crafting immersive games, refining VR experiences, and leading XR developmentKey Features: - Understand the fundamentals and build a solid foundation in XR development- Develop technical skills for building VR experiences in Unity, including assets, GameObjects, scripts, and components- Create engaging and innovative virtual reality projects using the Unity game engine- Purchase of the print or Kindle book includes a free PDF eBookBook Description: Virtual reality (VR) has emerged as one of the most transformative mediums of the 21st century, finding applications in various industries, including gaming, entertainment, and education.Enhancing Virtual Reality Experiences with Unity 2022 takes you into the fascinating realm of VR, where creativity meets cutting-edge technology to bring tangible real-world applications to life. This immersive exploration not only equips you with the essential skills needed to craft captivating VR environments using Unity's powerful game engine but also offers a deeper understanding of the philosophy behind creating truly immersive experiences.Throughout the book, you'll work with practical VR scene creation, interactive design, spatial audio, and C# programming and prepare to apply these skills to real-world projects spanning art galleries, interactive playgrounds, and beyond. To ensure your VR creations reach their full potential, the book also includes valuable tips on optimization, guaranteeing maximum immersion and impact for your VR adventures.By the end of this book, you'll have a solid understanding of VR's versatility and how you can leverage the Unity game engine to create groundbreaking projects.What You Will Learn: - Harness the power of the Unity game engine to explore VR- Understand VR and how to integrate Unity into the general workflow- Build and test a variety of VR experiences for headsets, computers, and mobile devices- Integrate traditional game and animation tools into VR experiences- Explore worldbuilding techniques to create expansive VR environments- Integrate optimization techniques to improve the performance of your VR experiencesWho this book is for: This book is for individuals who are familiar with the Unity game engine and want to explore virtual reality. If you're a game developer, VR developer, or creator with Unity experience, this is your guide to learning the essential principles and techniques for VR development in Unity 2022. A basic understanding of the Unity user interface, navigation, and C# will help you make the most of the book.Table of Contents- Philosophy of Building Immersive Experiences- Building Virtual Reality Scenes in Unity- Working with Inputs and Interactions- Using GameObjects, Materials, and Prefabs- Implementing Animation - Physics and Colliders- Lighting Your Worlds and Experiences- Creating Immersion with Sound- Working with C#, Unity Events, and Input Assets- Unlocking the Power of Render Pipelines- Design Thinking for Virtual Reality Experiences- Adding Audio to a Virtual Reality World- Building an Art Gallery- Animating a Virtual Reality Experience- Recording Virtual Reality Videos- Enhancing Virtual Reality Rigs- Triggering Actions in Virtual Reality- Destroying Objects in Virtual Reality- Optimizing Your Virtual Reality Experiences

9 特價2753
立即代訂
下次再買

Beginning C++23

Ivor,Horton  著
Apress 出版
2023/10/11 出版

Begin your programming journey with C++, starting with the basics and progressing through step-by-step examples that will help you become a proficient C++ programmer. This book includes new features from the C++23 standard. All you need are Beginning C++23 and any recent C++ compiler and you'll soon be writing real C++ programs. There is no assumption of prior programming knowledge. All language concepts that are explained in the book are illustrated with working program examples, and all chapters include exercises for you to test and practice your knowledge. Free source code downloads are provided for all examples from the text and solutions to the exercises. This latest edition has been fully updated to the latest version of the language, C++23, and to all conventions and best practices of modern C++. This book also introduces elements of the C++ Standard Library that provide essential support for C++23. After completing this book, you will have the knowledge and skills needed to build your first C++ applications. What You Will LearnBegin programming with the C++23 standardCarry out modular programming in C++Work with arrays and loops, pointers and references, strings, and moreWrite your own functions, types, and operatorsDiscover the essentials of object-oriented programmingUse overloading, inheritance, virtual functions, and polymorphismWrite generic function and class templates, and make them safer using concepts Learn the ins and outs of containers, algorithms, and rangesUse auto type declarations, exceptions, move semantics, lambda expressions, and much moreWho This Book Is ForProgrammers new to C++ and those who may be looking for a refresh primer on C++ in general.

9 特價2223
立即代訂
下次再買

Building Your Own JavaScript Framework

Packt 出版
2023/10/11 出版

Learn how to craft elegant and well-structured software frameworks in a variety of JavaScript environments with this handy guideKey Features: Explore the gateway to the constantly evolving world of JavaScript frameworksNavigate the JavaScript development landscape and discover crucial software architecture patternsBuild your own framework for a variety of work-related projectsPurchase of the print or Kindle book includes a free PDF eBookBook Description: JavaScript frameworks play an essential role in web application development; however, no single framework works perfectly for all projects. This book will help you understand existing projects, design new software architecture, and maintain projects as they grow. You'll go through software architecture principles with JavaScript, along with a guided example of structuring your project and maintenance guidance.This book covers framework planning aspects, enabling you to identify key stakeholders, understand JavaScript API design, and leverage complex abstraction. The second part of the book takes a practical programming approach to building your own framework by showing you how to structure modules and interfaces. As you advance, you'll discover how to develop data-binding components, work with JavaScript APIs, and much more. While writing a framework is half the job, continuing to develop it requires effort from everyone involved. The concluding chapters help to achieve this by teaching you the crucial aspects of software maintenance and highlighting the constants of framework development.By the end of this book, you'll have gained a clear understanding of the JavaScript framework landscape, along with the ability to build frameworks for your use cases.What You Will Learn: Expand your knowledge of JavaScript frameworks within different runtimes and ecosystemsGet to grips with the technical aspects of structuring framework abstractions in JavaScriptGain an understanding of common patterns across various existing frameworksDiscover the usage of existing tooling such as TypeScript and GraphQLConfigure performance tests for your project and track down bottlenecks in the code baseUnderstand how JavaScript and the web evolve and what these systems will look like in the coming yearsWho this book is for: If you're a JavaScript novice or an expert who wants to explore the world of JavaScript frameworks, this book is for you. This book introduces you to the history of frontend frameworks and guides you through the creation of your own framework. The chapters are designed to help developers build large projects for their full-time jobs and programmers who want to create open-source projects. A clear understanding of the JavaScript programming language as well as experience with existing software frameworks are all prerequisites.

9 特價1376
立即代訂
下次再買

Data Parallel C++

Apress 出版
2023/10/09 出版

"This book, now in is second edition, is the premier resource to learn SYCL 2020 and is the ONLY book you need to become part of this community." Erik Lindahl, GROMACS and Stockholm UniversityLearn how to accelerate C++ programs using data parallelism and SYCL.This open access book enables C++ programmers to be at the forefront of this exciting and important development that is helping to push computing to new levels. This updated second edition is full of practical advice, detailed explanations, and code examples to illustrate key topics. SYCL enables access to parallel resources in modern accelerated heterogeneous systems. Now, a single C++ application can use any combination of devices-including GPUs, CPUs, FPGAs, and ASICs-that are suitable to the problems at hand. This book teaches data-parallel programming using C++ with SYCL and walks through everything needed to program accelerated systems. The book begins by introducing data parallelism and foundational topics for effective use of SYCL. Later chapters cover advanced topics, including error handling, hardware-specific programming, communication and synchronization, and memory model considerations. All source code for the examples used in this book is freely available on GitHub. The examples are written in modern SYCL and are regularly updated to ensure compatibility with multiple compilers. What You Will Learn Accelerate C++ programs using data-parallel programmingUse SYCL and C++ compilers that support SYCLWrite portable code for accelerators that is vendor and device agnosticOptimize code to improve performance for specific acceleratorsBe poised to benefit as new accelerators appear from many vendorsWho This Book Is For New data-parallel programming and computer programmers interested in data-parallel programming using C++This is an open access book.

9 特價1710
立即代訂
下次再買

Learning Snowflake SQL and Scripting

O'Reilly Media 出版
2023/10/05 出版

To help you on the path to becoming a Snowflake pro, this concise yet comprehensive guide reviews fundamentals and best practices for Snowflake's SQL and Scripting languages. Developers and data professionals will learn how to generate, modify, and query data in the Snowflake relational database management system as well as how to apply analytic functions for reporting. Author Alan Beaulieu also shows you how to create scripts, stored functions, and stored procedures to return data sets using Snowflake Scripting. This book is ideal whether you're new to databases and need to run queries or reports against a Snowflake database, or transitioning from databases such as Oracle, SQL Server, or MySQL to cloud-based platforms. With this book, you will: Generate and modify Snowflake data using Insert, Update, Delete Query data in Snowflake using Select, including joining multiple tables, using subqueries, and grouping Apply analytic functions for performing subtotals, grand totals, row comparisons, and other reporting functionality Build scripts combining SQL statements with looping, if-then-else, and exception handling Learn how to build stored procedures and functions Use stored procedures to return data sets

9 特價2736
立即代訂
下次再買

Fuzzy Data Matching with SQL

Jim,Lehmer  著
O'Reilly Media 出版
2023/10/05 出版

If you were handed two different but related sets of data, what tools would you use to find the matches? What if all you had was SQL SELECT access to a database? In this practical book, author Jim Lehmer provides best practices, techniques, and tricks to help you import, clean, match, score, and think about heterogeneous data using SQL. DBAs, programmers, business analysts, and data scientists will learn how to identify and remove duplicates, parse strings, extract data from XML and JSON, generate SQL using SQL, regularize data and prepare datasets, and apply data quality and ETL approaches for finding the similarities and differences between various expressions of the same data. Full of real-world techniques, the examples in the book contain working code. You'll learn how to: Identity and remove duplicates in two different datasets using SQL Regularize data and achieve data quality using SQL Extract data from XML and JSON Generate SQL using SQL to increase your productivity Prepare datasets for import, merging, and better analysis using SQL Report results using SQL Apply data quality and ETL approaches to finding similarities and differences between various expressions of the same data

9 特價2052
立即代訂
下次再買

Python for Scientists

2023/10/05 出版

The third edition of this practical introduction to Python has been thoroughly updated, with all code migrated to Jupyter notebooks. The notebooks are available online with executable versions of all of the book's content (and more). The text starts with a detailed introduction to the basics of the Python language, without assuming any prior knowledge. Building upon each other, the most important Python packages for numerical math (NumPy), symbolic math (SymPy), and plotting (Matplotlib) are introduced, with brand new chapters covering numerical methods (SciPy) and data handling (Pandas). Further new material includes guidelines for writing efficient Python code and publishing code for other users. Simple and concise code examples, revised for compatibility with Python 3, guide the reader and support the learning process throughout the book. Readers from all of the quantitative sciences, whatever their background, will be able to quickly acquire the skills needed for using Python effectively.

9 特價1979
立即代訂
下次再買

Extending & Embedding Python Using C

Mike,James  著
I/O Press 出版
2023/10/01 出版

Writing a C extension for Python is good for fun and profit! The fun part is that adding Python to C gives you so much more power and a deeper understanding of how Python works. The internals of Python are worth knowing about because they suggest new approaches to other problems. As well as being interesting, it is also a valuable skill. Extending & Embedding Python Using C tells you everything you need to know about the C API, which is what you use to create an extension. It is essentially the Python runtime and so exploring it tells you a lot about Python. You don't need to be an expert Python programmer to create an extension, but it helps. As you are going to be writing mostly C code, programming in C is a more important skill for this task. While you don't have to be a C expert, you do need to be reasonably competent and C aficionados will enjoy finding out about some of the clever techniques in use in the C API. Extending Python is a way of bringing any C-based application or library to a much wider audience. Converting Python functions into C functions is also a way of speeding things up. Moreover, you can provide access to hardware or system features that are usually inaccessible by creating an extension. The final chapter explains how to convert the skills you have gained in creating a Python extension to embed Python in a C program. This is a less common requirement, but it has some interesting advantages and possibilities and once you know how to create a Python extension it is easy. Mike James has a BSc in Physics, an MSc in Mathematics, a PhD in Computer Science and in a long career as a programmer he has mastered many programming languages. He is the founder and chief editor of I-Programmer, the online magazine written by programmers for programmers and the author of dozens of books. His previous three books on Python, Programmer's Python: Everything Is An Object, Programmer's Python: Everything Is Data and Programmer's Python: Async form a set of "Something Completely Different" books that look at what makes Python special and sets it apart from other programming languages. While not part of the series, this book shares the same overall philosophy.

9 特價1478
立即代訂
下次再買

100 Java Mistakes and How to Avoid Them

Tagir,Valeev  著
2023/10/01 出版

Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-free Java code. Whenever you make a mistake writing Java, it's almost guaranteed that someone else has made it before! In 100 Java Mistakes and How To Avoid Them you'll learn about the common and the not-so-common antipatterns, errors, and tricky bits that trip up almost every Java developer. Inside 100 Java Mistakes and How To Avoid Them you will learn how to: Write better Java programs Recognize common mistakes during programming Create fewer bugs and save time for debugging and testing Get help from static analyzers during programming Configure static analysis tools to reduce the number of false reports Extend static analysis tools with custom plugins Each Java mistake in this handy guide comes with an illustrative code sample, an explanation of why the mistake occurs, and an actionable "ways to avoid this" section to help you dodge the error. Plus, you'll benefit from useful static analysis sidebars that let you know when mistakes will--and won't--be spotted by static analysis tools. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. Foreword by Cay Horstmann. About the technology Minor bugs in development can become major problems in production. It's much better to spot and fix your mistakes before they get that far! This one-of-a-kind book shines a light on the most common Java slip-ups and shows you exactly how to avoid making them in the first place. About the book 100 Java Mistakes and How To Avoid Them highlights 100 Java coding errors--from beginner missteps to mistakes even Java experts don't know they're making. Each case includes clear examples to show you what to look for and concrete troubleshooting advice. You'll learn to use static analysis tools like IntelliJ IDEA and SonarLint to ensure you're consistently delivering exceptional Java, discover how unit tests and defensive coding can keep your code clean, and even learn to write your own bug-busting plugins. What's inside Recognize bugs and antipatterns during programming Highly-effective debugging and testing Get help from static analyzers About the reader For Java developers of all skill levels. About the author Tagir Valeev is a technical lead in JetBrains and a Java Champion. He designed and developed many code inspections for IntelliJ IDEA built-in static analyzer. The technical editor on this book was Jean-Fran癟ois Morin. Table of Contents 1 Managing code quality 2 Expressions 3 Program structure 4 Numbers 5 Common exceptions 6 Strings 7 Comparing objects 8 Collections and maps 9 Library methods 10 Unit testing A Static analysis annotations B Extending static analysis tools

9 特價3212
立即代訂
下次再買

Learning Professional Python

Ingram 出版
2023/09/27 出版

Volume 1. Learning Professional Python is a resource for students who want to learn Python even if they don't have any programming knowledge and for teachers who want a free and open curriculum to use with their students.

9 特價4070
立即代訂
下次再買

Machine Learning with LightGBM and Python

Packt 出版
2023/09/27 出版

Take your software to the next level and solve real-world data science problems by building production-ready machine learning solutions using LightGBM and PythonKey Features: Get started with LightGBM, a powerful gradient-boosting library for building ML solutionsApply data science processes to real-world problems through case studiesElevate your software by building machine learning solutions on scalable platformsPurchase of the print or Kindle book includes a free PDF eBookBook Description: Machine Learning with LightGBM and Python is a comprehensive guide to learning the basics of machine learning and progressing to building scalable machine learning systems that are ready for release.This book will get you acquainted with the high-performance gradient-boosting LightGBM framework and show you how it can be used to solve various machine-learning problems to produce highly accurate, robust, and predictive solutions.Starting with simple machine learning models in scikit-learn, you'll explore the intricacies of gradient boosting machines and LightGBM. You'll be guided through various case studies to better understand the data science processes and learn how to practically apply your skills to real-world problems.As you progress, you'll elevate your software engineering skills by learning how to build and integrate scalable machine-learning pipelines to process data, train models, and deploy them to serve secure APIs using Python tools such as FastAPI.By the end of this book, you'll be well equipped to use various state-of-the-art tools that will help you build production-ready systems, including FLAML for AutoML, PostgresML for operating ML pipelines using Postgres, high-performance distributed training and serving via Dask, and creating and running models in the Cloud with AWS Sagemaker.What You Will Learn: Get an overview of ML and working with data and models in Python using scikit-learnExplore decision trees, ensemble learning, gradient boosting, DART, and GOSSMaster LightGBM and apply it to classification and regression problemsTune and train your models using AutoML with FLAML and OptunaBuild ML pipelines in Python to train and deploy models with secure and performant APIsScale your solutions to production readiness with AWS Sagemaker, PostgresML, and DaskWho this book is for: This book is for software engineers aspiring to be better machine learning engineers and data scientists unfamiliar with LightGBM, looking to gain in-depth knowledge of its libraries. Basic to intermediate Python programming knowledge is required to get started with the book.The book is also an excellent source for ML veterans, with a strong focus on ML engineering with up-to-date and thorough coverage of platforms such as AWS Sagemaker, PostgresML, and Dask.

9 特價2294
立即代訂
下次再買

SQL Server Database Programming with C#

Ying,Bai  著
Ingram 出版
2023/09/27 出版

One of the most popular database systems, Microsoft SQL Server 2019 Express, is presented and implemented in the book with over 40 real projects. This undergraduate textbook covers fundamental and advanced database programming techniques, which students learn by programming a database for both the web and desktop.

9 特價6054
立即代訂
下次再買

Visual Basic Quickstart Guide

Packt 出版
2023/09/25 出版

Master software development with Visual Basic, from core concepts to real-world applications, with this comprehensive guideKey Features: Acquire a solid understanding of object-oriented programming (OOP) principles, such as inheritance and polymorphismDevelop expertise in maintaining legacy code with increased efficiencyLearn to read, write, and differentiate between VB Script, VBA, VB Classic, and VB.NET CodePurchase of the print or Kindle book includes a free PDF eBookBook Description: Whether you're an absolute beginner or an experienced developer looking to learn the Visual Basic language, this book takes a hands-on approach to guide you through the process. From the very first chapters, you'll delve into writing programs, exploring core concepts such as data types, decision branching, and iteration. Additionally, you'll get to grips with working with data structures, file I/O, and essential object-oriented principles like inheritance and polymorphism.This book goes beyond the basics to equip you with the skills to read and write code across the entire VB family, spanning VB Script, VBA, VB Classic, and VB.NET, enabling you to handle legacy code maintenance with ease.With clear explanations, practical examples, and hands-on exercises, this book empowers you to tackle real-world software development tasks, whether you're enhancing existing projects or embarking on new ones. It addresses common challenges like distinguishing between the variations of the VB programming language to help you choose the right one for your projects.Don't let VB's extensive legacy daunt you; embrace it with this comprehensive guide that equips you with practical, up-to-date coding skills to overcome the challenges presented by Visual Basic's rich history of over two decades.What You Will Learn: Acquire a solid understanding of object-oriented programming (OOP) principles, such as inheritance and polymorphismDevelop expertise in maintaining legacy code with increased efficiencyLearn to read, write, and differentiate between Visual Baic Script, Visual Baic for Applications, Visual Baic Classic, and VB.NET CodePurchase of the print or Kindle book includes a free PDF e-bookWho this book is for: If you're a software developer or web developer either already engaged in or aspiring to be involved in maintaining, enhancing, administering, and defending visual basic programs, websites, and scripts, this book is for you. It's an excellent resource for beginners in software development who want to learn Visual Basic from scratch.

9 特價2110
立即代訂
下次再買

Designing Hexagonal Architecture with Java - Second Edition

Davi,Vieira  著
Packt 出版
2023/09/25 出版

Learn to build robust, resilient, and highly maintainable cloud-native Java applications with hexagonal architecture and QuarkusKey Features: Use hexagonal architecture to increase maintainability and reduce technical debtLearn how to build systems that are easy to change and understandLeverage Quarkus to create modern cloud-native applicationsPurchase of the print or Kindle book includes a free PDF eBookBook Description: We live in a fast-evolving world with new technologies emerging every day, where enterprises are constantly changing in an unending quest to be more profitable. So, the question arises - how to develop software capable of handling a high level of unpredictability. With this question in mind, this book explores how the hexagonal architecture can help build robust, change-tolerable, maintainable, and cloud-native applications that can meet the needs of enterprises seeking to increase their profits while dealing with uncertainties. This book starts by uncovering the secrets of the hexagonal architecture's building blocks, such as entities, use cases, ports, and adapters. You'll learn how to assemble business code in the domain hexagon, create features with ports and use cases in the application hexagon, and make your software compatible with different technologies by employing adapters in the framework hexagon. In this new edition, you'll learn about the differences between a hexagonal and layered architecture and how to apply SOLID principles while developing a hexagonal system based on a real-world scenario. Finally, you'll get to grips with using Quarkus to turn your hexagonal application into a cloud-native system.By the end of this book, you'll be able to develop robust, flexible, and maintainable systems that will stand the test of time.What You Will Learn: Apply SOLID principles to the hexagonal architectureAssemble business rules algorithms using the specified design patternCombine domain-driven design techniques with hexagonal principles to create powerful domain modelsEmploy adapters to enable system compatibility with various protocols such as REST, gRPC, and WebSocketCreate a module and package structure based on hexagonal principlesUse Java modules to enforce dependency inversion and ensure software component isolationImplement Quarkus DI to manage the life cycle of input and output portsWho this book is for: This book is for software architects and Java developers looking to improve code maintainability and enhance productivity with an architecture that allows changes in technology without compromising business logic. Intermediate knowledge of the Java programming language and familiarity with Jakarta EE will help you to get the most out of this book.

9 特價2110
立即代訂
下次再買

Learning and Operating Presto

Ingram 出版
2023/09/21 出版

The Presto community has mushroomed since its origins at Facebook in 2012. But ramping up this open source distributed SQL query engine can be challenging even for the most experienced engineers. With this practical book, data engineers and architects, platform engineers, cloud engineers, and software engineers will learn how to use Presto operations at your organization to derive insights on datasets wherever they reside. Authors Angelica Lo Duca, Tim Meehan, Vivek Bharathan, and Ying Su explain what Presto is, where it came from, and how it differs from other data warehousing solutions. You'll discover why Facebook, Uber, Alibaba Cloud, Hewlett Packard Enterprise, IBM, Intel, and many more use Presto and how you can quickly deploy Presto in production. With this book, you will: Learn how to install and configure Presto Use Presto with business intelligence tools Understand how to connect Presto to a variety of data sources Extend Presto for real-time business insight Learn how to apply best practices and tuning Get troubleshooting tips for logs, error messages, and more Explore Presto's architectural concepts and usage patterns Understand Presto security and administration

9 特價2257
立即代訂
下次再買

Burp Suite Cookbook - Second Edition

Sunny,Wear  著
Packt 出版
2023/09/21 出版

Find and fix security vulnerabilities in your web applications with Burp SuiteKey FeaturesSet up and optimize Burp Suite to maximize its effectiveness in web application security testingExplore how Burp Suite can be used to execute various OWASP test casesGet to grips with the essential features and functionalities of Burp SuitePurchase of the print or Kindle book includes a free PDF eBookBook DescriptionWith its many features, easy-to-use interface, and flexibility, Burp Suite is the top choice for professionals looking to strengthen web application and API security.This book offers solutions to challenges related to identifying, testing, and exploiting vulnerabilities in web applications and APIs. It provides guidance on identifying security weaknesses in diverse environments by using different test cases. Once you've learned how to configure Burp Suite, the book will demonstrate the effective utilization of its tools, such as Live tasks, Scanner, Intruder, Repeater, and Decoder, enabling you to evaluate the security vulnerability of target applications. Additionally, you'll explore various Burp extensions and the latest features of Burp Suite, including DOM Invader.By the end of this book, you'll have acquired the skills needed to confidently use Burp Suite to conduct comprehensive security assessments of web applications and APIs.What you will learnPerform a wide range of tests, including authentication, authorization, business logic, data validation, and client-side attacksUse Burp Suite to execute OWASP test cases focused on session managementConduct Server-Side Request Forgery (SSRF) attacks with Burp SuiteExecute XML External Entity (XXE) attacks and perform Remote Code Execution (RCE) using Burp Suite's functionalitiesUse Burp to help determine security posture of applications using GraphQLPerform various attacks against JSON Web Tokens (JWTs)Who this book is forIf you are a beginner- or intermediate-level web security enthusiast, penetration tester, or security consultant preparing to test the security posture of your applications and APIs, this is the book for you.Table of ContentsGetting Started with Burp SuiteGetting to Know the Burp Suite of ToolsConfiguring, Crawling, Auditing, and Reporting with BurpAssessing Authentication SchemesAssessing Authorization ChecksAssessing Session Management MechanismsAssessing Business LogicEvaluating Input Validation ChecksAttacking the ClientWorking with Burp Suite Macros and ExtensionsImplementing Advanced Topic Attacks

9 特價2294
立即代訂
下次再買

Ionic 7

Ingram 出版
2023/09/20 出版
9 特價2918
立即代訂
下次再買

Flutter for Beginners - Third Edition

Packt 出版
2023/09/19 出版

Follow this step-by-step illustrated guide to launch your own Flutter apps and gain hands-on experienceKey Features: Get up to speed with the basics of Dart programming and delve into Flutter developmentLearn about Flutter widgets, plugins, and animations to create a high-quality, user-friendly appPackage and deploy your Flutter apps to achieve native-like performancePurchase of the print or Kindle book includes a free PDF eBookBook Description: There have been many attempts at creating frameworks that are truly cross-platform, but most struggle to create a native-like experience at high-performance levels. Flutter achieves this with an elegant design and a wealth of third-party plugins, solidifying its status as the future of mobile app development. If you are a mobile developer who wants to create rich and expressive native apps with the latest Google Flutter framework, this book is for you.You'll start with the basics of cross-platform development frameworks, specifically Flutter. You'll then explore the Dart programming language which is the foundation of the Flutter framework. Next, you'll get a feel for Flutter and how to create your first app, followed by an exploration of the various popular plugins that supplement the Flutter framework. Finally, you'll explore testing and app release, including some common glitches that you may experience.By the end of this book, you'll be well-equipped to create and release a basic Flutter app along with gaining a solid understanding of the Flutter framework and Dart language.What You Will Learn: Understand the Flutter framework and cross-platform developmentAcclimate the fundamentals of the Dart programming languageExplore Flutter widgets, the core widget library, and stateful and stateless widgetsDiscover the complete development lifecycle, including testing and debuggingGet familiar with both the mobile and web app release processesDig deeper into more advanced Flutter concepts like animationExplore common Flutter plugins ad how to use themDiscover the Flutter community and how to stay up-to-dateWho this book is for: If you are an existing mobile developer seeking a better way to develop cross-platform apps, an existing software developer looking to explore mobile app development, or someone investigating mobile apps and simply wants to know what the Flutter fuss is about, this is the book for you. Prior knowledge of Flutter and Dart is not required.

9 特價1926
立即代訂
下次再買

SQL Performance Tuning

Kiet,Huynh  著
Ingram 出版
2023/09/19 出版

Welcome to "SQL Performance Tuning: Proven Strategies for Optimizing Queries." In today's data-driven world, SQL query speed and efficiency are paramount. Whether you're a seasoned database pro or just starting your SQL journey, optimizing queries is essential. This book is your comprehensive guide to mastering SQL performance tuning. It equips you with the knowledge and techniques to boost your SQL queries' speed and efficiency. We begin by exploring why SQL performance matters and introducing core optimization concepts. You'll learn to identify bottlenecks and apply essential strategies. With hands-on examples and case studies, you'll tackle real-world SQL performance challenges, covering index tuning, storage optimization, and more. "SQL Performance Tuning: Proven Strategies for Optimizing Queries." empowers you to unlock your queries' full potential, delivering faster, more efficient solutions. Get ready to elevate your SQL performance. Let's optimize your queries and excel in the world of data.

9 特價752
立即代訂
下次再買

Learning SQL

Kiet,Huynh  著
Ingram 出版
2023/09/18 出版

Welcome to the book "Learning SQL: Master SQL Fundamentals"! SQL (Structured Query Language) is the most powerful and widely used database management language in the world. It is an indispensable tool for anyone working with data, from beginners to experts in the fields of information technology and database administration. This book is specially designed to help you gain a deeper understanding of SQL and master its fundamental concepts. We will guide you step by step through the essential aspects of SQL, from querying data to creating and managing tables, joining tables, aggregating data, and many other aspects of this language. Whether you are a beginner looking to learn SQL or an expert looking to refresh your knowledge, "Learning SQL: Master SQL Fundamentals" is a valuable resource for you. Let's embark on the journey of exploring SQL and becoming an expert in data management and querying. We hope this book helps you build a strong foundation in this field and achieve success in your career. Enjoy your reading and find it useful!

9 特價615
立即代訂
下次再買

Cisco Pyats -- Network Test and Automation Solution

Cisco Press 出版
2023/09/17 出版

Unlock the power of automated network testing with the Cisco pyATS framework. Written by industry experts John Capobianco and Dan Wade, Cisco pyATS--Network Test and Automation Solution is a comprehensive guide to the Cisco pyATS framework, a Python-based environment for network testing, device configuration, parsing, APIs, and parallel programming. Capobianco and Wade offer in-depth insights into the extensive capabilities of pyATS and the pyATS library (Genie). You'll learn how to leverage pyATS for network testing, including software version testing, interface testing, neighbor testing, and reachability testing. You'll discover how to generate intent-based configurations, create mock devices, and integrate pyATS into larger workflows using CI/CD pipelines and artificial intelligence. You'll explore the pyATS Blitz feature, which introduces a low-code no-code approach to network testing by allowing you to configure devices and write test cases using YAML, much like Ansible. And you'll learn how to reset devices during or after testing with the pyATS Clean feature, build a pyATS image from scratch for containerized application deployment, and much more. Whether you're a network professional, software developer, or preparing for the Cisco DevNet Expert Lab exam, this book is a must-have resource. Understand the foundations of NetDevOps and the modern network engineer's toolkit Install, upgrade, and work with the pyATS framework and library Define test cases, control the flow of test execution, and review test results with built-in reporting features Generate automated network documentation with Jinja2 templates and Genie Conf objects Apply CI/CD practices in network automation with GitLab, Ansible, and pyATS Leverage artificial intelligence in pyATS for enhanced network automation

9 特價2753
立即代訂
下次再買
頁數10/43
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing