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 1057 - 1080 de 10042 resultados
Skip side bar filters
  • Network Programming in Rust: TCP, HTTP, and High-Performance Servers

    Modern Systems Programming with Rust

    de Dorian Reed ...
    Series series Modern Systems Programming with Rust
    Master the art of systems-level networking and build blazing-fast, concurrent servers with Rust.Moving from standard application development to low-level network programming can be daunting. You need to understand kernel-level data movement, manage complex concurrent state, and guarantee memory safety without sacrificing a single drop of performance."Network Programming in Rust: TCP, HTTP, and ... Leer más

    $104 MXN o gratis con Kobo Plus

  • C# Mastery

    A Comprehensive Guide to Advanced C# Features and Applications

    de Lena Neill ...
    Are you ready to take your C# skills to the next level? Do you want to learn how to write efficient, elegant, and robust code that can handle complex scenarios? If so, this book is for you.C# for advanced is the definitive guide to mastering C# programming. In this book, you will learn how to use advanced features and techniques of C#, such as:Advanced decision-making and control flow: Learn how ... Leer más

    $173 MXN o gratis con Kobo Plus

  • Real-World Web Development with .NET 10

    Build websites and services using mature and proven ASP.NET Core MVC, Web API, and Umbraco CMS

    de Mark J. Price ...
    A hands-on guide to building modern websites and services with ASP.NET Core MVC, Web API, and Umbraco CMS, featuring practical patterns, real-world techniques, and proven workflows for .NET 10 developers. Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesMaster ASP.NET Core MVC, Web API, and OData to build robust web servicesGain hands-on experience with ... Leer más

    $813 MXN o gratis con Kobo Plus

  • Tools and Skills for .NET 8

    Get the career you want with good practices and patterns to design, debug, and test your solutions 

    de Mark J. Price ...
    Elevate your career by mastering key .NET tools and skills, including debugging, source code management, testing, cloud-native development, intelligent apps and more. Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesCoverage of key .NET tools and skills including refactoring, source code management, debugging, memory troubleshooting, and morePractical ... Leer más

    $739 MXN o gratis con Kobo Plus

  • JavaScript Events and User Interaction

    A Beginner’s Guide to Building Interactive Web Experiences with DOM Events and Dynamic Logic

    de Dargslan ...
    Series Libro 6 - Dargslan - JavaScript - Beginner Level
    JavaScript Events and User Interaction: A Beginner's Guide to Building Interactive Web Experiences with DOM Events and Dynamic LogicUnlock the Power of JavaScript Events and Transform Your Static Websites into Dynamic, Interactive ExperiencesAre you comfortable with HTML and CSS but struggle to make your websites truly interactive? Do you want to create engaging user experiences that respond to ... Leer más

    $302 MXN o gratis con Kobo Plus

  • Data Structures and Algorithms Essentials You Always Wanted to Know

    Master Python, Recursion, Dynamic Programming, and Greedy Algorithms With Hands-On Examples

    Learn how to write code that doesn't just work-but works smarterUnderstand the performance impact of data structures and algorithm choicesMaster essential patterns like recursion, dynamic programming, and greedy logicUse practical tools to solve real problems with efficient, scalable Python codeYou've mastered the basics of Python- now it's time to think bigger.It's time to write code that's not ... Leer más

    $560 MXN o gratis con Kobo Plus

  • Thinking as Computation

    A First Course

    Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought.This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require ... Leer más

    $373 MXN

  • The Book of PF, 4th Edition

    A No-Nonsense Guide to the OpenBSD Firewall

    Build a more secure network with PF.The OpenBSD packet filter, PF, is central to the OpenBSD and FreeBSD network toolbox. With more services placing high demands on bandwidth and an increasingly hostile Internet environment, no sysadmin can afford to be without PF expertise.The fourth edition of The Book of PF covers the most up-to-date developments in PF, including new content on IPv6, dual stack ... Leer más

    $598 MXN

  • Processing 2: Creative Coding Hotshot

    Using a project-based approach, you will be able to learn the coolest aspects of working with Processing. Each project contains step-by-step explanations, diagrams, screenshots, and downloadable material to make learning Processing even easier.This book targets Processing developers ,visual artists, creative professionals, and students who want to move to the next level of learning Processing for ... Leer más

    $443 MXN 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

    $857 MXN o gratis con Kobo Plus

  • Python Projects for Raspberry Pi

    Physical computing for work, play, and learning

    de Ben Everard ...
    Build projects using Raspberry Pi hardware that interacts with our real world.Computers are embedded into almost everything we own. Our doorbells, kitchen gadgets, vacuum cleaners, and media players are all powerful computing devices running software that someone has written.Using the flexible Python programming language, Python Projects for Raspberry Pi shows you how to get the most out of the ... Leer más

    $93 MXN o gratis con Kobo Plus

  • Smarter Games with AI

    Build Smarter Game Enemies with AI and Machine Learning

    AI for games game AI programming procedural generation machine learning for games. Unlock the secrets to building smarter, more immersive game worlds with Smarter Games with AI. This practical, hands-on guide takes you from beginner to pro, covering pathfinding, behavior trees, and the machine learning techniques that make NPCs and environments feel truly alive. Whether you're an indie dev or AAA ... Leer más

    $89 MXN

  • Python网络编程从入门到精通

    《Python网络编程从入门到精通》从实际应用出发,详细介绍Python网络编程的相关知识与操作技能。全书分为3篇共计12个章节。第1篇为基础篇,内容包括:第1章 Python网络编程基础知识、第2章 Python模块与函数、第3章 Python数据库编程、第4章 Python中的测试驱动开发;第2篇为核心篇,内容包括:第5章 HTTP服务器与客户端编程、第6章 Socket网络编程、第7章 主流Web开发框架Django的应用、第8章 网络文件传输(FTP与Telnet)、第9章 使用POP3和SMTP协议收发邮件、第10章 使用SNMP协议管理网络;第3篇为项目实战,内容包括:第11章 项目一:开发实时在线互动聊天系统、第12章 项目二:开发权限管理系统。通过两个应用案例介绍了Python网络编程的实战操作,读者可从项目部署出发,实现完整项目的开发。 ... Leer más

    $227 MXN

  • C++趣味编程及算法入门

    de 王桂平等 ...
    本书是一本专门为中小学生编写的C++编程及算法入门教材。本书由浅入深地讲解了C++语言基础知识,以及编程解题常用的方法和基础算法。每章都是由一个小故事来引出编程思维。书中的案例和练习均由作者精心设计,并与生活和学习紧密结合。 ... Leer más

    $292 MXN

  • Python自动化测试实战

    de 鹿瑞峰 ...
    本书的写作初衷是为了帮助更多功能测试人员转型自动化测试方向。在转型过程中,主流自动化测试技术和应用场景的结合是非常重要的一环。本书从自动化测试理论入手,全面地阐述自动化测试的意义及实施过程。全文以Python语言驱动,结合真实案例分别对主流自动化测试工具Selenium、RobotFramework、Postman、Python+Requests、Appium等进行系统讲解。通过学习本书,读者可以快速掌握主流自动化测试技术,并帮助读者丰富测试思维,提高Python编码能力。本书实用性强,不仅是转型自动化测试方向的一本案头书,也是一本特别好用、实用的操练手册。 ... Leer más

    $227 MXN

  • Programmable Networks with C++

    These days, networks aren't just racks of switches anymore, they're also AI clusters. A single training job depends on a lossless fabric, a Kubernetes control plane, a cloud VPC, an inference gateway, and a telemetry pipeline that has to notice trouble before anybody files a ticket. Even with something as strong as Python glue, it's not going to hold up at that size. But C++23 doesn't. When you ... Leer más

    $519 MXN o gratis con Kobo Plus

  • Go Cookbook

    Expert Solutions for Commonly Needed Go Tasks

    Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Programmers new to Go can ... Leer más

    $577 MXN

  • C++ for the Confident Beginner

    Build Your First Game with C++ and the SGMS Seed

    de Lydia Tanaka ...
    C++ for beginners and learn C++ programming.Are you ready to master C++ for the Confident Beginner and build real-world skills? This guided path takes you from your very first program through classes, templates, and the standard library, all with hands-on projects and clear explanations. Whether you're a complete novice or looking to solidify your foundation, this book makes modern C++ accessible ... Leer más

    $89 MXN

  • Building Production AI Agents for the Web

    Design and orchestrate autonomous agents with MCP, Multi-Agent Patterns and Harness Engineering

    Architect, orchestrate, and deploy scalable AI agents with real-world patterns, multi-agent systems, and evaluation frameworks.Key FeaturesFilled with real-world agentic web application examples using LLMs, RAG, and tool callingDesign and implement AI assistants with reasoning patterns like ReActArchitect scalable agent systems with planning, orchestration, and autonomyBook DescriptionAdding an ... Leer más

    $739 MXN

    PEDIDO ANTICIPADO

  • Python 3.x网络爬虫从零基础到项目实战

    de 史卫亚 ...
    本书通过精选案例引导读者系统学习,系统完整地介绍了网络爬虫的开发知识和技巧。本书主要基于Python 3.7开发网络爬虫,主要内容包括认识爬虫、爬虫需要具备的基础知识、数据提取的方式、如何提高爬虫的效率、数据的存储、动态页面的爬取、机器识别、模拟登陆、设置代理IP、Scrapy爬虫框架和分布式爬虫等知识点。为了让读者更好的掌握这些技术和更多的了解爬虫的功能,本书后提供了九个实战项目,通过大量案例操作,来让读者提高爬虫的反爬和数据提取等爬虫技术实战的能力。本书不仅适合零基础或有部分编码能力并对爬虫技术有兴趣的读者,而且适合准备从事或学习数据科学与人工智能相关行业的读者。 ... Leer más

    $355 MXN

  • MATLAB科研绘图与学术图表绘制从入门到精通

    de 关东升 ...
    本书是一本全面指导读者掌握MATLAB数据可视化的实用指南。全书精心编排了13章内容,旨在帮助读者了解和掌握MATLAB的数据分析和可视化功能。具体而言:第1章为MATLAB基础;第2章为数据结构;第3章为程序流程控制;第4章为函数;第5章为数据导入与准备;第6章为科技绘图基础。 ... Leer más

    $325 MXN

  • Python数据分析与可视化从入门到精通

    本书以“零基础”为起点,系统地介绍了Python在数据处理与可视化分析方面的应用。全书共分3篇12章内容,具体安排如下。第1篇:基础篇,包括第1-4章。第1章 先来认识一下大蟒:Python入门。第2章 磨好利牙,子弹上膛:准备好工作环境。第3章 大蟒的基本技能之一:Python语言基础。第4章 大蟒的基本技能之二:Python语言进阶。第2篇:应用篇,包括第5-11章。第5章 给大蟒找食:Python的数据存取操作。第6章 洗干净了再吃:使用Python预处理数据。第7章 什么食物有营养:大数据分析及可视化基础知识。第8章 大蟒神通之一:使用matplotlib绘制基础图形。第9章 大蟒神通之二:使用matplotlib美化和修饰图形。第10章 大蟒神通之三:数据可视化之3D图形应用。第11章 大蟒神通之四:使用图像和地图绘制图表。第3篇:实战篇,第12章 综合案例 ... Leer más

    $259 MXN

  • C# Programming with Artificial Intelligence (2026)

    Master C# Programming with AI : Learn C# Sharp in One Day with Hands-on Projects for Beginners!

    Discover the Fast and Easy Way to Master C# Programming!Unlock the world of C# programming with ease and confidence, even if you've never written a line of code before. Say goodbye to tedious 600-page books, costly online courses, and confusing tutorials that leave you frustrated. Introducing... **C# Mastery: Your Rapid Learning Companion** Unveiling the Power of C# for Beginners Our revolutionary ... Leer más

    $519 MXN o gratis con Kobo Plus

  • The Python Workshop

    Learn to code in Python and kickstart your career in software development or data science

    Learn the fundamentals of clean, effective Python coding and build the practical skills to tackle your own software development or data science projectsKey FeaturesBuild key Python skills with engaging development tasks and challenging activitiesImplement useful algorithms and write programs to solve real-world problemsApply Python in realistic data science projects and create simple machine ... Leer más

    $975 MXN o gratis con Kobo Plus