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 145 - 168 de 10684 resultados
Skip side bar filters
  • Lua Programming Language (2026)

    Dive into Lua for Beginners and Embark on a Hands-on Project to Solidify Your Skills.

    Unlock the Power of Lua: Your Gateway to Programming Prowess!Discover Lua, the versatile scripting/programming language that empowers you to conquer the realm of programming, create captivating games, and develop applications that resonate. Whether you're a novice seeking an introduction to the art of programming or an aspiring developer aiming to harness the language's potential, Lua welcomes you ... Leer más

    $30.00 USD o gratis con Kobo Plus

  • Developing Graphics Frameworks with Python and OpenGL

    Developing Graphics Frameworks with Python and OpenGL shows you how to create software for rendering complete three-dimensional scenes. The authors explain the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds.You will learn how to combine the power of OpenGL, the most widely ... Leer más

    Gratis

  • The Ruby Programming Language

    Everything You Need to Know

    The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team:David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository.Yukihiro "Matz" ... Leer más

    $30.99 USD

  • Python Programming by Example

    This book helps you to learn how to program in Python. Several code and scenario samples are provided to accelerate your learning. All scripting samples are written in Python 3.x. The following is highlight topic in this book:* Development Environment* Python Programming Language* Lists, Tuples and Dictionary* Functions* Python Object Oriented* Python Modules and Packages* String operations* File ... Leer más

    $2.99 USD

  • C Programming Absolute Beginner's Guide

    Series series Absolute Beginner's Guide
    Updated for C11Write powerful C programs…without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple!Who knew how simple ... Leer más

    $20.89 USD

  • Spark: The Definitive Guide

    Big Data Processing Made Simple

    Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals.Youâ??ll explore the basic operations and common functions of Sparkâ? ... Leer más

    $43.99 USD

  • Python: Advanced Guide to Programming Code with Python

    Python Computer Programming, #4

    Series Libro 4 - Python Computer Programming
    Have you learned the basics of Python and want to go further? Not sure what to do, where to go or what topics you should be studying?You have come to the right place; this book, "Python: Advanced Guide to Programming Code with Python" will take you through several of the more important advanced concepts.In this Definitive Python Advanced Level Guide, you’re about to discover...Comprehensions – ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Responsive Web Design with HTML5 and CSS3

    Web pages that respond immediately to different screen sizes and devices is one of today's essentials. Packed with screenshots and examples, this book will teach you the professional approach using just HTML5 and CSS3.

    de Ben Frain ...
    This book will lead you, step by step and with illustrative screenshots, through a real example. Are you writing two websites one for mobile and one for larger displays? Or perhaps youve heard of Responsive Design but are unsure how to bring HTML5, CSS3, or responsive design all together. If so, this book provides everything you need to take your web pages to the next level before all your ... Leer más

    $25.99 USD o gratis con Kobo Plus

  • Mathematical Aspects of Logic Programming Semantics

    Series series Chapman & Hall/CRC Studies in Informatics Series
    Covering the authors' own state-of-the-art research results, this book presents a rigorous, modern account of the mathematical methods and tools required for the semantic analysis of logic programs. It significantly extends the tools and methods from traditional order theory to include nonconventional methods from mathematical analysis that depend on topology, domain theory, generalized distance ... Leer más

    Gratis

  • Programming Python

    Powerful Object-Oriented Programming

    de Mark Lutz ...
    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly ... Leer más

    $46.99 USD

  • Structure and Interpretation of Computer Programs

    JavaScript Edition

    Series series MIT Electrical Engineering and Computer Science
    A new version of the classic and widely used text adapted for the JavaScript programming language.Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science ... Leer más

    $49.99 USD

  • Absolute Beginner (Part 1) Selenium WebDriver for Functional Automation Testing

    de Rex Jones ...
    Learn How To Perform Test Automation Using Selenium WebDriverA Powerful Guide That Will Help You Automate Any ApplicationNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.A New Automation Engineer Should Not Pass Up This Book!If you were interested in a book, what would you look for ... Leer más

    Gratis

  • Python Cookbook

    Recipes for Mastering Python 3

    If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as ... Leer más

    $28.99 USD

  • Concurrency in Go

    Tools and Techniques for Developers

    Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.Author Katherine Cox-Buday takes you step-by-step through the process. You’ll ... Leer más

    $30.99 USD

  • Rust Atomics and Locks

    Low-Level Concurrency in Practice

    de Mara Bos ...
    The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.In this practical book, Mara Bos, leader of the Rust library team, helps Rust ... Leer más

    $34.99 USD

  • 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

    $41.99 USD

  • Hands-On Machine Learning with Scikit-Learn and PyTorch

    Concepts, Tools, and Techniques to Build Intelligent Systems

    The potential of machine learning today is extraordinary, yet many aspiring developers and tech professionals find themselves daunted by its complexity. Whether you're looking to enhance your skill set and apply machine learning to real-world projects or are simply curious about how AI systems function, this book is your jumping-off place.With an approachable yet deeply informative style, author ... Leer más

    $55.99 USD

  • 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

    $31.99 USD

  • Python Tricks

    A Buffet of Awesome Python Features

    de Dan Bader ...
    “I don’t even feel like I’ve scratched the surface of what I can do with Python” With Python Tricks: The Book you’ll discover Python’s best practices and the power of beautiful & Pythonic code with simple examples and a step-by-step narrative. You'll get one step closer to mastering Python, so you can write beautiful and idiomatic code that comes to you naturally. Learning the ins and outs of ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Purely Functional Data Structures

    de Chris Okasaki ...
    Most books on data structures assume an imperative language like C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques so that programmers can develop their own functional ... Leer más

    $54.99 USD

  • C++ Pocket Reference

    C++ Syntax and Fundamentals

    de Kyle Loudon ...
    C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand ... Leer más

    $15.99 USD

  • Architecture Patterns with Python

    Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices

    As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward.With this hands-on ... Leer más

    $41.99 USD

  • Practical C Programming

    Why Does 2+2 = 5986?

    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... Leer más

    $20.99 USD

  • Python Programming : How to Code Python Fast In Just 24 Hours With 7 Simple Steps

    de Jason Scotts ...
    Are you fed up with reading long, boring, lengthy paragraphs after paragraphs of text and want to get up and running in Python as soon as possible? Well, you're not alone. I for one hate having to read through masses of text for very little benefit. Python Programming Reloaded: How to Code Python Fast In Just 24 Hours With 7 Simple Steps strips away the non essentials and instead provides you with ... Leer más

    $3.99 USD