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 553 - 576 of 10650 Results
Skip side bar filters
  • Learning Perl

    Learning Perl, popularly known as "the Llama," is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes to the language up to Perl 5.10.This book reflects the combined experience of its authors, who have taught Perl at Stonehenge Consulting since 1991. Years of classroom testing ... Read more

    $23.09 USD

  • C Programming

    C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than ... Read more

    Free

  • XSLT For Dummies

    Restructuring information in an XML document so that it works in other formats used to be a time-consuming ordeal involving lots of blood, sweat, and tears. Now XSLT (Extensible Stylesheet Language Transformations) makes the process nearly instantaneous. Just provide an example of the kind of information you’d like to see, and XSLT does the rest. With XSLT you can effortlessly transform XML ... Read more

    $21.00 USD

  • MintDuino

    Building an Arduino-Compatible Breadboard Microcontroller

    Get started with MintDuino, the Maker Shed kit that's perfect for learning or teaching the fundamentals of how microcontrollers work. This hands-on book shows you how to build a complete MintDuino project from start to finish. Learn how to assemble the microcontroller on a breadboard (no soldering required), and immediately begin programming it.You'll build the MintDuino Reflex Game in five ... Read more

    $2.99 USD

  • Beginning Visual Basic 2012

    by Bryan Newsome ...
    The ultimate beginner's guide to programming in Visual Basic 2012Visual Basic, used to write Windows applications and web apps with ASP.NET, is an essential language for beginning programmers. Using the time-tested Wrox approach, this guide provides a step-by-step format that gets beginners up and running quickly and confidently. Essential topics covered include writing Windows applications, ... Read more

    $38.00 USD

  • Learn Ruby the Hard Way

    A Simple and Idiomatic Introduction to the Imaginative World Of Computational Thinking with Code

    by Zed Shaw ...
    Series series Zed Shaw's Hard Way Series
    You Will Learn Ruby!Zed Shaw has perfected the world’s best system for learning Ruby. Follow it and you will succeed—just like the hundreds of thousands of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else.In Learn Ruby the Hard Way, Third Edition, you’ll learn Ruby by working through 52 brilliantly crafted exercise... ... Read more

    $23.09 USD

  • Modern PHP

    New Features and Good Practices

    by Josh Lockhart ...
    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best ... Read more

    $18.79 USD

  • ASP.NET Core 2 and Angular 5

    Full-stack web development with .NET Core and Angular

    Develop a simple, yet fully-functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5. Key Features\[\*\] Based on the best-selling book ASP.NET Core and Angular 2\[\*\] Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular\[\*\] Bring together the capabilities and features of both ... Read more

    $37.79 USD or Free with Kobo Plus

  • ZeroMQ

    Messaging for Many Applications

    Dive into ØMQ (aka ZeroMQ), the smart socket library that gives you fast, easy, message-based concurrency for your applications. With this quick-paced guide, you’ll learn hands-on how to use this scalable, lightweight, and highly flexible networking tool for exchanging messages among clusters, the cloud, and other multi-system environments.ØMQ maintainer Pieter Hintjens takes you on a tour of real ... Read more

    $33.19 USD

  • Learn Electronics with Arduino

    An Illustrated Beginner's Guide to Physical Computing

    This book is your introduction to to physical computing with the Arduino microcontroller platform. No prior experience is required, not even an understanding of basic electronics. With color illustrations, easy-to-follow explanations, and step-by-step instructions, the book takes the beginner from building simple circuits on a breadboard to setting up the Arduino IDE and downloading and writing ... Read more

    $14.39 USD

  • C++ In a Nutshell

    A Desktop Quick Reference

    by Ray Lischner ...
    To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell books have earned a solid reputation in the field as the well-thumbed references that sit beside the knowledgeable developer's keyboard. C++ in a Nutshell lives up to the In a Nutshell promise. C++ in a Nutshell is a lean, focused reference that offers practical examples for the ... Read more

    $23.09 USD

  • CSS: The Definitive Guide

    Web Layout and Presentation

    If you're a web designer or app developer interested in sophisticated page styling, improved accessibility, and less time and effort expended, this book is for you. This revised fifth edition provides a comprehensive guide to CSS implementation along with a thorough review of the latest CSS specifications.Authors Eric Meyer and Estelle Weyl show you how to improve user experience, speed ... Read more

    $55.49 USD

  • D Programming Language, The

    D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more.The D Programming Language is an authoritative and comprehensive ... Read more

    $43.19 USD

  • Cracking Codes with Python

    An Introduction to Building and Breaking Ciphers

    by Al Sweigart ...
    Learn how to program in Python while making and breaking ciphers—algorithms used to create and send secret messages!After a crash course in Python programming basics, you’ll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenère cipher. You’ll begin with simple programs for the reverse and Caesar ciphers and then work your way up ... Read more

    $21.99 USD

  • How to Teach Computational Thinking

    In a world where jobs are continually being outsourced to machines and algorithms, the question of how best to educate the next generation becomes more important with every year. Stephen Wolfram, author of A New Kind of Science and Idea Makers and creator of Wolfram|Alpha, says the answer is computational thinking. Wolfram defines computational thinking as "formulating things with enough clarity ... Read more

    $1.99 USD

  • Thinking as Computation

    A First Course

    Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought.This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require ... Read more

    $21.99 USD

  • The Art of Debugging with GDB, DDD, and Eclipse

    Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective.The Art of Debugging illustrates the use three of the most ... Read more

    $23.99 USD

  • Visual Basic 2010 Essentials

    by Neil Smyth ...
    Visual Basic 2010 Essentials is intended to be of use to both novices looking to learn Visual Basic 2010 and to those proficient in other languages that plan to cross-train from other programming languages. The Visual Basic language combined with the Visual Studio 2010 development environment provides a uniquely powerful yet easy to learn programming environment allowing even the absolute beginner ... Read more

    $12.99 USD

  • Programming with Higher-Order Logic

    Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a notion that must be treated carefully at a computational level. This book aims to show that a programming language based on a simply typed version of ... Read more

    $52.49 USD

  • Java Performance

    In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond

    by Scott Oaks ...
    Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be adept at understanding how code behaves in the Java Virtual Machine—including the tunings likely to help performance. This updated second edition helps you gain in-depth knowledge of Java application performance using ... Read more

    $36.79 USD

  • OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide

    Exam 1Z0-808

    Series series Sybex Study Guide
    Full coverage of functional programming and all OCA Java Programmer exam objectivesOCA, Oracle Certified Associate Java SE 8 Programmer I Study Guide, Exam 1Z0-808 is a comprehensive study guide for those taking the Oracle Certified Associate Java SE 8 Programmer I exam (1Z0-808). With complete coverage of 100% of the exam objectives, this book provides everything you need to know to confidently ... Read more

    $38.00 USD

  • Blueprints Visual Scripting for Unreal Engine 5

    Unleash the true power of Blueprints to create impressive games and applications in UE5

    Explore the faster way to build games using UE5 Blueprints through clear visuals, step-by-step projects, and real-world workflows in this illustrated guideKey FeaturesDesign a fully functional game in UE5 without writing a single line of codeImplement visual scripting to develop gameplay mechanics, UI, visual effects, VR, and artificial intelligenceDeploy your game on multiple platforms and share ... Read more

    $55.79 USD or Free with Kobo Plus

  • SQL QuickStart Guide

    The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL

    THE BEST SQL BOOK FOR BEGINNERS - HANDS DOWN!**Includes FREE Digital Bonuses! Sample Database, SQL Browser App, and More!**Learn Why QuickStart Guides are Loved by Over 1 Million Readers Around the WorldThe same book currently in used in college-level courses while remaining approachable for beginners!The Easiest Way to Learn SQL in a Comprehensive, Step-by-Step GuideNot sure how to prepare for ... Read more

    $19.49 USD or Free with Kobo Plus

  • The Clojure Workshop

    Use functional programming to build data-centric applications with Clojure and ClojureScript

    Learn how to solve problems using Clojure or ClojureScript and become a confident functional programmer with the help of engaging activities and challenging projectsKey FeaturesMaster the tools and patterns of the Clojure and ClojureScript ecosystemsLearn the fundamentals of functional programming and immutabilityApply your skills practically by developing a range of scalable applicationsBook ... Read more

    $34.19 USD or Free with Kobo Plus