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 10611 resultados
Skip side bar filters
  • 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

  • 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

  • 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

  • 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

  • Blueprints Visual Scripting for Unreal Engine 5

    Unleash the true power of Blueprints to create impressive games and applications in UE5

    Explore the faster way to build games using UE5 Blueprints through clear visuals, step-by-step projects, and real-world workflows in this illustrated guideKey FeaturesDesign a fully functional game in UE5 without writing a single line of codeImplement visual scripting to develop gameplay mechanics, UI, visual effects, VR, and artificial intelligenceDeploy your game on multiple platforms and share ... Leer más

    $55.99 USD o gratis con Kobo Plus

  • Build Your Own Programming Language

    A programmer's guide to designing compilers, interpreters, and DSLs for solving modern computing problems

    Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computingKey FeaturesReduce development time and solve pain points in your application domain by building a custom programming languageLearn how to create parsers, code generators, file readers ... Leer más

    $71.99 USD o gratis con Kobo Plus

  • Getting Started with Qt 5

    Introduction to programming Qt 5 for cross-platform application development

    de Benjamin Baka ...
    Begin writing graphical user interface(GUI) applications for building human machine interfaces with a clear understanding of key concepts of the Qt frameworkKey FeaturesLearn how to write, assemble, and build Qt application from the command lineUnderstand key concepts like Signals and Slots in QtBest practices and effective techniques for designing graphical user interfaces using Qt 5Book ... Leer más

    $22.99 USD o gratis con Kobo Plus

  • Powershell

    The ultimate beginner's guide to Powershell, making you a master at Windows Powershell command line fast!

    de Craig Newport ...
    POWERSHELLThis book covers the topic of Windows PowerShell and will teach you all about how to use it and all of its possibilities.Essentially, the PowerShell is a command line interface that operates within the Windows system, with the purpose of task automation and configuration management. It is a fairly intuitive system, and as you will soon realize, it doesn’t take too long to get the hang of ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • JavaScript for hackers

    Learn to think like a hacker

    de Gareth Heyes ...
    Have you ever wondered how a hacker approaches finding flaws in the browser and JavaScript? This book shares the thought processes and gives you tools to find your own flaws. It shares the basics of JavaScript hacking, then dives in and explains how to construct JavaScript payloads that don't use parentheses.Shows how you can find flaws with fuzzing and how to quickly fuzz millions of characters ... Leer más

    $22.82 USD

  • Effective Computation in Physics

    Field Guide to Research with Python

    More physicists today are taking on the role of software developer as part of their research, but software development isnâ??t always easy or obvious, even for physicists. This practical book teaches essential software development skills to help you automate and accomplish nearly any aspect of research in a physics-based field.Written by two PhDs in nuclear engineering, this book includes ... Leer más

    $33.99 USD

  • Python 3 Object-Oriented Programming

    Build robust and maintainable software with object-oriented design patterns in Python 3.8

    Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniquesKey FeaturesIn-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique styleLearn the latest Python syntax and librariesExplore abstract design patterns and implement them in Python 3.8Book DescriptionObject-oriented programming ... Leer más

    $68.99 USD o gratis con Kobo Plus

  • Essentials of Compilation

    An Incremental Approach in Python

    A hands-on approach to understanding and building compilers using the programming language Python.Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure that hides how language features motivate design choices. By contrast, this innovative textbook provides an incremental approach that allows ... Leer más

    $30.99 USD

  • C Programming

    C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than ... Leer más

    Gratis

  • Web Database Applications with PHP and MySQL

    Building Effective Database-Driven Web Sites

    There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the ... Leer más

    $28.99 USD

  • 1000 Android Most Important Interview Questions and Answers

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Android ... Leer más

    $2.99 USD

  • Image Processing with ImageJ

    The book will help readers discover the various facilities of ImageJ through a tutorial-based approach. This book is targeted at scientists, engineers, technicians, and managers, and anyone who wishes to master ImageJ for image viewing, processing, and analysis. If you are a developer, you will be able to code your own routines after you have finished reading this book. No prior knowledge of ... Leer más

    $18.99 USD o gratis con Kobo Plus

  • React Native Blueprints

    Create eight exciting native cross-platform mobile applications with JavaScript

    Develop real world Android and iOS applications with the power of React native.Key Features? Build quirky and fun projects from scratch and become efficient with React Native? Learn to build professional Android and iOS applications with your JavaScript skills? Use Isomorphic principles to build mobile apps that offer a native user experienceBook DescriptionConsidering the success of the React ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • T-SQL Fundamentals

    de Itzik Ben-Gan ...
    Query and modify data effectively with the latest T-SQL featuresMaster Transact-SQL's fundamentals, and write correct, robust code for querying and modifying data with modern Microsoft data technologies, including SQL Server 2022, Azure SQL Database, and Azure SQL Managed Instance. Long-time Microsoft Data Platform MVP Itzik Ben-Gan explains key T-SQL concepts, helping you apply your knowledge ... Leer más

    $43.19 USD

  • Lisp in Small Pieces

    Traducido por Kathleen Callaway ...
    This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations ... Leer más

    $104.99 USD

  • Game Maker Studio Book - A Beginner's Guide

    Learn The Basics of GameMaker Studio

    de Ben Tyers ...
    Updated For Version 1.3 of GameMaker Studio. Learn Drag&Drop and GML as work your way through 6 games. Step-By-Step instructions with lots of easy to follow screen-shots. Learn to make: Hangman game, Tower Defense game, Spot the Difference Game, Matching Game and a Brick and Ball Game. You'll be amazed how much you'll learn from this book. Aimed at beginner to novice gamemakers. 250 pages packed ... Leer más

    $4.99 USD

  • Google Apps Script

    Web Application Development Essentials

    Learn how to create dynamic web applications with Google Apps Script and take full advantage of your Google-hosted services. If you have basic coding skills and some JavaScript experience, this practical book shows you how Apps Script works, and provides step-by-step guidance for building applications you can use right away.Apps Script is handy for automating Google Apps tasks, but it also serves ... Leer más

    $18.99 USD