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 121 - 144 de 10684 resultados
Skip side bar filters
  • The C++ Programming Language

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.The C++ Programming Language, Fourth Edition, delivers ... Leer más

    $68.39 USD

  • Practical SQL, 2nd Edition

    A Beginner's Guide to Storytelling with Data

    Analyze data like a pro, even if you’re a beginner.Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source ... Leer más

    $23.99 USD

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    de Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... Leer más

    $24.99 USD

  • Data Science from Scratch

    First Principles with Python

    de Joel Grus ...
    Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. With this updated second edition, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch.If you have an aptitude for mathematics and some ... Leer más

    $36.99 USD

  • Build a Large Language Model (From Scratch)

    Series series From Scratch
    How to implement LLM attention mechanisms and GPT-style transformers.In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM. Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks ... Leer más

    $49.99 USD

  • A Quick Guide to Procedural Levels with Unity

    Quick Guides, #2

    Series Libro 2 - Quick Guides
    This book is part of a series entitled Quick Guides, and does just this. In this book series, you have the opportunity to get started on a particular topic in less than 60 minutes, delving right into the information that you really need. Of course, you can, after reading this book, move on to more comprehensive books; however, quite often, you may have little time to complete a project or to get ... Leer más

    Gratis

  • Introduction to Computation and Programming Using Python, third edition

    With Application to Computational Modeling and Understanding Data

    The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of ... Leer más

    $49.99 USD

  • Head First HTML and CSS

    A Learner's Guide to Creating Standards-Based Web Pages

    Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your ... Leer más

    $33.99 USD

  • Raspberry Pi :Raspberry Pi Guide On Python & Projects Programming In Easy Steps

    de Jason Scotts ...
    "Raspberry Pi Programming Guide" is a text that gives the reader a bit of insight into this form of technology. It is European based and is just making a debut in North America so many are curious about it and what exactly this technology can do. The aim that the author has with this text is to highlight the main functions of Raspberry Pi and how it can be beneficial to the consumer in the long ... Leer más

    $3.99 USD

  • C# Programming from Zero to Proficiency (Beginner)

    C# from Zero to Proficiency, #2

    Series Libro 2 - C# from Zero to Proficiency
    Stop Trying to Learn C# the Hard way.Without my book, most people spend too long trying to learn C# the hard way. This book is the only one that will get you to learn C# fast without wasting so much time. It includes four chapters that painlessly teach you the necessary skills to master C# and to create your first apps.What You Will LearnAfter completing this book, you will be able to:Create your ... Leer más

    Gratis

  • Hypermedia Systems

    Learn how hypermedia, the revolutionary idea that created The Web, can be used today to build modern, sophisticated web applications, often at a fraction of the complexity of popular JavaScript frameworks. In this book we will explore a simpler approach to building applications on the Web and beyond with htmx and Hyperview, two technologies that embrace hypermedia as a system architecture. We will ... Leer más

    $8.99 USD

  • Coding For Everybody

    CodeWithUtkarsh

    de Utkarsh Verma ...
    Series series CodeWithUtkarsh
    The new version of eBook Coding For Everybody with improved font style for reading comfort aims to simplify coding for beginners. The eBook is for those who just started coding and know nothing about it, eBook explains coding in an easy way such that anybody can understand and do it practicals given in eBook. The author strongly believes that by using coding we can change by just sitting in a room ... Leer más

    $4.85 USD o gratis con Kobo Plus

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Leer más

    $48.99 USD

  • NinjaScript Programmer's Launch Pad V8

    de Scott Daggett ...
    The NinjaScript Programmer's Launch Pad V8 is a tutorial designed for C#.NET programmers new to NinjaTrader 8's NinjaScript programming environment. It begins by providing the new NinjaScript programmer with a clear understanding of the underlying structure, data, key classes, and efficient programming techniques for writing NinjaScript indicators. This same foundation of knowledge is necessary ... Leer más

    $12.99 USD o gratis con Kobo Plus

  • Structures and C

    Understanding 'structures' has given stunning buildings and architectural wonders. Understanding 'structures' has explained us how to visualize the universe and the planetary system. Understanding 'structures' has given out patterns and designs. Structures have made the study easy and involving. Understanding 'structures' will also make you a better programmer. Though we are referring to different ... Leer más

    Gratis

  • Learning Go

    An Idiomatic Approach to Real-World Go Programming

    de Jon Bodner ...
    Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write ... Leer más

    $41.99 USD

  • Deep Learning for Coders with fastai and PyTorch

    Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning ... Leer más

    $48.99 USD

  • Introduction to Machine Learning with Python

    A Guide for Data Scientists

    Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you practical ways to build your own machine learning solutions. With all the data available today, machine learning applications are limited only by your ... Leer más

    $36.99 USD

  • Go Programming Language, The

    Series series Addison-Wesley Professional Computing Series
    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.The first chapter is a ... Leer más

    $34.19 USD

  • C++ Primer

    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 StandardFully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its ... Leer más

    $52.19 USD

  • Mastering Excel: Starter Set

    de Mark Moore ...
    Ramp up your Excel skills with the Mastering Excel Starter Set. This collection of three Excel lessons will get you on the path to be the Excel guru.The Starter Set includes:Mastering Excel Macros - Introduction: The first in the mastering Excel macros series. The series starts from the most basic levels (you need to know nothing about macros) and ends with you writing macro to control PowerPoint ... Leer más

    Gratis

  • Beginning ASP.NET 4

    in C# and VB

    The definitive programming guide to ASP.NET, by popular author and Microsoft MVP Imar SpaanjaarsUpdated for ASP.NET 4, this introductory book retains its helpful examples and step-by-step format from the previous version and keeps the style of offering code examples written in both C# and Visual Basic. Beloved author and Microsoft ASP.NET MVP walks you through ASP.NET, Microsoft's technology for ... Leer más

    $36.00 USD

  • 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

  • C++ Primer Plus

    de Stephen Prata ...
    Series series Developer's Library
    C++ Primer Plus, Sixth EditionNew C++11 CoverageC++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages.The sixth edition of C++ Primer Plus has ... Leer más

    $41.99 USD