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 721 - 744 de 10641 resultados
Skip side bar filters
  • Python Data Wrangling for Business Analytics

    Python for Business Analytics Series

    de George Snypes ...
    Series series Python for Business Analytics Series
    Master the essential skills of modern data analysis with this comprehensive guide to Python data wrangling, data cleaning, and business analytics. Whether you're a business analyst moving from Excel to Python, a data scientist optimizing workflows, or an analytics professional handling large datasets, this practical guide bridges the gap between basic Python programming and real-world data ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • C++ Standard Library Extensions, The

    A Tutorial and Reference

    de Pete Becker ...
    "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 ... Leer más

    $57.99 USD

  • CompTIA A+ Certification All-in-One Exam Guide

    How to pass the exam without over studying!

    de Tech Guru ...
    This eBook is intended for IT (Information Technology) professionals wishing to earn themselves a CompTIA A+ certification. Thus, it is assumed that a person reading this book has already obtained the basic knowledge required for Windows and computer operating systems. Although, the A+ certification is provided as an entry level qualification, hence, you do not need an in-depth understanding to ... Leer más

    $3.99 USD

  • Mastering React Test-Driven Development

    Build rock-solid, well-tested web apps with React, Redux and GraphQL

    de Daniel Irvine ...
    Implement TDD for your React applications using Jest, React Router, Redux, and GraphQL/Relay. Learn BDD and end-to-end acceptance testing with CucumberJS and Puppeteer.Key FeaturesLearn the TDD process using the React frameworkBuild complex, real-world applications with a pragmatic approach to TDDUse Cucumber for acceptance and BDD testing, bringing TDD to the wider teamBook DescriptionMany ... Leer más

    $43.99 USD o gratis con Kobo Plus

  • Mastering Oracle SQL

    Putting Oracle SQL to Work

    The vast majority of Oracle SQL books discuss some syntax, provide the barest rudiments of using Oracle SQL, and perhaps include a few simple examples. It might be enough to pass a survey course, or give you some buzz words to drop in conversation with real Oracle DBAs. But if you use Oracle SQL on a regular basis, you want much more. You want to access the full power of SQL to write queries in an ... Leer más

    $23.99 USD

  • Clean Code in Python

    Refactor your legacy code base

    de Mariano Anaya ...
    Getting the most out of Python to improve your codebase Key FeaturesSave maintenance costs by learning to fix your legacy codebaseLearn the principles and techniques of refactoringApply microservices to your legacy systems by implementing practical techniquesBook DescriptionPython is currently used in many different areas such as software construction, systems administration, and data processing. ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Artificial Intelligence with Python

    Your complete guide to building intelligent apps using Python 3.x

    New edition of the bestselling guide to artificial intelligence with Python, updated to Python 3.x, with seven new chapters that cover RNNs, AI and Big Data, fundamental use cases, chatbots, and more.Key FeaturesCompletely updated and revised to Python 3.xNew chapters for AI on the cloud, recurrent neural networks, deep learning models, and feature selection and engineeringLearn more about deep ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Oracle PL/SQL Performance Tuning Tips & Techniques

    Proven PL/SQL Optimization SolutionsIn Oracle PL/SQL Performance Tuning Tips & Techniques, Oracle ACE authors with decades of experience building complex production systems for government, industry, and educational organizations present a hands-on approach to enabling optimal results from PL/SQL. The book begins by describing the discovery process required to pinpoint performance problems and then ... Leer más

    $49.69 USD

  • Introducing Python

    Stuck in a coding conundrum? Whether you're an advanced beginner, an intermediate developer, or a curious newcomer, the complexities of coding can often feel like a labyrinth with no exit. With Python, however, you can start writing real code quickly—but where should you start?In this updated third edition, Bill Lubanovic acts as your personal guide to Python, offering a clear path through the ... Leer más

    $30.99 USD

  • Real-Time Phoenix: Building Scalable Elixir Applications with Live Updates and WebSocket Streams

    de Sam Stevenson ...
    Learn to build responsive, real-time applications using Elixir and Phoenix LiveView. Master WebSocket handling, distributed systems, and fault-tolerant architectures using OTP principles. Perfect for web developers looking to create interactive dashboards, chat applications, and IoT monitoring systems that scale to millions of concurrent users. Includes deployment strategies and performance ... Leer más

    $4.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
    The free, open-source Processing programming language environment was created at MIT for people who want to develop images, animation, and sound. Based on the ubiquitous Java, it provides an alternative to daunting languages and expensive proprietary software. This book gives graphic designers, artists and illustrators of all stripes a jump start to working with processing by providing detailed ... Leer más

    $48.99 USD

  • Teach Your Kids to Code

    A Parent-Friendly Guide to Python Programming

    de Bryson Payne ...
    Teach Your Kids to Code is a parent's and teacher's guide to teaching kids basic programming and problem solving using Python, the powerful language used in college courses and by tech companies like Google and IBM.Step-by-step explanations will have kids learning computational thinking right away, while visual and game-oriented examples hold their attention. Friendly introductions to fundamental ... Leer más

    $17.99 USD

  • Distributed Computing with Python

    Harness the power of multiple computers using Python through this fast-paced informative guide

    Harness the power of multiple computers using Python through this fast-paced informative guideKey Features\[\*\] You'll learn to write data processing programs in Python that are highly available, reliable, and fault tolerant\[\*\] Make use of Amazon Web Services along with Python to establish a powerful remote computation system\[\*\] Train Python to handle data-intensive and resource hungry ... Leer más

    $27.99 USD o gratis con Kobo Plus

  • Programming Google App Engine

    Build & Run Scalable Web Applications on Google's Infrastructure

    de Dan Sanderson ...
    Google App Engine makes it easy to create a web application that can serve millions of people as easily as serving hundreds, with minimal up-front investment. With Programming Google App Engine, Google engineer Dan Sanderson provides practical guidance for designing and developing your application on Google’s vast infrastructure, using App Engine’s scalable services and simple development model ... Leer más

    $28.99 USD

  • Python GUI Programming Cookbook, Second Edition

    Use recipes to develop responsive and powerful GUIs using Tkinter

    Master over 80 object-oriented recipes to create amazing GUIs in Python and revolutionize your applications todayKey FeaturesUse object-oriented programming to develop amazing GUIs in PythonCreate a working GUI project as a central resource for developing your Python GUIsEasy-to-follow recipes to help you develop code using the latest released version of PythonBook DescriptionPython is a multi ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Python for MBAs

    From the ads that track us to the maps that guide us, the twenty-first century runs on code. The business world is no different. Programming has become one of the fastest-growing topics at business schools around the world. An increasing number of MBAs are choosing to pursue careers in tech. For them and other professionals, having some basic coding knowledge is a must.This book is an introduction ... Leer más

    $25.99 USD

  • SQL Pocket Guide

    A Guide to SQL Usage

    de Alice Zhao ...
    If you use SQL in your day-to-day work as a data analyst, data scientist, or data engineer, this popular pocket guide is your ideal on-the-job reference. You'll find many examples that address the language's complexities, along with key aspects of SQL used in Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL, and SQLite.In this updated edition, author Alice Zhao describes how these database ... Leer más

    $22.99 USD

  • Windows® via C/C++

    Series series Developer Reference
    Master the intricacies of application development with unmanaged C++ code—straight from the experts. Jeffrey Richter’s classic book is now fully revised for Windows XP, Windows Vista, and Windows Server 2008. You get in-depth, comprehensive guidance, advanced techniques, and extensive code samples to help you program Windows–based applications.Discover how to:Architect and implement your ... Leer más

    $48.29 USD

  • MongoDB for C# by Example

    Code illustration for MongoDB programming using C#. Book topics cover:* Development Environment* Connecting to MongoDB* Create and Delete Database* Create, Read and Delete Database Collection* Create, Read, Update and Delete Collection Data* Finding and Querying Data* Binary and Image Collection Data* Working with GridFS* Embedded Document* LINQ ... Leer más

    $4.81 USD

  • Getting Started with Windows IoT and Intel Galileo

    The Intel Galileo board is the first in a family of Arduino-certified development and prototyping boards based on Intel architecture. Microsoft provides Windows for IoT Program which we can build and deploy application on top of Intel Galileo board using Windows Platform. This book helps you getting started with Windows for IoT program and Intel Galileo. The following is a list of highlight topics ... Leer más

    $1.99 USD

  • Getting Started with Arduino and Python

    Finding the power of Python for Arduino programming. This book helps you to explore several Python libraries to access Arduino boards.**TOC**Preparing Development Environment1.1 Arduino1.1.1 Arduino Uno1.1.2 Arduino Leonardo1.1.3 Arduino Mega 25601.1.4 Arduino Due1.2 Electronic Components1.2.1 Arduino Starter Kit1.2.2 Fritzing1.2.3 Cooking-Hacks: Arduino Starter Kit1.2.4 Arduino Side... ... Leer más

    $3.86 USD

  • Developing Web Apps with Haskell and Yesod

    Safety-Driven Web Development

    This fast-moving guide introduces web application development with Haskell and Yesod, a potent language/framework combination that supports high-performing applications that are modular, type-safe, and concise. Fully updated for Yesod 1.4, this second edition shows you how Yesod handles widgets, forms, persistence, and RESTful content. Author Michael Snoyman also introduces various Haskell tools ... Leer más

    $21.99 USD

  • Hadoop Operations

    A Guide for Developers and Administrators

    de Eric Sammer ...
    If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and ... Leer más

    $30.99 USD

  • C Programming in easy steps, 4th Edition

    de Mike McGrath ...
    Series series In Easy Steps
    C Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language,  to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming. C Programming in easy steps begins by ... Leer más

    $14.75 USD