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 1081 - 1104 of 10548 Results
Skip side bar filters
  • OpenGL Game Development By Example

    Design and code your own 2D and 3D games efficiently using OpenGL and C++

    Design and code your own 2D and 3D games efficiently using OpenGL and C++ Key Features\[\*\] Create 2D and 3D games completely, through a series of end-to-end game projects\[\*\] Learn to render high performance 2D and 3D graphics using OpenGL\[\*\] Implement a rudimentary game engine using step-by-step codeBook DescriptionOpenGL is one of the most popular rendering SDKs used to develop games. ... Read more

    $55.99 CAD or Free with Kobo Plus

  • Getting Started with Processing.py

    Making Interactive Graphics with Processing's Python Mode

    Processing opened up the world of programming to artists, designers, educators, and beginners. The Processing.py Python implementation of Processing reinterprets it for today's web. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project, Reas and Fry, along with co-author Allison Parrish, Getting ... Read more

    $20.99 CAD

  • Drupal 8 Module Development

    Build modules and themes using the latest version of Drupal 8

    by Daniel Sipos ...
    Learn to create and customize impressive Drupal 8 modules to extend your website\\'s functionalitiesKey FeaturesExplore a plethora of Drupal 8 APIs and get the best out of them using the power of PHP codingLearn to implement efficient data management and data security by creating dedicated modules for it.Stay up to date with the changes introduced in the new Drupal 8 releasesBook DescriptionDrupal ... Read more

    $37.99 CAD or Free with Kobo Plus

  • Learning Angular for .NET Developers

    Develop dynamic .NET web applications powered by Angular 4

    Build efficient web apps and deliver great results by integrating Angular and the .NET frameworkKey Features\[\*\] Become a more productive developer and learn to use frameworks that implement good development practices\[\*\] Achieve advanced autocompletion, navigation, and refactoring in Angular using Typescript\[\*\] Follow a gradual introduction to the concepts with a lot of examples and ... Read more

    $37.99 CAD or Free with Kobo Plus

  • Pro JPA 2 in Java EE 8

    An In-Depth Guide to Java Persistence APIs

    Series series Professional and Applied Computing (R0)
    Learn to use the Java Persistence API (JPA) and other related APIs as found in the Java EE 8 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of JPA usage for experienced Java developers.Authors Mike Keith, Merrick Schincariol and Massimo Nardone take a hands-on approach, based on their ... Read more

    $80.99 CAD

  • OpenCL Programming by Example

    This book follows an example-driven, simplified, and practical approach to using OpenCL for general purpose GPU programming.If you are a beginner in parallel programming and would like to quickly accelerate your algorithms using OpenCL, this book is perfect for you! You will find the diverse topics and case studies in this book interesting and informative. You will only require a good knowledge of ... Read more

    $38.99 CAD or Free with Kobo Plus

  • Testable JavaScript

    Ensuring Reliable Code

    One skill that’s essential for any professional JavaScript developer is the ability to write testable code. This book shows you what writing and maintaining testable JavaScript for the client- or server-side actually entails, whether you’re creating a new application or rewriting legacy code.From methods to reduce code complexity to unit testing, code coverage, debugging, and automation, you’ll ... Read more

    $25.99 CAD

  • Going GAS

    From VBA to Google Apps Script

    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their ... Read more

    $27.99 CAD

  • C# for the Approved Workman

    Drawing from many years of professional software development and teaching experience, I prepared an innovative text that presents the C# language in a simple, yet powerful way, at the same time integrating Biblical perspective.Few textbooks address the simplicity of C#, many are unable to address the complexity of real-world systems, and few if any have attempted to integrate faith with content to ... Read more

    Free

  • Django Design Patterns and Best Practices

    Industry-standard web development techniques and solutions using Python

    Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secure and maintainable web applications requires ... Read more

    $41.99 CAD or Free with Kobo Plus

  • JavaScript A Beginners Guide 4/E

    by John Pollock ...
    Fully updated for the latest JavaScript standard and featuring a new chapter on HTML5 and jQuery JavaScript: A Beginner's Guide shows how to create dynamic Web pages complete with special effects using today's leading Web development language. With the growth of HTML 5, JavaScript is expected to grow even more to script the canvas element, add drag and drop functionality, and more. This fast ... Read more

    $43.99 CAD

  • Learning TensorFlow.js

    by Gant Laborde ...
    Given the demand for AI and the ubiquity of JavaScript, TensorFlow.js was inevitable. With this Google framework, seasoned AI veterans and web developers alike can help propel the future of AI-driven websites. In this guide, author Gant Laborde (Google Developer Expert in machine learning and the web) provides a hands-on end-to-end approach to TensorFlow.js fundamentals for a broad technical ... Read more

    $47.99 CAD

  • How JavaScript Works

    A light-hearted romp thru the world’s most misunderstood programming language.Douglas Crockford starts by looking at the fundamentals: names, numbers, booleans, characters, and bottom values. JavaScript’s number type is shown to be faulty and limiting, but then Crockford shows how to repair those problems. He then moves on to data structures and functions, exploring the underlying mechanisms and ... Read more

    $32.99 CAD or Free with Kobo Plus

  • Ruby Way, The

    Solutions and Techniques in Ruby Programming

    Series series Addison-Wesley Professional Ruby Series
    For more than a decade, Ruby developers have turned to The Ruby Way for reliable “how-to” guidance on effective Ruby programming. Now, Hal Fulton and André Arko have thoroughly updated this classic guide to cover new language enhancements and developers’ experiences through Ruby 2.1.The new edition illuminates Ruby 2.1 through 400+ examples, each answering the question: “How do I do this in Ruby?” ... Read more

    $47.99 CAD

  • Web Storage API

    Learn how to store data from your website with JavaScript

    by J.D Gauchat ...
    Learn how to use the Web Storage API to store information on the user's computer. After reading this guide, you will know how to define a temporary or permanent storage space for your website, and how to store and retrieve data.Table of ContentsWEB STORAGE APIStorage SystemsSession StorageStoring DataReading DataDeleting DataLocal StorageStorage EventQUICK REFERENCEStorageEventThis guide assumes . ... Read more

    $2.60 CAD or Free with Kobo Plus

  • Mastering Lua Programming

    From Basics to Expert Proficiency

    by William Smith ...
    "Mastering Lua Programming: From Basics to Expert Proficiency" is a comprehensive guide designed to lead you through the nuances of Lua, from fundamental concepts to advanced techniques. This book covers essential topics such as variables, data types, operators, and control structures, providing a solid foundation for any aspiring Lua developer. With a meticulous approach, it delves into functions ... Read more

    $9.99 CAD or Free with Kobo Plus

  • Mastering Spring 5.0

    Master reactive programming, microservices, Cloud Native applications, and more

    Develop cloud native applications with microservices using Spring Boot, Spring Cloud, and Spring Cloud Data FlowKey Features\[\*\] Explore the new features and components in Spring\[\*\] Evolve towards micro services and cloud native applications\[\*\] Gain powerful insights into advanced concepts of Spring and Spring Boot to develop applications more effectively\[\*\] Understand the basics of ... Read more

    $47.99 CAD or Free with Kobo Plus

  • The Reasoned Schemer, second edition

    A new edition of a book, written in a humorous question-and-answer style, that shows how to implement and use an elegant little programming language for logic programming.The goal of this book is to show the beauty and elegance of relational programming, which captures the essence of logic programming. The book shows how to implement a relational programming language in Scheme, or in any other ... Read more

    $47.99 CAD

  • Hands-On Object-Oriented Programming with C#

    Build maintainable software with reusable code using C#

    Enhance your programming skills by learning the intricacies of object oriented programming in C\# 8Key FeaturesUnderstand the four pillars of OOP; encapsulation, inheritance, abstraction and polymorphismLeverage the latest features of C\# 8 including nullable reference types and Async StreamsExplore various design patterns, principles, and best practices in OOPBook DescriptionObject-oriented ... Read more

    $37.99 CAD or Free with Kobo Plus

  • Learning SQL

    Generate, Manipulate, and Retrieve Data

    by Alan Beaulieu ...
    As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You’ll find new chapters on SQL and big data, analytic functions, and ... Read more

    $57.99 CAD

  • JavaScript : Object-Oriented Programming

    Build sophisticated web applications by mastering the art of Object-Oriented JavascriptAbout This BookLearn popular Object-Oriented programming (OOP) principles and design patterns to build robust appsImplement Object-Oriented concepts in a wide range of frontend architecturesCapture objects from real-world elements and create object-oriented code that represents themLearn the latest ES6 features ... Read more

    $70.99 CAD 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

    $43.19 CAD

  • 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

    $43.19 CAD

  • Modern CMake for C++

    Discover a better approach to building, testing, and packaging your software

    Write comprehensive, professional-standard CMake projects and ensure the quality and simplicity of your solutionsPurchase of the print or Kindle book includes a free eBook in the PDF formatKey FeaturesUnderstand and automate compilation and linking with CMakeManage internal and external dependencies easilyAdd quality checks and tests as an inherent step for your buildsBook Description... ... Read more

    $41.99 CAD or Free with Kobo Plus