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 10587 Results
Skip side bar filters
  • AppleScript: The Missing Manual

    The Missing Manual

    From newspapers to NASA, Mac users around the world use AppleScript to automate their daily computing routines. Famed for its similarity to English and its ease of integration with other programs, AppleScript is the perfect programming language for time-squeezed Mac fans. As beginners quickly realize, however, AppleScript has one major shortcoming: it comes without a manual.No more. You don't need ... Read more

    $17.29 USD

  • Java Language Specification, Java SE 7 Edition, The

    Series series Java Series
    Written by the inventors of the technology, The Java® Language Specification, Java SE 7 Edition,** is the definitive technical reference for the Java programming language. The book provides complete, accurate, and detailed coverage of the Java programming language. It fully describes the new features added in Java SE 7, including the try-with-resources statement, multi-catch, precise rethrow, ... Read more

    $52.19 USD

  • Kotlin and Android Development featuring Jetpack

    Build Better, Safer Android Apps

    by Michael Fazio ...
    Start building native Android apps the modern way in Kotlin with Jetpack's expansive set of tools, libraries, and best practices. Learn how to create efficient, resilient views with Fragments and share data between the views with ViewModels. Use Room to persist valuable data quickly, and avoid NullPointerExceptions and Java's verbose expressions with Kotlin. You can even handle asynchronous web ... Read more

    $30.99 USD

  • Scala for the Impatient

    by Cay Horstmann ...
    Scala 3--A Clear, Concise GuideScala 3 is concise, consistent, flexible, robust, and efficient, but there's a lot to learn and navigating features and improvements can be challenging. Scala for the Impatient, Third Edition, is a complete yet concise guide that reflects the major enhancements of Scala 3, from improved syntax and revamped type system to powerful contextual abstractions.This ... Read more

    $43.19 USD

  • Java: The Good Parts

    Unearthing the Excellence in Java

    by Jim Waldo ...
    What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.Every language eventually builds up crud, Java included. The core language has become increasingly large ... Read more

    $17.29 USD

  • C# Programming Illustrated Guide For Beginners & Intermediates: The Future Is Here! Learning By Doing Approach

    C# Programming Illustrated Guide For Beginners & IntermediatesLearn Coding Fast! With Practical Easy To Follow Examples And Step By Step Instructions!Why should you choose to learn C# programming?C sharp programing was developed by Microsoft and is USED in all their products!C# is definitely a great way to get started in the world of programming, and since one of the biggest software giants ... Read more

    $4.97 USD or Free with Kobo Plus

  • 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.36 USD

  • Improving your Penetration Testing Skills

    Strengthen your defense against web attacks with Kali Linux and Metasploit

    Evade antiviruses and bypass firewalls with the most widely used penetration testing frameworksKey FeaturesGain insights into the latest antivirus evasion techniquesSet up a complete pentesting environment using Metasploit and virtual machinesDiscover a variety of tools and techniques that can be used with Kali LinuxBook DescriptionPenetration testing or ethical hacking is a legal and foolproof ... Read more

    $31.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.29 USD

  • Rust for Rustaceans

    Idiomatic Programming for Experienced Developers

    by Jon Gjengset ...
    Master professional-level coding in Rust.For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.Author Jon Gjengset takes you deep into ... Read more

    $34.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.69 USD

  • 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

  • Android System Programming

    Porting, customizing, and debugging Android HAL

    by Roger Ye ...
    Build, customize, and debug your own Android systemKey FeaturesMaster Android system-level programming by integrating, customizing, and extending popular open source projectsUse Android emulators to explore the true potential of your hardwareMaster key debugging techniques to create a hassle-free development environmentBook DescriptionAndroid system programming involves both hardware and software ... Read more

    $41.39 USD or Free with Kobo Plus

  • AppleScript Automation Guide

    Definitive Reference for Developers and Engineers

    "AppleScript Automation Guide"The "AppleScript Automation Guide" is an authoritative and comprehensive resource for professionals and power users seeking to master macOS automation through AppleScript. Beginning with a meticulous exploration of AppleScript’s architecture, language evolution, and integral role in the macOS ecosystem, the guide builds a strong understanding of scripting fundamentals ... Read more

    $9.95 USD or Free with Kobo Plus

  • 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.79 USD or Free with Kobo Plus

  • 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.09 USD

  • Getting Started with Forex Trading Using Python

    Beginner's guide to the currency market and development of trading algorithms

    by Alex Krishtop ...
    Discover how today's forex market works and understand the essential risks in forex algo trading and how to mitigate themKey FeaturesBuild trading applications with research and without advanced Python programming skillsDive into professional fx trading while enhancing your trading apps to be more accurateDevelop simple yet efficient backtesting applications to help keep your expectations ... Read more

    $27.89 USD or Free with Kobo Plus

  • Caddy for Modern Web Infrastructure

    The Complete Guide for Developers and Engineers

    by William Smith ...
    "Caddy for Modern Web Infrastructure""Caddy for Modern Web Infrastructure" is a definitive guide to harnessing the full power of the Caddy web server in contemporary cloud-native environments. Bridging foundational theory and hands-on practice, this comprehensive resource explores Caddy’s unique philosophy, robust architecture, and modular extensibility, providing readers with a clear ... Read more

    $9.95 USD or Free with Kobo Plus

  • Python for Finance Cookbook

    Over 80 powerful recipes for effective financial data analysis, 2nd Edition

    by Eryk Lewinson ...
    Use modern Python libraries such as pandas, NumPy, and scikit-learn and popular machine learning and deep learning methods to solve financial modeling problemsPurchase of the print or Kindle book includes a free eBook in the PDF formatKey FeaturesExplore unique recipes for financial data processing and analysis with PythonApply classical and machine learning approaches to financial time series ... Read more

    $35.99 USD or Free with Kobo Plus

  • Java

    Beginner's Guide to Programming Code with Java

    Series Book 1 - Java Programming Series
    Learn Java programming today and begin your path towards Java programming mastery!In this Definitive Java Guide, you're about to discover how to...How to program code in Java through learning the core essentials that every Java programmer must know. Learning Java is going to benefit you because it is going to help you in writing programs for the Web as well as being a stepping stone for learning ... Read more

    $2.99 USD or Free with Kobo Plus

  • PYTHON PROGRAMMING

    Want To Master The Basics Of Python Programming In 7 days?Why Python?Python is the easiest to learn and once you have a good grounding in it, you can move on to another, more complicated language. Python is a beautiful computer language. It is simple, and it is intuitive. Python is used by a sorts of people – data scientists use it for much of their number crunching and analytics; security testers ... Read more

    Free

  • 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

  • C Programming Language, A Step By Step Beginner's Guide To Learn C Programming In 7 Days.

    Are You Ready To Learn C?C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, you are ... Read more

    Free