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 1417 - 1440 of 10652 Results
Skip side bar filters
  • Full-Stack React Projects

    Learn MERN stack development by building modern web apps using MongoDB, Express, React, and Node.js

    by Shama Hoque ...
    A practical, project-based guide to full-stack JavaScript web development combining the power of React with industry-tested server-side technologiesKey FeaturesBuild your career as a full-stack developer with this practical guideUnderstand how the different aspects of a MERN application come together through a series of practical projectsMaster the MERN stack by building robust social media, E ... Read more

    $41.39 USD or Free with Kobo Plus

  • Bioinformatics Programming Using Python

    Practical Programming for Biological Data

    Powerful, flexible, and easy to use, Python is an ideal language for building software tools and applications for life science research and development. This unique book shows you how to program with Python, using code examples taken directly from bioinformatics. In a short time, you'll be using sophisticated techniques and Python modules that are particularly effective for bioinformatics ... Read more

    $34.59 USD

  • Pearls of Functional Algorithm Design

    by Richard Bird ...
    Richard Bird takes a radically new approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the ... Read more

    $65.59 USD

  • Start Programming & Simulating PLC In Your Laptop from Scratch: A No BS, No Fluff, PLC Programming Volume 1

    Volume, #1

    Series Book 1 - Volume
    Learning to code controllers, PLCs & HMIs?Get the PLC-HMI programming skills they did not teach you back in the day... Skills Michael and I learned over a decade of working in the field of Automation. Whether you have just graduated or are a technician, a hobbyist, a total beginner, or a new programmer. If you are ready to take it to the next level, this is your next step in PLC-HMI programmer ... Read more

    $2.99 USD or Free with Kobo Plus

  • Python Programming: General-Purpose Libraries; NumPy,Pandas,Matplotlib,Seaborn,Requests,os & sys

    Python, #2

    by e3 ...
    Series Book 2 - Python
    Python has solidified its place as one of the most versatile and powerful programming languages in the world, thanks to its simplicity, readability, and extensive support for various fields such as data science, web development, machine learning, and automation. For anyone embarking on a journey into the world of programming, Python offers a gateway that is both accessible and highly functional ... Read more

    $39.99 USD or Free with Kobo Plus

  • Cloud Native Java

    Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry

    What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry.Many organizations have already waded ... Read more

    $43.19 USD

  • Symfony Framework

    Symfony es un framework web escrito en PHP que sigue el paradigma MVC (model-view-controller), cuya curva de aprendizaje necesaria para su uso es baja, es framework bastante fácil de usar. Está orientado para permitir que los desarrolladores apliquen principios ágiles del desarrollo tales como DRY o XP y enfoqado en la reglas de negocio sin la necesidad de escribir muchos archivos de configuración ... Read more

    $4.95 USD or Free with Kobo Plus

  • Website Scraping with Python

    Using BeautifulSoup and Scrapy

    Series series Professional and Applied Computing (R0)
    Closely examine website scraping and data processing: the technique of extracting data from websites in a format suitable for further analysis. You'll review which tools to use, and compare their features and efficiency. Focusing on BeautifulSoup4 and Scrapy, this concise, focused book highlights common problems and suggests solutions that readers can implement on their own.Website Scraping with ... Read more

    $58.49 USD

  • Secrets of the JavaScript Ninja

    by Josip Maras ...
    SummaryMore than ever, the web is a universal platform for all types of applications, and JavaScript is the language of the web. If you're serious about web development, it's not enough to be a decent JavaScript coder. You need to be ninja-stealthy, efficient, and ready for anything. This book shows you how.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from ... Read more

    $49.99 USD

  • Java Performance

    Series series Java Series
    “The definitive master class in performance tuning Java applications…if you love all the gory details, this is the book for you.”–James Gosling, creator of the Java Programming LanguageImprovements in the Java platform and new multicore/multiprocessor hardware have made it possible to dramatically improve the performance and scalability of Java software.Java™ Performance covers the latest Oracle ... Read more

    $43.19 USD

  • Think Java

    How to Think Like a Computer Scientist

    Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to ... Read more

    $30.99 USD

  • Pro Kotlin Web Apps from Scratch

    Building Production-Ready Web Apps Without a Framework

    Series series Professional and Applied Computing (R0)
    Build production-grade web apps from scratch – without using frameworks – with Kotlin on the Java platform. You’ll learn how to use and compose libraries, how to choose between different libraries, and the benefits of explicit and straight-forward code, vs. the implicit magic, conventions, and inversion of control you often see in frameworks.The book teaches the Kotlin language by building ... Read more

    $58.49 USD

  • Aprende a programar en C#

    by Ángel Arias ...
    .NET es una plataforma de desarrollo de Microsoft que tiene como foco principal el desarrollo de Servicios WEB XML. Un servicio Web XML, o simplemente Web Service, trasciende a lo que nosotros conocemos como páginas web dinámicas, a las cuales pueden ser acceder mediante un navegador web. La idea principal de un Web Service consiste en permitir que las aplicaciones, sean Web o de escritorio, se ... Read more

    $7.95 USD or Free with Kobo Plus

  • Pro Spring Boot

    Series series Professional and Applied Computing (R0)
    Quickly and productively develop complex Spring applications and microservices - out of the box - with minimal fuss on things like configurations. This book will show you how to fully leverage the Spring Boot productivity suite of tools and how to apply them through the use of case studies.Pro Spring Boot is your authoritative hands-on practical guide for increasing your Spring Framework-based ... Read more

    $40.49 USD

  • RAG with Python Cookbook

    Practical Recipes from Data Preprocessing to LLM Agents

    As businesses race to unlock the full potential of large language models (LLMs), a critical challenge has emerged: How do you connect these tools to real-time, external data to solve real-world problems? Retrieval-augmented generation (RAG) is the answer. By combining LLMs with information retrieval, RAG empowers you to build everything from intelligent chatbots to autonomous, task-solving agents ... Read more

    $48.99 USD

  • Testable JavaScript

    Ensuring Reliable Code

    One skill that’s essential for any professional JavaScript developer is the ability to write testable code. This book shows you what writing and maintaining testable JavaScript for the client- or server-side actually entails, whether you’re creating a new application or rewriting legacy code.From methods to reduce code complexity to unit testing, code coverage, debugging, and automation, you’ll ... Read more

    $21.59 USD

  • Beginning Rust

    Get Started with Rust 2021 Edition

    Series series Professional and Applied Computing (R0)
    Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the Linux shell, macOS, and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer.Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to ... Read more

    $58.49 USD

  • Android Studio 3.2 Development Essentials - Android 9 Edition

    Developing Android 9 Apps Using Android Studio 3.2, Java and Android Jetpack

    by Neil Smyth ...
    Fully updated for Android Studio 3.2, Android 9 and the Android Jetpack modern architectural guidelines and components, the goal of this book is to teach the skills necessary to develop Android-based applications using the Java programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment.An overview of ... Read more

    $34.99 USD or Free with Kobo Plus

  • Sitecore Cookbook for Developers

    Over 70 incredibly effective and practical recipes to get you up and running with Sitecore development

    Over 70 incredibly effective and practical recipes to get you up and running with Sitecore developmentKey Features\[\*\] Build enterprise-level rich websites quickly and deliver the best possible content management to your website\[\*\] Get maximum usage of functionalities like different user interfaces, workflow, publishing, search, analytics, etc and learn different rendering techniques using ... Read more

    $41.39 USD or Free with Kobo Plus

  • Java Programming for Beginners

    Learn the fundamentals of programming with Java

    Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming.Key FeaturesLearn the basics of Java programming in a step-by-step mannerSimple, yet thorough steps that beginners can followTeaches you transferable skills, such as flow control and object-oriented programmingBook DescriptionJava is an ... Read more

    $27.89 USD or Free with Kobo Plus

  • Deployment and Operation of Complex Software in Heterogeneous Execution Environments

    The SODALITE Approach

    Series series SpringerBriefs in Applied Sciences and Technology
    This open access book provides an overview of the work developed within the SODALITE project, which aims at facilitating the deployment and operation of distributed software on top of heterogeneous infrastructures, including cloud, HPC and edge resources. The experts participating in the project describe how SODALITE works and how it can be exploited by end users. While multiple languages and ... Read more

    Free

  • Python from the Very Beginning

    In Python From the Very Beginning John Whitington takes a no-prerequisites approach to teaching a modern general-purpose programming language. Each small, self-contained chapter introduces a new topic, building until the reader can write quite substantial programs. There are plenty of questions and, crucially, worked answers and hints.Python From the Very Beginning will appeal both to new ... Read more

    $9.99 USD or Free with Kobo Plus

  • Using OpenRefine

    The book is styled on a Cookbook, containing recipes - combined with free datasets - which will turn readers into proficient OpenRefine users in the fastest possible way. This book is targeted at anyone who works on or handles a large amount of data. No prior knowledge of OpenRefine is required, as we start from the very beginning and gradually reveal more advanced features. You don't even need ... Read more

    $20.89 USD or Free with Kobo Plus

  • Unity 2018 Artificial Intelligence Cookbook

    Over 90 recipes to build and customize AI entities for your games with Unity

    Explore various recipes to build games using popular artificial intelligence techniques and algorithms such as Navmesh navigation A\*, DFS, and UCB1Key FeaturesExplore different algorithms for creating decision-making agents that go beyond simple behaviors and movementDiscover the latest features of the NavMesh API for scripting intelligent behaviour in your game charactersCreate games that are ... Read more

    $37.79 USD or Free with Kobo Plus