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 385 - 408 of 10546 Results
Skip side bar filters
  • Head First Software Development

    A Learner's Companion to Software Development

    Even the best developers have seen well-intentioned software projects fail -- often because the customer kept changing requirements, and end users didn't know how to use the software you developed. Instead of surrendering to these common problems, let Head First Software Development guide you through the best practices of software development. Before you know it, those failed projects will be a ... Read more

    $32.99 CAD

  • C++: A Beginner's Guide, Second Edition

    Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace. ... Read more

    $29.99 CAD

  • CompTIA A+ Certification All-in-One Exam Guide

    How to pass the exam without over studying!

    by Tech Guru ...
    This eBook is intended for IT (Information Technology) professionals wishing to earn themselves a CompTIA A+ certification. Thus, it is assumed that a person reading this book has already obtained the basic knowledge required for Windows and computer operating systems. Although, the A+ certification is provided as an entry level qualification, hence, you do not need an in-depth understanding to ... Read more

    $4.16 CAD

  • Practical Test-Driven Development using C# 7

    Unleash the power of TDD by implementing real world examples under .NET environment and JavaScript

    Develop applications for the real world with a thorough software testing approachKey FeaturesDevelop a thorough understanding of TDD and how it can help you develop simpler applications with no defects using C\# and JavaScriptAdapt to the mindset of writing tests before code by incorporating business goals, code manageability, and other factorsMake all your software units and modules pass tests by ... Read more

    $47.99 CAD or Free with Kobo Plus

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... Read more

    $76.99 CAD

  • Guide to: Learning Python Decorators

    by Matt Harrison ...
    Guide To: Learning Python Decorators is a complete guide to the theory and implementation of decorators. Decorators are pretty common in Python. While not strictly necessary, they can reduce code size while enabling control of function input, invocation and output. Many explanations of decorators are brief and leave the reader somewhat confused. This book is an attempt to remedy that. It is based ... Read more

    $9.61 CAD

  • Microsoft Word VBA Codes Are Easy to Learn Under an Hour for Some People

    by Kenny L Keys ...
    You can quickly learn what a comment, an array, a variable, a text string, a VBA loop Statement, a With Statement, a Set Statement, a Dim Statement and the basic functions of Microsoft Word 2010 VBA from the pages of this small book, but you must first have the desire to learn VBA; without the desire, you’ll only end up being disappointed in this book or any other book.  When a person lacks an ... Read more

    $5.14 CAD

  • Creating Mobile Apps with Xamarin.Forms Preview Edition 2

    Series series Developer Reference
    This second Preview Edition ebook, now with 16 chapters, is about writing applications for Xamarin.Forms, the new mobile development platform for iOS, Android, and Windows phones unveiled by Xamarin in May 2014. Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms. ... Read more

    Free

  • PostgreSQL: Up and Running

    A Practical Guide to the Advanced Open Source Database

    Thinking of migrating to PostgreSQL? This clear, fast-paced introduction helps you understand and use this open source database system. Not only will you learn about the enterprise class features in versions 9.5 to 10, youâ??ll also discover that PostgeSQL is more than a database systemâ??itâ??s an impressive application platform as well.With examples throughout, this book shows you how to achieve ... Read more

    $39.99 CAD

  • Building HTML5 Games with ImpactJS

    An Introduction On HTML5 Game Development

    by Jesse Freeman ...
    Create a real 2D game from start to finish with ImpactJS, the JavaScript game framework that works with the HTML5's Canvas element. Making video games is hard work that requires technical skills, a lot of planning, and—most critically—a commitment to completing the project. With this hands-on guide, you’ll learn how to use Impact with other technologies step-by-step.You’ll pick up important tips ... Read more

    $14.99 CAD

  • Node.js for PHP Developers

    Porting PHP to Node.js

    by Daniel Howard ...
    If you’re an experienced PHP developer, you already have a head start on learning how to write Node.js code. In this book, author Daniel Howard demonstrates the remarkable similarities between the two languages, and shows you how to port your entire PHP web application to Node.js. By comparing specific PHP features with their Node counterparts, you’ll also discover how to refactor and improve ... Read more

    $22.99 CAD

  • Mastering Go

    Create Golang production applications using network libraries, concurrency, machine learning, and advanced data structures

    Publisher\\'s Note: This edition from 2019 is outdated and is not compatible with the latest version of Go. A new third edition, updated for 2021 and featuring the latest in Go programming, has now been published.Key FeaturesSecond edition of the bestselling guide to advanced Go programming, expanded to cover machine learning, more Go packages and a range of modern development techniquesCompletes ... Read more

    $55.99 CAD or Free with Kobo Plus

  • Learn HTML Programming in 7 Days : Ultimate Beginners Guide to Build and Design Your Own Website

    by Austin Myers ...
    This book will guide you to learn HTML in 7 days in easy to understand language. Most of the people feel that learning HTML is difficult, but they are going to be proved wrong after reading this book. People should treat HTML same as other computer language to learn it fast and better. People need to realize is that this language, after they start to catch onto the way it works, is going to be one ... Read more

    $2.99 CAD or Free with Kobo Plus

  • Microservices Patterns

    With examples in Java

    "A comprehensive overview of the challenges teams face when moving to microservices, with industry-tested solutions to these problems." - Tim Moore, Lightbend44 reusable patterns to develop and deploy reliable production-quality microservices-based applications, with worked examples in Java****Key Features44 design patterns for building and deploying microservices applicationsDrawing on decades of ... Read more

    $65.99 CAD

  • Python GUI Programming with Tkinter

    Design and build functional and user-friendly GUI applications, 2nd Edition

    by Alan D. Moore ...
    Transform your evolving user requirements into feature-rich Tkinter applicationsKey FeaturesExtensively revised with new content on RESTful networking, classes in Tkinter, and the Notebook widgetTake advantage of Tkinter's lightweight, portable, and easy-to-use featuresBuild better-organized code and learn to manage an evolving codebaseBook DescriptionTkinter is widely used to build GUIs in Python ... Read more

    $43.99 CAD or Free with Kobo Plus

  • Practice of Programming, The

    Series series Addison-Wesley Professional Computing Series
    With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive.The practice of programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve ... Read more

    $47.99 CAD

  • Adobe Dreamweaver CS5 with PHP

    Training from the Source

    by David Powers ...
    Series series Training from the Source
    This Adobe-approved, project-based guide from one of the world's most popular web design authors, David Powers, will teach readers how to progress from designing static websites to building dynamic websites in Adobe Dreamweaver CS5. Using step-by-step instructions with projects that build on the knowledge acquired in each lesson, readers will learn about the new PHP features in Dreamweaver CS5, ... Read more

    $43.99 CAD

  • Learning R

    A Step-by-Step Function Guide to Data Analysis

    Learn how to perform data analysis with the R language and software environment, even if you have little or no programming experience. With the tutorials in this hands-on guide, youâ??ll learn how to use the essential R tools you need to know to analyze data, including data types and programming concepts.The second half of Learning R shows you real data analysis in action by covering everything ... Read more

    $47.99 CAD

  • 250 CSS3 Interview Questions and Answers

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive CSS3 interview ... Read more

    $1.37 CAD

  • Java Performance

    In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond

    by Scott Oaks ...
    Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be adept at understanding how code behaves in the Java Virtual Machine—including the tunings likely to help performance. This updated second edition helps you gain in-depth knowledge of Java application performance using ... Read more

    $54.99 CAD

  • Responsive Web Design with HTML5 and CSS

    Build future-proof responsive websites using the latest HTML5 and CSS techniques

    by Ben Frain ...
    Harness the latest capabilities of HTML5 and CSS to create a single UI that works flawlessly on mobile phones, tablets, and desktops — plus everything in-between – now with color images! Get With Your Book: PDF Copy, AI Assistant, and Next-Gen Reader FreeKey FeaturesUnderstand what responsive web design is and its significance for modern web developmentExplore the latest developments in responsive ... Read more

    $56.99 CAD or Free with Kobo Plus

  • Python For Kids For Dummies

    by Brendan Scott ...
    Series series For Kids For Dummies
    The kid-friendly way to learning coding with PythonCalling all wanna-be coders! Experts point to Python as one of the best languages to start with when you're learning coding, and Python For Kids For Dummies makes it easier than ever. Packed with approachable, bite-sized projects that won't make you lose your cool, this fun and friendly guide teaches the basics of coding with Python in a language ... Read more

    $28.99 CAD

  • Arduino Sketch for ESP32 Development Workshop

    This book is designed to help readers to get started with Arduino development with Sketch program on ESP32 boards. You will learn the following topics in this book:Preparing Development EnvironmentSketch ProgrammingWorking with UART- Serial CommunicationWorking with Analog Input and PWMWorking with SPIWorking with I2CESP32 WiFi Networking and IoT ApplicationWorking with EEPROM ... Read more

    $4.48 CAD

  • Making Isometric Social Real-Time Games with HTML5, CSS3, and JavaScript

    Rendering Simple 3D Worlds with Sprites and Maps

    Anyone familiar with Zynga's Farmville understands how fun and addictive real-time social games can be. This hands-on guide shows you how to design and build one of these games from start to finish, with nothing but open source tools. You'll learn how to render graphics, animate with sprites, add sound, validate scores to prevent cheating, and more, using detailed examples and code samples.By the ... Read more

    $14.99 CAD