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 1681 - 1704 of 10638 Results
Skip side bar filters
  • Programming Languages and Systems

    33rd European Symposium on Programming, ESOP 2024, Held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2024, Luxembourg City, Luxembourg, April 6–11, 2024, Proceedings, Part I

    Edited by Stephanie Weirich ...
    Series Book 1 - Springer Nature Proceedings Computer Science
    The two-volume open access book set LNCS 14576 + 14577 constitutes the proceedings of the 33rd European Symposium on Programming, ESOP 2024, which was held during April 6-11, 2024, in Luxemburg, as part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2024.The 25 full papers and 1 fresh perspective paper presented in these proceedings were carefully reviewed and selected ... Read more

    Free

  • Learn PHP 8

    Using MySQL, JavaScript, CSS3, and HTML5

    Series series Professional and Applied Computing (R0)
    Write solid, secure, object-oriented code in the new PHP 8. In this book you will create a complete three-tier application using a natural process of building and testing modules within each tier. This practical approach teaches you about app development and introduces PHP features when they are actually needed rather than providing you with abstract theory and contrived examples.In Learn PHP 8, ... Read more

    $40.49 USD

  • PHP 8 Basics

    For Programming and Web Development

    Series series Professional and Applied Computing (R0)
    Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union types, as well as related frameworks such as Symfony.You will explore fundamental PHP concepts through both ... Read more

    $31.49 USD

  • Python Object-Oriented Programming

    Build robust and maintainable object-oriented Python applications and libraries

    Level up your Python development by exploring advanced OOP concepts in this updated edition covering the latest design patterns, OOP techniques, and real-world projects tailored for Python 3.11 and beyondKey FeaturesBuild an intuitive understanding of object-oriented design, from introductory to mature programsLearn the ins and outs of Python syntax, libraries, and best practicesExamine a machine ... Read more

    $57.99 USD or Free with Kobo Plus

  • Think Data Structures

    Algorithms and Information Retrieval in Java

    If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, more concise, and more engaging than other materials.By emphasizing practical knowledge and skills over theory, author Allen ... Read more

    $24.99 USD

  • Magento 2 Development Essentials

    Get up and running with Magento 2 to create custom solutions, themes, and extensions effectively

    Get up and running with Magento 2 to create custom solutions, themes, and extensions effectively Key FeaturesCreate unique solutions for Magento 2 by developing and implementing solutions, themes, and extensionsBe proficient in the main functionalities, resources, and system structure of Magento 2Get to grips with this practical and hands-on guide to raise your web development skills to the next ... Read more

    $25.99 USD or Free with Kobo Plus

  • Unity 2021 Cookbook

    Over 140 recipes to take your Unity game development skills to the next level

    Discover the latest features of Unity 2021 and dive deeper into the nuances of professional game development with UnityKey FeaturesDiscover the latest features of Unity 2021 including coverage of AR/VR developmentFollow practical recipes for better 2D and 2D character development with Unity GameKitsLearn powerful techniques and expert best practices in building 3D objects, textures, and ... Read more

    $53.99 USD or Free with Kobo Plus

  • Learn to Program with Minecraft

    Transform Your World with the Power of Python

    You’ve bested creepers, traveled deep into caves, and maybe even gone to The End and back—but have you ever transformed a sword into a magic wand? Built a palace in the blink of an eye? Designed your own color-changing disco dance floor?In Learn to Program with Minecraft®, you’ll do all this and more with the power of Python, a free language used by millions of professional and first-time ... Read more

    $17.99 USD

  • Deep Learning with Python, Third Edition

    The bestselling book on Python deep learning, now covering generative AI, Keras 3, PyTorch, and JAX!Deep Learning with Python, Third Edition puts the power of deep learning in your hands. This new edition includes the latest Keras and TensorFlow features, generative AI models, and added coverage of PyTorch and JAX. Learn directly from the creator of Keras and step confidently into the world of ... Read more

    $68.99 USD

  • Beginning JavaScript

    by Jeremy McPeak ...
    The bestselling JavaScript guide, updated with current features and best practicesBeginning JavaScript 5th Edition shows you how to work effectively with JavaScript frameworks, functions, and modern browsers, and teaches more effective coding practices using HTML5. This new edition has been extensively updated to reflect the way JavaScript is most commonly used today, introducing you to the latest ... Read more

    $29.00 USD

  • Just Spring

    A Lightweight Introduction to the Spring Framework

    Get a concise introduction to Spring, the popular open source framework for building lightweight enterprise applications on the Java platform. This example-driven book for Java developers delves into the framework’s basic features, as well as complex concepts such as containers. You’ll learn how Spring makes Java Messaging Service easier to work with, and how its support for Hibernate helps you ... Read more

    $13.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.99 USD

  • Python for Excel Users

    Know Excel? You Can Learn Python

    When Excel isn’t enough, it’s time to learn Python.If you’re comfortable in Excel, but you’ve hit a wall—slow files, broken formulas, hours spent on repetitive tasks—this book offers a way forward. It shows you how to take the work you already do in spreadsheets and make it faster, smarter, and more powerful with Python.You’ll start by setting up your environment and getting comfortable with ... Read more

    $34.99 USD

  • C++ Templates

    The Complete Guide

    Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. In C++ Templates, Second Edition, three pioneering C++ experts show why, when, and how to use modern templates to build software that’s cleaner, faster, more efficient, and easier to maintain.Now extensively updated for the C++11, ... Read more

    $69.29 USD

  • Go Standard Library Cookbook

    Over 120 specific ways to make full use of the standard library components in Golang

    Implement solutions by leveraging the power of the GO standard library and reducing dependency on external cratesKey Features\*Develop high quality, fast and portable applications by leveraging the power of Go Standard Library.\*Practical recipes that will help you work with the standard library algorithms to boost your productivity as a Go developer.\*Compose your own algorithms without ... Read more

    $41.99 USD or Free with Kobo Plus

  • Template Metaprogramming with C++

    Learn everything about C++ templates and unlock the power of template metaprogramming

    Understand how to use modern C++ templates for writing maintainable, robust, and fast softwareKey FeaturesGrasp the fundamentals of and learn to write effective C++ templatesGet up to speed with the latest C++20 template features such as constraints and conceptsExplore different patterns and idioms to integrate templates in your program designBook DescriptionLearn how the metaprogramming technique ... Read more

    $35.99 USD or Free with Kobo Plus

  • Roslyn Cookbook

    Compiler as a Service, Code Analysis, Code Quality and more

    Use Roslyn as a service to write powerful extensions and tools and use them in Visual Studio to improve code quality and maintain your source code more effectively.Key Features1. Use Roslyn extensions and tools in Visual Studio to enforce "house rules" on code and fix security and performance vulnerabilities in your code.2. Write Roslyn extensions using the Roslyn service API to help developers ... Read more

    $37.99 USD or Free with Kobo Plus

  • Understanding Advanced JavaScript

    Series series Smashing eBooks
    Understanding Advanced JavaScriptThis book is an exploration of popular advanced JavaScript concepts for those who already have a grasp on the basics. "Understanding Advanced JavaScript" is a comprehensive manual and how-to guide about all things JavaScript. Learn to design better APIs, use the latest tools and navigate the JavaScript MVC Jungle effortlessly. In this eBook, you will receive expert ... Read more

    $5.23 USD

  • Humanity's Second Chance

    Interactive HTML, Advanced CSS and Responsive Design (Virtual Boxed Set)

    by John Rhea ...
    Series series Undead Institute
    Take the fight to the apocalyptic horde with this virtual boxed sets featuring books on HTML Forms, Intermediate CSS topics and Responsive Design.Books included:HTML5 Forms & Interactive Elements: Or How to Poke a Zombie in the EyeIntermediate CSS: Zombie in a Cocktail DressResponsive Design: An Undead Introduction to Mobile Web DevelopmentHow You'll Learn to Smack Zombies AroundYou... ... Read more

    $12.99 USD or Free with Kobo Plus

  • Mastering XML

    Essential Techniques

    Dive into the comprehensive guide that is "Mastering XML: Essential Techniques," the definitive resource for anyone looking to deepen their understanding of XML, the cornerstone of modern data interchange. Whether you're a beginner eager to grasp the basics or an advanced user aiming to refine your skills, this book meticulously covers every aspect of XML, from its syntax and structure to advanced ... Read more

    $8.99 USD

  • Real World Instrumentation with Python

    Automated Data Acquisition and Control Systems

    Learn how to develop your own applications to monitor or control instrumentation hardware. Whether you need to acquire data from a device or automate its functions, this practical book shows you how to use Python's rapid development capabilities to build interfaces that include everything from software to wiring. You get step-by-step instructions, clear examples, and hands-on tips for interfacing ... Read more

    $31.99 USD

  • Cython

    A Guide for Python Programmers

    by Kurt W. Smith ...
    Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you’ll learn how to use Cython to improve Python’s performance—up to 3000x— and to wrap C ... Read more

    $18.99 USD

  • Practical Programming

    An Introduction to Computer Science Using Python 3.6

    Classroom-tested by tens of thousands of students, this new edition of the bestselling intro to programming book is for anyone who wants to understand computer science. Learn about design, algorithms, testing, and debugging. Discover the fundamentals of programming with Python 3.6--a language that's used in millions of devices. Write programs to solve real-world problems, and come away with ... Read more

    $30.99 USD

  • Flask Framework Cookbook

    If you are a web developer who wants to learn more about developing applications in Flask and scale them with industry-standard practices, this is the book for you. This book will also act as a handy tool if you are aware of Flask's major extensions and want to make the best use of them. It is assumed that you have knowledge of Python and a basic understanding of Flask. If you are completely new ... Read more

    $26.99 USD or Free with Kobo Plus