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 625 - 648 of 10544 Results
Skip side bar filters
  • 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

  • Object-Oriented Python

    Master OOP by Building Games and GUIs

    by Irv Kalb ...
    Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code.Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the ... Read more

    $5.39 CAD

  • Objects First with Java: A Practical Introduction Using BlueJ, Global Edition

    Tackle some of the biggest challenges in learning Functional Programming with this modern, up-to-date approach.Objects First with Java: A Practical Introduction, Global Edition, 6th Edition by Barnes and Kölling is an introduction to object-oriented programming, examining various programming concepts from a software engineering perspective.Ideal for beginners but also more advanced students and ... Read more

    $73.99 CAD

  • Living Clojure

    An Introduction and Training Plan for Developers

    by Carin Meier ...
    If you’re an experienced programmer who has not worked with Clojure before, this guide is the perfect thorough but gentle introduction for you. Author Carin Meier not only provides a practical overview of this JVM language and its functional programming concepts, but also includes a complete hands-on training course to help you learn Clojure in a structured way.The first half of the book takes you ... Read more

    $30.99 CAD

  • 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

    $13.99 CAD

  • Programming the Perl DBI

    Database programming with Perl

    One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of ... Read more

    $28.99 CAD

  • Programming Python

    by Mark Lutz ...
    Already the industry standard for Python users, ProgrammingPython fromO'Reilly just got even better. This third edition has been updated toreflect current best practices andthe abundance of changes introduced by the latest version of thelanguage, Python 2.5.Whether you're a novice or an advancedpractitioner, you'll find thisrefreshed book more than lives up to its reputation. ProgrammingPython, ... Read more

    $43.99 CAD

  • C Programming

    What is C?C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its ... Read more

    Free

  • C in a Nutshell

    The Definitive Reference

    The new edition of this classic O’Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along ... Read more

    $63.99 CAD

  • Enterprise Service Bus

    Theory in Practice

    Large IT organizations increasingly face the challenge of integrating various web services, applications, and other technologies into a single network. The solution to finding a meaningful large-scale architecture that is capable of spanning a global enterprise appears to have been met in ESB, or Enterprise Service Bus. Rather than conform to the hub-and-spoke architecture of traditional ... Read more

    $28.99 CAD

  • Functional Programming Using F#

    This comprehensive introduction to the principles of functional programming using F# shows how to apply basic theoretical concepts to produce succinct and elegant programs. It demonstrates the role of functional programming in a wide spectrum of applications including databases and systems. Coverage also includes advanced features in the .NET library, the imperative features of F# and topics such ... Read more

    $64.99 CAD

  • CSS Secrets

    Better Solutions to Everyday Web Design Problems

    by Lea Verou ...
    In this practical guide, CSS expert Lea Verou provides 47 undocumented techniques and tips to help intermediate-to advanced CSS developers devise elegant solutions to a wide range of everyday web design problems.Rather than focus on design, CSS Secrets shows you how to solve problems with code. You'll learn how to apply Lea's analytical approach to practically every CSS problem you face to attain ... Read more

    $31.99 CAD

  • Learn PHP Programming in 7Days - Ultimate PHP Crash Course For Beginners

    by Austin Myers ...
    PHP is a modern internet language that is used by millions of websites all over the world. At present, globally about 80% websites are using PHP. High traffic websites like Facebook, YouTube are also using PHP to power their online presence.PHP is very easy to learn but very powerful. It is user friendly in learning and in application. Learning PHP is not as difficult as other programming ... Read more

    $2.99 CAD or Free with Kobo Plus

  • Web Services Essentials

    Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

    by Ethan Cerami ...
    As a developer new to Web Services, how do you make sense of this emerging framework so you can start writing your own services today? This concise book gives programmers both a concrete introduction and a handy reference to XML web services, first by explaining the foundations of this new breed of distributed services, and then by demonstrating quick ways to create services with open-source Java ... Read more

    $19.99 CAD

  • XQuery

    Search Across a Variety of XML Data

    The W3C XQuery 3.1 standard provides a tool to search, extract, and manipulate content, whether it's in XML, JSON or plain text. With this fully updated, in-depth tutorial, you’ll learn to program with this highly practical query language.Designed for query writers who have some knowledge of XML basics, but not necessarily advanced knowledge of XML-related technologies, this book is ideal as both ... Read more

    $39.99 CAD

  • Reactive Programming with RxJava

    Creating Asynchronous, Event-Based Applications

    In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm ... Read more

    $35.99 CAD

  • Docker and Kubernetes for Java Developers

    Scale, deploy, and monitor multi-container applications

    Leverage the lethal combination of Docker and Kubernetes to automate deployment and management of Java applications Key FeaturesMaster using Docker and Kubernetes to build, deploy and manage Java applications in a jiffLearn how to create your own Docker image and customize your own cluster using KubernetesEmpower the journey from development to production using this practical guide.Book ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Raspberry Pi Projects for Kids

    by Daniel Bates ...
    This tutorial contains all-important information about how to use your Raspberry Pi to develop any application you like. It is broken down into several action-packed projects, each containing easy-to-follow steps, just to show you how easy and fun computer programming can be! If you are someone with a big imagination and would like to dive straight into the realm of technology and computers, then ... Read more

    $17.99 CAD or Free with Kobo Plus

  • Understanding ECMAScript 6

    The Definitive Guide for JavaScript Developers

    ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new ... Read more

    $26.39 CAD

  • Java Programming for Kids: Learn Java Step By Step and Build Your Own Interactive Calculator for Fun!

    Ever use that free calculator application on your computer? Probably, but chances are it was such an unmemorable experience that you couldn’t say for sure whether you have or not.What if that calculator knew your name? What if it carried on a conversation with you, and asked you questions? You’d probably remember it a little better! Maybe even make a point of using it whenever you needed to crack ... Read more

    $3.99 CAD or Free with Kobo Plus

  • Code the Classics Volume I

    Take inspiration from the golden age of video games and write your own modern classics.Learn the stories behind the seminal video games of the 1970s and 1980s, and create your own games inspired by them, using Python, Pygame Zero, and an IDE. In Code the Classics Volume I, readers will find:Game design tips and tricks from the mastersExpanded Python and Pygame Zero tutorialsGitHub tutorial for ... Read more

    $15.99 CAD or Free with Kobo Plus

  • Mastering Visual Studio 2017

    Build windows apps using WPF and UWP, accelerate cloud development with Azure, explore NuGet, and more

    A guide to mastering Visual Studio 2017Key Features\[\*\]Focus on coding with the new, improved, and powerful tools of VS 2017\[\*\]Master improved debugging and unit testing support capabilities\[\*\]Accelerate cloud development with the built-in Azure toolsBook DescriptionVisual Studio 2017 is the all-new IDE released by Microsoft for developers, targeting Microsoft and other platforms to build ... Read more

    $47.99 CAD or Free with Kobo Plus

  • Purely Functional Data Structures

    by Chris Okasaki ...
    Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional ... Read more

    $61.99 CAD

  • P.H.P Simple C.R.U.D Design

    Welcome to PHP SIMPLE CRUD DESIGN. This book / e-book is meant for everybody that want to learn and create simple CRUD web system.Every online system nowadays has common functions like add, update, delete, view and search regardless of what programming language being used. Website like Facebook, Flickr, Yahoo, Wikipedia and many more are also developed using PHP.Often, many final students complain ... Read more

    Free