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 769 - 792 of 10545 Results
Skip side bar filters
  • Math Adventures with Python

    An Illustrated Guide to Exploring Math with Code

    by Peter Farrell ...
    Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus!Math Adventures with Python will show you how to harness the power of programming to keep math relevant and fun. With the aid of the Python programming language, you'll learn how to visualize solutions to a range of ... Read more

    $25.59 CAD

  • DOM Enlightenment

    Exploring JavaScript and the Modern DOM

    by Cody Lindley ...
    With DOM Enlightenment, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to demonstrate how various node objects work.Over the past decade, developers have buried the DOM under frameworks that simplify its use. ... Read more

    $9.99 CAD

  • Writing Excel Macros with VBA

    Learning to Program the Excel Object Model Using VBA

    Newly updated for Excel 2002, Writing Excel Macros with VBA, 2nd Edition provides Excel power-users, as well as programmers who are unfamiliar with the Excel object model, with a solid introduction to writing Visual Basic for Applications (VBA) macros and programs for Excel. In particular, the book focuses on:The Visual Basic Editor and the Excel VBA programming environment. Excel features a ... Read more

    $28.99 CAD

  • Essential ActionScript 3.0

    ActionScript 3.0 Programming Fundamentals

    by Colin Moock ...
    ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API.Essential ActionScript has become the #1 resource for the Flash and ActionScript ... Read more

    $39.99 CAD

  • Performance Testing With JMeter 2.9

    by Bayo Erinle ...
    Performance Testing With JMeter 2.9 is a standard tutorial that will help you polish your fundamentals, guide you through various advanced topics, and along the process help you learn new tools and skills.This book is for developers, quality assurance engineers, testers, and test managers new to Apache JMeter, or those who are looking to get a good grounding in how to effectively use and become ... Read more

    $27.99 CAD or Free with Kobo Plus

  • Python Essentials For Dummies

    The no-nonsense way to get started coding in the Python programming languagePython Essentials For Dummies is a quick reference to all the core concepts in Python, the multifaceted general-purpose language used for everything from building websites to creating apps. This book gets right to the point, with no excess review, wordy explanations, or fluff, making it perfect as a desk reference on the ... Read more

    $12.99 CAD

  • ArcPy and ArcGIS

    Automating ArcGIS for Desktop and ArcGIS Online with Python

    Use Python modules such as ArcPy, ArcREST and the ArcGIS API for Python to automate the analysis and mapping of geospatial data.Key Features- Perform GIS analysis faster by automating tasks.- Access the spatial data contained within shapefiles and geodatabases and transform between spatial reference systems.- Automate the mapping of geospatial analyses and production of map books.Book ... Read more

    $47.99 CAD or Free with Kobo Plus

  • The Art of Writing Efficient Programs

    An advanced programmer's guide to efficient hardware utilization and compiler optimizations using C++ examples

    Become a better programmer with performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory management Key Features • Learn proven techniques from a heavyweight and recognized expert in C++ and high-performance computing • Understand the limitations of modern CPUs and their performance impact • Find out how you can avoid writing ... Read more

    $39.99 CAD or Free with Kobo Plus

  • Java Performance

    Series series Java Series
    “The definitive master class in performance tuning Java applications…if you love all the gory details, this is the book for you.”–James Gosling, creator of the Java Programming LanguageImprovements in the Java platform and new multicore/multiprocessor hardware have made it possible to dramatically improve the performance and scalability of Java software.Java™ Performance covers the latest Oracle ... Read more

    $47.99 CAD

  • Exploring Expect

    A Tcl-based Toolkit for Automating Interactive Programs

    by Don Libes ...
    Expect is quickly becoming a part of every UNIX user's toolbox. It allows you to automate Telnet, FTP, passwd, rlogin, and hundreds of other applications that normally require human interaction. Using Expect to automate these applications will allow you to speed up tasks and, in many cases, solve new problems that you never would have even considered before.For example, you can use Expect to test ... Read more

    $25.99 CAD

  • Getting Started with Roo

    Rapid Application Development for Java and Spring

    Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java—just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework's shell as an intelligent and timesaving code-completion tool. It's an ideal RAD tool because Roo does much of the tedious code maintenance.You'll get started by ... Read more

    $13.99 CAD

  • C++ Cookbook

    Solutions and Examples for C++ Programmers

    Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness.The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an ... Read more

    $31.99 CAD

  • HTML Manual of Style: A Clear, Concise Reference for Hypertext Markup Language (including HTML5)

    A Clear, Concise Reference for Hypertext Markup Language (including HTML5)

    by Larry Aronson ...
    THE CLASSIC WEB AUTHORING GUIDE, NOW 100% UPDATED AND BETTER THAN EVER!If it’s for the Web, this book will help you create it…faster, smarter, better! Don’t settle for canned templates or boilerplate designs! Take control, with the classic guide to HTML web authoring…now completely revised for the latest techniques and shortcuts, including HTML5!Build it right…Well-planned and well-organizedEasy ... Read more

    $28.99 CAD

  • Developing Enterprise iOS Applications

    iPhone and iPad Apps for Companies and Organizations

    by James Turner ...
    If you plan to develop iOS applications in a corporate setting—for internal consumption or for sale to end users—you need to read this book. Veteran developer James Turner shares best practices and lessons learned from his recent on-the-ground experience planning, building, and shipping an iOS application in an enterprise environment.With lots of examples and solid advice, you’ll learn how to use ... Read more

    $14.99 CAD

  • PHP Hacks

    Tips & Tools For Creating Dynamic Websites

    Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million web sites, surpassing Microsoft's ASP .NET technology in popularity. Not surprisingly, this surge in usage has resulted in a number of PHP books hitting the ... Read more

    $21.99 CAD

  • High Performance MySQL

    Proven Strategies for Operating at Scale

    How can you realize MySQL's full power? With High Performance MySQL, you'll learn advanced techniques for everything from setting service-level objectives to designing schemas, indexes, and queries to tuning your server, operating system, and hardware to achieve your platform's full potential. This guide also teaches database administrators safe and practical ways to scale applications through ... Read more

    $57.99 CAD

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket ... Read more

    $8.99 CAD

  • Cross-Platform Development with Qt 6 and Modern C++

    Design and build applications with modern graphical user interfaces without worrying about platform dependency

    by Nibedit Dey ...
    Enhance your cross-platform programming abilities with the powerful features and capabilities of Qt 6Key FeaturesLeverage Qt and C++ capabilities to create modern, cross-platform applications that can run on a wide variety of software applicationsExplore what’s new in Qt 6 and understand core concepts in depthBuild professional customized GUI applications with the help of Qt CreatorBook ... Read more

    $42.99 CAD or Free with Kobo Plus

  • Raspberry Pi Super Cluster

    This book follows a step-by-step, tutorial-based approach which will teach you how to develop your own super cluster using Raspberry Pi computers quickly and efficiently.Raspberry Pi Super Cluster is an introductory guide for those interested in experimenting with parallel computing at home. Aimed at Raspberry Pi enthusiasts, this book is a primer for getting your first cluster up and running ... Read more

    $24.99 CAD or Free with Kobo Plus

  • Understanding Computation

    From Simple Machines to Impossible Programs

    by Tom Stuart ...
    Finally, you can learn computation theory and programming language design in an engaging, practical way. Understanding Computation explains theoretical computer science in a context you’ll recognize, helping you appreciate why these ideas matter and how they can inform your day-to-day programming.Rather than use mathematical notation or an unfamiliar academic programming language like Haskell or ... Read more

    $28.99 CAD

  • Programming 3D Applications with HTML5 and WebGL

    3D Animation and Visualization for Web Pages

    by Tony Parisi ...
    Create high-performance, visually stunning 3D applications for the Web, using HTML5 and related technologies such as CSS3 and WebGL—the emerging web graphics standard. With this book, you’ll learn how to use the tools, frameworks, and libraries for building 3D models and animations, mind-blowing visual effects, and advanced user interaction in both desktop and mobile browsers.In two parts ... Read more

    $29.99 CAD

  • Kotlin Design Patterns and Best Practices

    Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin, 2nd Edition

    Future-proof your applications with best practices and design patterns in KotlinKey FeaturesUnderstand traditional and modern design patterns to improve the design of your applicationCombine the benefits of object-oriented, functional, reactive, and concurrent programmingChoose the best microservices architecture and frameworks for your web applicationBook DescriptionThis book shows you how easy ... Read more

    $39.99 CAD or Free with Kobo Plus

  • Fluent React

    Build Fast, Performant, and Intuitive Web Applications

    by Tejas Kumar ...
    When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this JavaScript library, including JSX syntax and advanced patterns, the virtual DOM, React reconciliation, and advanced optimization techniques. By becoming fluent in React, you'll quickly learn how ... Read more

    $57.99 CAD

  • Pro C# 10 with .NET 6

    Foundational Principles and Practices in Programming

    Series Book 10 - Professional and Applied Computing (R0)
    Welcome to the most comprehensive foundational guide available on the topic of C# coding and .NET. This book goes beyond “do this, to achieve this” to drill down into the core stuff that makes a good developer, great. This expanded 11th edition delivers loads of new content on Entity Framework, Razor Pages, Web APIs and more. You will find the latest C# 10 and .NET 6 features served up with plenty ... Read more

    $77.99 CAD