Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming by Eric Matthes
RRP: £47.99Booksplease Price: £24.75Since its initial debut in 2015, this critically acclaimed quick-start guide to programming has taught millions of people all over the world to write clean code, solve problems, and build custom applications in the popular language of Python. The highly... -
Kubernetes for Developers by William Denniss 9781617297175
RRP: £45.99Booksplease Price: £33.93Kubernetes Quickly is a clear and practical beginner's guide that shows you just how easy, flexible, and cost-effective it can be to make the switch to Kubernetes deployment even for small to medium-sized applications. Kubernetes Quickly is a hands-on... -
The Linux Command Line, 2nd Edition by William E. Jr. Shotts
RRP: £37.99Booksplease Price: £22.13The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell (or command line). Along the way you'll learn the timeless skills handed down by generations of experienced,... -
The Rust Programming Language: 2nd Edition by Steve Klabnik
RRP: £47.99Booksplease Price: £28.90With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust's latest version, this edition is considered the language's official documentation. The Rust Programming Language,... -
Linux Basics For Hackers: Getting Started with Networking, Scripting, and Security in Kali by OCCUPYTHEWEB
RRP: £37.99Booksplease Price: £21.60Many aspiring hackers are unfamiliar with Linux, having learned computer basics in a Windows or Mac environment. This can pose the single most important obstacle to mastering the skills to becoming a better hacker; while hacking can be done with Windows... -
Arduino For Dummies by John Nussey 9781119489542
RRP: £21.99Booksplease Price: £15.02Bring your ideas to life with the latest Arduino hardware and software Arduino is an affordable and readily available hardware development platform based around an open source, programmable circuit board. You can combine this programmable chip with a... -
Fluent Python: Clear, Concise, and Effective Programming Luciano Ramalho 9781492056355
RRP: £63.99Booksplease Price: £43.58Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has to offer. With the updated edition of this... -
C# 12 in a Nutshell: The Definitive Reference Joseph Albahari 9781098147440
RRP: £55.99Booksplease Price: £36.39When you have questions about C# 12 or .NET 8, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, and with its continual growth, there's always so much more to learn. In the tradition of O'Reilly's... -
The Linux Programming Interface by Michael Kerrisk
RRP: £94.99Booksplease Price: £57.29The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert... -
Effective Modern C++ Scott Meyers 9781491903995
RRP: £47.99Booksplease Price: £27.02Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those... -
Efficient Linux at the Command Line: Boost Your Command-Line Skills by Daniel J Barrett
RRP: £47.99Booksplease Price: £28.78Take your Linux skills to the next level! Whether you're a system administrator, software developer, site reliability engineer, or enthusiastic hobbyist, this practical, hands-on book will help you work faster, smarter, and more efficiently. You'll learn... -
Cython by Kurt Smith
RRP: £23.99Booksplease Price: £15.94Build 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... -
Big Book of Small Python Programming by Al Sweigart
RRP: £37.99Booksplease Price: £25.00The 100+ short, complete Python programmes in this book are designed to help beginning-to-intermediate Python programmers broaden their skills by providing a diverse set of coding examples they can study, emulate, and draw inspiration from. The... -
Learning Python by Mark Lutz 9781449355739
Booksplease Price: £66.62Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz's popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It's an... -
Flask Web Development 2e: Developing Web Applications with Python Miguel Grinberg 9781491991732
RRP: £44.99Booksplease Price: £30.30Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, you'll learn Flask from the ground up by developing a complete, real-world application created by author... -
Cracking Codes With Python: An Introduction to Building and Breaking Ciphers by Albert Sweigart
RRP: £28.99Booksplease Price: £17.78Cracking Secret Codes with Python is a hands-on introduction to Python that teaches readers how to make and hack cipher programs, which are used to encrypt secret messages. It covers ciphers like the Caesar cipher, transposition cipher, and the RSA... -
Hadoop - The Definitive Guide 4e Tom White 9781491901632
RRP: £51.99Booksplease Price: £35.60Ready to unlock the power of your data? With the fourth edition of this comprehensive guide, you'll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets... -
Pro Go: The Complete Guide to Programming Reliable and Efficient Software Using Golang by Adam Freeman
RRP: £54.99Booksplease Price: £51.64Best-selling author Adam Freeman explains how to get the most from Go, starting from the basics and building up to the most advanced and sophisticated features. You will learn how Go builds on a simple and consistent type system to create a comprehensive... -
Intermediate Rust by Jon Gjengset
RRP: £44.99Booksplease Price: £24.97For developers who've mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries,... -
Modern Vim Drew Neil 9781680502626
RRP: £31.99Booksplease Price: £22.17Turn Vim into a full-blown development environment using Vim 8's new features and this sequel to the beloved bestseller Practical Vim. Integrate your editor with tools for building, testing, linting, indexing, and searching your codebase. Discover the... -
Automate The Boring Stuff With Python, 2nd Edition: Practical Programming for Total Beginners by Al Sweigart
RRP: £37.99Booksplease Price: £21.99In this second edition of Automate the Boring Stuff with Python, you'll learn the basics of programming in Python, the fastest growing programming language today, before moving on to create Python programs that effortlessly perform useful and impressive... -
The awk Programming Language by Alfred Aho
RRP: £31.99Booksplease Price: £23.98Awk was developed in 1977 at Bell Labs, and it's still a remarkably useful tool for solving a wide variety of problems quickly and efficiently. In this update of the classic Awk book, the creators of the language show you what Awk can do and teach you... -
Hacking Kubernetes: Threat-Driven Analysis and Defense Andrew Martin 9781492081739
RRP: £52.99Booksplease Price: £32.17Want to run your Kubernetes workloads safely and securely? This practical book provides a threat-based guide to Kubernetes security. Each chapter examines a particular component's architecture and potential default settings and then reviews existing... -
Fluent React: Build Fast, Performant, and Intuitive Web Applications Tejas Kumar 9781098138714
RRP: £52.99Booksplease Price: £34.55When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this JavaScript library, including JSX syntax and... -
Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security Liz Rice 9781098135126
RRP: £44.99Booksplease Price: £29.63What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This... -
Real-World Java: Helping You Navigate the Java Ecosystem Jeanne Boyarsky 9781394275724
RRP: £37.99Booksplease Price: £34.02Explore the modern Java development landscape with this expert guide In Real-World Java: Navigating the Java Ecosystem, a pair of seasoned Java developers delivers a concise handbook for mastering the essential tools and frameworks prevalent in today's... -
Beginning Programming All-in-One For Dummies by Wallace Wang
RRP: £28.99Booksplease Price: £15.08Let there be code! Beginning Programming All-in-One For Dummies offers one guide packed with 7 books to teach you programming across multiple languages. Coding can seem complex and convoluted, but Dummies makes it simple and easy to understand. You'll... -
Programming Rust: Fast, Safe Systems Development Jim Blandy 9781492052593
RRP: £63.99Booksplease Price: £42.78Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust... -
Python and R for the Modern Data Scientist: The Best of Both Worlds Rick Scavetta 9781492093404
RRP: £52.99Booksplease Price: £34.55Success in data science depends on the flexible and appropriate use of tools. That includes Python and R, two of the foundational programming languages in the field. With this book, data scientists from the Python and R communities will learn how to... -
Linux Pocket Guide: Essential Commands by Daniel J. Barrett 9781098157968
RRP: £23.99Booksplease Price: £15.94If you use Linux in your day-to-day work, then Linux Pocket Guide is the perfect on-the-job reference. This thoroughly updated 20th anniversary edition contains more than 200 Linux commands, including new commands for file handling, package management,... -
Systems Performance by Brendan Gregg
RRP: £47.99Booksplease Price: £35.80Systems Performance, Second Edition, covers concepts, strategy, tools, and tuning for operating systems and applications, using Linux-based operating systems as the primary example. A deep understanding of these tools and techniques is critical for... -
Robust Python Patrick Viafore 9781098100667
RRP: £44.99Booksplease Price: £29.93Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Python is an easy language to learn and use, but that also means systems can quickly grow... -
R All-in-One For Dummies by Schmuller
RRP: £30.99Booksplease Price: £21.32A deep dive into the programming language of choice for statistics and data With R All-in-One For Dummies, you get five mini-books in one, offering a complete and thorough resource on the R programming language and a road map for making sense of the sea... -
Laravel: Up & Running: A Framework for Building Modern PHP Apps Matt Stauffer 9781098153267
RRP: £47.99Booksplease Price: £31.47What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated... -
Hands-On Design Patterns with C++: Solve common C++ problems with modern design patterns and build robust applications by Fedor G. Pikus 9781804611555
Booksplease Price: £37.47A comprehensive guide with extensive coverage of concepts such as OOP, functional programming, generic programming, concurrency, and STL along with the latest features of C++ Purchase of the print or Kindle book includes a free PDF eBook Key... -
Concurrency in Go: Tools and Techniques for Developers Katherine Cox-Buday 9781491941195
RRP: £39.99Booksplease Price: £26.55Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you're a developer familiar with Go, this practical book demonstrates best... -
Python Essentials For Dummies by John C. Shovic 9781394263479
RRP: £12.99Booksplease Price: £8.85The no-nonsense way to get started coding in the Python programming language Python Essentials For Dummies is a quick reference to all the core concepts in Python, the multifaceted general-purpose language used for everything from building websites to... -
Wordpress: The Missing Manual: The Book That Should Have Been in the Box by Matthew MacDonald
RRP: £44.99Booksplease Price: £29.63Whether you're a budding blogger or seasoned web designer, WordPress is a brilliant tool for creating websites - once you know how to tap into its impressive features. The latest edition of this jargon-free Missing Manual shows you how to use WordPress's... -
Learn Physics With Functional Programming: A Hands-on Guide to Exploring Physics with Haskell by Scott Walck
RRP: £47.99Booksplease Price: £28.27This book teaches you to solve physics problems using the functional programming paradigm. Ideal for first-time programmers and science aficionados alike, it introduces the Haskell programming language and encourages the writing of beautiful code to... -
Beginning C++23: From Beginner to Pro by Ivor Horton 9781484293423
RRP: £54.99Booksplease Price: £47.03Begin your programming journey with C++ , starting with the basics and progressing through step-by-step examples that will help you become a proficient C++ programmer. This book includes new features from the C++23 standard. All you need are Beginning...