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 241 - 264 de 9991 resultados
Skip side bar filters
  • Mastering JavaScript Functional Programming

    In-depth guide for writing robust and maintainable JavaScript code in ES8 and beyond

    Master Functional Programming techniques with this comprehensive guide for writing cleaner, safer, high-performing JavaScript codesKey FeaturesBecome proficient and skilled with Functional Programming in JavaScript to solve real-world development problemsSuccessfully apply Functional Programming concepts and techniques to everyday JavaScript programmingBring modularity, reusability, testability, ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Desarrollo de aplicaciones con GPT-4 y ChatGPT

    Cree chatbots inteligentes, generadores de contenido y mucho más

    Series series TÍTULOS ESPECIALES
    Este libro es una guía completa para desarrolladores de Python que quieren aprender a crear aplicaciones con grandes modelos de lenguaje. Los autores Olivier Caelen y Marie-Alice Blete abordan las características y beneficios principales de GPT-4 y ChatGPT y explican cómo funcionan. También es una guía paso a paso para desarrollar aplicaciones utilizando la biblioteca de Python para GPT-4 y ... Leer más

    $266 MXN

  • Architecting Angular Applications with Redux, RxJS, and NgRx

    Learn to build Redux style high-performing applications with Angular 6

    Manage state in Angular to write high performing web apps by combining the power of Flux, RxJS, and NgRxKey Features- Learn what makes an excellent Angular application architecture- Use Redux to write performant, consistent Angular applications- Incorporate Reactive Programming principles and RxJS to make it easier to develop, test, and debug your Angular applicationsBook DescriptionManaging the ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Practical Guide to Behave for Python Testing

    Definitive Reference for Developers and Engineers

    "Practical Guide to Behave for Python Testing""Practical Guide to Behave for Python Testing" is an authoritative and comprehensive resource designed for quality engineers, developers, automation architects, and technical leaders seeking to master Behavior-Driven Development (BDD) using Behave in Python environments. The book begins with a thorough exploration of the principles and motivations ... Leer más

    $189 MXN o gratis con Kobo Plus

  • Think Like a Programmer

    An Introduction to Creative Problem Solving

    The real challenge of programming isn't learning a language's syntax—it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like ... Leer más

    $446 MXN

  • Python Data Wrangling for Business Analytics

    Python for Business Analytics Series

    de George Snypes ...
    Series series Python for Business Analytics Series
    Master the essential skills of modern data analysis with this comprehensive guide to Python data wrangling, data cleaning, and business analytics. Whether you're a business analyst moving from Excel to Python, a data scientist optimizing workflows, or an analytics professional handling large datasets, this practical guide bridges the gap between basic Python programming and real-world data ... Leer más

    $86 MXN o gratis con Kobo Plus

  • Oracle PL/SQL Programming

    Covers Versions Through Oracle Database 12c

    Considered the best Oracle PL/SQL programming guide by the Oracle community, this definitive guide is precisely what you need to make the most of Oracle’s powerful procedural language. The sixth edition describes the features and capabilities of PL/SQL up through Oracle Database 12c Release 1.Hundreds of thousands of PL/SQL developers have benefited from this book over the last twenty years; this ... Leer más

    $539 MXN

  • Python Programming for Beginners

    The Ultimate Guide to Master Python & Become a Coding Ninja in Just 7 Days with Hands-On Practical Exercises, Complete Projects and Best Developers Secrets

    de Alex Bytes ...
    Are you ready to dive into Python and unlock incredible opportunities for your personal and professional growth?Do you feel overwhelmed by complex tutorials or unsure about where to begin your programming journey?Are you looking for a beginner-friendly resource that teaches Python step-by-step with real-world examples?If you answered YES to at least one of these questions, you MUST KEEP READING…<s ... Leer más

    $149 MXN o gratis con Kobo Plus

  • Learning React

    Modern Patterns for Developing React Apps

    If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional JavaScript is necessary.With their learning road map, authors Alex Banks ... Leer más

    $490 MXN

  • The Genius of Lisp

    de Cees de Groot ...
    Journey through the fascinating story of Lisp: How it came about and why it was designed the way it was. Meet the geniuses involved in its creation, including Alonzo Church, Alan Turing, and the father of Lisp and artificial intelligence, John McCarthy. Lisp has informed the design of most programming languages in use today, and to learn how Lisp was constructed is to learn what programming is all ... Leer más

    $279 MXN o gratis con Kobo Plus

  • C for beginners

    de Nikita Kultin ...
    The book is a set of examples in C/C++. Programs of varying complexity are demonstrated use of basic instructions of C/C++, input-output operation, work with arrays, with files, with structures and with objects.For beginners programmers.© Nikita Kultin, 2021.CONTENTSPART 1. BASICS OF CInput and output- Input of numbers- String inputSelecting- If-then statement- Nested if- Switch statementLoops- F. ... Leer más

    $17 MXN o gratis con Kobo Plus

  • Doing Math with Python

    Use Programming to Explore Algebra, Statistics, Calculus, and More!

    de Amit Saha ...
    Doing Math with Python shows you how to use Python to delve into high school–level math topics like statistics, geometry, probability, and calculus. You’ll start with simple projects, like a factoring program and a quadratic-equation solver, and then create more complex projects once you’ve gotten the hang of things.Along the way, you’ll discover new ways to explore math and gain valuable ... Leer más

    $409 MXN

  • C++ Primer

    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 StandardFully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its ... Leer más

    $898 MXN

  • Principles of Game Audio and Sound Design

    Sound Design and Audio Implementation for Interactive and Immersive Media

    Principles of Game Audio and Sound Design is a comprehensive introduction to the art of sound for games and interactive media using Unity. This accessible guide encompasses both the conceptual challenges of the artform as well as the technical and creative aspects, such as sound design, spatial audio, scripting, implementation and mixing.Beginning with basic techniques, including linear and ... Leer más

    $963 MXN

  • The Recursive Book of Recursion

    Ace the Coding Interview with Python and JavaScript

    de Al Sweigart ...
    An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion.The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing ... Leer más

    $409 MXN

  • Improve your skills with Google Sheets

    Professional training

    Welcome to Google Sheets, your free worksheet on line. This book outlines useful possibilities if you want to work with this application. As with any spreadsheet, you can achieve simple or more complex calculations using functions. You will learn how to filter and sort out information creating statistics with Pivot tables. You will define page layout settings to print data easily. Charts will ... Leer más

    $325 MXN o gratis con Kobo Plus

  • Deep Learning from Scratch

    Building with Python from First Principles

    de Seth Weidman ...
    With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers. This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience. You’ll start with deep learning basics and move quickly to the details of important advanced architectures, ... Leer más

    $490 MXN

  • Practical SQL, 2nd Edition

    A Beginner's Guide to Storytelling with Data

    Analyze data like a pro, even if you’re a beginner.Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source ... Leer más

    $396 MXN

  • SQL and Relational Theory

    How to Write Accurate SQL Code

    de C.J. Date ...
    SQL is full of difficulties and traps for the unwary. You can avoid them if you understand relational theory, but only if you know how to put that theory into practice. In this book, Chris Date explains relational theory in depth, and demonstrates through numerous examples and exercises how you can apply it to your use of SQL.This third edition has been revised, extended, and improved throughout. ... Leer más

    $327 MXN

  • Essential Business Process Modeling

    de Michael Havey ...
    Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today's enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based ... Leer más

    $384 MXN

  • Aprende a Desarrollar Videojuegos

    de Ángel Arias ...
    El desarrollo de un juego no es una tarea trivial, ya que requiere una atención especial, ya que es un software bastante complejo que cubre varias áreas de computación, tales como la programación, el diseño, la creación de redes, la infografía, la inteligencia artificial, o el sonidos entre otros. Sin embargo, las nuevas herramientas y métodos han facilitado el desarrollo de desarrollo de juegos, ... Leer más

    $51 MXN

  • Layered Design for Ruby on Rails Applications

    Discover practical design patterns for maintainable web applications

    Transition from the traditional Rails MVC trio to an abstraction model and evolve your application codebase with synchronized components, boosting flexibility and maintainabilityKey FeaturesUnderstand Rails' architectural patterns along with its advantages and disadvantagesOrganize business logic in Rails apps when the default approach is insufficientIntroduce new abstractions to address design ... Leer más

    $739 MXN o gratis con Kobo Plus

  • The Little Blue Book

    Web UX Guide

    "How human beings interact with machines is a complicated topic.  It touches on psychology, ergonomics, human senses and our mental and physical makeup.  This book is my take on how a website or web application should work to give the best for users.  It’s based on the hours I’ve spent testing with them, and the years (it feels like) I’ve spent arguing with managers, other developers and stake ... Leer más

    Gratis

  • Websocket Essentials: Building apps with HTML5 websockets

    Build your own real-time web applications using HTML5 WebSockets

    de Varun Chopra ...
    Key FeaturesBook DescriptionThis book is for web developers who want to learn and implement WebSocket to create interesting apps for modern browsers, leveraging the capabilities of HTML5 with WebSockets.What you will learnCreate a web app with the advanced features of the modern WebExpand the level of application by using different frameworks and librariesImprove HTML5 web application development ... Leer más

    $517 MXN o gratis con Kobo Plus