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 49 - 72 de 10637 resultados
Skip side bar filters
  • OPNsense Configuration and Deployment Guide

    Definitive Reference for Developers and Engineers

    "OPNsense Configuration and Deployment Guide"The "OPNsense Configuration and Deployment Guide" is a comprehensive resource designed for IT professionals, network architects, and security administrators seeking in-depth mastery over OPNsense, the powerful open-source firewall and routing platform. The book begins by establishing a robust foundational knowledge, meticulously detailing OPNsense’s ... Leer más

    $9.95 USD o gratis con Kobo Plus

  • Raspberry Pi System Programming for Beginner

    This book helps how to learn system programming on Raspberry Pi using C language and core system libraries. Several code samples are provided for ease of understanding about system programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Compiler and Development Tools1.3 Hello WorldFile I/O2.1 Opening and Closing File2.1.1 open() and close()2.1.2 creat()2.1.3 Creating a New File<... ... Leer más

    $4.28 USD

  • C# 7.0 All-in-One For Dummies

    Sharpen your knowledge of C#C# know-how is a must if you want to be a professional Microsoft developer. It's also good to know a little C# if you're building tools for the web, mobile apps, or other development tasks. C# 7.0 All-in-One For Dummies offers a deep dive into C# for coders still learning the nuances of the valuable programming language. Pop it open to get an intro into coding with C#, ... Leer más

    $30.00 USD

  • Modern C

    de Jens Gustedt ...
    SummaryModern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.About the technologyC is extraordinarily modern for a 50-year-old programming language. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the ... Leer más

    $43.99 USD

  • Mastering Test-Driven Development (TDD)

    Building Reliable and Maintainable Software

    "Mastering Test-Driven Development (TDD): Building Reliable and Maintainable Software" provides an in-depth exploration of TDD, a methodology that transforms the way software is developed. This book delves into the core principles and practices of TDD, offering readers a comprehensive roadmap to enhance code quality and design through a test-first approach. From setting up a TDD-friendly ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Practical Foundations for Programming Languages

    de Robert Harper ...
    This text develops a comprehensive theory of programming languages based on type systems and structural operational semantics. Language concepts are precisely defined by their static and dynamic semantics, presenting the essential tools both intuitively and rigorously while relying on only elementary mathematics. These tools are used to analyze and prove properties of languages and provide the ... Leer más

    $76.99 USD

  • Getting Started with .NET Gadgeteer

    Learn to Use This .NET Micro Framework-Powered Platform

    de Simon Monk ...
    Learn how to quickly build cool electronic gadgets with .NET Gadgeteer. With the easy-to-follow instructions in this guide, you’ll tackle five fascinating projects, using Microsoft’s rapid prototyping Gadgeteer platform. There’s no soldering involved—you simply plug in modules that make gadget-building quick and easy.Ideal for beginners, this book shows you how to work with modules and other ... Leer más

    $10.99 USD

  • Selenium WebDriver 3 Practical Guide

    End-to-end automation testing for web and mobile browsers with Selenium WebDriver

    Real-world examples of cross-browser, mobile, and data-driven testing with all the latest features of Selenium WebDriver 3Key FeaturesUnlock the full potential of Selenium to test your web applicationsUse Selenium Grid for faster, parallel running, and cross-browser testingTest iOS and Android Apps with AppiumBook DescriptionSelenium WebDriver is an open source automation tool implemented through ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • HTML5 Cookbook

    Solutions & Examples for HTML5 Developers

    With scores of practical recipes you can use in your projects right away, this cookbook helps you gain hands-on experience with HTML5’s versatile collection of elements. You get clear solutions for handling issues with everything from markup semantics, web forms, and audio and video elements to related technologies such as geolocation and rich JavaScript APIs.Each informative recipe includes ... Leer más

    $20.99 USD

  • Python Machine Learning: Introduction to Machine Learning with Python

    Machine learning is the science of getting machines and computers to act and learn on their own without being programmed explicitly. In just the past decade, this field has given us practical speech recognition, self-driving cars, greatly improved understanding of the overall human genome, effective web search and much more. Therefore, there is no wondering why machine learning is so pervasive ... Leer más

    $3.99 USD o gratis con Kobo Plus

  • Hands-On C++23 Projects

    Build Real Command-Line Tools, File Parsers, Data Structures, STL Utilities, and Practical Modern C++ Applications

    Hands-On C++23 Projects is a practical programming guide for readers who want to learn modern C++ by building useful tools instead of only reading syntax explanations.Inside, readers build command-line utilities, file scanners, CSV inspectors, log summarizers, configuration readers, data pipelines, text indexers, mini test runners, report generators, and reusable project structures. Each chapter ... Leer más

    $5.99 USD o gratis con Kobo Plus

  • SQL Tuning

    Generating Optimal Execution Plans

    de Dan Tow ...
    A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications.There are two basic issues to focus on when tuning ... Leer más

    $23.99 USD

  • Zig Programming Essentials

    Definitive Reference for Developers and Engineers

    "Zig Programming Essentials""Zig Programming Essentials" is the definitive guide for both newcomers and seasoned systems programmers seeking a comprehensive understanding of the Zig programming language. With a clear focus on Zig’s core tenets—simplicity, predictability, and performance—this book meticulously introduces readers to Zig’s unique philosophy and key features, such as safety, compile ... Leer más

    $9.95 USD o gratis con Kobo Plus

  • Web Scraping with Python

    de Ryan Mitchell ...
    If programming is magic, then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. This thoroughly updated third edition not only introduces you to web scraping but also serves as a comprehensive guide to scraping almost every type of data from the modern web.Part I focuses on ... Leer más

    $41.99 USD

  • Learn LLVM 17

    A beginner's guide to learning LLVM compiler tools and core libraries with C++

    Learn how to build and use the complete spectrum of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core librariesKey FeaturesGet to grips with using LLVM libraries step by stepUnderstand the high-level design of LLVM compilers and apply these principles to your own compilerAdd a new backend to target an unsupported CPU ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Python One-Liners

    Write Concise, Eloquent Python Like a Professional

    Python programmers will improve their computer science skills with these useful one-liners.Python One-Liners will teach you how to read and write "one-liners": concise statements of useful functionality packed into a single line of code. You'll learn how to systematically unpack and understand any line of Python code, and write eloquent, powerfully compressed Python like an expert.The book's five ... Leer más

    $34.99 USD

  • Mobile HTML5

    Using the Latest Today

    de Estelle Weyl ...
    Build kickass websites and applications for all mobile (and non-mobile) platforms by adding HTML5 and CSS3 to your web development toolkit. With this hands-on book, you’ll learn how to develop web apps that not only work on iOS, Android, Blackberry, and Windows Phone, but also perform well and provide good user experience.With lots of code and markup examples, you’ll learn best practices for using ... Leer más

    $28.99 USD

  • Natural Language Processing with Python and spaCy

    A Practical Introduction

    de Yuli Vasiliev ...
    An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library.Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You'll learn how to leverage the spaCy library to extract meaning from text intelligently; ... Leer más

    $26.99 USD

  • Python for Kids: A Complete Beginner’s Guide to Coding with Fun Projects

    de Dorian Lexley ...
    Stop just playing video games and start building them.In a world run by technology, coding is the new superpower. Python for Kids is not just another textbook filled with boring grammar rules and complex jargon. It is an interactive, project-based guide designed to take you from a complete beginner to a capable coder who can speak the language of computers.Written specifically for young minds and ... Leer más

    $6.99 USD o gratis con Kobo Plus

  • Visual Studio Code for Python Programmers

    de April Speight ...
    Become proficient and efficient with Visual Studio Code and learn how to integrate all your external tools!Visual Studio Code for Python Programmers helps Python developers become not just familiar, but productive in Visual Studio Code. To start, you’ll find the steps for installing Visual Studio Code on Windows, Mac and Linux platforms, along with an introduction to the editing features of the ... Leer más

    $30.00 USD

  • Build Your First Website

    And Thwack Zombies with HTML and CSS

    de John Rhea ...
    Series Libro 0 - Undead Institute
    Build your first website from scratch and actually have fun doing it.This book walks you through the process, teaching you everything you need to know along the way. Plus we throw in lots of silly jokes and zombie references to keep you entertained and engaged. Learning doesn’t have to bore you to death (because then you might come back as a zombie and it’d just be messy).First we’ll look at HTML, ... Leer más

    Gratis

  • Java 8 Preview Sampler

    In this exclusive eBook, preview excerpts from brand-new and forthcoming Oracle Press Java JDK 8 books. Written by leading Java experts, Oracle Press books offer the most definitive, complete, and up-to-date coverage of the latest Java release. Featuring an introduction by bestselling programming author Herb Schildt, this eBook includes chapters from the following Oracle Press books:Java: The ... Leer más

    Gratis

  • Build Your First Website (And Thwack Zombies with HTML and CSS)

    Undead Institute, #0

    de John Rhea ...
    Series Libro 0 - Undead Institute
    The most fun you can have building a website from scratch.The "highly esteemed and well sought after lecturer" (his words), Dr. Alexander Boople, needs a website to display his award winning* essay entitled No, Zombies Are Not Your Friends, and Do Not Believe Them Even If They Say They Are. This book walks you through building that site from scratch including the essay page and a bio for Dr. ... Leer más

    Gratis

  • Python Crash Course, 3rd Edition

    A Hands-On, Project-Based Introduction to Programming

    de Eric Matthes ...
    Python Crash Course is the world’s bestselling programming book, with over 1,500,000 copies sold to date!Python Crash Course is the world’s best-selling guide to the Python programming language. This fast-paced, thorough introduction will have you writing programs, solving problems, and developing functioning applications in no time.You’ll start by learning basic programming concepts, such as ... Leer más

    $29.99 USD