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 1 - 24 of 10795 Results
Skip side bar filters
  • Clean Architecture with .NET

    Design scalable .NET applications by using Clean Architecture principles and proven patterns

    Learn Clean Architecture as a set of organizing principles, not just code templates. This book shows how to design scalable, testable .NET apps using modern patterns, DDD, CQRS, and secure Azure integration. Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\* Key FeaturesArchitect robust .NET apps with domain-driven, testable Clean ArchitectureIntegrate Azure External ... Read more

    £21.59 or Free with Kobo Plus

  • Head First Java

    What will you learn from this book?Head First Java is a complete learning experience in Java and object-oriented programming. With this book, you'll learn the Java language with a unique method that goes beyond how-to manuals and helps you become a great programmer. Through puzzles, mysteries, and soul-searching interviews with famous Java objects, you'll quickly get up to speed on Java's ... Read more

    £24.99

  • The Nature of Code

    Simulating Natural Systems with JavaScript

    All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman.What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has ... Read more

    Was £15.29 Now £2.49

  • Python Crash Course, 3rd Edition

    A Hands-On, Project-Based Introduction to Programming

    by Eric Matthes ...
    Python Crash Course is the world’s bestselling programming book, with over 1,500,000 copies sold to date!Python Crash Course is the world’s best-selling guide to the Python programming language. This fast-paced, thorough introduction will have you writing programs, solving problems, and developing functioning applications in no time.You’ll start by learning basic programming concepts, such as ... Read more

    Was £18.99 Now £4.19

  • Automate the Boring Stuff with Python, 3rd Edition

    by Al Sweigart ...
    The bestselling introduction to Python programming, revised to include the latest Python features, improved explanations, and new chapters about databases and sound files.If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do this work for you?In this fully revised third edition ... Read more

    Was £22.69 Now £3.59

  • Configuring Smart Devices with ESPHome

    Definitive Reference for Developers and Engineers

    "Configuring Smart Devices with ESPHome""Configuring Smart Devices with ESPHome" presents a definitive and technical exploration of ESPHome, guiding readers from core architectural concepts to advanced device integrations. The book meticulously covers the entire ESPHome ecosystem, starting with its foundational frameworks, supported microcontroller platforms, and the intricacies of its build ... Read more

    £7.37 or Free with Kobo Plus

  • Ethical Hacking

    A Beginners Guide To Learning The World Of Ethical Hacking

    by Lakshay Eshan ...
    This book is written for those people who want to hack systems to test identify the security holes and vulnerabilities of those systems.This book outlines different tricks and techniques that an ethical hacker can use to assess the security of the systems, identify vulnerabilities and fix those vulnerabilities. This is done to prevent any malicious attacks against the system.The hacking we talk ... Read more

    £2.20 or Free with Kobo Plus

  • Java Concurrency in Practice

    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set ... Read more

    £30.99

  • Using SQLite

    Small. Fast. Reliable. Choose Any Three.

    Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your ... Read more

    £15.49

  • C++ Application Development with Code::Blocks

    Using Code::Blocks it's possible for C++ developers to create application consistency across multiple platforms. This book takes you through the process from installation to implementing advanced features, all with a user-friendly approach.

    by BIPLAB MODAK ...
    Key FeaturesBook DescriptionThis is a comprehensive tutorial with step-by-step instructions on how to develop applications with Code::Blocks.This book is for C++ developers who wish to use Code::Blocks to create applications with a consistent look and feel across multiple platforms. This book assumes that you are familiar with the basics of the C++ programming language.What you will learnInstall ... Read more

    £20.19 or Free with Kobo Plus

  • Python for Beginners

    An Introduction to Learn Python Programming with Tutorials and Hands-On Examples

    Master the Python Environment and Become a Skilled Coder!When you open up Beginner’s Guide to Python, you’ll enter a new world of creative and lucrative possibilities. From executing Python scripts on various operating systems to learning identifiers and keywords, you’ll be up-and-running in no time. Now is the time – get ready for the ride of a lifetime as you discover the inner workings of a ... Read more

    £2.49 or Free with Kobo Plus

  • Mastering Perl

    Creating Professional Programs with Perl

    by brian d foy ...
    Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world problems you’ll encounter as a working programmer.The third in O’Reilly’s series of landmark Perl tutorials ... Read more

    £20.99

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... Read more

    £6.99

  • Grokking Data Structures

    Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you’ll put to work every day.Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You’ll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, ... Read more

    £26.99

  • Trade Options with an Edge

    Would you like to have success in trading options much like the success of a casino that consistently grinds out profits each day? Casinos are successful because they have a definite probability edge on every gambling opportunity that they offer. They rely on the law of large numbers to guarantee that their probability edge will produce profits. When trading options, you can also do this if you ... Read more

    £2.49

  • Graph Algorithms the Fun Way

    Powerful Algorithms Decoded, Not Oversimplified

    by Jeremy Kubica ...
    Enter the wonderful world of graph algorithms, where you’ll learn when and how to apply these highly useful data structures to solve a wide range of fascinating (and fantastical) computational problems.Graph Algorithms the Fun Way offers a refreshing approach to complex concepts by blending humor, imaginative examples, and practical Python implementations to reveal the power and versatility of ... Read more

    £22.69

  • PYTHON PROGRAMMING

    Want To Master The Basics Of Python Programming In 7 days?Why Python?Python is the easiest to learn and once you have a good grounding in it, you can move on to another, more complicated language. Python is a beautiful computer language. It is simple, and it is intuitive. Python is used by a sorts of people – data scientists use it for much of their number crunching and analytics; security testers ... Read more

    Free

  • Pocket Reference: Raspberry Pi Programming

    This is pocket guideline book about how to write program for Raspberry Pi include embedded programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Getting Hardware1.3 TestingProgramming Language2.1 Python2.2 C/C++2.3 Node.js2.4 Mono .NET2.5 JavaWeb Server and Web Application3.1 Installing Apache Server3.2 Installing MySQL3.3 Installing PHP and MySQL Driver ... ... Read more

    £2.99

  • Beginning Java Programming

    Learn Java Programming in the quickest time possible with this concise book that teaches you all the essentials about Java programming. Written for people who have NO background in programming or are beginners. Learn Java Programming zooms in on the most essential concepts with EXAMPLES! Soon, you can utilize your java skills in web programming, console programming, and of course Android apps ... Read more

    £2.19

  • Python Programming For Beginners

    Learn The Basics Of Python Programming

    by James Tudor ...
    Programming Doesn't Have To Be Difficult. If You Want To Get Started With Python Programming, Read On..How many times have you thought about learning how to code but got discouraged because you had no technical background, didn’t have the time to learn, or you just didn’t think you were smart enough?Would you like to learn the basics of python programming even if you are a complete novice? If so, ... Read more

    Free

  • Beginning Python Programming

    Learn Python Programming in the quickest time possible with this concise app that teaches you all the essentials about Python programming. Written for people who have NO background in programming or are beginners. Zoom in on the most essential concepts with EXAMPLES! We cover the following topics: Introduction Hello World! Who Goes There? Count to 10 Decisions Debugging Defining Functions Advanced ... Read more

    £2.19

  • SQL: Down and Dirty

    by Douglas Chick ...
    Welcome to SQL: Down and Dirty. This book, if you can call it one, is designed as a quick reference, goto book for the working SQL, or Network Administrator. If you are like me, you like to keep all of your reference material together and not in a hundred internet searches. This reference is intended for the working IT professional in real world scenarios without having to find what you are ... Read more

    £0.73

  • C Programming Language, A Step By Step Beginner's Guide To Learn C Programming In 7 Days.

    Are You Ready To Learn C?C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, you are ... Read more

    Free

  • Html Basics: Learn Html Coding for Beginners

    DescriptionLearn Html fundamentals with simple and easy to understand language.This book is for absolute Beginners. ... Read more

    Free