Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
C in a Nutshell, 2e Peter Prinz 9781491904756
RRP: $109.18Booksplease Price: $75.64The new edition of this classic O'Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard... -
Practical Common Lisp by Peter Seibel 9781590592397
RRP: $146.23Booksplease Price: $107.25Lisp is often thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world. Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an overall... -
Joe Celko's Trees and Hierarchies in SQL for Smarties by Joe Celko 9780123877338
RRP: $64.33Booksplease Price: $46.06The demand for SQL information and training continues to grow with the need for a database behind every website capable of offering web-based information queries. SQL is the de facto standard for database retrieval, and if you need to access, update, or... -
Bio/Recursion: Exploring CS and Bioinformatics in R by Shawn T O'Neil 9780692051696
RRP: $93.60Booksplease Price: $69.40Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780692051696Author Shawn T O'NeilFormat HardbackPage Count 160Imprint Shawn Thomas O'NeilPublisher Shawn Thomas O'NeilWeight(grams) 812gDimensions(mm) 279mm... -
Learning Swift: Building Apps for macOS, iOS, and Beyond Paris Buttfield-Addison 9781491987575
RRP: $77.98Booksplease Price: $52.36Dive into Swift 4.x, the latest version of Apple's easy-to-use programming language for macOS, iOS, watchOS, and tvOS. With this practical guide, you'll quickly get up to speed on language basics and then use Swift to build three complete apps, all... -
Real World Haskell Bryan O'Sullivan 9780596514983
RRP: $77.98Booksplease Price: $53.33Code You Can Believe InAbout the AuthorBryan O'Sullivan is an Irish hacker and writer who likes distributed systems, open source software, and programming languages. He was a member of the initial design team for the Jini network service architecture... -
Learning Processing: A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman 9780123944436
RRP: $77.98Booksplease Price: $72.56Learning Processing, Second Edition, is a friendly start-up guide to Processing, a free, open-source alternative to expensive software and daunting programming languages. Requiring no previous experience, this book is for the true programming beginner... -
ASP.NET Core in Action, Third Edition by Kirill Bobrov
RRP: $103.33Booksplease Price: $52.46Build professional-grade full-stack web applications using C# and ASP.NET Core. ASP.NET Core in Action, 3rd edition by Microsoft MVP Andrew Lock, is a fully updated edition, ideal for intermediate C# developers, and teaches you how to use your C# and ... -
Learning Angular: A practical guide to building web applications with modern Angular Aristeidis Bampakos 9781835087480
RRP: $66.28Booksplease Price: $62.38Learn frontend development the Angular way - build your first production-grade web applications from scratch in Angular with the help of expert guidance and step-by-step explanations. Purchase of the print or Kindle book includes a free eBook in PDF... -
Programming Robots with ROS: A Practical Introduction to the Robot Operating System by Morgan Quigley 9781449323899
RRP: $77.98Booksplease Price: $52.36Want to develop novel robot applications, but don't know how to write a mapping or object recognition system? You're not alone, but you're certainly not without help. By combining real-world examples with valuable knowledge from the Robot Operating... -
High Performance Python: Practical Performant Programming for Humans Micha Gorelick 9781492055020
RRP: $103.33Booksplease Price: $67.02Your Python code may run correctly, but you need it to run faster. Updated for Python 3, this expanded edition shows you how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. By exploring the fundamental... -
Clojure For The Brave And True by Daniel Higginbotham
RRP: $87.73Booksplease Price: $54.58For weeks, months nay! from the very moment you were born, you ve felt it calling to you. At long last you ll be united with the programming language you ve been longing for: Clojure! As a Lisp-style functional programming language, Clojure lets you... -
Powerful Python: Patterns and Strategies with Modern Python Aaron Maxwell 9781098175702
RRP: $101.38Booksplease Price: $66.16Learn the 5% of Python programming knowledge which exponentially accelerates your learning curve for the remaining 95%.Alleviate the overwhelm of "too much to learn, not enough time". This book cuts through the noise to focus on the "accelerators" that... -
Modern Tkinter for Busy Python Developers: Quickly learn to create great looking user interfaces for Windows, Mac and Linux using Python's standard GUI toolkit by Mark Roseman 9781999149567
RRP: $54.58Booksplease Price: $40.87Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781999149567Author Mark RosemanFormat PaperbackPage Count 270Imprint Late Afternoon PressPublisher Late Afternoon PressWeight(grams) 363gDimensions(mm)... -
Lexical Acquisition: Exploiting On-line Resources To Build A Lexicon Uri Zernik 9780805811278
RRP: $146.23Booksplease Price: $128.47On-line information -- and free text in particular -- has emerged as a major, yet unexploited, resource available in raw form. Available, but not accessible. The lexicon provides the major key for enabling accessibility to on-line text. The expert... -
Python Data Science Handbook: Essential Tools for Working with Data Jake Vanderplas 9781098121228
RRP: $124.78Booksplease Price: $83.42Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of... -
F# in Action by Isaac Abraham 9781633439535
RRP: $89.68Booksplease Price: $55.65F# is designed to make functional programming practical and accessible, especially for developers working on the .NET platform. This book will get you started. In F# in Action you will learn how to: Write performant and robust systems with succinct F#... -
Access VBA Programming For Dummies Alan Simpson 9780764574115
RRP: $58.48Booksplease Price: $40.37Create more powerful Access applications and databases!This friendly, easy-to-use guide shows experienced Access users how to use VBA (Visual Basic for Applications) to not only build Access databases and applications, but also: Covers programming... -
Programming Languages: Principles and Paradigms Maurizio Gabbrielli 9783031341434
RRP: $97.48Booksplease Price: $72.46This textbook is a thorough, up-to-date introduction to the principles and techniques that guide the design and implementation of modern programming languages. The goal of the book is to provide the basis for a critical understanding of most modern... -
Functional Design: Principles, Patterns, and Practices by Robert Martin 9780138176396
RRP: $74.08Booksplease Price: $55.42A Practical Guide to Better, Cleaner Code with Functional Programming In Functional Design, renowned software engineer Robert C. Martin ("Uncle Bob") explains how and why to use functional programming to build better systems for real customers. Martin... -
Python Tricks: A Buffet of Awesome Python Features by Dan Bader
RRP: $58.48Booksplease Price: $47.95Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781775093305Author Dan BaderFormat PaperbackPage Count 302Imprint Real PythonPublisher Real PythonWeight(grams) 404gDimensions(mm) 229mm * 152mm * 16mm -
They Call Me Naughty Lola: Personal Ads from the London Review of Books by David Rose 9781416540304
RRP: $25.33Booksplease Price: $17.88Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781416540304Author David RoseFormat PaperbackPage Count 176Imprint ScribnerPublisher Simon & SchusterWeight(grams) 198gDimensions(mm) 203mm * 127mm * 10mm -
Implementation Patterns by Kent Beck
RRP: $72.13Booksplease Price: $53.47"Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make... -
AI-Assisted Programming: Better Planning, Coding, Testing, and Deployment by Tom Taulli 9781098164560
RRP: $109.18Booksplease Price: $70.96Get practical advice on how to leverage AI development tools for all stages of code creation, including requirements, planning, and design; coding; and debugging, testing, and documentation. With this practical book, beginners and experienced developers... -
The Unified Process Inception Phase: Best Practices in Implementing the UP Scott W. Ambler 9781929629107
RRP: $91.63Booksplease Price: $81.74Is the Unified Process the be all and end all standard for developing object-oriented component-based software? This book is the third in a four volume series that presents a critical review of the Unified Process. The authors present a survey of the... -
The Unified Process Elaboration Phase: Best Practices in Implementing the UP Scott Ambler 9781929629053
RRP: $91.63Booksplease Price: $72.11Is the Unified Process the be all and end all standard for developing object-oriented component-based software? Scott Ambler doesn't think so. This book is one in a four-volume series that presents a critical review of the Unified Process -- designed to... -
Advanced R Statistical Programming and Data Models: Analysis, Machine Learning, and Visualization by Matt Wiley
RRP: $126.73Booksplease Price: $97.05Carry out a variety of advanced statistical analyses including generalized additive models, mixed effects models, multiple imputation, machine learning, and missing data techniques using R. Each chapter starts with conceptual background information about... -
Programming Ruby 3.2: The Pragmatic Programmers' Guide Noel Rappin 9781680509823
RRP: $103.33Booksplease Price: $70.55Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive... -
Fast Python for Data Science by Tiago Antao
RRP: $89.68Booksplease Price: $66.16Fast Python for Data Science is a hands-on guide to writing Python code that can process more data, faster, and with less resources. It takes a holistic approach to Python performance, showing you how your code, libraries, and computing architecture... -
Test Driven Development in C: Building Hihg Quality Embedded Software James W. Grenning 9781934356623
RRP: $54.58Booksplease Price: $38.82Did you write C code last week? Does your code work? Is your design clean? If you answered yes to the first question but got queasy over the second two, you need to know about Test Driven Development. TDD helps you write code that works the first time,... -
The Designer's Guide to VHDL: Volume 3 by Peter J. Ashenden 9780120887859
RRP: $111.13Booksplease Price: $109.08VHDL, the IEEE standard hardware description language for describing digital electronic systems, has recently been revised. The Designer's Guide to VHDL has become a standard in the industry for learning the features of VHDL and using it to verify... -
Excel in VB.NET Programming Interview Questions: Advanced Excel Programming Interview Questions, Answers, and Explanations in VB.NET by Terry Clark 9781603320337
Booksplease Price: $54.60Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781603320337Author Terry ClarkFormat PaperbackImprint Equity PressPublisher Equity PressWeight(grams) 213g -
Distributed Services with Go: Your Guide to Reliable, Scalable, and Maintainable Systems by Travis Jeffrey
RRP: $72.13Booksplease Price: $49.49This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what... -
FastAPI: Modern Python Web Development Bill Lubanovic 9781098135508
RRP: $87.73Booksplease Price: $50.06FastAPI is a young yet solid framework that takes advantage of newer Python features in a clean design. As its name implies, FastAPI is indeed fast, rivaling similar frameworks in languages such as Golang. With this practical book, developers familiar... -
Effective Rust: 35 Specific Ways to Improve Your Rust Code by David Drysdale 9781098151409
RRP: $93.58Booksplease Price: $61.37Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the... -
Mastering Shiny: Build Interactive Apps, Reports, and Dashboards Powered by R Hadley Wickham 9781492047384
RRP: $124.78Booksplease Price: $82.45Master the Shiny web framework-and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different... -
Programming in Lua, fourth edition by Roberto Ierusalimschy 9788590379867
RRP: $68.15Booksplease Price: $53.31Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9788590379867Author Roberto IerusalimschyFormat PaperbackPage Count 388Imprint Lua.OrgPublisher Lua.OrgWeight(grams) 689gDimensions(mm) 246mm * 189mm * 20mm -
Practical C Programming by Steve Oualline 9781565923065
RRP: $70.18Booksplease Price: $47.56There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) famous. C programming is more than just getting the syntax right. Style and debugging also play a... -
Bash in easy steps Mike McGrath 9781840788099
RRP: $23.38Booksplease Price: $15.97Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781840788099Author Mike McGrathFormat PaperbackPage Count 192Imprint In Easy Steps LimitedPublisher In Easy Steps Limited -
Cool Scratch Projects in Easy Steps Sean McManus 9781840787146
RRP: $21.43Booksplease Price: $14.82Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781840787146Author Sean McManusFormat PaperbackPage Count 180Imprint In Easy Steps LimitedPublisher In Easy Steps Limited