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 481 - 504 af 10654 resultater
Skip side bar filters
  • Troubleshooting Ruby Processes

    Leveraging System Tools when the Usual Ruby Tricks Stop Working (Digital Short Cut)

    This is the eBook version of the printed book.This short cut introduces key system diagnostic tools to Ruby developers creating and deploying web applications. When programmers develop a Ruby application they commonly experience complex problems which require some understanding of the underlying operating system to be solved. Difficult to diagnose, these problems can make the difference between a ... Læs mere

    126,74 kr.

  • Formal Verification of Just-in-Time Compilation

    Serier serie ACM Books
    This book outlines a methodology to develop formally verified Just-in-Time compilers. Just-in-Time compilation is a technique to execute programs, where execution is interleaved with optimizations of the program itself. These compilers often produce fast executions, so much so that their use has grown greatly for dynamic programming languages. Most modern web browsers today use Just-in-Time ... Læs mere

    356,49 kr.

  • Modern C++ Design

    Generic Programming and Design Patterns Applied

    Modern C++ Design, Andrei Alexandrescu opens new vistas for C++ programmers. Displaying extraordinary creativity and programming virtuosity, Alexandrescu offers a cutting-edge approach to design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, flexible, and highly reusable code.This book introduces the concept of generic components–reusable ... Læs mere

    491,36 kr.

  • JavaScript by Example

    af Ellie Quigley ...
    The World’s Easiest Java Script Tutorial—Fully Updated!JavaScript by Example, Second Edition, is the easiest, most hands-on way to learn JavaScript. Legendary programming instructor Ellie Quigley has thoroughly updated her classic book to deliver the skills and information today’s JavaScript users need most—including up-to-the-minute coverage of JavaScript programming constructs, CSS, Ajax, JSON, ... Læs mere

    323,36 kr.

  • Test Driven Development for Embedded C

    Another day without Test-Driven Development means more time wasted chasing bugs and watching your code deteriorate. You thought TDD was for someone else, but it's not! It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers.TDD is a modern programming practice C ... Læs mere

    226,74 kr.

  • Programmer Passport: Elixir

    af Bruce Tate ...
    Elixir is a functional language that crosses many boundaries. With a syntax borrowing heavily from Ruby, a runtime that is on the Erlang BEAM, a macro system like that in Lisp, and a streaming library like you might find in Haskell, Elixir takes the best features from many environments. Elixir borrows from Erlang's "Let It Crash" philosophy, and adds significant improvements with structs, first ... Læs mere

    116,74 kr.

  • Coding with Scratch – Create Fantastic Driving Games

    Serier serie The QuestKids do coding
    A new title in The QuestKids children’s series that is designed to make learning fun for children.Coding with Scratch – Create Fantastic Driving Games will take you from Scratch basics through to creating your own fantastic driving games in easy steps. Each game comes with challenges to take you to the next level of coding. Even includes mods to make your games more exciting. Have fun and amaze ... Læs mere

    111,82 kr.

  • Coding with Python - Create Amazing Graphics

    Serier serie The QuestKids do Coding
    Coding with Python – Create Amazing Graphics introduces coding in Python through a variety of projects. Each one teaches new coding concepts and results in some amazing graphics.Python is a powerful, text-based programming language essential to grasp for serious coding but can be dull to learn. This book focuses on inspired learning. Step-by-step, it illustrates how to use Python code to create ... Læs mere

    111,82 kr.

  • Architecting High-Performance Embedded Systems

    Design and build high-performance real-time digital systems based on FPGAs and custom circuits

    af Jim Ledin ...
    Explore the complete process of developing systems based on field-programmable gate arrays (FPGAs), including the design of electronic circuits and the construction and debugging of prototype embedded devicesKey FeaturesLearn the basics of embedded systems and real-time operating systemsUnderstand how FPGAs implement processing algorithms in hardwareDesign, construct, and debug custom digital ... Læs mere

    323,99 kr. eller Gratis med Kobo Plus

  • Learn SQL using MySQL in One Day and Learn It Well

    SQL for beginners with Hands-on Project

    af Jamie Chan ...
    Master SQL and unlock the power of database management. From basics to advanced queries, this book guides you through practical exercises to efficiently manage data.Key FeaturesStep-by-step guidance from basic to advanced SQL techniquesComprehensive coverage of MySQL, a leading database management systemPractical exercises with solutions to reinforce learningBook DescriptionLearn SQL (using MySQL) ... Læs mere

    78,74 kr. eller Gratis med Kobo Plus

  • The Basics of JavaScript and HTML Coding For Beginners

    Learn JavaScript and HTML Programming Web Design Skills Together

    Master JavaScript and HTML Basics in No Time!Are you ready to dive into the exciting world of JavaScript and HTML? Whether you're a complete beginner or looking to strengthen your coding skills, The Basics of JavaScript and HTML Coding For Beginners is your ultimate guide to understanding and harnessing the power of these essential programming languages. This JavaScript and HTML book for beginners ... Læs mere

    81,00 kr.

  • 圖解資料結構-使用Python

    af 吳燦銘 ...
    Serier Bog 31716 - MP
      這是一本如何將資料結構概念以Python程式語言實作的入門書。特色在於將複雜的理論以圖文並茂的方式解說和詮釋。首先從基本的資料結構概念開始,接著陸續以Python語言闡述陣列結構、堆疊、鏈結串列、佇列、樹狀、圖形、排序、搜尋等重要的觀念。附錄更提供Python語言的快速入門,和使用Python程式除錯經驗分享。  每章重要理論均有範例實作,收錄了完整的演算法及程式執行畫面,讀者可依照個人學習進度作練習,除此之外,大量蒐集符合各章教學內容的習題,供隨時驗收學習成果。  ◎內容架構完整,邏輯清楚,採用豐富的圖例來闡述基本觀念及應用,有效提高可讀性。  ◎以Python語言實作資料結構中的重要理論,以範例程式說明資料結構的內涵。  ◎強調邊做邊學,提供書中範例完整程式檔,給予最完整的支援,加深學習的記憶。  ◎Python程式除錯經驗分享,收集各種錯誤訊息的解決建議。 ... Læs mere

    86,31 kr.

  • MySQL Stored Procedure Programming

    Building High-Performance Web Applications in MySQL

    The implementation of stored procedures in MySQL 5.0 a hugemilestone -- one that is expected to lead to widespread enterprise adoption ofthe already extremely popular MySQL database. If you are serious aboutbuilding the web-based database applications of the future, you need toget up to speed quickly on how stored procedures work -- and how tobuild them the right way. This book, destined to be the ... Læs mere

    217,24 kr.

  • Python程式設計入門:金融商管實務案例 [第二版]

    af 林萍珍 ...
    Serier Bog 31712 - MP
      本書特色:  ★ Python語法簡潔好學,適合程式設計入門課程。  ★ 圖例說明程式設計的重要觀念。  ★ 金融實務案例應用在統計分析、技術分析、貨幣時間價值應用、會計折舊與資本預算應用、Yahoo Finance自動下載股票日資料。  ★ Python資料科學套件完整功能強大,結合統計做資料分析。  ★ pandas套件與excel整合做資料匯入與匯出;以OOP撰寫方式自訂套件計算有效利率。  本書適合閱讀的對象:  ★ 沒有程式概念但想要學程式設計的讀者  ★ 對程式設計在金融科技(Fintech)應用有興趣者  ★ 做金融大數據分析入門有興趣者  ★ 對程式交易應用之基礎入門應用有興趣者 ... Læs mere

    84,00 kr.

  • Introduction to Programming in Python

    An Interdisciplinary Approach

    Today, anyone in a scientific or technical discipline needs programming skills. Python is an ideal first programming language, and Introduction to Programming in Python is the best guide to learning it.Princeton University’s Robert Sedgewick, Kevin Wayne, and Robert Dondero have crafted an accessible, interdisciplinary introduction to programming in Python that emphasizes important and engaging ... Læs mere

    530,99 kr.

  • C++ Easy To Understand Step By Step Guide

    A Guide for Beginners

    af Jacob Era ...
    Mastering C++ programming language can be a tough and time consuming task. However, if you have an interest in programming languages and you insist in mastering this programming language then it can be fun and engaging. C++ programming language is easier to learn for people who are already familiar with other programming language such as Python, Java or Matlab. The differentiating factor between C ... Læs mere

    30,82 kr.

  • 菲絲恩教你學會Python

    一覺醒來,普羅變成了精靈……  睜開眼,柔和的光線流入視野;普羅用手撐起身子,環顧四周,眼前的一切都與自己所熟悉的環境大不相同,陌生卻又美妙的感覺盈滿了他的周遭。  「你醒啦? 」順著聲音的來源轉過頭去,一隻美麗的精靈正投注著關心的眼神。  「其實Python世界即將舉辦年度的世界大賽,每個Python世界的居民都可以自由參加。這不僅是Python 界的盛事,更是其他世界得以踏入Python幻境的唯一機會。因為我看你很有慧根,是個百年難得一見的奇才,所以選中你進入Python世界來參加這個大賽。」隨著美麗的精靈菲絲恩的帶領下,普羅走入奇幻的精靈世界,參與Python世界魔法大賽……本書使用故事的筆法,讓初次接觸程式語言或對Python有興趣之初學者可以輕易迅速的掌握Python的觀念及使用技巧。──鄭伯壎 教授 ... Læs mere

    44,26 kr.

  • Continuous Enterprise Development in Java

    Testable Solutions with Arquillian

    Learn a use-case approach for developing Java enterprise applications in a continuously test-driven fashion. With this hands-on guide, authors and JBoss project leaders Andrew Lee Rubinger and Aslak Knutsen show you how to build high-level components, from persistent storage to the user interface, using the Arquillian testing platform and several other JBoss projects and tools.Through the course ... Læs mere

    235,36 kr.

  • Python in Practice

    Create Better Programs Using Concurrency, Libraries, and Patterns

    Winner of the 2014 Jolt Award for "Best Book"   “Whether you are an experienced programmer or are starting your career, Python in Practice is full of valuable advice and example to help you improve your craft by thinking about problems from different perspectives, introducing tools, and detailing techniques to create more effective solutions.” —Doug Hellmann, Senior... ... Læs mere

    250,24 kr.

  • Python in easy steps, 2nd Edition

    Covers Python 3.10

    af Mike McGrath ...
    Serier serie In Easy Steps
    Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colorized source code.Python in easy steps, 2nd edition begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python ... Læs mere

    123,01 kr.

  • Getting Started with p5.js

    Making Interactive Graphics in JavaScript and Processing

    With p5.js, you can think of your entire Web browser as your canvas for sketching with code!Learn programming the fun way--by sketching with interactive computer graphics! Getting Started with p5.js contains techniques that can be applied to creating games, animations, and interfaces. p5.js is a new interpretation of Processing written in JavaScript that makes it easy to interact with HTML5 ... Læs mere

    72,86 kr.

  • Aplicações Java para a web com JSF e JPA

    Neste livro você encontrará as especificações mais utilizadas do Java, explicadas com exemplos práticos e claros que mostram como usar cada tecnologia em separado e como utilizá-las em conjunto. Conheças as melhores práticas da JPA 2.0, seus mapeamentos, caches e truques de performance, e tire o máximo do JSF 2.2 compreendendo seu ciclo de vida e as novidades que surgiram nas atuais versões das ... Læs mere

    69,00 kr. eller Gratis med Kobo Plus

  • Build Chatbot Interactions

    Responsive, Intuitive Interfaces with Ruby

    The next step in the evolution of user interfaces is here. Chatbots let your users interact with your service in their own natural language. Use free and open source tools along with Ruby to build creative, useful, and unexpected interactions for users. Take advantage of the Lita framework's step-by-step implementation strategy to simplify bot development and testing. From novices to experts, ... Læs mere

    201,11 kr.

  • Secure Your Node.js Web Application

    Keep Attackers Out and Users Happy

    af Karl Duuna ...
    Cyber-criminals have your web applications in their crosshairs. They search for and exploit common security mistakes in your web application to steal user data. Learn how you can secure your Node.js applications, database and web server to avoid these security holes. Discover the primary attack vectors against web applications, and implement security best practices and effective countermeasures. ... Læs mere

    201,11 kr.