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...

Object Oriented Programming eBooks

If you like Object Oriented Programming eBooks, then you'll love these top picks.
Showing 337 - 360 of 970 Results
Skip side bar filters
  • C++ Programming Cookbook

    "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the language and everything it ... Read more

    $51.99 CAD or Free with Kobo Plus

  • The Design Patterns Companion

    by Scott L Bain ...
    Design patterns are not "reusable solutions" but instead create a rich language developers can use to communicate, collaborate, and make collective decisions about design. When you study design patterns, you are teaching yourself about what a good design is and why. Design patterns exemplify the principles and strong practices that developers can depend on to build high-quality solutions. ... Read more

    $18.99 CAD or Free with Kobo Plus

  • Java: The Bottom Line

    A practical introduction to Java programming, emphasizing core concepts and best practices.This book covers essential topics, including data types, operators, control flow, object-oriented principles (encapsulation, inheritance, polymorphism), interfaces, and working with strings and numbers.The focus is on clear explanations and practical examples to enable readers to quickly develop proficiency ... Read more

    $17.99 CAD or Free with Kobo Plus

  • Game Development Unleashed: Harnessing ChatGPT's Power for Game Creation

    "Game Development Unleashed: Harnessing ChatGPT's Power for Game Creation" is a groundbreaking guide for aspiring game developers and designers seeking to leverage the incredible capabilities of ChatGPT to take their projects to the next level. Dive into the world of AI-driven game development and explore how ChatGPT can revolutionize your creative process.In this comprehensive book, you'll embark ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Hexagonal Architecture Explained: How the Ports & Adapters Architecture Simplifies Your Life, and How to Implement It

    Series on Object-Oriented Design

    Series series Series on Object-Oriented Design
    "Looking at the screen of my laptop, I realized that it was full of code that didn't let me understand what it did regarding business logic. From that moment I began to search until I discovered the architecture that decouples the business logic from the frameworks: Hexagonal Architecture, more correctly called Ports & Adapters. From that moment until now, I haven't stopped reading and learning ... Read more

    $12.99 CAD

  • C++ Pratique

    Le C++ est un langage puissant et polyvalent, héritier du C, qui allie performance et fonctionnalités avancées comme la programmation orientée objet et la gestion fine des ressources.Ce livre propose une approche claire et progressive : des bases essentielles (variables, classes, héritage, polymorphisme, mémoire, fichiers, bibliothèques standards) aux pratiques concrètes, avec exemples et ... Read more

    $48.99 CAD or Free with Kobo Plus

  • Elements of Deep Learning for Computer Vision

    Explore Deep Neural Network Architectures, PyTorch, Object Detection Algorithms, and Computer Vision Applications for Python Coders (English Edition)

    by Bharat Sikka ...
    Elements of Deep Learning for Computer Vision gives a thorough understanding of deep learning and provides highly accurate computer vision solutions while using libraries like PyTorch.This book introduces you to Deep Learning and explains all the concepts required to understand the basic working, development, and tuning of a neural network using Pytorch. The book then addresses the field of ... Read more

    $21.69 CAD or Free with Kobo Plus

  • Python for Professionals

    Learning Python as a Second Language

    by Matt Telles ...
    This book is intended for the professional programmer who wants to learn Python for their place of business, or simply to extend their knowledge. You will learn the basics of the language--from how to define variables and implement looping and conditional constructs, to working with existing code. Once we have established the baseline for writing code in Python, you’ll learn how to create your own ... Read more

    $21.69 CAD or Free with Kobo Plus

  • Programación Orientada a Objetos en JAVA

    El objetivo principal de este libro es presentar al lector los fundamentos de la Programación Orientada a Objetos. Focalizamos la atención en conceptos como el encapsulamiento, la herencia, el polimorfismo, composición, delegación, clases envoltorio, reflection, genéricos, lanzamiento, intercepción, tratamiento de excepciones, etc. Se ha escogido Java como medio en que implementar dichos conceptos ... Read more

    $9.89 CAD or Free with Kobo Plus

  • Modern C#: Developer's Craft in the AI Era

    (C# 14 and .NET 10)

    by Michael Tsai ...
    Why mastering C# still matters in the age of AIAI is a powerful tool, but for critical systems, it cannot replace human judgment and oversight. Only when developers maintain genuine ownership of their code can they effectively manage technical debt and maintenance costs over the long term.So yes, mastering programming languages and APIs matters more than ever.However, this is not an exhaustive C# ... Read more

    $16.27 CAD or Free with Kobo Plus

  • Data-Oriented Programming

    Reduce software complexity

    Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.In Data-Oriented Programming you will learn how to:Separate code from dataRepresent data with generic data structuresManipulate data with general-purpose functionsManage state without mutating ... Read more

    $77.99 CAD

  • The Cloud Puzzle Solved: Azure Design Patterns

    Unravel the complexities of cloud architecture with The Cloud Puzzle Solved: Azure Design Patterns, a comprehensive guide crafted for modern developers, architects, and tech leaders looking to master Microsoft Azure. This book demystifies the vast landscape of Azure by breaking it down into proven design patterns that solve real-world problems with clarity and precision.Whether you're designing ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Practical Probabilistic Programming

    by Avi Pfeffer ...
    SummaryPractical Probabilistic Programming introduces the working programmer to probabilistic programming. In it, you'll learn how to use the PP paradigm to model application domains and then express those probabilistic models in code. Although PP can seem abstract, in this book you'll immediately work on practical examples, like using the Figaro language to build a spam filter and applying ... Read more

    $77.99 CAD

  • Python für absolute Anfänger

    Ein vollständiger, leicht verständlicher Einstieg in die Welt der Programmierung

    by Lukas Neumann ...
    Translated by Lukas Neumann ...
    Ihr perfekter Einstieg in die Python-Programmierung – ohne Vorkenntnisse!Sie möchten programmieren lernen, wissen aber nicht, wo Sie anfangen sollen? Dieses Buch ist Ihr Schlüssel zur Welt der Python-Programmierung – speziell für absolute Anfänger ohne jegliche Programmiererfahrung geschrieben.Warum dieses Buch?Python ist die beliebteste Programmiersprache der Welt und der ideale Einstieg für ... Read more

    $21.06 CAD or Free with Kobo Plus

  • C++ STL Cookbook

    Master the latest STL features in C++23 and 26 with practical recipes for modern C++ development

    by Bill Weinman ...
    This edition of C++ STL Cookbook features new recipes, updated best practices, and comprehensive coverage of the latest C++23, C++26 features. Perfect for intermediate to advanced developers looking to leverage modern C++ features and techniques. Key FeaturesElevate your code with the latest C++23 strategies and techniques to solve complex programming challenges effectivelyLearn about new features ... Read more

    $38.99 CAD or Free with Kobo Plus

  • Building Java Programs: a comprehensive Java Developper Guide

    Your one-stop guide to programming with Java. If you've always wanted to program with Java but didn't know where to start, this will be the java-stained reference you'll turn to again and again. Fully updated, this deep reference on the world's most popular programming language is the perfect starting point for building things with Java—and an invaluable ongoing reference as you continue to deepen ... Read more

    $42.74 CAD

  • SwiftUI Framework

    Quick Guides for Masterminds

    by J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to create user interfaces using SwiftUI.After reading this guide, you will know how to define views with SwiftUI, how to update the ... Read more

    $4.99 CAD

  • Building Application with Spec 2.0

    Spec is the default UI building framework for Pharo. With Spec, developers focus on user interaction and widget layout. Spec is built around the Model View Presenter pattern. Presenters are responsible for defining the interaction logic of the application. They enforce the interaction of their subelements as well as domain objects. With Spec, existing presenters or even complete UIs are reused and ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Java Basics : Your Comprehensive Guide to Programming with Ease and Confidence from Scratch to Advanced Concepts

    Unlock the full potential of Java with our comprehensive guide, perfect for both novices and seasoned developers. This book provides a deep dive into Java's core principles, ecosystem, and advanced topics, equipping you with the skills to build robust applications across various domains—web, mobile, enterprise, and more. From understanding the history and evolution of Java to mastering its ... Read more

    $2.99 CAD or Free with Kobo Plus

  • Mastering C# Basics: Step-by-Step Guide with Real-World Applications

    by Kevin Paul ...
    Unlock the world of modern software development with C# and the .NET ecosystem.Are you ready to move past theory and build real, functioning applications? This book is your fast-track guide to mastering C# from the ground up, designed specifically for individuals with zero prior coding experience. Forget the frustrating technical jargon and confusing textbooks. We focus on a philosophy of ... Read more

    $4.99 CAD or Free with Kobo Plus

  • Vulkan Expert: Mastering High-Performance Graphics

    Vulcan Fundamentals

    Series series Vulcan Fundamentals
    "Vulkan Expert: Mastering High-Performance Graphics" is an indispensable resource for anyone seeking to harness the full power of Vulkan, the cutting-edge graphics API. Whether you're a seasoned graphics programmer or just getting started, this comprehensive guide takes you on a deep dive into the world of high-performance graphics rendering.Inside this book, you'll discover a wealth of knowledge ... Read more

    $20.99 CAD or Free with Kobo Plus

  • Simplifying Software Design: The Genius of Bureaucracies, or How Not-My-Job Sharpens Your Design

    The Simplifying Series

    Series series The Simplifying Series
    Simplifying Software Design: The Genius of Bureaucracies, or How Not-My-Job Sharpens Your Design addresses a deceptively simple question at the heart of software development:Where should this line of code go?Every system is the accumulation of answers to that question. Each decision about responsibility, knowledge, and communication shapes whether a system remains understandable, maintainable, and ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Spring MVC Blueprints

    Design and implement real-world web-based applications using the Spring Framework 4.x specification based on technical documentation

    Design and implement real-world web-based applications using the Spring Framework 4.x specification based on technical documentationKey Features\[\*\]Learn all the details of implementing Spring 4.x MVC applications from basic core platform construction to advanced integration implementations\[\*\]Gain a complete reference guide to implementing the controllers, models, views, view resolvers, and ... Read more

    $47.19 CAD or Free with Kobo Plus

  • Build Your Own Programming Language

    Ever dreamed of crafting your own programming language—without drowning in complex theory?In a world where AI is transforming the way we write code, simplicity and abstraction are the future. This book takes a powerful idea—building your own programming language—and breaks it down into easy, beginner-friendly steps, all using the language you already love: Python.About the Author:At ... ... Read more

    $0.99 CAD or Free with Kobo Plus