Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Thinking Functionally with Haskell by Richard Bird
RRP: $91.65Booksplease Price: $80.54Richard Bird is famed for the clarity and rigour of his writing. His new textbook, which introduces functional programming to students, emphasises fundamental techniques for reasoning mathematically about functional programs. By studying the underlying... -
IBM System i APIs at Work by Bruce Vining 9781583470695
RRP: $154.05Booksplease Price: $108.75Application Program Interfaces (APIs) are powerful, built-in tools used to solve business problems. Many System i programmers, however, do not have a working knowledge of the APIs available within i5/OS. Worse still, programmers who are familiar with the... -
Better Python Code: A Guide for Aspiring Experts by David Mertz 9780138320942
RRP: $77.98Booksplease Price: $48.91Move Beyond Python Code That "Mostly Works" to Code That Is Expressive, Robust, and Efficient Python is arguably the most-used programming language in the world, with applications from primary school education to workaday web development, to the most... -
Pearls of Functional Algorithm Design by Richard Bird 9780521513388
RRP: $115.05Booksplease Price: $105.57Richard Bird takes a radical 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... -
Low-Level Programming: C, Assembly, and Program Execution on Intel (R) 64 Architecture by Igor Zhirkov 9781484224021
RRP: $175.48Booksplease Price: $137.71Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code.Low-Level Programming explains Intel 64... -
OCaml from the Very Beginning by John Whitington 9780957671102
Booksplease Price: $64.94Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780957671102Author John WhitingtonFormat PaperbackPage Count 20Imprint Coherent PressPublisher Coherent Press -
Programming Clojure, 3e by Alex Miller
RRP: $77.98Booksplease Price: $54.48Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing... -
Exploring University Mathematics with Python by Siri Chongchitnan 9783031462696
RRP: $126.73Booksplease Price: $110.60This book provides a unique tour of university mathematics with the help of Python. Written in the spirit of mathematical exploration and investigation, the book enables students to utilise Python to enrich their understanding of mathematics through: ... -
Managing Projects with GNU Make 3e Robert Mecklenburg 9780596006105
RRP: $70.18Booksplease Price: $46.98The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux... -
The C# Player's Guide (4th Edition) by Rb Whitaker 9780985580148
RRP: $53.47Booksplease Price: $48.52Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780985580148Author R B WhitakerFormat PaperbackPage Count 486Imprint Starbound SoftwarePublisher Starbound SoftwareWeight(grams) 953gDimensions(mm) 254mm *... -
Enterprise Security Architecture: A Business-Driven Approach Nicholas Sherwood 9781578203185
RRP: $204.75Booksplease Price: $180.26Security is too important to be left in the hands of just one department or employee-it's a concern of an entire enterprise. Enterprise Security Architecture shows that having a comprehensive plan requires more than the purchase of security software-it... -
Getting Started with Adafruit FLORA by Becky Stern 9781457183225
RRP: $26.33Booksplease Price: $17.73This book introduces readers to building wearable electronics projects using Adafruit's tiny FLORA board: at 4.4 grams, and only 1.75 inches in diameter, and featuring Arduino compatibility, it's the most beginner-friendly way to create wearable projects... -
Essential TypeScript 4: From Beginner to Pro by Adam Freeman
RRP: $107.23Booksplease Price: $97.05Learn the essentials and more of TypeScript, a popular superset of the JavaScript language that adds support for static typing. TypeScript combines the typing features of C# or Java with the flexibility of JavaScript, reducing typing errors and providing... -
Julia - Bit by Bit: Programming for Beginners by Noel Kalicharan
RRP: $87.73Booksplease Price: $80.98The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. Julia can be classified as a "modern" language, possessing many features not available in more... -
Python One-liners by Christian Mayer
RRP: $74.08Booksplease Price: $41.32Python One-Liners will show readers how to perform useful tasks with one line of Python code. Following a brief Python refresher, the book covers essential advanced topics like slicing, regular expressions, list comprehension, broadcasting, lambda... -
Computer Graphics: Principles and Practice by John F. Hughes 9780321399526
RRP: $230.08Booksplease Price: $212.43Computer Graphics: Principles and Practice, Third Edition, remains the most authoritative introduction to the field. The first edition, the original "Foley and van Dam," helped to define computer graphics and how it could be taught. The second edition... -
Efficient Go: Data-Driven Performance Optimization by Bartlomiej Plotka
RRP: $103.33Booksplease Price: $67.37With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product... -
Learn to Program with Python 3: A Step-by-Step Guide to Programming by Irv Kalb 9781484238783
RRP: $97.48Booksplease Price: $73.42Move from zero knowledge of programming to comfortably writing small to medium-sized programs in Python. Fully updated for Python 3, with code and examples throughout, the book explains Python coding with an accessible, step-by-step approach designed to... -
Learn to Program with Assembly: The Easier Path to Learning Higher Level Languages by Jonathan Bartlett 9781484274361
RRP: $107.23Booksplease Price: $98.10Many programmers have limited effectiveness because they don't have a deep understanding of how their computer actually works under the hood. In Learn to Program with Assembly, you will learn to program in assembly language - the language of the... -
Modern X86 Assembly Language Programming: Covers X86 64-bit, AVX, AVX2, and AVX-512 by Daniel Kusswurm 9781484296028
RRP: $107.23Booksplease Price: $99.66This book is an instructional text that will teach you how to code x86-64 assembly language functions. It also explains how you can exploit the SIMD capabilities of an x86-64 processor using x86-64 assembly language and the AVX, AVX2, and AVX-512... -
PHP, MySQL, & JavaScript All-in-One For Dummies Richard Blum 9781119468387
RRP: $72.13Booksplease Price: $62.40Explore the engine that drives the internet It 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... -
C All-in-One Desk Reference For Dummies Dan Gookin (Coeur d'Alene, Idaho) 9780764570698
RRP: $58.48Booksplease Price: $42.90Ready, set, code! A user-friendly guide introducing the C programming language to new and intermediate coders The C programming language and its direct descendants are widespread and among the most popular programming languages used in the world today... -
Domain-Driven Design with Golang: Use Golang to create simple, maintainable systems to solve complex business problems by Matthew Boyle 9781804613450
Booksplease Price: $67.39Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolio Key Features Explore Domain-driven design as a timeless concept and learn how to apply it with Go Build a... -
Django 3 By Example: Build powerful and reliable Python web applications from scratch, 3rd Edition by Antonio Mele 9781838981952
RRP: $81.88Booksplease Price: $80.03Learn Django 3 with four end-to-end web projectsKey FeaturesLearn Django 3 by building real-world web applications from scratch in Python, using coding best practicesIntegrate other technologies into your application with clear, step-by-step explanations... -
Flask Framework Cookbook: Enhance your Flask skills with advanced techniques and build dynamic and responsive web applications by Shalabh Aggarwal 9781804611104
Booksplease Price: $59.85Design and deploy robust state-of-the-art web applications using Flask 2.x and Python 3 frameworks and libraries for streamlined development and optimal performance Purchase of the print or Kindle book includes a free PDF eBook Key Features A... -
Python Projects for Beginners: A Ten-Week Bootcamp Approach to Python Programming by Connor P. Milliken 9781484253540
RRP: $97.48Booksplease Price: $73.42Immerse yourself in learning Python and introductory data analytics with this book's project-based approach. Through the structure of a ten-week coding bootcamp course, you'll learn key concepts and gain hands-on experience through weekly projects... -
C++ Programming Language: A Quickstudy Laminated Reference by Scott Smith
RRP: $15.50Booksplease Price: $10.14Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781423241737Author Scott SmithPage Count 6Imprint Barcharts, IncPublisher Barcharts, IncWeight(grams) 136gDimensions(mm) 277mm * 211mm * 5mm -
Julia as a Second Language by Erik Engheim
RRP: $89.68Booksplease Price: $46.49Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. Julia as a Second Language covers: How Julia implements data types such as numbers, strings, arrays, and... -
Extreme Programming Pocket Guide Chromatic 9780596004859
RRP: $31.18Booksplease Price: $21.22Extreme Programming (XP) is a radical new approach to software development that has been accepted quickly because its core practices--the need for constant testing, programming in pairs, inviting customer input, and the communal ownership of... -
Harley Hahn's Emacs Field Guide by Harley Hahn
RRP: $107.23Booksplease Price: $91.18In this book, Harley Hahn demystifies Emacs for programmers, students, and everyday users. The first part of the book carefully creates a context for your work with Emacs. What exactly is Emacs? How does it relate to your personal need to work quickly... -
Practical Foundations for Programming Languages by Robert Harper 9781107150300
RRP: $128.70Booksplease Price: $118.54This text develops a comprehensive theory of programming languages based on type systems and structural operational semantics. Language concepts are precisely defined by their static and dynamic semantics, presenting the essential tools both intuitively... -
Visual Basic .NET All-In-One Desk Reference For Dummies Richard Mansfield (Highpoint, North Carolina) 9780764525797
RRP: $76.03Booksplease Price: $53.70Visual Basic .NET made clear! Covers all aspects of VB .NET programming in seven self-contained minibooks: Visual Basic .NET Programming Fundamentals, Advanced Visual Basic .NET Programming, The .NET Editor, Object-Oriented Programming, Programming for... -
Modern C++ for Absolute Beginners: A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards by Slobodan Dmitrović 9781484292730
RRP: $87.73Booksplease Price: $80.98Learn the C++ programming language in a structured, straightforward, and friendly manner. This book teaches the basics of the modern C++ programming language, the C++ Standard Library, and modern C++ standards, including C++23. No previous programming... -
Programming WebAssembly with Rust by Kevin Hoffman 9781680506365
RRP: $72.13Booksplease Price: $49.49WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety... -
Efficient R Programming by Colin Gillespie 9781491950784
RRP: $62.38Booksplease Price: $42.18There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work... -
Modern Oracle Database Programming: Level Up Your Skill Set to Oracle's Latest and Most Powerful Features in SQL, PL/SQL, and JSON by Alex Nuijten 9781484291658
RRP: $107.23Booksplease Price: $87.17Level up your skill set to the latest that Oracle Database can offer. This book introduces features that are not well known that can transform your development efforts. You'll discover built-in functionality that can save you massive amounts of time that... -
Java: The Comprehensive Guide by Christian Ullenboom 9781493222957
RRP: $97.48Booksplease Price: $70.69This is the up-to-date, practical guide to Java you've been looking for! Whether you're a beginner, you're switching to Java from another language, or you're just looking to brush up on your Java skills, this is the only book you need. You'll get a... -
Pandas for Everyone: Python Data Analysis by Daniel Chen
RRP: $74.08Booksplease Price: $55.42Manage and Automate Data Analysis with Pandas in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any... -
Teaching Primary Programming with Scratch Teacher Book: Research-Informed Approaches by Phil Bagge
Booksplease Price: $50.99Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781915054203Author Phil BaggeFormat PaperbackPage Count 112Imprint The University of Buckingham PressPublisher Legend Press LtdWeight(grams) 500g -
Practical Guide to Applied Conformal Prediction in Python: Learn and apply the best uncertainty frameworks to your industry applications by Valery Manokhin 9781805122760
Booksplease Price: $76.23Elevate your machine learning skills using the Conformal Prediction framework for uncertainty quantification. Dive into unique strategies, overcome real-world challenges, and become confident and precise with forecasting. Key Features Master...