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 745 - 768 of 967 Results
Skip side bar filters
  • SCIENCE DES DONNÉES AVEC PYTHON : PANDAS À TRAVERS DES EXEMPLES

    Pandas est un package Python qui fournit des structures de données rapides et flexibles conçues pour rendre le travail avec des données "relationnelles" ou "étiquetées" facile et intuitif. Son objectif est d'être le bloc de construction fondamental de haut niveau pour effectuer une analyse pratique des données du monde réel en Python. De plus, il a pour objectif plus large de devenir l'outil de ... Read more

    $14.99 AUD or Free with Kobo Plus

  • The Comprehensive Guide to Kotlin Programming : A Complete Reference Guide

    What You Will Learn:Foundational Kotlin Principles: Begin with an exploration of Kotlin's genesis at JetBrains, its evolutionary milestones, and its pivotal role in the Android ecosystem. Understand the advantages Kotlin holds over Java, such as enhanced conciseness, interoperability, coroutines for asynchronous programming, and robust safety features including null safety and immutability ... Read more

    $3.99 AUD or Free with Kobo Plus

  • Programming MapReduce with Scalding

    This book is an easy-to-understand, practical guide to designing, testing, and implementing complex MapReduce applications in Scala using the Scalding framework. It is packed with examples featuring log-processing, ad-targeting, and machine learning. This book is for developers who are willing to discover how to effectively develop MapReduce applications. Prior knowledge of Hadoop or Scala is not ... Read more

    $26.39 AUD or Free with Kobo Plus

  • Head First EJB

    Passing the Sun Certified Business Component Developer Exam

    What do Ford Financial, IBM, and Victoria's Secret have in common? Enterprise JavaBeans (EJB). As the industry standard for platform-independent reusable business components, EJB has just become Sun Microsystem's latest developer certification. Whether you want to be certifiable or just want to learn the technology inside and out, Head First EJB will get you there in the least painful way. And ... Read more

    $36.07 AUD

  • C++ Programming Language

    C++ Programming is an object-oriented programming language, generally compiled and transitional middle-level programming language was developed by Bjarne Stroustrup in 1979. In simple words, C++ programming is a classy, well-organized and a general purpose programming language based on C programming. Generally operating systems, applications, browsers, games and system drivers use C++ programming ... Read more

    $2.19 AUD

  • Mastering Python

    „Mastering Python" ist ein umfassender Leitfaden, der Sie auf eine praktische Reise von den Grundlagen der Python-Programmierung bis hin zu fortgeschrittenen Techniken in verschiedenen Bereichen führt. Dieses Buch richtet sich sowohl an Anfänger als auch an angehende Entwickler, die praxisnahe Fähigkeiten erwerben und Python in modernen Technologiefeldern anwenden möchten.Das Buch vermittelt ... Read more

    $30.68 AUD

  • Desbravando SOLID

    Práticas avançadas para códigos de qualidade em Java moderno

    Você já aprendeu a programar e certamente já ouviu falar em Orientação a Objetos e seus conceitos como classes, objetos, métodos, interfaces, herança, polimorfismo. Mas você sabe, efetivamente, quando e como aplicar tudo isso? Ao trabalhar com programação, é clara a necessidade de organizar nosso código para que ele seja fácil de entender e manter, otimizando sua leitura e minimizando o impacto de ... Read more

    $14.99 AUD or Free with Kobo Plus

  • iPad iOS 6 Development Essentials

    by Neil Smyth ...
    Adapted specifically for iPad development from the iPhone iOS 6 Development Essentials book, the aim of iPad iOS 6 Development Essentials is to teach you the skills necessary to build your own applications for the iPad. Beginning with the basics, this book provides an overview of the architecture of iOS 6. Introductions to Xcode and programming in Objective-C are provided followed by an in-depth ... Read more

    $11.99 AUD

  • Python Mastery Unleashed

    Advanced Programming Techniques

    by Jarrel E. ...
    Python Mastery Unleashed: Advanced Programming Techniques is a comprehensive guide to mastering advanced programming techniques in Python. Designed for seasoned Python developers and aspiring programmers alike, this book offers a comprehensive understanding of the advanced programming techniques used by experienced Python developers to build complex systems and applications.The book begins with a ... Read more

    $47.51 AUD

  • TypeScript Programming In Action

    Code Editing For Software Engineers

    by Rob Botwright ...
    Introducing TypeScript Programming in Action - Your Ultimate Guide to Mastery! Are you ready to embark on a transformative journey into the world of TypeScript, one of the most powerful tools in the realm of web development? Look no further because we have curated the perfect bundle for you - "TypeScript Programming in Action: Code Editing for Software Engineers." What's Inside the Bundle?Book 1: ... Read more

    $12.49 AUD or Free with Kobo Plus

  • C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 7, Blazor, and EF Core 7, 7th Edition

    by Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7Create ... Read more

    $55.54 AUD or Free with Kobo Plus

  • Efficient R Programming

    A Practical Guide to Smarter Programming

    There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively—until now. This hands-on book teaches novices and experienced R users how to write efficient R code.Drawing on years of experience ... Read more

    $34.99 AUD

  • C# Zbirka zadataka

    Ova zbirka od 84 zadataka je namenjena svima onima koji žele da ovladaju programskim jezikom C# od samog početka, koristeći okruženje Microsoft Visual Studio Community 2017. Zadaci se mogu izvoditi i novijim verzijma ovog alata.Zbirka je organizovana po sledećim odeljcima:Uvodni zadaciJednostavne formeKonzolne aplikacijeSložene formeRad sa bazama podatakaKoncept zbirke je takav da se rešenja ... Read more

    $9.26 AUD or Free with Kobo Plus

  • Write Great Code, Volume 2, 2nd Edition

    Thinking Low-Level, Writing High-Level

    by Randall Hyde ...
    Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code.In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively ... Read more

    $49.38 AUD

  • Pragmatic Scala

    Create Expressive, Concise, and Scalable Applications

    Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to ... Read more

    $38.27 AUD

  • Modern C++23 QuickStart Pro

    Advanced programming including variadic templates, lambdas, async IO, multithreading and thread sync

    by Jarek Thalor ...
    Learn the latest features of C++23 with Modern C++ 23 QuickStart Pro, the perfect book for experienced developers who want to expand their knowledge and skills. This book takes a hands-on approach, providing rapid learning through real-world examples and scenarios that address complex programming challenges in C++.The book begins by demonstrating the power of variadic templates and how to use them ... Read more

    $57.41 AUD

  • Mastering Bootstrap 5: From Basics to Expert Projects

    Dive into the world of responsive web design with "Mastering Bootstrap 5: From Basics to Expert Projects," your comprehensive guide to mastering Bootstrap 5, the most popular front-end framework. This book is meticulously crafted to cater to aspiring web developers, designers, and anyone keen on building modern, responsive websites.Starting with the fundamentals, you will explore the core concepts ... Read more

    $15.99 AUD or Free with Kobo Plus

  • Introduction to Swift

    Learn how to program for iPhones and iPads with Swift 4

    by J.D Gauchat ...
    Learn how to program iOS applications with Swift. After reading this guide, you will know how to program in Swift, how to define functions and objects, and how to write code using the Swift paradigm.Table of ContentsINTRODUCTION TO SWIFTComputer ProgramsPlaygroundVariablesMemoryPrimitive TypesDeclaration and InitializationArithmetic OperatorsConstantsData TypesCharactersStringsBooleans... ... Read more

    $4.44 AUD

  • IBM Rational Unified Process Reference and Certification Guide: Solution Designer (RUP)

    Solution Designer (RUP)

    Series series IBM Press
    The Only Official RUP® Certification Prep Guide and Compact RUP ReferenceThe IBM® Rational Unified Process® has become the de facto industry-standard process for large-scale enterprise software development. The IBM Certified Solution Designer - IBM Rational Unified Process V7.0 certification provides a powerful way for solutions developers to demonstrate their proficiency with RUP.The first and ... Read more

    $37.83 AUD

  • Jetpack Compose 1.7 Essentials

    Developing Android Apps with Jetpack Compose 1.7, Android Studio, and Kotlin

    by Neil Smyth ...
    Unlock the full potential of Android app development with Jetpack Compose 1.7. This all-in-one guide equips you to build sophisticated, modern Android applications using cutting-edge tools like Android Studio, Material Design 3, and Kotlin. Perfect for developers aiming to go from setup to deployment, the book leads you through each phase of app creation—from mastering Android Studio basics to ... Read more

    $59.99 AUD or Free with Kobo Plus

  • Professional C++

    by Marc Gregoire ...
    Series series Tech Today
    Expand your C++ knowledge quickly and efficiently with this advanced resourceIn the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering almost all features of the new C++ standard codenamed C++23, the book offers case studies with working code that’s been ... Read more

    $98.99 AUD

  • iCloud and CloudKit

    Lean how to share data between devices in iOS 11 with iCloud and Swift 4

    by J.D Gauchat ...
    Learn how to use iCloud from your iOS applications. After reading this guide, you will know how to connect to the user's iCloud account, how to store the app's settings on the cloud, how to upload documents, and how to create a database with CloudKit.Table of ContentsICLOUDData in the CloudEnabling iCloudTesting DevicesKey-Value StorageiCloud DocumentsMultiple DocumentsCloudKitContainerRecordsZones ... Read more

    $4.44 AUD

  • Managing State in Flutter Pragmatically

    Discover how to adopt the best state management approach for scaling your Flutter app

    by Waleed Arshad ...
    Explore popular state management techniques in Flutter and implement them in real-world applications Key Features • Get to grips with popular approaches for managing your Flutter application state • Think declaratively in order to decide on the most fitting approach for different applications • Learn to implement state management solutions by building a popular use case in the form of a shopping ... Read more

    $37.50 AUD or Free with Kobo Plus

  • Advanced Perl Programming

    The Worlds Most Highly Developed Perl Tutorial

    by Simon Cozens ...
    With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business.Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current ... Read more

    $36.07 AUD