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 793 - 816 of 968 Results
Skip side bar filters
  • A Functional Approach to Java

    Augmenting Object-Oriented Java Code with Functional Principles

    by Ben Weidig ...
    Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're interested in applying FP concepts to your Java code, this ... Read more

    $51.91 AUD

  • ElasticSearch Blueprints

    A practical project-based guide to generating compelling search solutions using the dynamic and powerful features of Elasticsearch

    by Vineeth Mohan ...
    Key FeaturesBook DescriptionIf you are a data enthusiast and would like to explore and specialize on search technologies based on Elasticsearch, this is the right book for you. A compelling case-to-case mapping of features and implementation of Elasticsearch to solve many real-world use cases makes this book the right choice to start and specialize on Elasticsearch.What you will learnBuild a ... Read more

    $56.42 AUD or Free with Kobo Plus

  • Rust Essentials

    Safe and Fast Programming

    Edited by William Smith ...
    "Rust Essentials: Safe and Fast Programming" is a comprehensive guide designed for both novice and experienced programmers eager to master Rust, a language renowned for its emphasis on safety and performance. This book offers a detailed exploration of Rust’s unique ownership system, ensuring readers can write robust, memory-safe code without a garbage collector. Through meticulously crafted ... Read more

    $10.99 AUD or Free with Kobo Plus

  • The DevOps Journey: Navigating the Path to Seamless Software Delivery

    "The DevOps Journey: Navigating the Path to Seamless Software Delivery" is an essential guide for IT professionals, software developers, and operations teams striving to enhance their DevOps practices. This comprehensive resource delves into the core principles of DevOps, including automation, continuous integration (CI), continuous deployment (CD), and collaboration, to streamline and optimize ... Read more

    $15.99 AUD or Free with Kobo Plus

  • Object Oriented Programming with Angular

    Learn advanced techniques and best practices of Angular programming for building enterprise web applicationsKey Features? Get familiar with the core concepts of Angular.? Discover best practices, tips, and tricks while working with Angular.? Learn ho ... Read more

    $24.08 AUD

  • Java 7 - Guida completa

    Series Book 5 - Programmare con Java
    Java è il linguaggio di programmazione che più ha rivoluzionato il mondo dell’informatica e della tecnologia nel suo insieme. Dal 1995, anno del suo debutto ufficiale, a oggi risulta impiegato nei più svariati dispositivi elettronici come computer, smartphone, televisori, navigatori satellitari. Studiare Java permette non solo di imparare un moderno linguaggio di programmazione, ma anche di ... Read more

    $46.19 AUD

  • J2EE Design Patterns

    Patterns in the Real World

    Architects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes. It's impossible to imagine a world in which buildings get built without blueprints, but it's still common for software applications to be designed and built ... Read more

    $40.47 AUD

  • Introduction to Statistical Computing and Visualization Using R

    by Megha Rathi ...
    The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, ... Read more

    $262.38 AUD

  • Introduction to Programming and Problem-Solving Using Scala

    Series series Chapman & Hall/CRC Textbooks in Computing
    Praise for the first edition:"The well-written, comprehensive book…[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and ... Read more

    $162.04 AUD

  • Data Clustering in C++

    An Object-Oriented Approach

    by Guojun Gan ...
    Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement ... Read more

    $138.89 AUD

  • Learning Java Through Games

    Learning Java Through Games teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience. Taking an applic ... Read more

    $196.00 AUD

  • MapKit

    Learn how to show maps and trace routes in iOS 11 with Swift 4

    by J.D Gauchat ...
    Learn how to use MapKit to include maps in your iOS applications. After reading this guide, you will know how to generate and configure a map, how to add annotations, how to detect the user's location, how to search for addresses, and how to trace a route from one location to another.Table of ContentsMAPKITMap Kit ViewConfiguring the MapAnnotationsUser LocationSearchDirectionsQUICK ... Read more

    $4.44 AUD

  • Java 7 Pocket Guide

    Instant Help for Java Programmers

    When you need quick answers for developing or debugging Java programs, this pocket guide provides a handy reference to the standard features of the Java programming language and its platform. You’ll find helpful programming examples, tables, figures, and lists, as well as supplemental information about topics including the Java Scripting API, third-party tools, and the basics of the Unified ... Read more

    $12.31 AUD

  • Conservation of Twentieth-Century Furniture

    Series series Routledge Series in Conservation and Museology
    Conservation of Twentieth-Century Furniture provides comprehensive and accessible coverage of the materials and techniques that are encountered in furniture of this century.After putting the design, manufacture and conservation of twentieth-century furniture into context, the volume then offers an A-Z of materials organised into 12 chapters. Within each chapter a wide variety of material types are ... Read more

    $106.48 AUD

  • Scala Design Patterns

    Write efficient, clean, and reusable code with Scala

    by Ivan Nikolov ...
    Write efficient, clean, and reusable code with ScalaKey FeaturesUnleash the power of Scala and apply it in the real world.Increase your efficiency by leveraging the power of Creational, Structural, Behavioural, and Functional design patterns.Build object oriented and functional applications quickly and effectively.Book DescriptionScala has become increasingly popular in many different IT sectors. ... Read more

    $70.28 AUD or Free with Kobo Plus

  • The Big Book of Small Python Projects

    81 Easy Practice Programs

    by Al Sweigart ...
    Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity.If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting programs, and ... Read more

    $49.38 AUD

  • 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.22 AUD

  • Learn C Programming in 24 Hours

    by Alex Nordeen ...
    C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications. This ebook course teaches you basic to advance level concept of C Programming to make you pro in C language.Here is what is covered in the book –Chapter 1: What is C Programming Language? Basics, ... Read more

    $15.42 AUD

  • Crystal Programming

    A project-based introduction to building efficient, safe, and readable web and CLI applications

    The ultimate guide to Crystal programming covering all its fundamental concepts such as OOP and concurrent programming to help you write readable and safe code and build fast applicationsKey FeaturesThe book uses an example-based approach for a better demonstration of the underlying conceptsDevelop a thorough appreciation of the roles of the macro API and annotationsLeverage supportive tools – ... Read more

    $60.38 AUD or Free with Kobo Plus

  • Mac Application Development by Example: Beginner's Guide

    by Robert Wiebe ...
    This book is a beginners guide that teaches the topic using a learn by example method. This book is for people who are programming beginners and have a great idea for a Mac OS X app and need to get started. ... Read more

    $40.36 AUD or Free with Kobo Plus

  • Learn to Program

    by Chris Pine ...
    It's easier to learn how to program a computer than it has ever been before. Now everyone can learn to write programs for themselves - no previous experience is necessary. Chris Pine takes a thorough, but lighthearted approach that teaches you the fundamentals of computer programming, with a minimum of fuss or bother. Whether you are interested in a new hobby or a new career, this book is your ... Read more

    $40.47 AUD

  • 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

    $16.99 AUD 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

    $44.18 AUD

  • Harnessing the Power of Firebase and Google Cloud Platform: A Comprehensive Guide for Developers

    Unlock the full potential of Firebase and Google Cloud Platform with this in-depth guide tailored for developers eager to enhance their skills in cloud-based app development. "Harnessing the Power of Firebase and Google Cloud Platform" provides a comprehensive roadmap for building, scaling, and optimizing applications using Firebase's versatile tools and Google Cloud's robust infrastructure ... Read more

    $14.99 AUD or Free with Kobo Plus