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 817 - 840 of 10652 Results
Skip side bar filters
  • Bayesian Analysis with Python

    Introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ

    Bayesian modeling with PyMC3 and exploratory analysis of Bayesian models with ArviZ Key FeaturesA step-by-step guide to conduct Bayesian data analyses using PyMC3 and ArviZA modern, practical and computational approach to Bayesian statistical modelingA tutorial for Bayesian analysis and best practices with the help of sample problems and practice exercises.Book DescriptionThe second edition of ... Read more

    $37.79 USD or Free with Kobo Plus

  • The Complete Developer

    Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker

    by Martin Krause ...
    A hands-on, beginner-friendly approach to developing complete web applications from the ground up, using JavaScript and its most popular frameworks, including Node.js and React.js.Whether you’ve been in the developer kitchen for decades or are just taking the plunge to do it yourself, The Complete Developer will show you how to build and implement every component of a modern stack—from scratch.You ... Read more

    $29.99 USD

  • Teach Your Kids to Code

    A Parent-Friendly Guide to Python Programming

    by Bryson Payne ...
    Teach Your Kids to Code is a parent's and teacher's guide to teaching kids basic programming and problem solving using Python, the powerful language used in college courses and by tech companies like Google and IBM.Step-by-step explanations will have kids learning computational thinking right away, while visual and game-oriented examples hold their attention. Friendly introductions to fundamental ... Read more

    $17.99 USD

  • PHP Examples Part 4

    Teach yourself by example, #4

    by Adam Majczak ...
    Series Book 4 - Teach yourself by example
    Error in PHP5 discovered, IP detection in PHP, Geolocation in PHP, PHP Examples, Regular Expressions in PHP, OOP Examples in PHP, Storage management in PHP, Inheritance in use, Floating-point operations using BC Math functions, Function plots, Simple image gallery in PHP ... Read more

    $1.99 USD or Free with Kobo Plus

  • Hands-On Unsupervised Learning Using Python

    How to Build Applied Machine Learning Solutions from Unlabeled Data

    Many industry experts consider unsupervised learning the next frontier in artificial intelligence, one that may hold the key to general artificial intelligence. Since the majority of the world's data is unlabeled, conventional supervised learning cannot be applied. Unsupervised learning, on the other hand, can be applied to unlabeled datasets to discover meaningful patterns buried deep in the data ... Read more

    $48.99 USD

  • MySQL Pocket Reference

    SQL Functions and Utilities

    by George Reese ...
    To help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job ... Read more

    $9.89 USD

  • Learning OpenCV

    Computer Vision with the OpenCV Library

    "This library is useful for practitioners, and is an excellent tool for those entering the field: it is a set of computer vision algorithms that work as advertised."-William T. Freeman, Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of TechnologyLearning OpenCV puts you in the middle of the rapidly expanding field of computer vision. Written by the creators of the ... Read more

    $28.79 USD

  • PHP, MySQL, & JavaScript All-in-One For Dummies

    by Richard Blum ...
    Explore the engine that drives the internetIt takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web.Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to ... Read more

    $30.00 USD

  • Distributed Systems with Node.js

    Many companies, from startups to Fortune 500 companies alike, use Node.js to build performant backend services. And engineers love Node.js for its approachable API and familiar syntax. Backed by the world's largest package repository, Node's enterprise foothold is only expected to grow.In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise ... Read more

    $34.59 USD

  • Data Sketches

    A journey of imagination, exploration, and beautiful data visualizations

    Series series AK Peters Visualization Series
    In Data Sketches, Nadieh Bremer and Shirley Wu document the deeply creative process behind 24 unique data visualization projects, and they combine this with powerful technical insights which reveal the mindset behind coding creatively. Exploring 12 different themes – from the Olympics to Presidents & Royals and from Movies to Myths & Legends – each pair of visualizations explores different ... Read more

    $60.99 USD

  • 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