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 289 - 312 de 914 resultados
Skip side bar filters
  • Programming Windows Azure

    Programming the Microsoft Cloud

    Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services.Chapters in Programming Windows Azure are organized to reflect the platform's buffet of ... Leer más

    Antes $32,715 CLP Ahora $29,254 CLP

  • ANSI C Programming

    Learn real-world C programming as per the latest ANSI standard Key features Learn real-world C programming as per the latest ANSI standard All programs work on DOS, Windows as well as Linux Detailed explanation of difficult concepts like &quote;Pointers&quote; and &quote;Bitwise operators&quote; End of chapter exercises drawn from different universities Written by best-selling author of Let Us ... Leer más

    $15,796 CLP

  • Java and Algorithmic Thinking for the Complete Beginner

    From Basics to Advanced Techniques: Master Java and Algorithms for a Robust Programming Foundation

    Dive into the world of Java and algorithmic thinking with this book. This comprehensive guide for beginners covers everything from basic computer operations to advanced programming concepts.Key FeaturesIntroduction to Java & algorithmic thinking with a proper guide from basic to advanced conceptsTips and tricks to enhance programming efficiency, and exercises for real-world applicationDetailed ... Leer más

    Antes $11,351 CLP Ahora $10,150 CLP o gratis con Kobo Plus

  • Programming Backend with Go

    Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem

    de Julian Braun ...
    Quickly introducing readers to Go and its ecosystem, the book walks them through installing and creating a development environment with VS Code. Next, it takes a baby step into learning the basics of building web servers with the net/http package, going over topics like routing, handling various HTTP methods, and the structures of requests and responses. Path variables, regex-based routing, custom ... Leer más

    Antes $40,896 CLP Ahora $36,568 CLP

  • Java Pocket Guide

    Instant Help for Java Programmers

    Any time you need quick answers for developing or debugging Java programs, this pocket guide is the ideal reference to standard features of the Java programming language and its platform. Youâ??ll find helpful programming examples, tables, figures, and lists fastâ??including Java 9 features such as modular source code and the new JShell interactive command-line REPL. Itâ??s a handy companion, ... Leer más

    Antes $17,990 CLP Ahora $16,086 CLP

  • C++ Essentials For Dummies

    The quick and crystal-clear guide to C++ programmingC++ Essentials For Dummies is your useful reference to the key concepts of C++, the popular general-purpose language utilized everywhere from building games to writing parts of operating systems. With minimal review and background material—and absolutely no fluff—this book gets straight to the essential topics you need to know to ramp up, brush ... Leer más

    Antes $14,865 CLP Ahora $13,292 CLP

  • Spring MVC Beginner's Guide

    Unleash the power of the latest Spring MVC 4.x to develop a complete application

    Unleash the power of the latest Spring MVC 4.x to develop a complete applicationKey Features\[\*\] Work through carefully crafted exercises with detailed explanations for each step will help you understand the concepts with ease\[\*\] You will gain a clear understanding of the end-to-end request/response life cycle, and each logical component’s responsibility\[\*\] This book is packed with tips ... Leer más

    $38,395 CLP o gratis con 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 ... Leer más

    $15,796 CLP

  • Learning Scala

    Practical Functional Programming for the JVM

    de Jason Swartz ...
    Why learn Scala? You don’t need to be a data scientist or distributed computing expert to appreciate this object-oriented functional programming language. This practical book provides a comprehensive yet approachable introduction to the language, complete with syntax diagrams, examples, and exercises. You’ll start with Scala's core types and syntax before diving into higher-order functions and ... Leer más

    Antes $27,808 CLP Ahora $24,864 CLP

  • Python Basics to Beyond: A Complete Guide for Beginners and Aspiring Developers

    de Prasun Barua ...
    Python Basics to Beyond: A Complete Guide for Beginners and Aspiring Developers is your step-by-step journey into the world of Python programming. Designed for absolute beginners, this book gradually builds your understanding through 25 comprehensive chapters — from writing your first line of code to mastering real-time data processing and professional coding practices.You'll learn:- Core Python ... Leer más

    Antes $11,351 CLP Ahora $10,150 CLP o gratis con Kobo Plus

  • Простое объектно-ориентированное проектирование: чистый и гибкий код

    В процессе развития даже простое объектно-ориентированное приложение может стать сложным. Каждый новый класс, метод или функция добавляет новые состояния и абстракции, которыми нужно управлять, увеличивает время, необходимое на распутывание ранее написанного кода. Чтобы сохранить кодовую базу простой, нужны конкретные знания и умения. И вы их получите! Изучите практические принципы проектирования, ... Leer más

    $9,104 CLP o gratis con Kobo Plus

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    de Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... Leer más

    Antes $29,443 CLP Ahora $26,326 CLP

  • Rust In Practice

    de GitforGits ...
    Rust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the syntax and semantics of the Rust language, including its unique ownership model and type system ... Leer más

    $25,605 CLP

  • Design Patterns com C#

    Aprenda padrões de projeto com os games

    Pense na programação como um jogo: você precisa conhecer as regras básicas, como ir para a frente, para trás, pular e correr. No C#, os comandos do jogo são equivalentes às estruturas da programação que nós devemos conhecer, como laços de repetições, estruturas de condições, variáveis etc. Conhecer o jogo não garante a vitória, mas conhecer os padrões nos ajuda a entender os problemas que podem ... Leer más

    $10,591 CLP o gratis con Kobo Plus

  • Go Programming in Depth: From Basics to Advanced Techniques

    de Julian Pryce ...
    Master Go Programming from Fundamentals to Production-Ready ApplicationsGo Programming in Depth is your complete guide to mastering one of the most in-demand programming languages in modern software development. Whether you're a complete beginner or an experienced developer, this book provides a structured path to proficiency.Go powers the cloud-native infrastructure behind Docker, Kubernetes, ... Leer más

    Antes $5,719 CLP Ahora $5,115 CLP o gratis con Kobo Plus

  • C# EBOOK

    de C# ...
    Guide to learning the programming language C#.In this volume we will discuss the main methodologies and techniques of C# programming.Topics covered:✔️ History of C#✔️ Structure of the programme✔️ Types of variables✔️ Input/Output✔️ Conditional constructions (if/else/switch)✔️ Arithmetic and Boolean operations✔️ Iterative cycles (while/for)✔️ Comments✔️ Vectors/Arrays✔️ Matrixes ... Leer más

    $6,076 CLP o gratis con Kobo Plus

  • From JavaScript to TypeScript: Navigating the Modern Web Transition

    "From JavaScript to TypeScript: Navigating the Modern Web Transition" is an essential guide for developers and programming enthusiasts looking to stay ahead in the ever-evolving landscape of web technologies. This comprehensive book delves into the intricacies of transitioning from JavaScript, the long-time cornerstone of web development, to TypeScript, the modern language that's reshaping how we ... Leer más

    $8,529 CLP

  • Cocos2d-x Intermediate Level: Elevating Your Game Development Skills

    Cocos2d-x Series

    Series series Cocos2d-x Series
    "Cocos2d-x Intermediate Level: Elevating Your Game Development Skills" is a comprehensive guide crafted for game developers who are familiar with the basics of the Cocos2d-x framework and eager to elevate their skills to the next level. This book delves deep into advanced concepts and techniques that are essential for creating professional and engaging games.Starting with a brief recap of Cocos2d ... Leer más

    $8,529 CLP

  • Python İle Makine Öğrenmesi

    Education, #277

    Series Libro 277 - Education
    Bu kitaptaki hedeflenen temel amaçlar; makine öğrenmesinin ne olduğu, gerçek hayatta makine öğrenmesinin hangi konularda kullanıldığı ve gerçek hayatta öğrendiğimiz bilgileri hangi alanlarda uygulayabileceğimizi anlamaya çalışmaktır. Makine öğrenmesi, bilgisayarların ve verinin olduğu her alanda kullanılabilir. Verinin olduğu her alan makine öğrenmesi için uygundur. Bilgisayar ve makineler ile ... Leer más

    Antes $4,774 CLP Ahora $4,269 CLP

  • UML Distilled

    A Brief Guide to the Standard Object Modeling Language

    de Martin Fowler ...
    Series series Addison-Wesley Object Technology Series
    More than 300,000 developers have benefited from past editions of UML Distilled. This third edition is the best resource for quick, no-nonsense insights into understanding and using UML 2.0 and prior versions of the UML.Some readers will want to quickly get up to speed with the UML 2.0 and learn the essentials of the UML. Others will use this book as a handy, quick reference to the most common ... Leer más

    Antes $49,076 CLP Ahora $43,882 CLP

  • Mathematical Objects in C++

    Computational Tools in A Unified Object-Oriented Approach

    de Yair Shapira ...
    Series series Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
    Emphasizing the connection between mathematical objects and their practical C++ implementation, this book provides a comprehensive introduction to both the theory behind the objects and the C and C++ programming. Object-oriented implementation of three-dimensional meshes facilitates understanding of their mathematical nature. Requiring no prerequis ... Leer más

    $106,669 CLP

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

    $36,568 CLP o gratis con Kobo Plus

  • C++ Important Questions and Answers PDF

    Competitive Exam Questions for Class 8-12 & Chapter 1-18 Practice Tests (C++ Programming Notes for Beginners)

    de Arshad Iqbal ...
    Series series Programming Revision Guides
    The C++ Important Questions and Answers PDF: C++ Programming Competitive Exam Questions & Chapter 1-19 Practice Tests (Class 8-12 C++ Textbook Questions for Beginners) includes revision guide for problem solving with hundreds of solved questions. C++ Questions and Answers PDF book covers basic concepts, analytical and practical assessment tests. "C++ Quiz" PDF book helps to practice test questions ... Leer más

    Antes $5,670 CLP Ahora $5,069 CLP o gratis con Kobo Plus

  • Design Patterns Explained: A New Perspective on Object-Oriented Design

    A New Perspective on Object-Oriented Design

    "One of the great things about the book is the way the authors explain concepts very simply using analogies rather than programming examples–this has been very inspiring for a product I'm working on: an audio-only introduction to OOP and software development."–Bruce Eckel"...I would expect that readers with a basic understanding of object-oriented programming and design would find this book useful ... Leer más

    Antes $59,302 CLP Ahora $53,026 CLP