Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Programación orientada a objetos

Si te gustan los eBooks de Programación orientada a objetos, seguro que te encanta esta selección.
Mostrando 433 - 456 de 914 resultados
Skip side bar filters
  • Mastering OpenGL: From Basics to Advanced Rendering Techniques

    OpenGL

    Series series OpenGL
    "Mastering OpenGL: From Basics to Advanced Rendering Techniques" is a comprehensive resource for graphics programmers seeking to elevate their skills and understanding of OpenGL. Whether you're a seasoned developer or just starting, this book takes you on a journey from the fundamentals to advanced rendering techniques, empowering you to create visually stunning graphics.The book begins by ... Leer más

    $14.99 USD

  • SwiftUI for Masterminds 6th Edition 2026

    de J.D Gauchat ...
    SwiftUI for Masterminds is a comprehensive course designed to take you from the fundamentals of SwiftUI to the development of professional applications for Apple platforms.Whether you are a complete beginner starting your journey in app development or an experienced Android developer looking to expand into the Apple ecosystem, this book provides a structured, practical path to mastering SwiftUI ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • 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 ... Leer más

    $57.59 USD o gratis con 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 ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Curso de Programación Python

    Series series MANUALES IMPRESCINDIBLES
    Tras desbancar a Java y C/C++, Python se ha convertido en el lenguaje de programación más popular de nuestros días. Las capacidades de cómputo de los ordenadores modernos, unida a la gran versatilidad de este lenguaje, su sencillez y la potencia de sus bibliotecas, hacen de Python y su dominio una competencia muy demandada en la industria informática, donde constituye la herramienta preferente de ... Leer más

    $17.81 USD

  • JUnit Pocket Guide

    Quick Look-up and Advice

    de Kent Beck ...
    JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it.While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, ... Leer más

    $7.19 USD

  • C++20 STL Cookbook

    Leverage the latest features of the STL to solve real-world problems

    de Bill Weinman ...
    Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)Key FeaturesBecome familiar with the latest features of C++20 and write better code using the STLReduce the development time for your applications and enable faster deploymentGet up and running with the new and leaner STL capabilities introduced in the latest releaseBook DescriptionFast, efficient ... Leer más

    $64.79 USD o gratis con Kobo Plus

  • C++ 速查手冊

    完整 86 個關鍵字的用法、範例及 Standard Library 的簡介 V1.10

    對於 C++ 的初學者而言,最難的是 C++ 有太多太多的東西需要熟練掌握,很多 C++ 書籍提供的例子過於複雜、深奧,常常無法將每個章節獨立抽出來閱讀,除非願意從頭一字一句的花時間好好啃,導致學習效果因人而異。這本書是將 C++ 語言包含 C++11 標準的各個部分,整理成初學者看得懂的內容,每個部分都提供盡可能最簡單的例子,也都可以獨立抽出來閱讀,使之成為初學者可隨時翻查的手冊。學習程式設計的目的是為了開發軟體,本書採取「拆」的策略介紹 C++ ,也就是介紹 C++ 中有哪些小零件,可是開發軟體是把各種小零件組合起來的藝術,這門藝術需要靠不斷的演練才能達成。若是您打算以本書窺看 C++ 的各種零件,卻又擔心不知道如何組裝,建議您可再去找坊間專門討論用 C++ 開發軟體的書籍,或是本書作者的另一本給初學者的電子書《C++ 入門指南》,就是以一完整的小軟體範例貫穿全書。從一開始整理資料 ... Leer más

    $7.99 USD o gratis con Kobo Plus

  • Mastering GameMaker: A Journey from Novice to Expert

    "Mastering GameMaker: A Journey from Novice to Expert" is the definitive guide for anyone aspiring to master the art of game development using the renowned GameMaker Studio. Whether you're an absolute beginner or an intermediate user looking to refine your skills, this book offers a comprehensive and engaging path to becoming an expert in one of the most user-friendly game development platforms ... Leer más

    $9.99 USD

  • Mastering Python

    Mastering Python est un guide complet qui vous emmène dans un parcours pratique, des fondamentaux de la programmation Python aux techniques avancées dans divers domaines. Ce livre est soigneusement conçu pour les débutants comme pour les développeurs en herbe qui souhaitent acquérir des compétences concrètes et appliquer Python aux technologies modernes.Le livre commence par établir de solides ... Leer más

    $19.00 USD o gratis con Kobo Plus

  • Programming Embedded Systems

    With C and GNU Development Tools

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, ... Leer más

    $28.79 USD

  • Mastering Object-Oriented Python

    Build powerful applications with reusable code using OOP design patterns and Python 3.7

    Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principlesKey FeaturesExtend core OOP techniques to increase integration of classes created with PythonExplore a variety of Python libraries for handling persistence and object serializationLearn alternative approaches for solving programming problems ... Leer más

    $27.89 USD o gratis con Kobo Plus

  • Professional Java EE Design Patterns

    Master Java EE design pattern implementation to improve your design skills and your application’s architectureProfessional Java EE Design Patterns is the perfect companion for anyone who wants to work more effectively with Java EE, and the only resource that covers both the theory and application of design patterns in solving real-world problems. The authors guide readers through both the ... Leer más

    $37.49 USD

  • Programming Ruby 3.3

    The Pragmatic Programmers' Guide

    Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language ... Leer más

    $41.09 USD

  • Elemental Design Patterns

    de Jason Smith ...
    Series series Addison-Wesley Professional Computing Series
    2012 Jolt Award Finalist!Even experienced software professionals find it difficult to apply patterns in ways that deliver substantial value to their organizations. In Elemental Design Patterns, Jason McC. Smith addresses this problem head-on, helping developers harness the true power of patterns, map them to real software implementations more cleanly and directly, and achieve far better results. ... Leer más

    $38.69 USD

  • Java: Tips and Tricks to Programming Code with Java

    Java Computer Programming, #2

    Series Libro 2 - Java Computer Programming
    Have you been coding for awhile now, but could still use some useful Java coding tips? Do you have some basic knowledge with Java and want to learn more?If you answered yes to any of these questions, then look no further - this book "Java: Tips and Tricks to Programming Code with Java" is for you.In this Definitive Java Intermediate Level Guide, you're about to discover...Java is a program that ... Leer más

    $2.99 USD

  • SwiftUI Essentials - iOS 15 Edition

    Learn to Develop iOS Apps using SwiftUI, Swift 5.5 and Xcode 13

    de Neil Smyth ...
    The goal of this book is to teach the skills necessary to build iOS 15 applications using SwiftUI, Xcode 13 and the Swift 5.5 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment together with an introduction to the use of Swift Playgrounds to learn and experiment with Swift.The book also includes in-depth ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Python and JSON for Beginners - Workbook

    Learn to Read, Write, and Manipulate JSON Data Using Python - With Hands-On Exercises and Real-World Examples

    Master JSON Data Manipulation with Python – The Complete Hands-On Workbook for BeginnersTransform your Python programming skills with the most comprehensive JSON workbook available! "Python and JSON for Beginners - Workbook" delivers everything you need to confidently handle JSON data in real-world Python applications.Why This Python JSON Guide Is Essential: JSON is everywhere in modern ... Leer más

    $12.19 USD o gratis con Kobo Plus

  • Ultimate C# for High-Performance Applications

    de 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... ... Leer más

    $23.79 USD

  • 現代 C#:AI 時代的開發者修煉

    (C# 14 與 .NET 10)

    de 蔡煥麟 ...
    Series Libro 1 - .NET 開發者修練系列
    這不是一本鉅細靡遺的 C# 語法字典。本書將介紹 C# 語言當中較為核心、進階、或需要花較多時間深度理解的部分(涵蓋 C# 1.0 至 C# 14)。不同於傳統程式設計書籍的是,本書特別強調「深度理解」,同時也鼓勵讀者善用 AI 工具來輔助學習和開發。在 AI 能夠幫我們生成大量程式碼的時代,開發者更需要具備判斷程式碼品質、安全性與效能的能力,以及如何精準地指揮 AI 寫出高品質的 C# 程式碼。██ 本書特色█對比式教學:對於容易混淆的概念,展示「不建議的寫法(✗)」與「建議的寫法(✓)」,並說明差異與理由。實務導向:不只語法,也會說明「為什麼需要這個功能」、「何時該用」、「何時不該用」,以及可能的效能影響。圖表輔助:在適當的地方添加視覺化圖表,輔助理解複雜概念... ... Leer más

    $12.45 USD o gratis con Kobo Plus

  • Flutter Design Patterns and Best Practices

    Build scalable, maintainable, and production-ready apps using effective architectural principles

    Elevate your mobile app development skills using reusable software development methodologies and code design principles, leveraging proven strategies from industry experts who have fostered thriving developer communities Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesCover code structure, app architecture, testing, performance optimization, error ... Leer más

    $32.39 USD o gratis con Kobo Plus

  • Mastering Scala

    Functional and Object-Oriented Programming

    Edición de William Smith ...
    "Mastering Scala: Functional and Object-Oriented Programming" is an essential guide for anyone looking to delve into the powerful world of Scala. This book provides a comprehensive introduction to the language, blending both functional and object-oriented paradigms to equip readers with versatile and robust programming skills. Designed for both beginners and experienced developers, it covers ... Leer más

    $6.99 USD o gratis con Kobo Plus

  • Core Graphics and Core Animation

    Learn how to create graphics for iOS 11 applications with Swift 4

    de J.D Gauchat ...
    Learn how to use the Core Graphics and Core Animation frameworks to create and animate graphics in your iOS applications. After reading this guide, you will know how to generate custom graphics, how to manipulate images, and how to create animations.Table of ContentsCORE GRAPHICS FRAMEWORKCore GraphicsData TypesQuartz 2DContextPathsColorsConfigurationSaving the StateClippingGradientsShadowsT... ... Leer más

    $2.87 USD

  • UML 2.0 Pocket Reference

    UML Syntax and Usage

    de Dan Pilone ...
    Globe-trotting travelers have long resorted to handy, pocket-size dictionaries as an aid to communicating across the language barrier. Dan Pilone's UML 2.0 Pocket Reference is just such an aid for on-the-go developers who need to converse in the Unified Modeling Language (UML). Use this book to decipher the many UML diagrams you'll encounter on the path to delivering a modern software system ... Leer más

    $10.69 USD