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 980 Results
Skip side bar filters
  • Mastering Python Design Patterns

    Craft essential Python patterns by following core design principles

    Learn Python design patterns such as Observer, Proxy, Throttling, Dependency Injection, and Anti-Patterns to develop efficient, scalable applications.Key FeaturesMaster essential design principles to build robust software architecture with the latest features in Python 3.10Leverage concurrency, async patterns, and testing strategies for optimal performanceApply SOLID principles and advanced ... Read more

    $30.99 USD or Free with Kobo Plus

  • Python面向对象编程指南

    Chinese Edition

    掌握Python面向对象编程的精髓,构建强大的实际应用程序Key Features本书示例丰富通过诸多实际的例子对Python中面向对象编程的理念进行介绍Book DescriptionPython是一种面向对象、解释型的程序设计语言,它已经被成功应用于科学计算、数据分析以及游戏开发等诸多领域。 本书深入介绍Python语言的面向对象特性,全书分3个部分共18章。第1部分讲述用特殊方法实现Python风格的类,分别介绍了\_\_init\_\_()方法、与Python无缝集成—基本特殊方法、属性访问和特性及修饰符、抽象基类设计的一致性、可调用对象和上下文的使用、创建容器和集合、创建数值类型、装饰器和mixin—横切方面;第2部分讲述持久化和序列化,分别介绍了序列化和保存、用Shelve保存和获取对象、用SQLite保存和获取对象、传输和共享对象、配置文件和持久化;第3部分讲述测试、调试 ... Read more

    $27.99 USD 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

    $43.99 USD

    PRE-ORDER

  • Learn C in 24 Hours: The Complete Beginner’s Guide

    Master Coding in 24 Hours

    by Aniket Jain ...
    Series series Master Coding in 24 Hours
    Unlock the Power of C with Learn C in 24 Hours: The Complete Beginner's GuideYour ultimate roadmap to mastering C programming in just one day! Whether you're a beginner stepping into the coding world or looking for a refresher, this C for Beginners guide simplifies the learning process with a hands-on, easy-to-follow approach. Learn C programming like a pro, build a strong coding foundation, and ... Read more

    $0.99 USD or Free with Kobo Plus

  • Learning Concurrency in Kotlin

    Build highly efficient and scalable applications

    Take advantage of Kotlin\\'s concurrency primitives to write efficient multithreaded applicationsKey FeaturesUnderstand Kotlin’s unique approach to multithreadingLearn how to write concurrent non-blocking code with the help of practical examplesImprove the overall execution speed in multiprocessor and multicore systemsBook DescriptionKotlin is a modern and statically typed programming language ... Read more

    $37.99 USD or Free with Kobo Plus

  • Object Detection by Stereo Vision Images

    OBJECT DETECTION BY STEREO VISION IMAGESSince both theoretical and practical aspects of the developments in this field of research are explored, including recent state-of-the-art technologies and research opportunities in the area of object detection, this book will act as a good reference for practitioners, students, and researchers.Current state-of-the-art technologies have opened up new ... Read more

    $164.00 USD

  • Programming Language Fundamentals

    A Metalanguage Approach in Elm

    by Martin Erwig ...
    PROGRAMMING LANGUAGE FUNDAMENTALSUnderstand the key principles of programming languagesProgramming languages are the tools needed to let algorithms run on electronic computers. As they form the linguistic interface between humans and machines, the understanding of programming languages is essential for being able to control machine behavior. Programming Language Fundamentals offers a precise, ... Read more

    $83.00 USD

  • Python Computer Programming

    Simple Step-By-Step Introduction to the Python Object-Oriented Programming. Quick Start Guide for Beginners

    by Alex Campbell ...
    Python is one of the most powerful computer programming languages of all time, for several reasons we’ll discuss in the first section. The syntax is simple to learn and use and, compared to other programming languages, you often don’t need to write so much code. The sheer simplicity of the language helps programmers write more and develop programs that are more complex in less time.This guide ... Read more

    $3.95 USD or Free with Kobo Plus

  • Deciphering Object-Oriented Programming with C++ [WARNING: NOT FOR USE IN OTHER MATERIAL/SEE CONTRACT]

    A practical, in-depth guide to implementing object-oriented design principles to create robust code

    Embrace object-oriented programming and explore language complexities, design patterns, and smart programming techniques using this hands-on guide with C++ 20 compliant examplesKey FeaturesApply object-oriented design concepts in C++ using direct language features and refined programming techniquesDiscover sophisticated programming solutions with nuances to become an efficient programmerExplore ... Read more

    $35.99 USD or Free with Kobo Plus

  • 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

    $22.99 USD

  • 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

    $9.99 USD or Free with Kobo Plus

  • Flutter

    Guía definitiva

    ¿Aún no conoces Flutter?¿Sabes que puedes desarrollar aplicaciones nativas para iOs y Android sin necesidad de comprar un Mac?Y apuesto a que no sabias que... Flutter es el king de kings del desarrollo de aplicaciones nativas con el mejor tiempo de respuesta y con el diseño de interfaz más sencillo!!.Pega el salto a este mundo con este increíble manual, 70 páginas DONDE SE EXPLICA DE LA 'A' A LA ... Read more

    $6.98 USD

  • Learn Haskell by Example

    Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges.In Learn Haskell by Example, you’ll build your Haskell skills by working through hands-on challenges and conundrums. You’ll learn to look at each project through a Haskell lens, and then solve it using features like lazy ... Read more

    $49.99 USD

  • 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

    $28.99 USD

  • C# Fundamentals

    Learn Modern C# 14 and .NET 10 from the Ground Up

    by Adam Seebeck ...
    C# Fundamentals: Learn Modern C# 14 and .NET 10 from the Ground Up is your complete, hands-on guide to mastering Microsoft’s latest programming language and platform. Whether you are new to coding or upgrading from earlier .NET versions, this structured course takes you from core concepts to professional-grade development with modern syntax and best practices.What you will learnSet up Visual ... Read more

    $9.99 USD

  • 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

    $27.99 USD or Free with Kobo Plus

  • Swift Essentials: A Comprehensive Guide to iOS App Development

    "Swift Essentials: A Comprehensive Guide to iOS App Development" is your go-to resource for mastering iOS app development using the Swift programming language. Whether you're a beginner or an experienced developer looking to dive into Swift, this book is your key to unlocking the full potential of iOS app creation.This comprehensive guide takes you on a journey through the fundamentals of Swift ... Read more

    $9.99 USD or Free with Kobo Plus

  • Mastering MongoDB: A Comprehensive Guide to NoSQL Database Excellence

    "Mastering MongoDB: A Comprehensive Guide to NoSQL Database Excellence" is an essential resource for anyone looking to deepen their understanding and proficiency in MongoDB, a leading NoSQL database technology. This comprehensive guide serves as an invaluable tool for database administrators, software developers, and IT professionals, helping them to harness the full potential of MongoDB in their ... Read more

    $9.99 USD or Free with Kobo Plus

  • Hands-On RESTful Python Web Services

    Develop RESTful web services or APIs with modern Python 3.7

    Explore the best tools and techniques to create lightweight, maintainable, and scalable Python web servicesKey FeaturesCombine Python with different data sources to build complex RESTful APIs from scratchConfigure and fine-tune your APIs using the best tools and techniques availableUse command-line and GUI tools to test CRUD operations performed by RESTful Web Services or APIsBook ... Read more

    $37.99 USD or Free with Kobo Plus

  • Secret Recipes of the Python Ninja

    Over 70 recipes that uncover powerful programming tactics in Python

    by Cody Jackson ...
    Test your Python programming skills by solving real-world problemsKey FeaturesAccess built-in documentation tools and improve your code.Discover how to make the best use of decorator and generator functionsEnhance speed and improve concurrency by conjuring tricks from the PyPy projectBook DescriptionThis book covers the unexplored secrets of Python, delve into its depths, and uncover its mysteries ... Read more

    $41.99 USD or Free with Kobo Plus

  • IGNOU MCA Object-Oriented Analysis and Design Previous Years Unsolved Papers MCS 219

    by Manish Soni ...
    Series Book 7 - IGNOU MCA Unsolved Books Series
    The field of Object-Oriented Analysis and Design (OOAD) is pivotal in the world of software engineering and development, as it equips students and professionals with the tools and methodologies to conceptualize, design, and implement complex software systems effectively. The IGNOU MCS-219 course on OOAD is designed to provide students with a robust understanding of the principles and practices ... Read more

    $8.65 USD or Free with Kobo Plus

  • C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development

    Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code

    by Mark J. Price ...
    Publisher\\'s Note: Microsoft stops supporting .NET Core 3.1 in December 2022. The newer 7th edition of this book is available that covers .NET 7 (end-of-life May 2024) or .NET 6 (end-of-life November 2024), with C\# 11 and EF Core 7.Key FeaturesBuild modern, cross-platform applications with .NET Core 3.0Get up to speed with C\#, and up to date with all the latest features of C\# 8.0Start creating ... Read more

    $67.99 USD or Free with Kobo Plus

  • PYTHON CRASH COURSE FOR BEGINNERS AND EARLY STARTERS

    LEARN PYTHON PROGRAMMING IN SEVEN DAYS

    Unleash Your Programming Potential with Python: A Beginner's GuideMaster the fundamentals of Python and confidently embark on your coding journey with this comprehensive beginner's guide.This book offers a structured and engaging path to learning Python, a powerful and versatile programming language prized for its readability and wide range of applications. Whether you're a student, a hobbyist, or ... Read more

    $7.99 USD

  • Apprendre à programmer ses premières applications

    by David BELBEZE ...
    Vous êtes débutant et souhaitez créer votre propre application, mais la programmation vous semble trop complexe ? Vous ne savez pas par où commencer pour apprendre à coder ? Ou peut-être êtes-vous fraîchement diplômé et cherchez à maîtriser les méthodes professionnelles pour travailler et collaborer efficacement sur un projet informatique ?Dans cet ouvrage, vous serez guidé pas à pas pour acquérir ... Read more

    $28.99 USD