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 193 - 216 of 980 Results
Skip side bar filters
  • 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

    $58.99 USD

  • Killer Game Programming in Java

    Java Gaming & Graphics Programming

    Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order ... Read more

    $25.99 USD

  • Learn Java in 24 Hours: The Ultimate Beginner’s Guide

    by Aniket Jain ...
    Learn Java in 24 Hours: The Ultimate Beginner's GuideUnlock the power of the Java programming language with this all-inclusive guide tailored for beginners. Whether you're new to coding or looking to enhance your programming skills, this book simplifies core Java concepts and empowers you to start building Java applications in just 24 hours.What's Inside:A step-by-step introduction to Java ... Read more

    $0.99 USD or Free with Kobo Plus

  • Head First Python

    A Learner's Guide to the Fundamentals of Python Programming, A Brain-Friendly Guide

    by Paul Barry ...
    What will you learn from this book?Want to learn the Python language without slogging your way through how-to manuals? With Head First Python, you'll quickly grasp Python's fundamentals by working with built-in data structures and functions. You'll build your very own web app, which—once it's ready for prime time—runs in the cloud. You'll learn how to wrangle data with Python, scrape data from the ... Read more

    $41.99 USD

  • 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

    $49.99 USD

  • 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

    $22.00 USD

  • 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

    $37.99 USD or Free with Kobo Plus

  • Tapworthy

    Designing Great iPhone Apps

    by Josh Clark ...
    So you've got an idea for an iPhone app -- along with everyone else on the planet. Set your app apart with elegant design, efficient usability, and a healthy dose of personality. This accessible, well-written guide shows you how to design exceptional user experiences for the iPhone and iPod Touch through practical principles and a rich collection of visual examples.Whether you're a designer, ... Read more

    $23.99 USD

  • iPhone iOS 6 Development Essentials

    by Neil Smyth ...
    The aim of iPhone iOS 6 Development Essentials is to teach you the skills necessary to build your own applications for the iPhone. 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 look at the design of iPhone applications and user interfaces. More advanced topics such ... Read more

    $12.99 USD

  • SFML Essentials: Getting Started with Game Development

    SFML Fundamentals

    Series series SFML Fundamentals
    "SFML Essentials: Getting Started with Game Development" is your gateway to the exciting world of game development using the Simple and Fast Multimedia Library (SFML) in C++. Whether you're a novice programmer or an experienced developer looking to explore game development, this book offers a comprehensive introduction to SFML, a cross-platform open-source framework renowned for its simplicity and ... Read more

    $9.99 USD or Free with Kobo Plus

  • ABAP IV Orientación a bjetos. Una visión global

    Series series Informatica
    Este libro aborda de forma sencilla los conceptos fundamentales de la programación orientada a objetos, apoyándose en el lenguaje ABAP IV de programación SAP. Mediante una descripción amena y de fácil lectura, el autor nos presenta una visión global de la programación orientada a objetos, utilizando multitud de ejemplos ABAP probados y totalmente funcionales, que ilustran los conceptos a medida ... Read more

    $10.99 USD

  • Professional Java for Web Applications

    The comprehensive Wrox guide for creating Java web applications for the enterpriseThis guide shows Java software developers and software engineers how to build complex web applications in an enterprise environment. You'll begin with an introduction to the Java Enterprise Edition and the basic web application, then set up a development application server environment, learn about the tools used in ... Read more

    $50.00 USD

  • Python Object-Oriented Programming

    Build robust and maintainable object-oriented Python applications and libraries

    Level up your Python development by exploring advanced OOP concepts in this updated edition covering the latest design patterns, OOP techniques, and real-world projects tailored for Python 3.11 and beyondKey FeaturesBuild an intuitive understanding of object-oriented design, from introductory to mature programsLearn the ins and outs of Python syntax, libraries, and best practicesExamine a machine ... Read more

    $57.99 USD or Free with Kobo Plus

  • Unity All-In-One

    Unleash Your Creativity and Master 3D Game Development!Are you ready to bring your game ideas to life? Unity All-In-One is the ultimate step-by-step guide for aspiring game developers and enthusiasts who want to create stunning 3D games while mastering Unity and C#. Whether you're a complete beginner or have some experience, this book is packed with practical projects and clear explanations to ... Read more

    $2.99 USD or Free with Kobo Plus

  • 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

    $9.99 USD or Free with Kobo Plus

  • Practices of the Python Pro

    by Dane Hillard ...
    SummaryProfessional developers know the many benefits of writing application code that’s clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level.With Practices of the Python Pro, you’ll learn to design professional-level, clean, easily maintainable software at scale using the incredibly ... Read more

    $49.99 USD

  • Practical Development Environments

    This book doesn't tell you how to write faster code, or how to write code with fewer memory leaks, or even how to debug code at all. What it does tell you is how to build your product in better ways, how to keep track of the code that you write, and how to track the bugs in your code. Plus some more things you'll wish you had known before starting a project.Practical Development Environments is a ... Read more

    $25.99 USD

  • Object-Oriented Python: Master OOP through Game Development and GUI Applications

    Unlock the full potential of Python with Object-Oriented Python: Master OOP through Game Development and GUI Applications. This comprehensive guide takes you from the foundational concepts of object-oriented programming (OOP) to practical implementations in exciting and interactive projects. Whether you're a beginner eager to learn Python or an experienced developer looking to refine your OOP ... Read more

    $9.99 USD or Free with Kobo Plus

  • Coding in R per l'analisi dati - da principiante a esperto

    Questo testo di base di programmazione con R per aspiranti data analyst nasce per accompagnare un principiante nella programmazione, dalle basi del linguaggio di programmazione (uno dei più conosciuti e utilizzati nel campo dell'analisi dati) fino all'utilizzo della statistica descrittiva.Al termine di questo libro sarete in grado di creare, importare, manipolare e gestire dei dataset. Impareremo ... Read more

    $13.99 USD or Free with Kobo Plus

  • Delphi Pascal Programming

    Efficient Code Editing, Visual Designing, And Integrated Debugging

    by Rob Botwright ...
    Introducing: Delphi Pascal Programming Bundle!Are you ready to elevate your Delphi Pascal programming skills to the next level? Look no further! Unleash your coding potential with our comprehensive bundle, featuring four must-have books: Book 1: Delphi Pascal Programming Essentials Master efficient code editing techniques and unleash your productivity with insider tips and tricks. From keyboard ... Read more

    $7.99 USD or Free with Kobo Plus

  • Java Cryptography

    Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not ... Read more

    $25.99 USD

  • Fondamenti di programmazione in C# 11

    Vuoi imparare le tecniche di base per programmare in C# 11 e acquisire un livello di conoscenza sufficiente per iniziare a creare le tue applicazioni? Vuoi conoscere come funzionano .NET 7.0, il compilatore, il Garbage Collector e Visual Studio 2022? Vuoi iniziare a porre le basi per la tua nuova professione nel campo dello sviluppo di software? Oppure semplicemente devi superare degli esami ... Read more

    $16.99 USD

  • Understanding Python : Beginner's Guide to Programming

    by Sabry Fattah ...
    Understanding Python introduces the aspiring programmer to the concepts and skills of programming in Python, the most powerful, easy-to-read programming languages around. It takes you from basic ideas to mastering code writing while giving examples for each command and statement. It helps you get familiar with designing simple programs.Python is a general purpose, high-level language can be ... Read more

    $11.99 USD or Free with Kobo Plus

  • Power BI

    Data Mastery Made Easy

    by Rob Botwright ...
    Unlock the Full Potential of Your Data with the "Power BI Data Mastery Made Easy" Book Bundle!Are you ready to transform your data into actionable insights and make informed decisions that drive success? Look no further! Introducing the "Power BI Data Mastery Made Easy" book bundle, a comprehensive collection of resources that will empower you to harness the true power of Microsoft's leading ... Read more

    $4.99 USD or Free with Kobo Plus