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 985 - 1008 de 10635 resultados
Skip side bar filters
  • Rust Programming By Example

    Enter the world of Rust by building engaging, concurrent, reactive, and robust applications

    Discover the world of Rust programming through real-world examplesKey FeaturesImplement various features of Rust to build blazingly fast applicationsLearn to build GUI applications using Gtk-rsExplore the multi-threading aspect of Rust to tackle problems in concurrency and in distributed environmentsBook DescriptionRust is an open source, safe, concurrent, practical language created by Mozilla. It ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Easy-To-Follow Tutorial To Learn Python Programming In Less Than One Week

    de R.M. Lewis ...
    You Can Become A Skilled Python Programmer In Less Than One Week!The Python programming language has long been seen as one of the best ones to use. It has a big library to use, is easy to read, and has all the great features that you are going to need when first learning how to work with coding. It is all there ready for you to use, and you just need to take the first steps!This guidebook is going ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Programming with Qt

    Writing Portable GUI applications on Unix and Win32

    The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have written an application with Qt, all you have to do is recompile it to have a version that works on ... Leer más

    $25.99 USD

  • 如何自學程式設計

    採用 Visual Basic 、 C 、 C++ 、 C# 、 Java 、 JavaScript 、 Python 、 Swift 等程式範例 V1.00

    這本電子書介紹如何自學程式設計,採用 Visual Basic 、 C 、 C++ 、 C# 、 Java 、 JavaScript 、 Python 、 Swift 等程式範例。幾乎各種程式語言都有共通的元素,了解並掌握共通元素便能輕易學會多種程式語言。 ... Leer más

    $3.29 USD o gratis con Kobo Plus

  • Rust Essentials

    A quick guide to writing fast, safe, and concurrent systems and applications

    de Ivo Balbaert ...
    Leverage the functional programming and concurrency features of Rust and speed up your application developmentKey Features\[\*\] Get started with Rust to build scalable and high performance applications\[\*\] Enhance your application development skills using the power of Rust\[\*\] Discover the power of Rust when developing concurrent applications for large and scalable softwareBook ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • LoRA Techniques for Large Language Model Adaptation

    The Complete Guide for Developers and Engineers

    de William Smith ...
    "LoRA Techniques for Large Language Model Adaptation""LoRA Techniques for Large Language Model Adaptation" offers a comprehensive deep dive into the principles, mechanics, and practicalities of adapting large language models (LLMs) using Low-Rank Adaptation (LoRA). Beginning with an insightful overview of the evolution and scaling of LLMs, the book systematically addresses the challenges inherent ... Leer más

    $9.95 USD o gratis con Kobo Plus

  • Programming A Beginner's Guide

    Essential Programming Skills--Made Easy!Learn programming fundamentals quickly with help from this hands-on tutorial. No previous experience required! Programming: A Beginner's Guide gets you started right away writing a simple but useful program in Visual Basic Express Edition, and then moves on to more advanced projects, including a quiz program and a protected personal diary. You'll develop ... Leer más

    $27.39 USD

  • Hands-On Python for DevOps

    Leverage Python's native libraries to streamline your workflow and save time with automation

    de Ankur Roy ...
    Unleash DevOps excellence with Python and its ecosystem of tools for seamless orchestration on both local and cloud platforms, such as GCP, AWS, and AzureKey FeaturesIntegrate Python into DevOps for streamlined workflows, task automation, and improved collaborationCombine the principles of Python and DevOps into a unified approach for problem solvingLearn about Python’s role in Infrastructure as ... Leer más

    $30.99 USD o gratis con Kobo Plus

  • Building Scalable Apps with Redis and Node.js

    If the phrase scalability sounds alien to you, then this is an ideal book for you. You will not need much Node.js experience as each framework is demonstrated in a way that requires no previous knowledge of the framework. You will be building scalable Node.js applications in no time! Knowledge of JavaScript is required. ... Leer más

    $26.99 USD o gratis con Kobo Plus

  • Beginning Python

    From Novice to Professional

    Series series Professional and Applied Computing (R0)
    Gain a fundamental understanding of Python’s syntax and features with this up–to–date introduction and practical reference. Covering a wide array of Python–related programming topics, including addressing language internals, database integration, network programming, and web services, you’ll be guided by sound development principles. Ten accompanying projects will ensure you can get your hands ... Leer más

    $62.99 USD

  • Building Recommendation Systems in Python and JAX

    Hands-On Production Systems at Scale

    Implementing and designing systems that make suggestions to users are among the most popular and essential machine learning applications available. Whether you want customers to find the most appealing items at your online store, videos to enrich and entertain them, or news they need to know, recommendation systems (RecSys) provide the way.In this practical book, authors Bryan Bischof and Hector ... Leer más

    $48.99 USD

  • XML Hacks

    100 Industrial-Strength Tips and Tools

    Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or one application to another and retain its original format. Flexible enough to be customized for applications as diverse as web sites, electronic data interchange, voice mail systems, wireless devices, ... Leer más

    $15.99 USD

  • Introducing Elixir

    Getting Started in Functional Programming

    Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, you’ll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby, and includes powerful macro features for ... Leer más

    $15.99 USD

  • Hadoop: The Definitive Guide

    The Definitive Guide

    de Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Leer más

    $25.99 USD

  • R Data Structures and Algorithms

    Increase speed and performance of your applications with effi cient data structures and algorithms

    Increase speed and performance of your applications with efficient data structures and algorithmsKey Features\[\] See how to use data structures such as arrays, stacks, trees, lists, and graphs through real-world examples\[\] Find out about important and advanced data structures such as searching and sorting algorithms\[\] Understand important concepts such as big-o notation, dynamic programming, ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • App Inventor 2 Essentials

    A step-by-step introductory guide to mobile app development with App Inventor 2

    A step-by-step introductory guide to mobile app development with App Inventor 2Key Features\[\*\]Get an introduction to the functionalities of App Inventor 2 and use it to unleash your creativity\[\*\]Learn to navigate the App Inventor platform, develop basic coding skills and become familiar with a blocks based programming language\[\*\]Build your very first mobile app and feel proud of your ... Leer más

    $25.99 USD o gratis con Kobo Plus

  • Hands-On Reactive Programming with Reactor

    Build reactive and scalable microservices using the Reactor framework

    de Rahul Sharma ...
    Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applicationsKey FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook DescriptionReactor is an ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Unity 2018 Artificial Intelligence Cookbook

    Over 90 recipes to build and customize AI entities for your games with Unity

    Explore various recipes to build games using popular artificial intelligence techniques and algorithms such as Navmesh navigation A\*, DFS, and UCB1Key FeaturesExplore different algorithms for creating decision-making agents that go beyond simple behaviors and movementDiscover the latest features of the NavMesh API for scripting intelligent behaviour in your game charactersCreate games that are ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Programming C#

    Building .NET Applications with C#

    de Jesse Liberty ...
    The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers ... Leer más

    $22.99 USD

  • Unity 2020 Virtual Reality Projects

    Learn VR development by building immersive applications and games with Unity 2019.4 and later versions

    Explore the latest features of Unity and build VR experiences including first-person interactions, audio fireball games, 360-degree media, art gallery tours, and VR storytellingKey FeaturesDiscover step-by-step instructions and best practices to begin your VR development journeyExplore Unity features such as URP rendering, XR Interaction Toolkit, and ProBuilderBuild impressive VR-based apps and ... Leer más

    $60.99 USD o gratis con Kobo Plus

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on ... Leer más

    $21.99 USD

  • Unity Game Development Scripting

    de Kyle D'Aoust ...
    If you are new to Unity scripting and want to learn simple and modular code and advance your knowledge to the next level, this is the book for you. ... Leer más

    $26.99 USD o gratis con Kobo Plus

  • Natural Language Processing with Python Quick Start Guide

    Going from a Python developer to an effective Natural Language Processing Engineer

    Build and deploy intelligent applications for natural language processing with Python by using industry standard tools and recently popular methods in deep learningKey FeaturesA no-math, code-driven programmer’s guide to text processing and NLPGet state of the art results with modern tooling across linguistics, text vectors and machine learningFundamentals of NLP methods from spaCy, gensim, scikit ... Leer más

    $25.99 USD o gratis con Kobo Plus

  • Raspberry Pi 3: A Practical Beginner's Guide To Understanding The Full Potential Of Raspberry Pi 3 By Starting Your Own Projects Using Python Programming

    de Finn Sanders ...
    ★☆**What if you could learn programming in a manner of hours, rather than months or years?**☆★The world of technology is quickly changing, and more and more people are looking for ways to learn coding and programming. However, some of the traditional options for this can be difficult and challenging to get started with—but with the Raspberry Pi 3, you will see the results in no time!The Raspberry ... Leer más

    $2.99 USD o gratis con Kobo Plus