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 433 - 456 de 10704 resultados
Skip side bar filters
  • Professional C++

    de Marc Gregoire ...
    Series series Tech Today
    Expand your C++ knowledge quickly and efficiently with this advanced resourceIn the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering almost all features of the new C++ standard codenamed C++23, the book offers case studies with working code that’s been ... Leer más

    $59.00 USD

  • Bare Metal C

    Embedded Programming for the Real World

    Bare Metal C teaches you to program embedded systems with the C programming language. You’ll learn how embedded programs interact with bare hardware directly, go behind the scenes with the compiler and linker, and learn C features that are important for programming regular computers.Bare Metal C will teach you how to program embedded devices with the C programming language. For embedded system ... Leer más

    $29.99 USD

  • Hypermodern Python Tooling

    Building Reliable Workflows for an Evolving Python Ecosystem

    Keeping up with the Python ecosystem can be daunting. Its developer tooling doesn't provide the out-of-the-box experience native to languages like Rust and Go. When it comes to long-term project maintenance or collaborating with others, every Python project faces the same problem: how to build reliable workflows beyond local development while staying in sync with the evolving ecosystem.With this ... Leer más

    $41.99 USD

  • Modern Compiler Implementation in ML

    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and ... Leer más

    $85.99 USD

  • C and UNIX

    Two Books

    This Volume contains two complete books.USING C IN SOFTWARE DESIGN, 2EOriginally published in 1993, this book provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language for a practicing scientist or ... Leer más

    $9.99 USD

  • JSON at Work

    Practical Data Integration for the Web

    de Tom Marrs ...
    JSON is becoming the backbone for meaningful data interchange over the internet. This format is now supported by an entire ecosystem of standards, tools, and technologies for building truly elegant, useful, and efficient applications. With this hands-on guide, author and architect Tom Marrs shows you how to build enterprise-class applications and services by leveraging JSON tooling and message ... Leer más

    $30.99 USD

  • HTML Manual of Style: A Clear, Concise Reference for Hypertext Markup Language (including HTML5)

    A Clear, Concise Reference for Hypertext Markup Language (including HTML5)

    de Larry Aronson ...
    THE CLASSIC WEB AUTHORING GUIDE, NOW 100% UPDATED AND BETTER THAN EVER!If it’s for the Web, this book will help you create it…faster, smarter, better! Don’t settle for canned templates or boilerplate designs! Take control, with the classic guide to HTML web authoring…now completely revised for the latest techniques and shortcuts, including HTML5!Build it right…Well-planned and well-organizedEasy ... Leer más

    $20.99 USD

  • Core Java Programming

    Core Java Programming : This book is specially written for beginner Java Students and Programmers to gain fundamentals knowledge about Java programming using easy to use practice examples. This book contains a track for those who are afraid of Java Programming and are confused about how to start Java? Which way to start?Also every one with interest in Java Programming can refer this book to get ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Modern JavaScript

    Develop and Design

    de Larry Ullman ...
    Series series Develop and Design
    It’s time for a current, definitive JavaScript book, and in this comprehensive beginner’s guide, bestselling author Larry Ullman teaches the language as it is implemented today. Larry demonstrates how to build upon JavaScript’s ease of use, while demystifying its often-cryptic syntax, especially for those who have not programmed before. This book enforces modern JavaScript’s best practices and ... Leer más

    $31.99 USD

  • Learn Python 3 the Hard Way

    A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code

    de Zed Shaw ...
    Series series Zed Shaw's Hard Way Series
    You Will Learn Python 3!Zed Shaw has perfected the world’s best system for learning Python 3. Follow it and you will succeed—just like the millions of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else.In Learn Python 3 the Hard Way, you’ll learn Python by working through 52 brilliantly crafted exercises. Read them. Type ... Leer más

    $27.39 USD

  • Programming Entity Framework: DbContext

    Querying, Changing, and Validating Your Data with Entity Framework

    The DbContext API captures Entity Framework’s (EF) most commonly used features and tasks, simplifying development with EF. This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to ... Leer más

    $11.99 USD

  • Apache Iceberg: The Definitive Guide

    Data Lakehouse Functionality, Performance, and Scalability on the Data Lake

    Traditional data architecture patterns are severely limited. To use these patterns, you have to ETL data into each tool—a cost-prohibitive process for making warehouse features available to all of your data. The lack of flexibility with these patterns requires you to lock into a set of priority tools and formats, which creates data silos and data drift. This practical book shows you a better way ... Leer más

    $43.99 USD

  • JavaScript from Beginner to Professional

    Learn JavaScript quickly by building fun, interactive, and dynamic web apps, games, and pages

    Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projects. Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesWrite eloquent JavaScript and employ fundamental and advanced features to create your own web appsInteract with the browser with HTML and JavaScript, and add dynamic images, shapes, and text ... Leer más

    $28.99 USD o gratis con Kobo Plus

  • Social Media Marketing

    Series series Internet Marketing Cheat Sheets Volume 3
    Social media marketing is a term used to describe the process of boosting website traffic, or brand awareness, through the use of social media networking sites.In this third edition of the Internet Marketing Cheat Sheets series we take a look at Social Media Marketing and how to leverage this rapidly expanding medium to help promote and market your brand, products and website via social networking ... Leer más

    $2.27 USD

  • Learn C the Hard Way

    Practical Exercises on the Computational Subjects You Keep Avoiding (Like C)

    de Zed Shaw ...
    Series series Zed Shaw's Hard Way Series
    You Will Learn C!Zed Shaw has crafted the perfect course for the beginning C programmer eager to advance their skills in any language. Follow it and you will learn the many skills early and junior programmers need to succeed–just like the hundreds of thousands of programmers Zed has taught to date! You bring discipline, commitment, persistence, and experience with any programming language; the ... Leer más

    $27.99 USD

  • The Art of Debugging with GDB, DDD, and Eclipse

    Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective.The Art of Debugging illustrates the use three of the most ... Leer más

    $23.99 USD

  • Learn to Program with Small Basic

    An Introduction to Programming with Games, Art, Science, and Math

    Small Basic is a free, beginner-friendly programming language created by Microsoft. Inspired by BASIC, which introduced programming to millions of first-time PC owners in the 1970s and 1980s, Small Basic is a modern language that makes coding simple and fun.Learn to Program with Small Basic introduces you to the empowering world of programming. You’ll master the basics with simple activities like ... Leer más

    $20.99 USD

  • Writing a C Compiler

    Build a Real Programming Language from Scratch

    de Nora Sandler ...
    A fun, hands-on guide to writing your own compiler for a real-world programming language.Compilers are at the heart of everything programmers do, yet even experienced developers find them intimidating. For those eager to truly grasp how compilers work, Writing a C Compiler dispels the mystery. This book guides you through a fun and engaging project where you’ll learn what it takes to compile a ... Leer más

    $43.99 USD

  • Beginning HTML5 and CSS3 For Dummies

    Your full-color, friendly guide to getting started with HTML5 and CSS3!HTML and CSS are essential tools for creating dynamic websites and help make your websites even more effective and unique. This friendly-but-straightforward guide gets you started with the basics of the latest versions of HTML and CSS: HTML5 and CSS3. Introducing you to the syntax and structure of the languages, this helpful ... Leer más

    $21.00 USD

  • Programming with Higher-Order Logic

    Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a notion that must be treated carefully at a computational level. This book aims to show that a programming language based on a simply typed version of ... Leer más

    $52.99 USD

  • ASP.NET Core 2 and Angular 5

    Full-stack web development with .NET Core and Angular

    Develop a simple, yet fully-functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5. Key Features\[\*\] Based on the best-selling book ASP.NET Core and Angular 2\[\*\] Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular\[\*\] Bring together the capabilities and features of both ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Learning Processing

    A Beginner's Guide to Programming Images, Animation, and Interaction

    Series series The Morgan Kaufmann Series in Computer Graphics
    Learning Processing, Second Edition, is a friendly start-up guide to Processing, a free, open-source alternative to expensive software and daunting programming languages. Requiring no previous experience, this book is for the true programming beginner. It teaches the basic building blocks of programming needed to create cutting-edge graphics applications including interactive art, live video ... Leer más

    $44.99 USD

  • Python for Finance

    de Yves Hilpisch ...
    The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated for Python 3, the second edition of this hands-on book helps you get started with the language, guiding developers and quantitative analysts through Python libraries and tools for building financial ... Leer más

    $48.99 USD

  • Programming Language Pragmatics

    de Michael Scott ...
    Programming Language Pragmatics, Third Edition, is the most comprehensive programming language book available today. Taking the perspective that language design and implementation are tightly interconnected and that neither can be fully understood in isolation, this critically acclaimed and bestselling book has been thoroughly updated to cover the most recent developments in programming language ... Leer más

    $70.99 USD