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 145 - 168 de 915 resultados
Skip side bar filters
  • 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 – ... Leer más

    $39.59 USD o gratis con Kobo Plus

  • Python Programming for Beginners

    The Complete Guide to Mastering Python in 10 Days with Guiding Exercises – Top Secret Coding Tips, Well-detailed Examples and Outputs, with Questions and Answers for Each Chapter. The Ultimate Python Crash Course for Dummies. Computer science

    de C J Smith ...
    THE EASIEST PYTHON PROGRAMMING BOOK EVERLooking to learn Python programming in a beginner-friendly way? Look no further than "Python Programming for Beginners" by Musa Usman! This comprehensive guide covers everything you need to know about Python, from the basics of data types and control structures to advanced topics like object-oriented programming and multithreading. With clear explanations, ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • The Architecture of Patterns: Design Patterns and Architectural Judgment in Long-Lived Software Systems

    Software Systems & Architectural Judgment, #2

    Series Libro 2 - Software Systems & Architectural Judgment
    Design patterns are often taught as reusable solutions—clean structures waiting to be applied. In real software, they are something else entirely. They are responses to pressure.As software grows, teams change, domains expand, and assumptions quietly expire. Systems that once felt clear accumulate indirection, fatigue, and hesitation. Patterns emerge not because they are elegant in theory, but ... Leer más

    $29.99 USD o gratis con Kobo Plus

  • Modern C++23 QuickStart Pro

    de 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. The book begins by demonstrating the power of variadic templates and how to use them for dynamic function signatures. After becoming familiar with fold expressions for argument handling, you will then explore std::tuple and std::variant ... Leer más

    $29.99 USD

  • Design Patterns in Java

    Design Patterns in Java™ gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text.Drawing on their ... Leer más

    $57.59 USD

  • Java 17

    Java está presente a nuestro alrededor, se utiliza en servidores, en aplicaciones de escritorio, en dispositivos multimedia, en teléfonos móviles e incluso en juegos como el popular Minecraft. De ahí que haya estado presente en la cotidianidad de tus padres, está en la nuestra y estará presente en la de tus hijos. Este libro va dirigido a todas las personas que, con o sin conocimientos previos, ... Leer más

    $9.59 USD o gratis con Kobo Plus

  • Unity Game Development : A Beginner's Guide to Game Programming

    de Jiho Seok ...
    What You Will Gain After Obtaining This Book:Mastery of Unity 2022.3 : Understand and utilize the full range of features offered by the latest Unity version.Foundational Programming Skills: Learn C# from the ground up within the context of game development.Comprehensive Understanding of Game Mechanics: Gain insights into both 2D and 3D game development techniques.Ability to Create and Manipulate ... Leer más

    $1.99 USD

  • Managing State in Flutter Pragmatically

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

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

    $25.69 USD o gratis con Kobo Plus

  • Mastering Flutter and Dart: Elegant Code for Cross-Platform Success

    "Mastering Flutter and Dart: Elegant Code for Cross-Platform Success" is the definitive guide for developers looking to enhance their skills in building visually stunning and functionally robust applications that run seamlessly across multiple platforms. Written by experts in the field, this book delves deep into the nuances of Flutter and Dart, offering readers a comprehensive understanding of ... Leer más

    $9.99 USD

  • Mastering Regular Expressions

    Understand Your Data and Be More Productive

    Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you ... Leer más

    $36.79 USD

  • Statistical Analysis with R For Dummies

    Simplify stats and learn how to graph, analyze, and interpret data the easy wayStatistical Analysis with R For Dummies makes stats approachable by combining clear explanations with practical applications. You'll learn how to download and use R and RStudio—two free, open-source tools—to learn statistics concepts, create graphs, test hypotheses, and draw meaningful conclusions. Get started by ... Leer más

    $21.59 USD

  • C++ and Algorithmic Thinking for the Complete Beginner

    Learn to think like a programmer by mastering C++ and foundational algorithms from scratch.

    Dive into the essentials of C++ and algorithmic thinking with this book. This comprehensive guide is perfect for newcomers looking to build a strong foundation in programming and problem-solving.Key FeaturesComprehensive introduction to C++ programming and detailed explanations of algorithmic concepts.Step-by-step setup of development environments, with practical exercises and real-world examples ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Objective-C 2.0 Essentials - Third Edition

    de Neil Smyth ...
    Now updated for the new "Modern Objective-C" features introduced with the iOS 6 SDK, the goal of this book is to teach the skills necessary to program in Objective-C using a style that is easy to follow, rich in examples and accessible to those who have never used Objective-C before. Topics covered include the fundamentals of Objective-C such as variables, looping and flow control. Also included ... Leer más

    $9.99 USD

  • The Elements of UML™ 2.0 Style

    For all developers who create models using the Unified Modeling Language (UML) 2.x The Elements of UML™ 2.0 Style sets the rules for style that will improve your productivity - especially in teams, where understandability and consistency are critical. Coming from renowned UML expert Scott Ambler, the book furnishes a set of rules for modelling in the UML and describes a collection of standards and ... Leer más

    $27.09 USD

  • Expert C++

    Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features

    Take your C++ skills to the next level with expert insights on advanced techniques, design patterns, and high-performance programming Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesMaster templates, metaprogramming, and advanced functional programming techniques to elevate your C++ skillsDesign scalable and efficient C++ applications with the latest features of C++17 and ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Accelerated DevOps with AI, ML & RPA

    Non-Programmer’s Guide to AIOPS & MLOPS

    What comes to your mind after reading the below statements from a renowned industry research firm?It is predicted that a large enterprise exclusive use of AIOps and digital experience monitoring tools to monitor applications and infrastructure will rise from 5% in 2018 to 30% in 2023.Also, Only 47% of machine learning models are making it into production (Comes MLOPS!)Do you ha... ... Leer más

    $4.57 USD o gratis con Kobo Plus

  • Objektorientierte Programmierung mit Python

    Ein vollständiger, praxisorientierter Leitfaden für Einsteiger und Fortgeschrittene

    de Lukas Neumann ...
    Traducido por Lukas Neumann ...
    Meistern Sie die objektorientierte Programmierung mit Python – Von den Grundlagen bis zur professionellen AnwendungDieses umfassende Handbuch ist Ihr perfekter Begleiter, um die objektorientierte Programmierung (OOP) in Python von Grund auf zu erlernen und professionell anzuwenden. Egal ob Sie Python-Einsteiger mit ersten Grundkenntnissen sind oder bereits Erfahrung in der Programmierung ... Leer más

    $18.89 USD o gratis con Kobo Plus

  • Patterns for Computer-Mediated Interaction

    Series series Wiley Software Patterns Series
    Written by well-respected experts, this how-to guide provides patterns for the design of human computer human interaction (HCHI). An increasing number of applications are currently designed for use by more than one user, eg: multi-player games, interactive web sites, mobile phones, collaborative learning systems, interactive workspaces and smart environments. In these areas there is a shift from ... Leer más

    $57.59 USD

  • Android Studio Masterclass

    Android IDE For App Developers

    de Rob Botwright ...
    Are you ready to unlock the full potential of Android app development? Look no further than the "Android Studio Masterclass" bundle! Whether you're just starting out or a seasoned developer, this bundle has something for everyone. With four comprehensive books, you'll embark on a journey from novice to expert in no time. Book 1: "Android Studio Essentials: A Beginner's Guide to App Development" ... Leer más

    $7.99 USD o gratis con Kobo Plus

  • Python und OOP - Objektorientierte Programmierung verständlich erklärt

    Ein praxisorientierter Leitfaden für Einsteiger und Fortgeschrittene zur objektorientierten Programmierung mit Python, inklusive Klassen, Vererbung, Polymorphismus und Designprinzipien

    de D. S. Lornach ...
    Meistern Sie die objektorientierte Programmierung mit Python – Der komplette Leitfaden für Einsteiger und FortgeschritteneEntdecken Sie die Macht der objektorientierten Programmierung Python mit diesem umfassenden Handbuch, das speziell für deutschsprachige Entwickler konzipiert wurde. Egal ob Sie Python OOP lernen möchten oder Ihre bestehenden Kenntnisse in Python Klassen Vererbung vertiefen ... Leer más

    $13.29 USD o gratis con Kobo Plus

  • Hands-On Software Architecture with Golang

    Design and architect highly scalable and robust applications using Go

    Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modelingKey FeaturesGain knowledge of architectural approaches on SOA and microservices for architectural decisionsExplore different architectural patterns for building distributed applicationsMigrate applications written in Java or Python to the Go languageBook ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Go Design Patterns

    Best practices in software development and CSP

    Learn idiomatic, efficient, clean, and extensible Go design and concurrency patterns by using TDDKey Features\[\*\]A highly practical guide filled with numerous examples unleashing the power of design patterns with Go.\[\*\]Discover an introduction of the CSP concurrency model by explaining GoRoutines and channels.\[\*\]Get a full explanation, including comprehensive text and examples, of all ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Functions in JavaScript: A Beginner’s Guide

    Learn to Write, Use, and Master Functions for Cleaner and Reusable JavaScript Code

    de Dargslan ...
    Series Libro 4 - Dargslan - JavaScript - Beginner Level
    Functions in JavaScript: A Beginner's Guide - Book Description for Amazon KDPUnlock the power of JavaScript functions and transform your coding skills with "Functions in JavaScript: A Beginner's Guide." This comprehensive tutorial takes you on a journey from basic function concepts to advanced techniques that power modern web applications.Are you struggling to understand JavaScript functions? Do ... Leer más

    $17.81 USD o gratis con Kobo Plus

  • Debugging Python Code

    Strategies for Clean and Reliable Programs

    Master Python Debugging and Write More Reliable Code from Day OneEvery Python developer has been there: your code crashes with a confusing traceback, a function returns unexpected results, or your application inexplicably slows to a crawl. Bugs are inevitable, but spending hours hunting them down doesn't have to be.Debugging Python Code: Strategies for Clean and Reliable Programs is your ... Leer más

    $15.49 USD o gratis con Kobo Plus