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 2017 - 2040 de 10697 resultados
Skip side bar filters
  • PHP and MySQL by Example

    Quickly master dynamic, database-driven Web development–no experience necessary!Even if you’re completely new to PHP, MySQL, and Web database development, this book will guide you through every step of building powerful, database-driven, dynamic Web sites. Direct from the world’s top scripting instructor, Ellie Quigley, PHP and MySQL by Example illuminates every concept with tested code examples, ... Leer más

    $716 MXN

  • Vectorized Backtesting with VectorBT

    Fast Strategy Research in Python

    de Adrien Vosk ...
    For quantitative researchers and algorithmic traders, computational speed is a critical edge in strategy development. Traditional iterative backtesting loops in Python are notoriously slow, creating a bottleneck between a theoretical trading hypothesis and a deployable model. Designed specifically for financial data scientists and Python-native quants, this book introduces a paradigm shift in ... Leer más

    $121 MXN o gratis con Kobo Plus

  • The TAB Book of Arduino Projects: 36 Things to Make with Shields and Proto Shields

    de Simon Monk ...
    The ultimate collection of DIY Arduino projects!In this easy-to-follow book, electronics guru Simon Monk shows you how to create a wide variety of fun and functional gadgets with the Arduino Uno and Leonardo boards. Filled with step-by-step instructions and detailed illustrations, The TAB Book of Arduino Projects: 36 Things to Make with Shields and Proto Shields provides a cost estimate, ... Leer más

    $432 MXN

  • Mastering JavaFX 8 Controls

    Series series Oracle Press
    Design and Deploy High-Performance JavaFX ControlsDeliver state-of-the-art applications with visually stunning UIs. Mastering JavaFX 8 Controls provides clear instructions, detailed examples, and ready-to-use code samples. Find out how to work with the latest JavaFX APIs, configure UI components, automatically generate FXML, build cutting-edge controls, and effectively apply CSS styling. ... Leer más

    $506 MXN

  • Oracle Fusion Developer Guide

    Building Rich Internet Applications with Oracle ADF Business Components and Oracle ADF Faces

    Series series Oracle Press
    Master Oracle Fusion MiddlewareSuccessfully design rich enterprise web applications using the detailed information in this Oracle Press volume. Oracle Fusion Developer Guide goes beyond the predominant drag-and-drop methods in Oracle JDeveloper 11g and provides a wealth of examples that address common development scenarios when using Oracle Fusion Middleware. Work with Oracle JDeveloper 11g, ... Leer más

    $938 MXN

  • Data Structures and Algorithm Analysis in Java, Third Edition

    Series series Dover Books on Computer Science
    With its focus on creating efficient data structures and algorithms, this comprehensive text helps readers understand how to select or design the tools that will best solve specific problems. It uses Java as the programming language and is suitable for second-year data structure courses and computer science courses in algorithm analysis.Techniques for representing data are presented within the ... Leer más

    $370 MXN

  • C++ Template Metaprogramming in Practice

    A Deep Learning Framework

    de Li Wei ...
    Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance. The book is suitable for developers with a basic knowledge of C++. Developers familiar with mainstream deep learning frameworks can also ... Leer más

    $2,744 MXN

  • Exploratory Data Analysis Using R

    Series series Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
    Exploratory Data Analysis Using R provides a classroom-tested introduction to exploratory data analysis (EDA), and this revised edition is accompanied by the R package ExploreTheData that implements many of the approaches described. As before, the primary focus of the book is on identifying "interesting" features - good, bad, and ugly - in a dataset, why it is important to find them, how to treat ... Leer más

    $1,252 MXN

  • Learning C for Arduino

    A comprehensive guide that will help you ace C's fundamentals using the powerful Arduino board

    Ultimate guide for programming Arduino with CKey FeaturesGet hands-on experience with the Ardruino board and learn to control it with your programming skillsLearn the essential concepts of C such as variables, data structures, functions, loops, and pointersWork with electronic devices such as LEDs, switches, and motors and connect them to Arduino using CBook DescriptionThis book will start with ... Leer más

    $753 MXN o gratis con Kobo Plus

  • UML for Developing Knowledge Management Systems

    UML for Developing Knowledge Management Systems provides knowledge engineers the framework in which to identify types of knowledge and where this knowledge exists in an organization. It also shows ways in which to use a standard recognized notation to capture, or model, knowledge to be used in a knowledge management system (KMS). This volume ... Leer más

    $1,492 MXN

  • Software Design by Example

    A Tool-Based Introduction with JavaScript

    de Greg Wilson ...
    The best way to learn design in any field is to study examples, and some of the best examples of software design come from the tools programmers use in their own work. Software Design by Example: A Tool-Based Introduction with JavaScript therefore builds small versions of the things programmers use in order to demystify them and give some insights into how experienced programmers think. From a ... Leer más

    $857 MXN

  • Python数据分析与可视化实践

    《Spark SQL大数据分析快速上手》内容基于Spark新版本展开,符合企业目前开发需要。《Spark SQL大数据分析快速上手》全面讲解Spark SQL相关知识和实战应用,各章均提供较为丰富的案例及其详细的操作步骤,并配套示例源码、数据集、PPT课件和教学大纲。 《Spark SQL大数据分析快速上手》共10章。第1~3章为Spark SQL的基础准备部分,内容包括Spark SQL的发展和简介、Spark的典型数据容器及关系、Spark概述与环境搭建、Spark典型数据结构RDD;第4~7章为Spark SQL的基础应用部分,内容包括Spark SQL入门实战(包括Scala编程基础)、SQL基础语法、操作多数据源、Spark SQL性能调优等;第8~10章分别通过影评数据分析、商品统计数据分析、咖啡销售数据分析等3个实战项目进行巩固提升。 《Spark SQL大数据分析快速上手 ... Leer más

    $226 MXN

  • C++编程之禅:从理论到实践

    de 刘志宇 ...
    《C++编程之禅:从理论到实践》是一部全面系统介绍C++编程语言的高级教程,旨在帮助读者深入理解C++的设计哲学和编程技巧。《C++编程之禅:从理论到实践》从C++的基础设计原则出发,详细地探讨了封装、继承、模板等核心概念,并介绍了C++20和C++23引入的一些现代特性。书中不仅讲解了C++的基本语法和结构,还探讨了类型系统、内存模型、并发编程、设计模式、架构策略以及性能分析等高级主题,并展示了诸多**实践供开发者参考。 《C++编程之禅:从理论到实践》为读者提供了全面而细致的技术景观,能够帮助读者掌握C++这门强大的编程语言,并利用其功能来优化和创新编程实践。 ... Leer más

    $432 MXN

  • Programming for Hybrid Multi/Manycore MPP Systems

    Series series Chapman & Hall/CRC Computational Science
    "Ask not what your compiler can do for you, ask what you can do for your compiler."--John Levesque, Director of Cray’s Supercomputing Centers of ExcellenceThe next decade of computationally intense computing lies with more powerful multi/manycore nodes where processors share a large memory space. These nodes will be the building block for systems that range from a single node workstation up to ... Leer más

    $1,149 MXN

  • Python自动化办公很简单

    de 朱宁 ...
    《Python自动化办公很简单》详细介绍如何使用Python语言实现办公自动化,帮助读者显著提高办公效率,减轻重复工作带来的负担。《Python自动化办公很简单》在讲解知识点时结合112个典型案例带领读者动手实践,从而帮助他们更好地理解和应用Python,实现自动化办公,并加深他们对Python编程的理解。 《Python自动化办公很简单》共12章,分为2篇。第1篇Python编程基础知识,主要介绍Python基础语法、数据类型,控制语句和函数,以及常用的Python自动化库和工具的用法等;第2篇Python自动化办公实战,主要介绍如何用Python实现Word、Excel、PPT、PDF、Web和邮件等相关办公任务的自动化处理,以及文件管理、日程管理和数据处理与分析等任务的自动化处理,最后简单介绍如何用ChatGPT进行Python自动化办公。 《Python自动化办公很简单》内容丰富 ... Leer más

    $159 MXN

  • 机器学习原理与Python实践

    de 卓泽滨 ...
    《机器学习原理与Python实践》结合大量实例详细介绍机器学习的相关算法原理并利用Python语言进行实践,内容涵盖机器学习的完整知识体系和深度学习的基础知识,如多层感知器和卷积神经网络等。《机器学习原理与Python实践》除了项目实战外的各章均提供大量习题并给出参考答案和解题代码。通过阅读《机器学习原理与Python实践》,读者可以较为全面、系统地掌握机器学习和深度学习的相关知识。 《机器学习原理与Python实践》共18章,分为3篇。第1篇机器学习基础知识,主要介绍机器学习的基本概念、机器学习的基本流程与模型、搭建机器学习环境并进行应用实践、基于Azure的机器学习云平台搭建等相关知识;第2篇机器学习核心技术,主要介绍模型训练的数学原理、多样性特征解析、数据标准化与特征筛选、贝叶斯分类器、广义线性模型、支持向量机、决策树、人工神经网络、集成学习、模型的正则化、模型的评价与选择 ... Leer más

    $228 MXN

  • Structured Query Language

    Structured Query Language: SQL Concepts and Comic ReliefBy Woody R. Clermont, author of Foundations of Data Science and Statistics: Analytics Made Simple and Strategic MicroeconomicsLearn SQL for beginners the fun way — with concepts, queries, and a dash of humor.Structured Query Language: SQL Concepts and Comic Relief is the beginner-friendly SQL book that teaches you how to write SQL queries, ... Leer más

    $171 MXN o gratis con Kobo Plus

  • Prompting Next.js for Full Stack Development

    Build Production-Ready Next.js Applications with React, Firebase, Firestore, Stripe, Authentication, and AI Prompt Engineering (English Edition)

    Prompt with Precision. Build at Production Scale.Book DescriptionAI can generate a Next.js application in seconds, but the developers who know how to guide AI with precision, architectural constraints, and performance-aware thinking are the ones shipping applications that actually work at scale. Prompting Next.js for Full Stack Development shows you how to move beyond fragile AI-generated demos ... Leer más

    $434 MXN o gratis con Kobo Plus

  • Bien débuter avec HTML

    Formation professionnelle

    Bienvenue dans la programmation HTML. Ce livre s’adresse aux personnes qui souhaitent découvrir ce langage afin de créer des pages Internet. HTML ou HyperText Markup Language possède une structure particulière qui utilise des balises comme ,, ou . Vous apprendrez à écrire ces marques et à les organiser de manière progressive en réalisant des ateliers d’écriture. Dans cet ouvrage, vous étudierez ... Leer más

    $325 MXN o gratis con Kobo Plus

  • How to Reduce the Cost of Software Testing

    Edición de Matthew Heusser, Govind Kulkarni ...
    Plenty of software testing books tell you how to test well; this one tells you how to do it while decreasing your testing budget. A series of essays written by some of the leading minds in software testing, How to Reduce the Cost of Software Testing provides tips, tactics, and techniques to help readers accelerate the testing process, improve the performance of the test teams, and lower costs.The ... Leer más

    $1,732 MXN

  • Programming the Parallel Port

    Interfacing the PC for Data Acquisition and Process Control

    Why purchase expensive add-on cards or bus interfaces when you can develop effective and economical data acquisition and process controls using C programs? Using the under-employed printer adapter (that is, the parallel port of your PC), you can turn your computer into a powerful tool for developing microprocessor applications. Learn how to build a ... Leer más

    $1,492 MXN

  • Web Storage API

    Learn how to store data from your website with JavaScript

    de J.D Gauchat ...
    Learn how to use the Web Storage API to store information on the user's computer. After reading this guide, you will know how to define a temporary or permanent storage space for your website, and how to store and retrieve data.Table of ContentsWEB STORAGE APIStorage SystemsSession StorageStoring DataReading DataDeleting DataLocal StorageStorage EventQUICK REFERENCEStorageEventThis guide assumes . ... Leer más

    Antes $43 MXN Ahora $33 MXN o gratis con Kobo Plus

  • Video and Audio for the Web

    Learn how to play video and audio in your website with HTML5 and JavaScript

    de J.D Gauchat ...
    Learn how to include video and audio on your website. After reading this guide, you will know how to load a media file, how to add subtitles, and how to access the camera and the microphone to include live video in your documents.Table of ContentsMEDIAVideoVideo FormatsAudioMEDIA APIVideo PlayerClosed CaptioningTEXTTRACK APIReading TracksReading CuesAdding TracksSTREAM APICapturing Media<... ... Leer más

    Antes $64 MXN Ahora $49 MXN o gratis con Kobo Plus

  • Responsive Web Design

    Learn how to adapt your website for mobile devices with HTML5, CSS3 and JavaScript

    de J.D Gauchat ...
    Learn how to design your website for mobile devices. After reading this guide, you will know how to design your website with fixed and flexible layouts, and how to adapt the design to the size of the screen with Responsive Web Design.Table of ContentsWEB DESIGNBoxesDisplayTraditional Box ModelFloating ContentFloating BoxesAbsolute PositioningColumnsReal-life ApplicationFlexible Box ModelFlex ... Leer más

    Antes $64 MXN Ahora $49 MXN o gratis con Kobo Plus