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 Lenguajes de programación

Si te gustan los eBooks de Lenguajes de programación, seguro que te encanta esta selección.
Mostrando 1513 - 1536 de 10044 resultados
Skip side bar filters
  • R Programming Interview Questions and Answers

    de Manish Soni ...
    Series Libro 2 - R Programming Books Series
    Welcome to R Programming Interview Questions & Answers Book! In the rapidly evolving world of data science and analytics, R programming has established itself as a crucial tool for professionals across various industries. Its versatility, combined with powerful capabilities in statistical computing, data manipulation, and visualization, makes R an indispensable asset for anyone working with data. ... Leer más

    $179 MXN o gratis con Kobo Plus

  • Unity Artificial Intelligence Programming

    Add powerful, believable, and fun AI entities in your game with the power of Unity

    Learn and implement game AI in Unity to build smart environments and enemies with A\* pathfinding, finite state machines, behavior trees, and the NavMeshKey FeaturesExplore the latest Unity features to make AI implementation in your game easierBuild richer and more dynamic games using AI concepts such as behavior trees and navigation meshesImplement character behaviors and simulations using the ... Leer más

    $769 MXN o gratis con Kobo Plus

  • UI5 User Guide

    How to develop responsive data-centric client web applications

    The UI5 User Guide gets the reader started quickly with OpenUI5/SAPUI5 development. Step by step, it shows how to develop a basic client web application, introducing concepts and flow of developing with UI5 along the way. You can reuse the resulting code as a template for any serious UI5 application.After getting started, the main content of the book is divided into three parts:The first part of ... Leer más

    $372 MXN

  • Mastering Python

    From Beginner to Pro with Hands-On Projects

    de Robert Sommer ...
    Unlock the power of Python programming with this comprehensive guide designed for beginners and experienced developers alike. "Mastering Python From Beginner to Pro with Hands-On Projects" takes you on an immersive journey through the world of Python, a versatile and in-demand programming language used across various industries.Whether you're a complete novice or an experienced programmer looking ... Leer más

    $173 MXN

  • Java in easy steps, 6th Edition

    Covers Java 9

    de Mike McGrath ...
    Series series In Easy Steps
     Java in easy steps, 6th edition instructs you how to easily create your own exciting Java programs. Updated for Java 9, which was released September 2017, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps.This book assumes no previous knowledge of any ... Leer más

    $255 MXN

  • Test-driven development

    Teste e design no mundo real com Ruby

    Por que não testamos software? Porque é caro? Porque é demorado? Porque é chato? Testes automatizados são a solução para todos esses problemas. Aprenda a escrever um programa que testa seu programa de forma rápida, barata e produtiva, e aumente a qualidade do seu produto final. Neste livro, você aprenderá sobre TDD, uma das práticas ágeis de desenvolvimento de software mais populares. TDD faz o ... Leer más

    $169 MXN o gratis con Kobo Plus

  • Android Application Development Cookbook

    Over 100 recipes to help you solve the most common problems faced by Android Developers today

    Over 100 recipes to help you solve the most common problems faced by Android Developers todayKey Features\[\*\]Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster\[\*\]Uncover the latest features of Android Marshmallow to make your applications stand out\[\*\]Get up to speed with Android Studio 1.4 - the first ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Ultimate React Testing with Jest

    Build Reliable Web Applications Using React Testing Library, Modern Testing Patterns, Async Flows and CI/CD Integration

    Write clean, confident React tests that eliminate bugs before they reach users.Key Features● End-to-end React testing with Jest and React Testing Library.● Hands-on coverage of hooks, async flows, Redux, routing, and CI. ● Modern testing strategies using Jest, RTL, MSW, and real scenarios.Book DescriptionUltimate React Testing with Jest uses Jest as the foundation to introduce ... ... Leer más

    $360 MXN o gratis con Kobo Plus

  • PHP Web Development with Laminas

    Build a fully secured and functional e-commerce application with PHP using the Laminas framework

    Learn how to develop modern object-oriented applications with PHP using test-driven development (TDD) and behavior-driven development (BDD) aided by mature reusable components Key Features • Create clean code based on components' reusability to create large-scale enterprise applications • Make effective use of design patterns in an object-oriented software • Understand the division of a PHP web ... Leer más

    $476 MXN o gratis con Kobo Plus

  • Building Android Games with Cocos2d-x

    Learn to create engaging and spectacular games for Android using Cocos2d-x

    Key FeaturesBook DescriptionIf you have a basic understanding of the C++ programming language and want to create videogames for the Android platform, then this technology and book is ideal for you.What you will learnWho this book is forIf you have a basic understanding of the C++ programming language and want to create videogames for the Android platform, then this technology and book is ideal for ... Leer más

    $437 MXN o gratis con Kobo Plus

  • Machine Learning For Network Traffic and Video Quality Analysis

    Develop and Deploy Applications Using JavaScript and Node.js

    Series series Professional and Applied Computing (R0)
    This book offers both theoretical insights and hands-on experience in understanding and building machine learning-based Network Traffic Monitoring and Analysis (NTMA) and Video Quality Assessment (VQA) applications using JavaScript. JavaScript provides the flexibility to deploy these applications across various devices and web browsers.The book begins by delving into NTMA, explaining fundamental ... Leer más

    $932 MXN

  • Beginning Spring AI

    A Quick Guide to AI Engineering in Spring

    Series series Professional and Applied Computing (R0)
    Discover how to use Large Language Models in the Spring Framework. This quick guide equips developers with insights into the strengths and limitations of Spring AI and how to leverage the model for typical use cases.First, you will orient yourself to the new and exciting landscape of AI and Spring integration. You will learn how to issue simple queries, asking the right questions to get the ... Leer más

    $411 MXN

  • Cypress for Reliable Web Application Testing

    Definitive Reference for Developers and Engineers

    "Cypress for Reliable Web Application Testing"In the modern landscape of web development, the pursuit of robust, scalable, and reliable test automation is more critical than ever. "Cypress for Reliable Web Application Testing" provides a comprehensive exploration of the evolution of web testing, guiding readers from historical manual approaches to today’s sophisticated automation strategies. The ... Leer más

    $183 MXN o gratis con Kobo Plus

  • C++程序设计教程

    本书是C++程序设计的入门书籍,适合初学者使用。全书共11章,第1章主要介绍C++对C语言的扩充;第2~5章主要介绍C++的核心知识,包括类与对象、运算符重载、继承与派生、多态与虚函数;第6~7章主要介绍模板与STL;第8~9章主要介绍C++的I/O流和异常;第10章主要介绍C++11新特性;第11章带领读者开发一个综合项目——酒店管理系统,让读者将前面所学知识融会贯通,并了解实际项目的开发流程。 ... Leer más

    $228 MXN

  • Apache Superset Essentials

    The Complete Guide for Developers and Engineers

    de William Smith ...
    "Apache Superset Essentials""Apache Superset Essentials" offers a comprehensive and authoritative guide for professionals seeking to master the deployment, customization, and management of Apache Superset in modern data-driven organizations. Beginning with a robust introduction to Superset's role within the business intelligence landscape, the book meticulously unpacks its core architecture, ... Leer más

    $185 MXN o gratis con Kobo Plus

  • Introduction to Programming Languages

    Computers form an inevitable part of modern human lives.Computers ranging from mainframes to smartphones are in usetoday. Ever since the advent of programmable computers, anumber of programming languages have come. In simple terms,a programming language gives instructions to the computer. Aprogramming language has a syntax and semantics. Unlikemachine codes or assembly language, a high-level ... Leer más

    $52 MXN

  • Modern C Up and Running

    A Programmer's Guide to Finding Fluency and Bypassing the Quirks

    de Martin Kalin ...
    Series series Professional and Applied Computing (R0)
    Learn how to program in modern C, from the basics through the advanced topics required for proficiency. This book is the fastest path to C fluency for anyone experienced in a general-purpose programming language. From start to finish, code examples highlight the idioms and best practices behind efficient, robust programs in a variety of areas.The book opens with a thorough coverage of syntax, ... Leer más

    $1,067 MXN

  • Android NDK Game Development Cookbook

    A systematic guide consisting of over 70 recipes which focus on helping you build portable mobile games and aims to enhance your game development skills with clear instructions.If you are a C++ developer who wants to jump into the world of Android game development and who wants to use the power of existing C++ libraries in your existing Android Java applications, then this book is for you. You ... Leer más

    $776 MXN o gratis con Kobo Plus

  • Mastering Apache Arrow

    Accelerating Data Processing and In-Memory Analytics

    "Mastering Apache Arrow: Accelerating Data Processing and In-Memory Analytics," is an indispensable resource designed to deepen your understanding of Apache Arrow's role in modern data technology. This comprehensive guide takes readers on an enlightening exploration of Arrow’s groundbreaking capabilities, from its advanced architecture to its efficient in-memory data structures. It serves as a ... Leer más

    $189 MXN o gratis con Kobo Plus

  • Hacking Exposed Linux

    Linux Security Secrets and Solutions

    de ISECOM ...
    Series series Hacking Exposed
    The Latest Linux Security SolutionsThis authoritative guide will help you secure your Linux network--whether you use Linux as a desktop OS, for Internet services, for telecommunications, or for wireless services. Completely rewritten the ISECOM way, Hacking Exposed Linux, Third Edition provides the most up-to-date coverage available from a large team of topic-focused experts. The book is based on ... Leer más

    $809 MXN

  • Ultimate Microservices with RabbitMQ

    de Peter Morlion ...
    Learn the ins and outs of a RabbitMQ-enabled microservices system. Key Features ● Discover the fundamental principles of microservices and their organizational impact. ● Develop a deep understanding of messaging and RabbitMQ within microservices architecture. ● Acquire the expertise to seamlessly integrate and maximize the benefits of microservices with RabbitMQ for creating of robust and high ... Leer más

    $258 MXN o gratis con Kobo Plus

  • Fundamentos de estrututura de dados

    Series series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida.Fundamentos de estrutura de dados reúne conceitos essenciais para implementar as estruturas fundamentais da computação ... Leer más

    $109 MXN

  • Spring Essentials

    Build mission-critical enterprise applications using Spring Framework and Aspect Oriented Programming

    Build mission-critical enterprise applications using Spring Framework and Aspect Oriented ProgrammingKey Features\[\*\] Step into more advanced features of aspect-oriented programming and API components to build enterprise grade systems\[\*\] Build lightning-fast web applications and REST APIs using Spring MVC and its asynchronous processing capabilities with the view technologies of your choice\[ ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Your First Python Program

    de Alexander Paz ...
    "Your First Python Program" is a beginner's guide to the Python programming language. This book is written for readers with varying degrees of programming experience to give them a firm grasp of Python and its fundamentals. We care about your time, so we worked hard to condense and optimize the content so you can learn Python as quickly as possible. We explain each topic and then put it into ... Leer más

    $67 MXN