Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Programming eBooks

If you like Programming eBooks, then you'll love these top picks.
Showing 433 - 456 of 7461 Results
Skip side bar filters
  • Clean Code in JavaScript

    Develop reliable, maintainable, and robust JavaScript

    Get the most out of JavaScript for building web applications through a series of patterns, techniques, and case studies for clean codingKey FeaturesWrite maintainable JS code using internal abstraction, well-written tests, and well-documented codeUnderstand the agents of clean coding like SOLID principles, OOP, and functional programmingExplore solutions to tackle common JavaScript challenges in ... Read more

    $26.99 USD or Free with Kobo Plus

  • Deep Learning

    A Practitioner's Approach

    Although interest in machine learning has reached a high point, lofty expectations often scuttle projects before they get very far. How can machine learning—especially deep neural networks—make a real difference in your organization? This hands-on guide not only provides the most practical information available on the subject, but also helps you get started building efficient deep learning ... Read more

    $36.99 USD

  • UX for AI

    A Framework for Designing AI-Driven Products

    by Greg Nudelman ...
    Learn to research, plan, design, and test the UX of AI-powered productsUnlock the future of design with UX for AI—your indispensable guide to not only surviving but thriving in a world powered by artificial intelligence. Whether you're a seasoned UX designer or a budding design student, this book offers a lifeline for navigating the new normal, ensuring you stay relevant, valuable, and ... Read more

    $30.00 USD

  • Technologies and Applications for Big Data Value

    Series series Computer Science (R0)
    This open access book explores cutting-edge solutions and best practices for big data and data-driven AI applications for the data-driven economy. It provides the reader with a basis for understanding how technical issues can be overcome to offer real-world solutions to major industrial areas.The book starts with an introductory chapter that provides an overview of the book by positioning the ... Read more

    Free

  • Understanding Compression

    Data Compression for Modern Developers

    If you want to attract and retain users in the booming mobile services market, you need a quick-loading app that won’t churn through their data plans. The key is to compress multimedia and other data into smaller files, but finding the right method is tricky. This witty book helps you understand how data compression algorithms work—in theory and practice—so you can choose the best solution among ... Read more

    $23.99 USD

  • Basic Training for NVDA

    by NV Access ...
    The Basic Training for NVDA eBook is the first module in the official set of training materials for learning to use the free NVDA screen reader.This eBook is suitable for the new and existing user wishing to improve proficiency.Topics covered include: Getting started with NVDA and Windows, basic configuration, writing and editing text, document formatting, file management, multi-tasking, browsing ... Read more

    $25.50 USD

  • 25 Recipes for Getting Started with R

    Excerpts from the R Cookbook

    by Paul Teetor ...
    R is a powerful tool for statistics and graphics, but getting started with this language can be frustrating. This short, concise book provides beginners with a selection of how-to recipes to solve simple problems with R. Each solution gives you just what you need to know to use R for basic statistics, graphics, and regression.You'll find recipes on reading data files, creating data frames, ... Read more

    $11.99 USD

  • Designing for Situation Awareness

    An Approach to User-Centered Design, Third Edition

    Developed by the leading scientists in the field*, Designing for Situation Awareness: An Approach to User-Centered Design, Third Edition* offers a systematic and successful methodology for supporting the situation awareness (SA) of individuals and teams who work in complex and demanding environments.Newly updated to reflect the latest research on SA, this new edition provides needed background on ... Read more

    $134.99 USD

  • Mastering Hybrid Cloud with Azure: Seamless Integration of On-Premises and Cloud Workloads

    Unlock the full potential of hybrid cloud with "Mastering Hybrid Cloud with Azure", the definitive guide for IT professionals, architects, and decision-makers looking to integrate on-premises infrastructure with Microsoft Azure. As enterprises embrace the flexibility and scalability of the cloud, the hybrid approach has emerged as the most strategic solution—balancing control, compliance, and ... Read more

    $9.99 USD or Free with Kobo Plus

  • Virtual Reality Headsets - A Theoretical and Pragmatic Approach

    The purpose of virtual reality is to make possible a sensorimotor and cognitive activity for a user in a digitally created artificial world. Recent advances in computer technology have led to a new generation of VR devices such as VR headsets. Accordingly, virtual reality poses many new scientific challenges for researchers and professionals.The aim of this book, a manual meant for both designers ... Read more

    $72.99 USD

  • LaTeX Graphics with TikZ

    A practitioner's guide to drawing 2D and 3D images, diagrams, charts, and plots

    Unleash the power of LaTeX to create professional text, articles, diagrams, and charts using TikZ and its wide range of features for stunning 2D and 3D effects Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesAchieve native construction of images and diagrams in your LaTex theses, articles, or books with enhanced qualityDiscover comprehensive explanations and real-world ... Read more

    $34.99 USD or Free with Kobo Plus

  • Taming the Machine

    Ethically Harness the Power of AI

    by Nell Watson ...
    WINNER: Choice Reviews - Outstanding Academic Title, 2025WINNER: Goody Business Book Award 2024 - Technology - GeneralAI promises to transform our world, supercharging productivity and driving new innovations. Taming the Machine uncovers how you can responsibly harness the power of AI with confidence.AI has the potential to become a personal assistant, a creative partner, an editor and a re... ... Read more

    $15.99 USD

  • Deep Learning With Python

    Practical Guide for Beginners

    by Mike Krebbs ...
    Series series Data Sciences
    Are you thinking of learning more about Machine Learning using R?Deep learning is constantly being mentioned today, as organizations cross over their businesses attempts to discover how to utilize progressed computational strategies to discover helpful data that is covered up crosswise over enormous swaths of information. While the field of artificial intelligence is decades old, leaps forward in ... Read more

    $18.63 USD

  • Apache Ignite Quick Start Guide

    Distributed data caching and processing made easy

    by Sujoy Acharya ...
    Build efficient, high-performance & scalable systems to process large volumes of data with Apache IgniteKey FeaturesUnderstand Apache Ignite's in-memory technologyCreate High-Performance app components with IgniteBuild a real-time data streaming and complex event processing systemBook DescriptionApache Ignite is a distributed in-memory platform designed to scale and process large volume of data. ... Read more

    $25.99 USD or Free with Kobo Plus

  • Data Engineering with AWS

    Learn how to design and build cloud-based data transformation pipelines using AWS

    by Gareth Eagar ...
    The missing expert-led manual for the AWS ecosystem — go from foundations to building data engineering pipelines effortlessly Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesLearn about common data architectures and modern approaches to generating value from big dataExplore AWS tools for ingesting, transforming, and consuming data, and for orchestrating ... Read more

    $46.99 USD or Free with Kobo Plus

  • Parsing with Perl 6 Regexes and Grammars

    A Recursive Descent into Parsing

    by Moritz Lenz ...
    Series series Professional and Applied Computing (R0)
    Write good regexes and parsers with the Perl 6 programming language. You’ll see how regexes are used for searching, parsing, and validation: in particular the grammar extension makes them uniquely suitable for parsing, the main focus of this book. Written by Perl 6 expert Moritz Lenz, a core contributor of Rakudo, Parsing with Perl 6 Regexes and Grammars starts from the very basics of regular ... Read more

    $31.99 USD

  • Sketching User Experiences: The Workbook

    In Sketching User Experiences: The Workbook, you will learn, through step-by-step instructions and exercises, various sketching methods that will let you express your design ideas about user experiences across time. Collectively, these methods will be your sketching repertoire: a toolkit where you can choose the method most appropriate for developing your ideas, which will help you cultivate a ... Read more

    $18.99 USD

  • Hybride KI mit Machine Learning und Knowledge Graphs

    Innovative Lösungen aus der Praxis

    Seit den 2010er Jahren hat die Künstliche Intelligenz (KI) durch Erfolge im Machine Learning (ML) einen enormen Schub erfahren. Einerseits durch die stark angewachsene Menge verfügbarer digitaler Daten und andererseits durch Innovationen im Bereich der Künstlichen Neuronalen Netze und des Deep Learning (DL). Wissensbasierte KI umfasst neben traditionellen Expertensystemen und Regelsystemen auch ... Read more

    Free

  • An Introduction to Python and Computer Programming

    by Yue Zhang ...
    Series series Engineering (R0)
    This book introduces Python programming language and fundamental concepts in algorithms and computing. Its target audience includes students and engineers with little or no background in programming, who need to master a practical programming language and learn the basic thinking in computer science/programming. The main contents come from lecture notes for engineering students from all ... Read more

    $107.99 USD

  • Mastering PostGIS

    Modern ways to create, analyze, and implement spatial data

    Write efficient GIS applications using PostGIS - from data creation to data consumptionKey FeaturesLearn how you can use PostGIS for spatial data analysis and manipulationOptimize your queries and build custom functionalities for your GIS applicationA comprehensive guide with hands-on examples to help you master PostGIS with easeBook DescriptionPostGIS is open source extension onf PostgreSQL ... Read more

    $27.99 USD or Free with Kobo Plus

  • Mastering Efficient Data Modeling with MongoDB

    by Pedro Martins ...
    CartWelcome to our AcademySkip to product informationOpen media 1 in modalMastering Efficient Data Modeling with MongoDBRegular price€25,00 EUR Sale price€15,00 EURSaleTax included.QuantityDecrease quantity for Mastering Efficient Data Modeling with MongoDBIncrease quantity for Mastering Efficient Data Modeling with MongoDBAdd to cartBuy now with ShopPayBuy withMore payment options"Maste... ... Read more

    $10.00 USD or Free with Kobo Plus

  • Splunk 7.x Quick Start Guide

    Gain business data insights from operational intelligence

    Learn how to architect, implement, and administer a complex Splunk Enterprise environment and extract valuable insights from business data.Key FeaturesUnderstand the various components of Splunk and how they work together to provide a powerful Big Data analytics solution.Collect and index data from a wide variety of common machine data sourcesDesign searches, reports, and dashboard visualizations ... Read more

    $34.99 USD or Free with Kobo Plus

  • Beginning Ruby 3

    From Beginner to Pro

    Series series Professional and Applied Computing (R0)
    Learn the principles behind object-oriented programming in Ruby and within a few chapters create a fully functional Ruby 3-based application. You'll gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which will be needed for your first Ruby application. Based on the bestselling first and second editions, Beginning Ruby 3, 4th ... Read more

    $53.99 USD

  • Practical Computer Vision

    Extract insightful information from images using TensorFlow, Keras, and OpenCV

    A practical guide designed to get you from basics to current state of art in computer vision systems.Key FeaturesMaster the different tasks associated with Computer Vision and develop your own Computer Vision applications with easeLeverage the power of Python, Tensorflow, Keras, and OpenCV to perform image processing, object detection, feature detection and moreWith real-world datasets and fully ... Read more

    $27.99 USD or Free with Kobo Plus