Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Modern Python Cookbook by Steven F. Lott 9781786469250
RRP: £41.99Booksplease Price: £41.66The latest in modern Python recipes for the busy modern programmer About This Book * Develop succinct, expressive programs in Python * Learn the best practices and common idioms through carefully explained and structured recipes * Discover new... -
Testing in Scala by Daniel Hinojosa 9781449315115
RRP: £14.50Booksplease Price: £9.76If you build your Scala application through Test-Driven Development, you'll quickly see the advantages of testing before you write production code. This hands-on book shows you how to create tests with ScalaTest and the Specs2 - two of the best testing... -
Python Playground, 2nd Edition: Geeky Projects for the Curious Programmer by Mahesh Venkitachalam 9781718503045
RRP: £42.99Booksplease Price: £24.02Python is a powerful programming language that's easy to learn and fun to play with. But once you've gotten a handle on the basics, what's next? Python Playground, 2nd Edition is a collection of imaginative programming projects that will inspire readers... -
Unity Certified Programmer: Exam Guide -: Pass the Unity certification exam with the help of expert tips and techniques by Philip Walker 9781803246215
Booksplease Price: £79.65A practical guide to Unity game scripting using C#, along with practice tests, exam tips, and easy-to-follow examples to help you pass the exam and become a professional Unity programmer Key Features * Learn essentials of game scripting with Unity and C#... -
Responsive Web Design with HTML5 and CSS3 by Ben Frain 9781849693189
RRP: £32.99Booksplease Price: £31.96This book will lead you, step by step and with illustrative screenshots, through a real example. Are you writing two websites - one for mobile and one for larger displays? Or perhaps you've heard of Responsive Design but are unsure how to bring HTML5,... -
Modern Data Engineering with Apache Spark: A Hands-On Guide for Building Mission-Critical Streaming Applications by Scott Haines
RRP: £54.99Booksplease Price: £51.60Leverage Apache Spark within a modern data engineering ecosystem. This hands-on guide will teach you how to write fully functional applications, follow industry best practices, and learn the rationale behind these decisions. With Apache Spark as the... -
WORKING WITH grep, sed, AND awk Pocket Primer by Oswald Campesato 9781501521515
RRP: £48.00Booksplease Price: £33.13Sorry no description is available for this book at this time. -
Programming with Higher-Order Logic by Dale Miller
RRP: £44.00Booksplease Price: £40.66Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a... -
Python Programming: 3 books in 1 - Ultimate Beginner's, Intermediate & Advanced Guide to Learn Python Step by Step by Ryan Turner 9781647710712
RRP: £28.99Booksplease Price: £25.70Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781647710712Author Ryan TurnerFormat PaperbackPage Count 274Imprint Nelly B.L. International Consulting Ltd.Publisher Nelly B.L. International Consulting... -
Getting Started with Processing.py Allison Parrish 9781457186837
RRP: £19.99Booksplease Price: £13.30Processing opened up the world of programming to artists, designers, educators, and beginners. The Processing.py Python implementation of Processing reinterprets it for today's web. This short book gently introduces the core concepts of computer... -
Unreal Engine 4 Virtual Reality Projects: Build immersive, real-world VR applications using UE4, C++, and Unreal Blueprints by Kevin Mack 9781789132878
Booksplease Price: £43.79Learn to design and build Virtual Reality experiences, applications, and games in Unreal Engine 4 through a series of practical, hands-on projects that teach you to create controllable avatars, user interfaces, and more. Key Features Learn about... -
C# 3.0 Design Patterns Judith Bishop 9780596527730
RRP: £39.99Booksplease Price: £26.55Use the Power of C# 3.0 to Solve Real-World ProblemsAbout the AuthorJudith Bishop is a computer scientist, in Pretoria South Africa, specializing in the application of programming languages to distributed systems and web-based technologies. She is... -
Learning XSLT Michael Fitzgerald 9780596003272
RRP: £27.99Booksplease Price: £19.47XSLT is a powerful language for transforming XML documents into something else. That something else can be an HTML document, another XML document, a Portable Document Format (PDF) file, a Scalable Vector Graphics (SVG) file, a Virtual Reality Modeling... -
Swift Cookbook: Proven recipes for developing better iOS 17 applications with Swift 5.9 by Keith Moon 9781803239583
Booksplease Price: £30.69Explore the latest features in Swift and build feature-rich, reliable iOS-native apps with proven industry-standard recipes, modern design techniques, and strategies beyond the official documentation. Key Features Harness the power of Swift to... -
SQL (Database Programming) by Chris Fehily 9781937842314
RRP: £28.00Booksplease Price: £24.82Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781937842314Author Chris FehilyFormat PaperbackPage Count 410Imprint Questing Vole PressPublisher Questing Vole PressWeight(grams) 816gDimensions(mm) 249mm... -
Applied Mathematics with Open-source Software: Operational Research Problems with Python and R by Vincent Knight
RRP: £48.99Booksplease Price: £43.61Applied Mathematics with Open-source Software: Operational Research Problems with Python and R is aimed at a broad segment of readers who wish to learn how to use open-source software to solve problems in applied mathematics. The book has an innovative... -
Modern Compiler Implementation in C by Andrew W. Appel
RRP: £68.00Booksplease Price: £60.88This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register... -
Inside the SQL Server Query Optimizer by Benjamin Nevarez 9781906434601
RRP: £19.99Booksplease Price: £14.47The SQL Server Query Optimizer is perceived by many to be a magic black box, transforming SQL queries into high performance execution plans in the blink of an eye through some unknowable process. The truth is that, while the Query Optimizer is indeed the... -
Hands-On Object-Oriented Programming with C#: Build maintainable software with reusable code using C# by Raihan Taher 9781788296229
Booksplease Price: £31.66Enhance your programming skills by learning the intricacies of object oriented programming in C# 8 Key Features Understand the four pillars of OOP; encapsulation, inheritance, abstraction and polymorphism Leverage the latest features of C# 8 including... -
Learning Node.js Development: Learn the fundamentals of Node.js, and deploy and test Node.js applications on the web by Andrew Mead 9781788395540
Booksplease Price: £34.39A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and test your own apps. Key Features Entirely project-based and practical Explains the "Why" of Node.js features, not just the... -
Mastering JavaScript Object-Oriented Programming by Andrea Chiarelli 9781785889103
Booksplease Price: £36.50Unleash the true power of JavaScript by mastering Object-Oriented programming principles and patterns About This Book * Covering all the new Object-Oriented features introduced in ES6, this book shows you how to build large-scale web apps * Build... -
Serverless Handbook: for frontend engineers by Swizec Teller 9781662911606
RRP: £21.50Booksplease Price: £19.87Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781662911606Author Swizec TellerFormat PaperbackPage Count 360Imprint Gatekeeper PressPublisher Gatekeeper PressWeight(grams) 649gDimensions(mm) 229mm *... -
JavaScript Async: Events, Callbacks, Promises and Async Await by Ian Elliot 9781871962567
RRP: £22.95Booksplease Price: £17.72Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781871962567Author Ian ElliotFormat PaperbackPage Count 166Imprint I/O PressPublisher I/O PressWeight(grams) 295gDimensions(mm) 235mm * 191mm * 9mm -
Modern Compiler Design by Dick Grune 9781461446989
RRP: £109.99Booksplease Price: £102.20"Modern Compiler Design" makes the topic of compiler design more accessible by focusing on principles and techniques of wide application. By carefully distinguishing between the essential (material that has a high chance of being useful) and the... -
Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring by Felipe Gutierrez
RRP: £54.99Booksplease Price: £29.63Spring Framework 6 remains - by far - the leading de-facto "out of the box" practical Java meta application development framework for building complex enterprise, cloud-native applications as well as web applications and microservices. Introducing Spring... -
Absolute Beginner's Python Programming Full Color Guide with Lab Exercises: The Illustrated Guide to Learning Computer Programming by Kevin Wilson 9781913151782
RRP: £13.99Booksplease Price: £12.76Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781913151782Author Kevin WilsonFormat PaperbackPage Count 200Imprint Elluminet PressPublisher Elluminet PressWeight(grams) 272gDimensions(mm) 229mm * 152mm... -
IntelliJ IDEA Essentials by Jaroslaw Krochmalski 9781784396930
RRP: £37.99Booksplease Price: £37.06This book is for developers who want to work smarter so they can focus their efforts on the details that will give them the advantage. This book is tailor-made for developers who want to move from NetBeans and Eclipse to experience the power and... -
ASP.NET MVC 5 with Bootstrap and Knockout.js Jamie Munro 9781491914397
RRP: £19.99Booksplease Price: £13.50Bring dynamic server-side web content and responsive web design together to build websites that work and display well on any resolution, desktop or mobile. With this practical book, you'll learn how by combining the ASP.NET MVC server-side language, the... -
Introduction to Python for Engineers and Scientists: Open Source Solutions for Numerical Computation by Sandeep Nagar 9781484232033
RRP: £49.99Booksplease Price: £38.18Familiarize yourself with the basics of Python for engineering and scientific computations using this concise, practical tutorial that is focused on writing code to learn concepts. Introduction to Python is useful for industry engineers, researchers, and... -
Intel Threading Building Blocks James Reinders 9780596514808
RRP: £31.99Booksplease Price: £21.93Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for... -
Using Databases with C# Michael Schmalz 9781449309985
RRP: £15.99Booksplease Price: £10.88C# offers developers power, but sometimes getting started with basic tasks - like getting information in and out of databases - is harder than it should be. Using Databases with C# provides a gentle introduction to a common but critical task, helping... -
BCPL: The Language and its Compiler by Martin Richards 9780521286817
RRP: £47.00Booksplease Price: £43.30BCPL is a simple systems programming language with a portable compiler that has been implemented on many machines from large mainframes to mini computers and microprocessors. The book provides an introduction to the language, paying particular attention... -
PHP in a Nutshell Paul Hudson 9780596100674
RRP: £23.99Booksplease Price: £15.94Now installed on more than 20 million Internet domains around the world, PHP is an undisputed leader in web programming languages. Database connectivity, powerful extensions, and rich object-orientation are all reasons for its popularity, but nearly... -
Beginning Perl Curtis Poe (Software Engineer, Weborama.com) 9781118013847
RRP: £33.00Booksplease Price: £23.05Everything beginners need to start programming with Perl Perl is the ever-popular, flexible, open source programming language that has been called the programmers' Swiss army knife. This book introduces Perl to both new programmers and experienced ones... -
React.js Design Patterns: Learn how to build scalable React apps with ease (English Edition) by Anthony Onyekachukwu Okonta 9789355513649
RRP: £21.99Booksplease Price: £17.62Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9789355513649Author Anthony Onyekachukwu OkontaFormat PaperbackPage Count 168Imprint Bpb PublicationsPublisher Bpb PublicationsWeight(grams) 231g -
Hands-On Parallel Programming with C# 8 and .NET Core 3: Build solid enterprise software using task parallelism and multithreading by Shakti Tanwar 9781789132410
Booksplease Price: £37.36Enhance your enterprise application development skills by mastering parallel programming techniques in .NET and C# Key Features Write efficient, fine-grained, and scalable parallel code with C# and .NET Core Experience how parallel programming works by... -
Apache Camel Developer's Cookbook by Scott Cranton 9781782170303
RRP: £41.99Booksplease Price: £41.34This book is written in a Cookbook style with short recipes showing developers how to effectively implement EIP without breaking everything in the process. It is concise and to the point, and it helps developers get their data flowing between different... -
Learn Kotlin for Android Development: The Next Generation Language for Modern Android Apps Programming by Peter Spath
RRP: £54.99Booksplease Price: £42.30Build Android apps and learn the essentials of the popular Kotlin programming language and APIs. This book will teach you the key Kotlin skills and techniques important for creating your very own Android apps. Apart from introducing Kotlin programming,... -
Beginning Visual Basic 2015 Bryan Newsome 9781119092117
RRP: £34.99Booksplease Price: £24.28Learn Visual Basic step by step and start programming right away Beginning Visual Basic 2015 is the ideal guide for new programmers, especially those learning their first language. This new edition has been updated to align with Visual Studio 2015, and... -
Rust for the IoT: Building Internet of Things Apps with Rust and Raspberry Pi by Joseph Faisal Nusairat 9781484258590
RRP: £54.99Booksplease Price: £47.43Get started programming Rust applications for the Internet of Things (IoT). This book is a programming skills migration book that teaches you the Rust programming techniques most useful for IoT applications. You'll step through from server to board...