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 Languages eBooks

If you like Programming Languages eBooks, then you'll love these top picks.
Showing 49 - 72 of 10605 Results
Skip side bar filters
  • OPNsense Configuration and Deployment Guide

    Definitive Reference for Developers and Engineers

    "OPNsense Configuration and Deployment Guide"The "OPNsense Configuration and Deployment Guide" is a comprehensive resource designed for IT professionals, network architects, and security administrators seeking in-depth mastery over OPNsense, the powerful open-source firewall and routing platform. The book begins by establishing a robust foundational knowledge, meticulously detailing OPNsense’s ... Read more

    $9.95 USD or Free with Kobo Plus

  • Raspberry Pi System Programming for Beginner

    This book helps how to learn system programming on Raspberry Pi using C language and core system libraries. Several code samples are provided for ease of understanding about system programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Compiler and Development Tools1.3 Hello WorldFile I/O2.1 Opening and Closing File2.1.1 open() and close()2.1.2 creat()2.1.3 Creating a New File<... ... Read more

    $4.28 USD

  • C# 7.0 All-in-One For Dummies

    Sharpen your knowledge of C#C# know-how is a must if you want to be a professional Microsoft developer. It's also good to know a little C# if you're building tools for the web, mobile apps, or other development tasks. C# 7.0 All-in-One For Dummies offers a deep dive into C# for coders still learning the nuances of the valuable programming language. Pop it open to get an intro into coding with C#, ... Read more

    $30.00 USD

  • Modern C

    by Jens Gustedt ...
    SummaryModern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.About the technologyC is extraordinarily modern for a 50-year-old programming language. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the ... Read more

    $43.99 USD

  • React Key Concepts

    An in-depth guide to React's core features

    Confidently implement React in your next project with this in-depth overview of React's core features – now updated for React 19. Purchase of the print or Kindle book includes a free PDF ebook and bonus content from the author. Key FeaturesWork through clear, concise explanations of core React 19 functionalitiesComplete practical exercises that challenge you to build your own simple appsDiscover ... Read more

    $35.99 USD or Free with Kobo Plus

  • Mastering Test-Driven Development (TDD)

    Building Reliable and Maintainable Software

    "Mastering Test-Driven Development (TDD): Building Reliable and Maintainable Software" provides an in-depth exploration of TDD, a methodology that transforms the way software is developed. This book delves into the core principles and practices of TDD, offering readers a comprehensive roadmap to enhance code quality and design through a test-first approach. From setting up a TDD-friendly ... Read more

    $9.99 USD or Free with Kobo Plus

  • Practical Foundations for Programming Languages

    by Robert Harper ...
    This text develops a comprehensive theory of programming languages based on type systems and structural operational semantics. Language concepts are precisely defined by their static and dynamic semantics, presenting the essential tools both intuitively and rigorously while relying on only elementary mathematics. These tools are used to analyze and prove properties of languages and provide the ... Read more

    $76.99 USD

  • Getting Started with .NET Gadgeteer

    Learn to Use This .NET Micro Framework-Powered Platform

    by Simon Monk ...
    Learn how to quickly build cool electronic gadgets with .NET Gadgeteer. With the easy-to-follow instructions in this guide, you’ll tackle five fascinating projects, using Microsoft’s rapid prototyping Gadgeteer platform. There’s no soldering involved—you simply plug in modules that make gadget-building quick and easy.Ideal for beginners, this book shows you how to work with modules and other ... Read more

    $10.99 USD

  • Selenium WebDriver 3 Practical Guide

    End-to-end automation testing for web and mobile browsers with Selenium WebDriver

    Real-world examples of cross-browser, mobile, and data-driven testing with all the latest features of Selenium WebDriver 3Key FeaturesUnlock the full potential of Selenium to test your web applicationsUse Selenium Grid for faster, parallel running, and cross-browser testingTest iOS and Android Apps with AppiumBook DescriptionSelenium WebDriver is an open source automation tool implemented through ... Read more

    $34.99 USD or Free with Kobo Plus

  • Learn PowerShell in a Month of Lunches, Fourth Edition

    Covers Windows, Linux, and macOS

    Designed for busy IT professionals, this innovative guide will take you from the basics to PowerShell proficiency through 25 tutorials you can do in your lunch break.In Learn PowerShell in a Month of Lunches, Fourth Edition you will learn:Discoverability with the Help systemBackground jobs and automation techniquesSimple scripting to automate repetitive tasksManaging cloud services from major ... Read more

    $40.99 USD

  • Python Machine Learning: Introduction to Machine Learning with Python

    Machine learning is the science of getting machines and computers to act and learn on their own without being programmed explicitly. In just the past decade, this field has given us practical speech recognition, self-driving cars, greatly improved understanding of the overall human genome, effective web search and much more. Therefore, there is no wondering why machine learning is so pervasive ... Read more

    $3.99 USD or Free with Kobo Plus

  • Hands-On C++23 Projects

    Build Real Command-Line Tools, File Parsers, Data Structures, STL Utilities, and Practical Modern C++ Applications

    Hands-On C++23 Projects is a practical programming guide for readers who want to learn modern C++ by building useful tools instead of only reading syntax explanations.Inside, readers build command-line utilities, file scanners, CSV inspectors, log summarizers, configuration readers, data pipelines, text indexers, mini test runners, report generators, and reusable project structures. Each chapter ... Read more

    $5.99 USD or Free with Kobo Plus

  • SQL Tuning

    Generating Optimal Execution Plans

    by Dan Tow ...
    A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications.There are two basic issues to focus on when tuning ... Read more

    $23.99 USD

  • Zig Programming Essentials

    Definitive Reference for Developers and Engineers

    "Zig Programming Essentials""Zig Programming Essentials" is the definitive guide for both newcomers and seasoned systems programmers seeking a comprehensive understanding of the Zig programming language. With a clear focus on Zig’s core tenets—simplicity, predictability, and performance—this book meticulously introduces readers to Zig’s unique philosophy and key features, such as safety, compile ... Read more

    $9.95 USD or Free with Kobo Plus

  • Web Scraping with Python

    by Ryan Mitchell ...
    If programming is magic, then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. This thoroughly updated third edition not only introduces you to web scraping but also serves as a comprehensive guide to scraping almost every type of data from the modern web.Part I focuses on ... Read more

    $41.99 USD

  • Learn LLVM 17

    A beginner's guide to learning LLVM compiler tools and core libraries with C++

    Learn how to build and use the complete spectrum of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core librariesKey FeaturesGet to grips with using LLVM libraries step by stepUnderstand the high-level design of LLVM compilers and apply these principles to your own compilerAdd a new backend to target an unsupported CPU ... Read more

    $37.99 USD or Free with Kobo Plus

  • Python One-Liners

    Write Concise, Eloquent Python Like a Professional

    Python programmers will improve their computer science skills with these useful one-liners.Python One-Liners will teach you how to read and write "one-liners": concise statements of useful functionality packed into a single line of code. You'll learn how to systematically unpack and understand any line of Python code, and write eloquent, powerfully compressed Python like an expert.The book's five ... Read more

    $34.99 USD

  • Mobile HTML5

    Using the Latest Today

    by Estelle Weyl ...
    Build kickass websites and applications for all mobile (and non-mobile) platforms by adding HTML5 and CSS3 to your web development toolkit. With this hands-on book, you’ll learn how to develop web apps that not only work on iOS, Android, Blackberry, and Windows Phone, but also perform well and provide good user experience.With lots of code and markup examples, you’ll learn best practices for using ... Read more

    $28.99 USD

  • Natural Language Processing with Python and spaCy

    A Practical Introduction

    by Yuli Vasiliev ...
    An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library.Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You'll learn how to leverage the spaCy library to extract meaning from text intelligently; ... Read more

    $26.99 USD

  • Build Your First Website

    And Thwack Zombies with HTML and CSS

    by John Rhea ...
    Series Book 0 - Undead Institute
    Build your first website from scratch and actually have fun doing it.This book walks you through the process, teaching you everything you need to know along the way. Plus we throw in lots of silly jokes and zombie references to keep you entertained and engaged. Learning doesn’t have to bore you to death (because then you might come back as a zombie and it’d just be messy).First we’ll look at HTML, ... Read more

    Free

  • Python for Kids: A Complete Beginner’s Guide to Coding with Fun Projects

    by Dorian Lexley ...
    Stop just playing video games and start building them.In a world run by technology, coding is the new superpower. Python for Kids is not just another textbook filled with boring grammar rules and complex jargon. It is an interactive, project-based guide designed to take you from a complete beginner to a capable coder who can speak the language of computers.Written specifically for young minds and ... Read more

    $6.99 USD or Free with Kobo Plus

  • C Programs with Solutions

    100% Pure Adrenaline

    Series Book 1 - Surf Rangers
    This book gives a rich collection of C programs. These programs that support the theoretical concepts are given in a large number to help students understand the concepts better. This book will be useful for students of BE, MCA, BCA, MSc, and BSc, which have C programming language as a part of the course. ... Read more

    $5.99 USD

  • Visual Studio Code for Python Programmers

    by April Speight ...
    Become proficient and efficient with Visual Studio Code and learn how to integrate all your external tools!Visual Studio Code for Python Programmers helps Python developers become not just familiar, but productive in Visual Studio Code. To start, you’ll find the steps for installing Visual Studio Code on Windows, Mac and Linux platforms, along with an introduction to the editing features of the ... Read more

    $30.00 USD

  • Types and Programming Languages

    A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, ... Read more

    $58.99 USD