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 793 - 816 of 10652 Results
Skip side bar filters
  • C Programming For Beginners

    The Simple Guide to Learning C Programming Language Fast!

    by Tim Warren ...
    C PROGRAMMING FOR BEGINNERSC Programming language is one of the oldest and most commonly used programming languages out there. Many other languages have been written based on the features of C.This book is aimed at beginners, and takes you through everything you need to know and understand to begin using C programming language effectively.This guide takes you step by step through the basics of C, ... Read more

    $2.99 USD or Free with Kobo Plus

  • PHP 7 Programming Cookbook

    Over 80 recipes that will take your PHP 7 web development skills to the next level!

    by Doug Bierer ...
    Over 80 recipes that will take your PHP 7 web development skills to the next level!Key Features\[\*\] This is the most up-to-date book in the market on PHP\[\*\] It covers the new features of version 7.x, best practices for server-side programming, and MVC frameworks\[\*\] The recipe-based approach will allow you to explore the unique capabilities that PHP offers to web programmersBook ... Read more

    $41.39 USD or Free with Kobo Plus

  • The Designer's Guide to VHDL

    Series Book 3 - Systems on Silicon
    VHDL, the IEEE standard hardware description language for describing digital electronic systems, has recently been revised. The Designer's Guide to VHDL has become a standard in the industry for learning the features of VHDL and using it to verify hardware designs. This third edition is the first comprehensive book on the market to address the new features of VHDL-2008. - First comprehensive book ... Read more

    $52.19 USD

  • Getting Started with Processing

    A Hands-On Introduction to Making Interactive Graphics

    Processing opened up the world of programming to artists, designers, educators, and beginners. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project, Reas and Fry, Getting Started with Processing shows you how easy it is to make software and systems with interactive graphics. If you're an artist ... Read more

    $10.69 USD

  • C# Essentials

    by Neil Smyth ...
    Fully updated for C# 4.0 and Visual Studio 2010 this eBook contains 28 chapters of detailed information designed to provide everything necessary to gain proficiency in the C# programming language and Visual Studio development environment. The ebook begins with a detailed overview of the C# development and runtime environment including overviews of the Common Language Infrastructure (CLI) Common ... Read more

    $12.99 USD

  • API Design for C++

    by Martin Reddy ...
    API Design for C++ provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the ... Read more

    $53.99 USD

  • Learning R Programming

    Language, tools, and practical techniques

    by Kun Ren ...
    Become an efficient data scientist with RKey Features\[\*\] Explore the R language from basic types and data structures to advanced topics\[\*\] Learn how to tackle programming problems and explore both functional and object-oriented programming techniques\[\*\] Learn how to address the core problems of programming in R and leverage the most popular packages for common tasksBook DescriptionR is a ... Read more

    $37.79 USD or Free with Kobo Plus

  • C Programming For Dummies

    by Dan Gookin ...
    Get an A grade in CAs with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big ... Read more

    $21.00 USD

  • Python and HDF5

    Unlocking Scientific Data

    Gain hands-on experience with HDF5 for storing scientific data in Python. This practical guide quickly gets you up to speed on the details, best practices, and pitfalls of using HDF5 to archive and share numerical datasets ranging in size from gigabytes to terabytes.Through real-world examples and practical exercises, you’ll explore topics such as scientific datasets, hierarchically organized ... Read more

    $17.29 USD

  • Raspberry Pi

    The ultimate guide to raspberry pi, including projects, programming tips & tricks, and much more!

    by Geoff Adams ...
    If you want to create awesome Rapsberry Pi projects but don’t know where to start, then keep reading…Have you tried learning about the Raspberry Pi, but been overwhelmed by technical jargon that just doesn’t make sense?That’s the problem with most resources for the Pi.They overcomplicate the process and assume that you’re already a master programmer who knows dozens of programming languages.…But ... Read more

    $2.99 USD or Free with Kobo Plus

  • Java: High-Performance Apps with Java 9

    Boost your application's performance with the new features of Java 9

    by Mayur Ramgir ...
    Optimize the powerful techniques of Java 9 to boost your application\\'s performanceKey FeaturesTackle all kinds of performance-related issues and streamline your developmentDive into the new features of Java 9Implement highly efficient and reliable code with the help of new APIs of JavaEmbedded with assessments that will help you revise the concepts you have learned in this bookBook ... Read more

    $34.19 USD or Free with Kobo Plus

  • Learning JavaScript Data Structures and Algorithms

    Write complex and powerful JavaScript code using the latest ECMAScript

    Create classic data structures and algorithms such as depth-first search and breadth-first search, learn recursion, as well as create and use a heap data structure using JavaScriptKey FeaturesImplement common data structures and the associated algorithms along with the context in which they are usedMaster existing JavaScript data structures such as arrays, sets, and maps, and learn how to ... Read more

    $37.79 USD or Free with Kobo Plus

  • Essential Business Process Modeling

    by Michael Havey ...
    Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today's enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based ... Read more

    $28.79 USD

  • Ruby on Rails: Up and Running

    Up and Running

    Ruby on Rails is the super-productive new way to develop full-featured web applications. With Ruby on Rails, powerful web applications that once took weeks or months to develop can now be produced in a matter of days. If it sounds too good to be true, it isn't.If you're like a lot of web developers, you've probably considered kicking the tires on Rails - the framework of choice for the new ... Read more

    $17.29 USD

  • Effective Unit Testing

    A guide for Java developers

    by Lasse Koskela ...
    SummaryEffective Unit Testing is written to show how to write good tests—tests that are concise and to the point, expressive, useful, and maintainable. Inspired by Roy Osherove's bestselling The Art of Unit Testing, this book focuses on tools and practices specific to the Java world. It introduces you to emerging techniques like behavior-driven development and specification by example, and shows ... Read more

    $49.99 USD

  • Behavioural Types

    From Theory to Tools

    Edited by Simon Gay, António Ravara ...
    Behavioural type systems in programming languages support the specification and verification of properties of programs beyond the traditional use of type systems to describe data processing. A major example of such a property is correctness of communication in concurrent and distributed systems, motivated by the importance of structured communication in modern software. Behavioural Types: from ... Read more

    Free

  • Transact-SQL Cookbook

    Help for Database Programmers

    This unique cookbook contains a wealth of solutions to problems that SQL programmers face all the time. The recipes inside range from how to perform simple tasks, like importing external data, to ways of handling issues that are more complicated, like set algebra. Authors Ales Spetic and Jonathan Gennick, two authorities with extensive database and SQL programming experience, include a discussion ... Read more

    $20.19 USD

  • Python Deep Learning

    Exploring deep learning techniques and neural network architectures with PyTorch, Keras, and TensorFlow

    Learn advanced state-of-the-art deep learning techniques and their applications using popular Python librariesKey FeaturesBuild a strong foundation in neural networks and deep learning with Python librariesExplore advanced deep learning techniques and their applications across computer vision and NLPLearn how a computer can navigate in complex environments with reinforcement learningBook ... Read more

    $44.99 USD or Free with Kobo Plus

  • Moodle 3 E-Learning Course Development

    Create highly engaging and interactive e-learning courses with Moodle 3

    A complete guide on course development and delivery using Moodle 3.xKey FeaturesGet the best out of the latest Moodle 3 framework to ensure successful learningCreate 3rd party plugins and widgets and secure your course efficientlyCreate your first Moodle VR app using the Moodle VR toolsetBook DescriptionMoodle is a learning platform or Course Management System (CMS) that is easy to install and use ... Read more

    $41.39 USD or Free with Kobo Plus

  • C++ High Performance

    Master the art of optimizing the functioning of your C++ code, 2nd Edition

    A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps by allowing them to run faster and consume fewer resources.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesUpdated to C++20 with completely revised code and more content on error handling, benchmarking, memory allocators, and concurrent ... Read more

    $43.19 USD or Free with Kobo Plus

  • Programming Algorithms in Lisp

    Writing Efficient Programs with Examples in ANSI Common Lisp

    Series series Professional and Applied Computing (R0)
    Master algorithms programming using Lisp, including the most important data structures and algorithms. This book also covers the essential tools that help in the development of algorithmic code to give you all you need to enhance your code.Programming Algorithms in Lisp shows real-world engineering considerations and constraints that influence the programs that use these algorithms. It includes ... Read more

    $31.49 USD

  • jQuery Mobile: Up and Running

    Up and Running

    Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you’ll learn the best ways to use this framework’s many interface components to build customizable, multiplatform apps. You don’t need any programming skills or previous ... Read more

    $21.59 USD

  • JavaScript

    Tips and Tricks to Programming Code with Javascript

    Series Book 2 - JavaScript Programming Series
    Learn JavaScript Tips and Tricks today and begin your path towards JavaScript programming mastery!In this Definitive JavaScript Guide, you're about to discover how to...Accelerate your JavaScript learning through the different Tips and Tricks available; vital information that every JavaScript programmer must know in order to take their skills to the next level. JavaScript is on the internet ... Read more

    $2.99 USD or Free with Kobo Plus

  • React Cookbook

    Recipes for Mastering the React Framework

    React helps you create and work on an app in just a few minutes. But learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast.Many books teach you how to get started, ... Read more

    $41.09 USD