Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Programmeringssprog e-bøger

Hvis du kan lide Programmeringssprog e-bøger, så vil du elske disse fremragende valg.
Viser 1 - 24 af 10166 resultater
Skip side bar filters
  • OpenGL 4 Shading Language Cookbook

    Build high-quality, real-time 3D graphics with OpenGL 4.6, GLSL 4.6 and C++17

    af David Wolff ...
    Over 70 recipes that cover advanced techniques for 3D programming such as lighting, shading, textures, particle systems, and image processing with OpenGL 4.6Key FeaturesBook DescriptionOpenGL 4 Shading Language Cookbook, Third Edition provides easy-to-follow recipes that first walk you through the theory and background behind each technique, and then proceed to showcase and explain the GLSL and ... Læs mere

    300,36 kr. eller Gratis med Kobo Plus

  • C# Programming from Zero to Proficiency (Beginner)

    C# from Zero to Proficiency, #2

    Serier Bog 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 ... Læs mere

    Gratis

  • Python Crash Course, 3rd Edition

    A Hands-On, Project-Based Introduction to Programming

    af Eric Matthes ...
    Python Crash Course is the world’s bestselling programming book, with over 1,500,000 copies sold to date!Python Crash Course is the world’s best-selling guide to the Python programming language. This fast-paced, thorough introduction will have you writing programs, solving problems, and developing functioning applications in no time.You’ll start by learning basic programming concepts, such as ... Læs mere

    240,61 kr.

  • Fluent Python

    Clear, Concise, and Effective Programming

    Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas.Discover and apply idiomatic Python 3 features ... Læs mere

    384,86 kr.

  • C Programming Language

    This ebook is the first authorized digital version of Kernighan and Ritchie’s 1988 classic, The C Programming Language (2nd Ed.). One of the best-selling programming books published in the last fifty years, "K&R" has been called everything from the "bible" to "a landmark in computer science" and it has influenced generations of programmers. Available now for all leading ebook platforms, this ... Læs mere

    497,09 kr.

  • PHP MySQL Development of Login Modul : 3 hours Easy Guide

    This book was written and printed as an easy reference for Information Technology and Computer Science student who are currently in the midst of developing and designing their final year project in any Higher Learning Institution especially Polytechnic Malaysia. It consists of PHP and MySQL programming in which both are the core element in creating and developing the system.This book / e-book also ... Læs mere

    Gratis

  • Learning TensorFlow.js

    af Gant Laborde ...
    Given the demand for AI and the ubiquity of JavaScript, TensorFlow.js was inevitable. With this Google framework, seasoned AI veterans and web developers alike can help propel the future of AI-driven websites. In this guide, author Gant Laborde (Google Developer Expert in machine learning and the web) provides a hands-on end-to-end approach to TensorFlow.js fundamentals for a broad technical ... Læs mere

    271,61 kr.

  • Beginning C# and .NET

    Get a running start to learning C# programming with this fun and easy-to-read guideAs one of the most versatile and powerful programming languages around, you might think C# would be an intimidating language to learn. It doesn’t have to be!In Beginning C# and .NET: 2021 Edition, expert Microsoft programmer and engineer Benjamin Perkins and program manager Jon D. Reid walk you through the precise, ... Læs mere

    311,36 kr.

  • The Definitive ANTLR 4 Reference

    af Terence Parr ...
    Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on ... Læs mere

    181,11 kr.

  • Programming Arduino Next Steps: Going Further with Sketches, Second Edition

    af Simon Monk ...
    Go beyond the basics with this up to date Arduino programming resourceTake your Arduino programming skills to the next level using the hands-on information contained in this thoroughly revised, easy to follow TAB guide. Aimed at programmers and hobbyists who have mastered the fundamentals, Programming Arduino Next Steps: Going Further with Sketches, Second Edition reveals professional programming ... Læs mere

    135,86 kr.

  • The Go Programming Language Reference

    Definitive Reference for Developers and Engineers

    "The Go Programming Language Reference""The Go Programming Language Reference" serves as an authoritative guide to the syntax, semantics, and advanced features of Go, one of the most modern and efficient programming languages in use today. Beginning with a rigorous analysis of Go's lexical elements and statement structures, the book lays a foundation for developers by detailing tokens, literals, ... Læs mere

    64,24 kr. eller Gratis med Kobo Plus

  • The Scheme Programming Language, fourth edition

    A thoroughly updated and expanded edition brings this popular introductory text and reference up to date with the current Scheme standard, the Revised6 Report on Scheme.Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial applications. This thoroughly updated edition of The Scheme ... Læs mere

    360,86 kr.

  • The Rust Programming Language, 3rd Edition

    Build stable, production-grade systems with Rust.The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rust’s type system, concurrency model, and tooling, using patterns and idioms chosen for long ... Læs mere

    287,36 kr.

  • Java: Best Practices to Programming Code with Java

    Java Computer Programming, #3

    Serier Bog 3 - Java Computer Programming
    Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has your code been criticized by others for a lack of readability or for not being efficient?In "Java: Best Practices to Programming Code with Java", the book information found here is designed to make things ... Læs mere

    18,80 kr.

  • 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 ... Læs mere

    20,77 kr.

  • CMake Cookbook

    Building, testing, and packaging modular software with modern CMake

    Learn CMake through a series of task-based recipes that provide you with practical, simple, and ready-to-use CMake solutions for your codeKey FeaturesLearn to configure, build, test, and package software written in C, C++, and FortranProgress from simple to advanced tasks with examples tested on Linux, macOS, and WindowsManage code complexity and library dependencies with reusable CMake building ... Læs mere

    376,86 kr. eller Gratis med Kobo Plus

  • C language Programming: Simple, Short, and Straightforward Way of Learning C Programming

    This book is for absolute beginners with or without prior knowledge in programming, as this book uses Simple words, Short sentences, and Straightforward paragraphs. The triple S way of learning C language programming. The topics covered in this book includes brief introduction to C language, variables, data types, control structures, functions, pointers, and input and output stream to external ... Læs mere

    21,63 kr. eller Gratis med Kobo Plus

  • SVG Essentials

    Producing Scalable Vector Graphics with XML

    Learn the essentials of Scalable Vector Graphics, the mark-up language used by most vector drawing programs and interactive web graphics tools. SVG Essentials takes you through SVG’s capabilities, beginning with simple line drawings and moving through complicated features such as filters, transformations, gradients, and patterns.This thoroughly updated edition includes expanded coverage of ... Læs mere

    213,74 kr.

  • K3s Essentials

    Definitive Reference for Developers and Engineers

    "K3s Essentials"K3s Essentials is an authoritative guide to understanding and implementing lightweight Kubernetes through the practical lens of K3s. The book begins by exploring the emergence of lightweight Kubernetes distributions and situates K3s at the heart of this transformation, highlighting its architectural innovations, platform compatibility, and unique deployment scenarios, from edge ... Læs mere

    64,52 kr. eller Gratis med Kobo Plus

  • Hands-On Domain-Driven Design with .NET Core

    Tackling complexity in the heart of software by putting DDD principles into practice

    Solve complex business problems by understanding users better, finding the right problem to solve, and building lean event-driven systems to give your customers what they really wantKey FeaturesApply DDD principles using modern tools such as EventStorming, Event Sourcing, and CQRSLearn how DDD applies directly to various architectural styles such as REST, reactive systems, and microservicesEmpower ... Læs mere

    321,24 kr. eller Gratis med Kobo Plus

  • Crafting Interpreters

    Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam.That ... Læs mere

    251,22 kr. eller Gratis med Kobo Plus

  • The Genius of Lisp

    af Cees de Groot ...
    Journey through the fascinating story of Lisp: How it came about and why it was designed the way it was. Meet the geniuses involved in its creation, including Alonzo Church, Alan Turing, and the father of Lisp and artificial intelligence, John McCarthy. Lisp has informed the design of most programming languages in use today, and to learn how Lisp was constructed is to learn what programming is all ... Læs mere

    115,77 kr. eller Gratis med Kobo Plus

  • Flutter and Dart Cookbook

    Developing Full-Stack Applications for the Cloud

    af Richard Rose ...
    Learn the essentials of working with Flutter and Dart to build full stack applications that meet the needs of a cloud-driven world. Together, the Flutter open source UI software development kit and the Dart programming language for client development provide a unified solution to building applications capable of targeting multiple platforms. Recipes in this cookbook show you how this potent ... Læs mere

    322,61 kr.

  • Programming JavaScript Applications

    Robust Web Architecture with Node, HTML5, and Modern JS Libraries

    af Eric Elliott ...
    Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows.JavaScript may be the most essential web programming ... Læs mere

    181,11 kr.