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 265 - 288 af 9995 resultater
Skip side bar filters
  • Learn C Programming

    A beginner's guide to learning the most powerful and general-purpose programming language with ease

    af Jeff Szuhay ...
    Get started with writing simple programs in C while learning core programming conceptsKey FeaturesLearn essential C concepts such as variables, data structures, functions, loops, and pointersGrasp the core programming aspects that form the base of many modern programming languagesWork with updated code samples and cover array declaration and initialization in detail in this new editionBook ... Læs mere

    321,24 kr. eller Gratis med Kobo Plus

  • C++ Programming

    Mastering the Fundamentals of a Multi-Paradigm Programming Language and Initiating Data Management for Your Debut Program

    af Ryan roffe ...
    Why Should You Familiarize Yourself with C++ Even if You Prefer Higher-Level Languages?In today's AI-driven industry landscape, C++ forms the backbone of many critical systems. While AI scientists and data analysts often opt for user-friendly languages like Python, C++ remains essential for robust projects. This trend persists, especially in the realm of autonomous driving technology.Forecasts ... Læs mere

    80,10 kr. eller Gratis med Kobo Plus

  • The Python Workbook

    A Brief Introduction with Exercises and Solutions

    Serier serie Computer Science (R0)
    The Python Workbook is a student-friendly compendium of 212 exercises that span a variety of academic disciplines and everyday situations paired with concise introductions to the programming concepts needed to complete them. Accessible and easy to follow, the textbook encourages development of programming skills through active practice and hands-on learning.Thoroughly updated and expanded, this ... Læs mere

    653,79 kr.

  • Modern REST API Development in Go

    Design performant, secure, and observable web APIs using Go's powerful standard library

    af Jesús Espino ...
    Master REST API design in Go in a pragmatic way by building production-ready web services using the Go standard library and idiomatic patternsKey FeaturesBuild scalable APIs using Go’s robust standard library and HTTP toolingExplore security, observability, and testing from a backend engineering perspectiveLearn foundational REST principles by building a complete Go-based projectBook ... Læs mere

    294,99 kr. eller Gratis med Kobo Plus

  • Real-World Svelte

    Supercharge your apps with Svelte 4 by mastering advanced web development concepts

    af Tan Li Hau ...
    Harness the power of Svelte, the cutting-edge JavaScript framework used for building high-performance web applications, with this definitive guideKey FeaturesCreate Svelte component lifecycles by styling and theming components as well as managing props and statesLeverage actions to build custom events, integrate libraries, and enhance UI elements progressivelyExplore transitions, write custom ... Læs mere

    274,99 kr. eller Gratis med Kobo Plus

  • Perl Hacks

    Tips & Tools for Programming, Debugging, and Surviving

    With more than a million dedicated programmers, Perl has proven to be the best computing language for the latest trends in computing and business. While other languages have stagnated, Perl remains fresh, thanks to its community-based development model, which encourages the sharing of information among users. This tradition of knowledge-sharing allows developers to find answers to almost any Perl ... Læs mere

    163,49 kr.

  • Practical Java Programming with ChatGPT: Develop, Prototype and Validate Java Applications by integrating OpenAI API and leveraging Generative AI and LLMs

    af Alan S. ...
    How to use ChatGPT to write fast validated Java codeKey Features● Discover how to leverage Java code generated with ChatGPT to expedite the development of practical solutions for everyday programming challenges.● Gain insight into the benefits of harnessing AI to elevate your effectiveness as a software engineer.● Elevate your professional journey by significantly boosting your programming ... Læs mere

    159,95 kr. eller Gratis med Kobo Plus

  • Mastering C++

    A Comprehensive Guide to Mastering Fundamentals and Crafting Data-Driven Debut Programs

    af Lena Neill ...
    Why Familiarize Yourself with C++ Even if You Prefer Higher-Level Languages?In today’s AI-driven industry landscape, C++ serves as the bedrock for many critical systems. While AI scientists and data analysts often gravitate toward user-friendly languages like Python, C++ remains indispensable for robust projects. This trend holds particularly true in the realm of autonomous driving technology ... Læs mere

    80,10 kr. eller Gratis med Kobo Plus

  • Fundamentos de Programación y Bases de Datos

    af Ángel Arias ...
    En estos días, no saber cómo trabajar con un ordenador es considerado como un tipo de analfabetismo y el coste por no saber cómo usar un ordenador puede ser muy elevado.Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de ... Læs mere

    31,75 kr.

  • Algorithmic Trading with VectorBT

    af Ali AZARY ...
    Algorithmic Trading with VectorBT is a practical guide to building, testing, and evaluating trading strategies with Python's vectorbt library. It walks readers through market data handling, signal generation, portfolio backtesting, parameter optimization, walk-forward testing, portfolio allocation, and risk management. Using clear examples around moving-average strategies, Bitcoin data, realistic ... Læs mere

    224,50 kr. eller Gratis med Kobo Plus

  • Design Patterns com PHP 7

    Desenvolva com as melhores soluções

    Do inglês Design Patterns, os Padrões de Projeto podem ser definidos como modelos de soluções para algum problema específico encontrado frequentemente dentro de um projeto de software. Com eles, conseguimos desenvolver sistemas mais modulares, expansíveis, reutilizáveis e com mais flexibilidade. Atualmente, dominá-los é considerada uma skill fundamental para qualquer desenvolvedor. Neste livro, ... Læs mere

    69,00 kr. eller Gratis med Kobo Plus

  • C++程式設計實務-立即擁有物件導向設計能力的16堂課

    物件導向設計能讓程式碼較容易擴充、修改及維護,本書中所有的C++程式是以免費的Dev C++來編譯與執行。全書分成四個重點:1.基礎語法Chapter1~ Chapter4先簡單說明如何進行C++程式撰寫、編譯、執行與除錯,接著再導入變數與常數與各種資料型態的介紹,並進而了解各種運算子及流程控制指令。章節內容:C++基本認識、變數與資料型態、運算式與運算子、流程控制結構2.進階語法Chapter5~ Chapter10進階語法單元則包括陣列與字串的宣告與綜合運用,再介紹指標與位址的觀念與實作,並示範如何自訂函數、參數傳遞與函數進階應用,最後則提到前置處理指令與巨集及自訂資料型態章節內容:陣列與字串、指標與位址、函數入門、函數的進階應用、前置處理指令與巨集、認識自訂資料型態3.物件導向Chapter11~ Chapter14是本書中精華的重點,筆者以生活化的案例,切入物件導向程式設計基礎常識 ... Læs mere

    77,16 kr.

  • Uno Programming digitalWrite : Beginners Edition S O S Project

    af Shannon Davis ...
    Ebonygeek45The Arduino Uno SeriesThis series is written and expanded toshow users how they can use the Arduino Unofor prototyping.Uno Programming digitalWrite will start with explaining and showing examples code in C++.This book is for beginners. It is also a good reference book for the more advanced reader.Variables, Functions, Passing Variables, Loops and a lot more is explained. More ... Læs mere

    32,01 kr. eller Gratis med Kobo Plus

  • Instant HTML5 Geolocation How-To

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. The book will take a how-to approach, focusing on recipes that demonstrate geolocation in HTML5.This book is for web developers who want to incorporate geolocation technology into their applications. Previous knowledge about geolocation software or standards is not required. However, ... Læs mere

    158,74 kr. eller Gratis med Kobo Plus

  • Learning Android

    Develop Mobile Apps Using Java and Eclipse

    Want to build apps for Android devices? This book is the perfect way to master the fundamentals. Written by experts who have taught this mobile platform to hundreds of developers in large organizations and startups alike, this gentle introduction shows experienced object-oriented programmers how to use Android’s basic building blocks to create user interfaces, store data, connect to the network, ... Læs mere

    190,86 kr.

  • Building UIs with Wijmo

    af Yuguang Zhang ...
    Written with an example-based approach, Building UIs with Wijmo leads you step by step through the implementation and customization of each library component and its associated resources. Reference tables of each configuration option, method, and event for each component are provided, alongside detailed explanations of how each widget is used. Building UIs with Wijmo is targeted at readers who are ... Læs mere

    206,24 kr. eller Gratis med Kobo Plus

  • Learning UnderscoreJS

    Explore the Underscore.js library by example using a test-driven development approach

    Key FeaturesBook DescriptionUnderscore.js is one of the most popular modern JavaScript libraries used for functional programming. It can be used as a base for building complex JavaScript applications in a sustainable manner and for building other JavaScript libraries. It embraces functional programming principles but is not opinionated and can be used with imperative, object-oriented, functional, ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Construindo APIs REST com Node.js

    Caio Ribeiro Pereira

    Hoje em dia, é muito comum criar aplicações client-side para web e mobile que consomem dados de uma API (Application Programming Interface), que são sistemas back-end focados apenas no processamento e envio de dados, de forma centralizada. Isso permite que sejam desenvolvidas múltiplas aplicações clientes com interfaces específicas para usuários mobile, desktop ou web. Desde 2010, o Node.js provou ... Læs mere

    69,00 kr. eller Gratis med Kobo Plus

  • Hands-On Full Stack Web Development with Aurelia

    Develop modern and real-time web applications with Aurelia and Node.js

    Develop rich and scalable web applications with Node.js, Express.js, and MongoDBKey FeaturesLearn the advanced features of Aurelia to build responsive web applicationsWrite clean, modular, and testable code that will be easy to maintain and evolveHarness the power of JavaScript on the client and server side to build full-stack applicationsBook DescriptionHands-On Full Stack Web Development with ... Læs mere

    301,24 kr. eller Gratis med Kobo Plus

  • Oracle ADF Survival Guide

    Mastering the Application Development Framework

    af Sten Vesterli ...
    Serier serie Professional and Applied Computing (R0)
    Quickly get up to speed with Oracle's Application Development Framework (ADF). Rapidly build modern, user-friendly applications that will be easy to re-use, expand, and maintain.Oracle ADF Survival Guide covers the latest 12c version and explains all the important concepts and parts, including ADF Faces, ADF Task Flows, ADF Business Components, ADF Skins, the new Alta UI, and how to implement ... Læs mere

    462,58 kr.

  • Embedded Systems Programming with C++

    Real-World Techniques

    "Embedded Systems Programming with C++: Real-World Techniques" provides a comprehensive guide for those looking to master the intricacies of programming embedded systems using C++. Designed for both beginners and seasoned programmers, this book covers essential topics such as foundational concepts of embedded systems, C++ semantics, and advanced features applicable to this specialized field. ... Læs mere

    64,55 kr. eller Gratis med Kobo Plus

  • Parallel and High Performance Programming with Python

    Unlock parallel and concurrent programming in Python using multithreading, CUDA, Pytorch and Dask. (English Edition)

    af Fabio Nelli ...
    Unleash the capabilities of Python and its libraries for solving high performance computational problems.KEY FEATURES● Explores parallel programming concepts and techniques for high-performance computing.● Covers parallel algorithms, multiprocessing, distributed computing, and GPU programming.● Provides practical use of popular Python libraries/tools like NumPy, Pandas, Dask, and TensorFlow ... Læs mere

    200,04 kr. eller Gratis med Kobo Plus

  • The Absolute Beginner's Guide to Python Programming

    A Step-by-Step Guide with Examples and Lab Exercises

    af Kevin Wilson ...
    Serier serie Professional and Applied Computing (R0)
    Written as an illustrated, step-by-step guide, this book will introduce you to Python with examples using the latest version of the language.You'll begin by learning to set up your Python environment. The next few chapters cover the basics of Python such as language classifications, Python language syntax, and how to write a program. Next, you will learn how to work with variables, basic data ... Læs mere

    322,92 kr.

  • Practical pgAdmin Deployment and Administration

    Definitive Reference for Developers and Engineers

    "Practical pgAdmin Deployment and Administration""Practical pgAdmin Deployment and Administration" offers a comprehensive, in-depth exploration of the strategies, architectures, and workflows essential for successful pgAdmin deployment and operation in diverse environments. From the historical evolution of pgAdmin’s architecture—from desktop origins to a robust web-based platform—to a detailed ... Læs mere

    64,93 kr. eller Gratis med Kobo Plus