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 241 - 264 of 972 Results
Skip side bar filters
  • Kotlin Standard Library Cookbook

    Master the powerful Kotlin standard library through practical code examples

    Build optimized applications in Kotlin by learning how to make use of the standard library features the smart wayKey FeaturesGet the most out of the Kotlin library to develop high-quality portable applicationsExplore Kotlin’s powerful support for data processing and I/O operationsDiscover ways to enhance your Android application developmentBook DescriptionFor developers who prefer a more ... Read more

    $37.99 CAD or Free with Kobo Plus

  • Modern C++ Programming

    Including the recent standards C++11, C++17, C++20, C++23

    by Orhan Gazi ...
    This book covers Modern C++ programming. The book is written in a neatly manner including the recent developments published in recent standards, C++11, C++17, C++20 and C++23. The book can be divided into two parts. The first part contains the classical programming units such as data types, loops, conditional statements, pointers etc. The second part of the book focuses on object oriented ... Read more

    $11.99 CAD

  • Rx.NET in Action

    by Tamir Dresher ...
    SummaryRx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern applications must react to streams of data such as user and system events, internal messages, and sensor input. Reactive Extensions (Rx) is ... Read more

    $65.99 CAD

  • C++ For Dummies

    An accessible walkthrough of one of the world's most popular programming languages: C++C++ For Dummies is your from-scratch guide that explains the essentials of what you need to know to understand the language and build your very first program in C++. Bradley Jones, experienced programmer and coding educator, packs this edition with examples and clear demonstrations that explain the “why” and the ... Read more

    $33.99 CAD

  • Componentes reutilizáveis em Java com reflexão e anotações

    Muitos dos recursos providos pelos frameworks e componentes mais utilizados na indústria extrapolam os simples conceitos da Orientação a Objetos e fazem uso de reflexão e anotações. A utilização dessas poderosas ferramentas pode fazer uma grande diferença, com potencial de aumentar a produtividade do time e melhorar a estrutura do código. Neste livro, o uso de reflexão e anotações é abordado por ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Curso básico de Python

    La guía definitiva para principiantes para una introducción fácil y rápida en la programación con Python

    Translated by M.Eng. Johannes Wild ...
    "Curso básico de Python" es el libro para todos aquellos que quieran aprender los fundamentos de la programación en Python de la mano de un ingeniero (M.Eng.). En este libro aprenderá tanto los fundamentos teóricos como el uso práctico del lenguaje de programación Python a través de numerosos ejemplos y grandes proyectos de bricolaje.Así pues, si busca una guía práctica del lenguaje de ... Read more

    $14.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.99 CAD or Free with Kobo Plus

  • PHP Mastery: Crafting Dynamic Web Solutions

    "PHP Mastery: Crafting Dynamic Web Solutions" is an authoritative guide that delves into the intricate world of PHP, a dominant server-side scripting language pivotal in web development. This comprehensive resource is tailored for both novice and experienced programmers looking to deepen their understanding of PHP and its powerful capabilities in creating dynamic, robust web applications.Starting ... Read more

    $13.99 CAD or Free with Kobo Plus

  • 140 Tips For Clean Code

    140 Tips for Clean Code is a practical, experience-driven guide for developers who want to write better software every day, not someday. Distilled from three decades of hands-on software development across multiple programming languages, this book delivers hard-won insights into what actually makes code clean, maintainable, and resilient in real-world systems. It is written for practitioners who ... Read more

    $24.99 CAD or Free with Kobo Plus

  • A Student Guide to Object-Oriented Development

    A Student Guide to Object-Oriented Development is an introductory text that follows the software development process, from requirements capture to implementation, using an object-oriented approach. The book uses object-oriented techniques to present a practical viewpoint on developing software, providing the reader with a basic understanding of object-oriented concepts by developing the subject in ... Read more

    $49.99 CAD

  • Python Coding Simplified: Accessible Steps to Learn and Become a Programmer in Python

    Python Coding Simplified: Accessible Steps to Learn and Become a Programmer in Python is about simplifying the coding intricacies that impede people from learning Python. Assuming no prior knowledge of coding, the book takes a practical , simplified approach, making the fancy Python concepts accessible.The book orients the user to the fundamentals of programming and the behaviour of Python. The ... Read more

    $18.99 CAD or Free with Kobo Plus

  • Learning Functional Programming in Go

    Change the way you approach your applications using functional programming in Go

    by Lex Sheehan ...
    Function literals, Monads, Lazy evaluation, Currying, and moreKey Features\[\*\] Write concise and maintainable code with streams and high-order functions\[\*\] Understand the benefits of currying your Golang functions\[\*\] Learn the most effective design patterns for functional programming and learn when to apply each of them\[\*\] Build distributed MapReduce solutions using GoBook ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Async Rust

    Unleashing the Power of Fearless Concurrency

    Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async approach. You will also dive deeper into async runtimes, implementing your own ways in ... Read more

    $51.99 CAD

  • CIENCIA DE DATOS CON PYTHON: PANDAS A TRAVÉS DE EJEMPLOS

    Pandas es un paquete de Python que proporciona estructuras de datos rápidas y flexibles diseñadas para que trabajar con datos "relacionales" o "etiquetados" sea fácil e intuitivo. Su objetivo es ser el bloque de construcción fundamental de alto nivel para realizar análisis prácticos de datos del mundo real en Python. Además, tiene el objetivo más amplio de convertirse en la herramienta de ... Read more

    $14.39 CAD or Free with Kobo Plus

  • Interface Builder

    Learn how to build applications with Xcode 9 and Swift 4

    by J.D Gauchat ...
    Learn how to define user interfaces for your iOS applications using the visual tools provided by Xcode. After reading this guide, you will know how to start a new project, how to structure an application, how to generate the user interface and adapt it to different screens, how to work with view controllers, how to connect the interface with your code, and how to define and modify constraints from ... Read more

    $3.90 CAD or Free with Kobo Plus

  • Core Motion and Core Location

    Learn how to detect the user's location in iOS 11 with Swift 4

    by J.D Gauchat ...
    Learn how to use the Core Motion and Core Location frameworks to access the device's sensors from an iOS application. After reading this guide, you will know how to detect the devices movements, how to determine what the user is doing (walking, running, driving, etc.), and how to get its current location.Table of ContentsSENSORSCore MotionMotion DeviceMotion ActivityPedometerAltimeterCore ... Read more

    $3.90 CAD or Free with Kobo Plus

  • CloudKit with SwiftUI

    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 share data between devices using CloudKit databases and the SwiftUI framework.After reading this guide, you will know how to work ... Read more

    $3.99 CAD or Free with Kobo Plus

  • The Well-Grounded Rubyist, Fourth Edition

    Get the eBook free when you register your print book at Manning.By putting the core principles of the language on full display rather than treating it as a collection of syntax rules, The Well-Grounded Rubyist, Fourth Edition will help you, as it did several earlier generations, become a better Ruby programmer. In this masterful tutorial, authors David A Black and Joseph Leo III tell a clear ... Read more

    $59.99 CAD

    PRE-ORDER

  • Mastering LibGDX Game Development

    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title

    by Patrick Hoey ...
    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial titleKey FeaturesBook DescriptionLeverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title About This Book Learn game architecture and design patterns with concrete examples using proper software engineering principles Save time and money ... Read more

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

  • Ultimate C# for High-Performance Applications

    by Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Key Features● Unlock advanced multithreading, async, and parallelism in C#.● Master tools to debug, profile, and crush performance issues.● Build real-world, production-ready apps that scale effortlessly.Book DescriptionHigh-performance software is no longer optional-today's applications must be fast, scalable, and... ... Read more

    $28.99 CAD

  • Ant: The Definitive Guide

    Complete Build Management for Java

    by Steve Holzner ...
    Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full ... Read more

    $32.99 CAD

  • Object-Oriented Programming for Beginners: Learn OOP Concepts with Real-World Examples

    Transition from disorganized scripting to building robust, scalable software architectures.Many self-taught developers and computer science students encounter a significant plateau in their programming development. While you may possess a strong grasp of variables and loops, constructing complex applications often results in code that is difficult to maintain and prone to errors. Resolving a ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Object-Oriented JavaScript - Second Edition

    You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice ... Read more

    $34.99 CAD or Free with Kobo Plus