Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Programming Languages eBooks

If you like Programming Languages eBooks, then you'll love these top picks.
Showing 409 - 432 of 10652 Results
Skip side bar filters
  • 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 ... Read more

    $23.09 USD

  • 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 ... Read more

    $8.69 USD

  • SVG Text Layout

    Words as Art

    Scalable Vector Graphics (SVG) is an image format, so text isn’t the first thing you might think of when considering its uses. But one of SVG’s key features is its ability to encode text in a machine-readable form. This book takes a deep dive into the use of text within SVG to explore the creative possibilities as well as the potential pitfalls. You’ll start with SVG’s text basics, and then learn ... Read more

    $15.89 USD

  • Mobile Design and Development

    Practical concepts and techniques for creating mobile sites and web apps

    by Brian Fling ...
    Mobile devices outnumber desktop and laptop computers three to one worldwide, yet little information is available for designing and developing mobile applications. Mobile Design and Development fills that void with practical guidelines, standards, techniques, and best practices for building mobile products from start to finish. With this book, you'll learn basic design and development principles ... Read more

    $20.19 USD

  • Web Development with Node and Express

    Leveraging the JavaScript Stack

    by Ethan Brown ...
    Build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this updated edition, author Ethan Brown teaches you Express fundamentals by walking you through the development of an example application. This hands-on guide covers everything from server-side rendering to API development suitable for usein single-page apps (SPAs).Express strikes a balance ... Read more

    $34.59 USD

  • Arduino Sketch for ESP8266 Development Workshop

    This book helps you to get started with Arduino Sketch development using ESP8266 boards. We explore I/O programming on ESP8266 boards. The following is a list of highlight topics in this book:Preparing Development EnvironmentSetting Up ESP8266 BoardsGPIO ProgrammingWorking with Serial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIConnecting to a NetworkWorking with EEPROM ... Read more

    $2.99 USD

  • Python for DevOps

    Learn Ruthlessly Effective Automation

    Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, ... Read more

    $36.79 USD

  • The Hitchhiker's Guide to Python

    Best Practices for Development

    The Hitchhiker's Guide to Python takes the journeyman Pythonista to true expertise. More than any other language, Python was created with the philosophy of simplicity and parsimony. Now 25 years old, Python has become the primary or secondary language (after SQL) for many business users. With popularity comes diversityâ??and possibly dilution.This guide, collaboratively written by over a hundred ... Read more

    $18.79 USD

  • Spring Start Here

    Learn what you need and learn it well

    Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.In Spring Start Here, you will learn how to:Build web applications with SpringManage application objects with Spring contextImplement data persistence using data sources and transactionsImplement data exchange between applications using REST servicesUtilize Spring Boot's ... Read more

    $49.99 USD

  • Learn You a Haskell for Great Good!

    A Beginner's Guide

    It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible.You'll start with the kid stuff: basic syntax, recursion, types and type classes. ... Read more

    $31.99 USD

  • The Complete Idiot's Mini Guide to Creating Your Own Wordpress.Com Blog

    Learn how to create your own Wordpress.com blog with this helpful guide! The Complete Idiot’s Mini Guide to Creating Your Own Wordpress.com Blog gives user-friendly, step-by-step directions for building a successful blog. Topics covered include how to coding a blog theme, publishing posts, as well as installing additional beneficial applications. ... Read more

    $7.99 USD

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and ... Read more

    $48.99 USD

  • Learn Python the Hard Way

    by Zed Shaw ...
    You Will Learn Python!Zed Shaw has created the world's most reliable system for learning Python. Follow it and you will succeed--just like the millions of beginners Zed has taught to date! You bring the discipline, persistence, and attention; the author supplies the masterful knowledge you need to succeed.In Learn Python the Hard Way, Fifth Edition, you'll learn Python by working through 60 ... Read more

    $25.99 USD

  • Getting Started with Adafruit Circuit Playground Express

    The Multipurpose Learning and Development Board with Built-In LEDs, Sensors, and Accelerometer

    by Anne Barela ...
    From Adafruit Industries, a leader in products to Makers, designers, students young and old, comes the Circuit Playground Express. Connect it to your PC, Mac or Linux computer, and you can be programming interactive projects in minutes. You have a choice of programming environments to choose from: Python, the Microsoft MakeCode graphical building block environment, C/C++ via the Arduino ... Read more

    $10.69 USD

  • Enciclopedia de Microsoft Visual Basic. 3ª edición

    Introducción a Microsoft .NET. Mi primera aplicación. Aplicación Windows Forms. Introducción a Windows Forms. Menús y barras de herramientas. Controles y cajas de diálogo. Tablas y árboles. Dibujar y pintar. Interfaz para múltiples documentos. Construcción de controles. Programación con hilos. Enlaces de datos en Windows Forms. Acceso a una base de datos. LINQ. Entity Framework. CodeFirst. ASP.NET ... Read more

    $14.39 USD or Free with Kobo Plus

  • Applied Text Analysis with Python

    Enabling Language-Aware Data Products with Machine Learning

    From news and speeches to informal chatter on social media, natural language is one of the richest and most underutilized sources of data. Not only does it come in a constant stream, always changing and adapting in context; it also contains information that is not conveyed by traditional data sources. The key to unlocking natural language is through the creative application of text analytics. This ... Read more

    $41.09 USD

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... Read more

    $14.99 USD

  • Python: Beginner's Guide to Programming Code with Python

    Python Computer Programming, #1

    Series Book 1 - Python Computer Programming
    Learn Python programming today and begin your path towards Python programming mastery!In this Definitive Python Guide, you’re about to discover...How to program code in Python through learning the core essentials that every Python programmer must know. Python is a very popular programming language, and there are a great many books on the market concerning it. We cut to the chase and tell you why ... Read more

    $3.99 USD or Free with Kobo Plus

  • JavaScript from Beginner to Professional

    Learn JavaScript quickly by building fun, interactive, and dynamic web apps, games, and pages

    Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projects. Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesWrite eloquent JavaScript and employ fundamental and advanced features to create your own web appsInteract with the browser with HTML and JavaScript, and add dynamic images, shapes, and text ... Read more

    $28.79 USD or Free with Kobo Plus

  • Advanced C Concepts and Programming

    by Gayatri ...
    This book is for readers of IT Fields.Key features of this book include:Used systematic approach throughout the bookProgramming advances in C without requiring prior knowledge in C languageSimple language has been adopted to make the topics easy and clear to the readersThis book covers virtually most of the advanced features of Advanced C Programming including:Multidimensional ArraysPointersFunctionsStructuresU ... Read more

    $4.99 USD or Free with Kobo Plus

  • Introducing Regular Expressions

    Unraveling Regular Expressions, Step-by-Step

    If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering first-hand how to match, extract, and transform text by matching specific words, characters, and patterns.Regular expressions are an essential part of a programmer’s toolkit, available in various Unix ... Read more

    $24.49 USD

  • 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 ... Read more

    $25.19 USD

  • JavaScript Web Applications

    jQuery Developers' Guide to Moving State to the Client

    by Alex MacCaw ...
    Building rich JavaScript applications that bring a desktop experience to the Web requires moving state from the server to the client side—not a simple task. This hands-on book takes proficient JavaScript developers through all the steps necessary to create state-of-the-art applications, including structure, templating, frameworks, communicating with the server, and many other issues.Throughout the ... Read more

    $20.19 USD

  • Configuring Smart Devices with ESPHome

    Definitive Reference for Developers and Engineers

    "Configuring Smart Devices with ESPHome""Configuring Smart Devices with ESPHome" presents a definitive and technical exploration of ESPHome, guiding readers from core architectural concepts to advanced device integrations. The book meticulously covers the entire ESPHome ecosystem, starting with its foundational frameworks, supported microcontroller platforms, and the intricacies of its build ... Read more

    $9.95 USD or Free with Kobo Plus