Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Building Modern SaaS Applications with C# and .NET: Build, deploy, and maintain professional SaaS applications by Andy Watt 9781804610879
Booksplease Price: €40.45Embark on a tech-tastic adventure and build Software as a Service (SaaS) applications using the Microsoft tech stack Purchase of the print or Kindle book includes a free PDF eBook Key Features Understand the core concepts of Software as a Service... -
JavaScript Patterns Stoyan Stefanov 9780596806750
RRP: €33.31Booksplease Price: €21.82What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects,... -
Python Essentials For Dummies by John C. Shovic 9781394263479
RRP: €15.46Booksplease Price: €10.77The 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... -
Learning Geospatial Analysis with Python: Unleash the power of Python 3.10 with practical techniques for learning GIS and remote sensing by Joel Lawhead 9781837639175
Booksplease Price: €35.69Harness the powerful Python programming language to navigate the realms of geographic information systems, remote sensing, topography, and more, while embracing a guiding framework for effective geospatial analysis Key Features Create GIS solutions... -
Blue Fox: Arm Assembly Internals and Reverse Engineering Maria Markstedter 9781119745303
RRP: €41.64Booksplease Price: €26.81Provides readers with a solid foundation in Arm assembly internals and reverse-engineering fundamentals as the basis for analyzing and securing billions of Arm devices Finding and mitigating security vulnerabilities in Arm devices is the next critical... -
C++ Primer by Stanley B. Lippman 9780321714114
RRP: €60.68Booksplease Price: €44.38Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language... -
Functional Python Programming - Third Edition: Use a functional approach to write succinct, expressive, and efficient Python code by Steven F. Lott
Booksplease Price: €42.83"Using this book has propelled my efficiency in solving leetcode challenges." - Discord user, zizu Python isn't all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach - and learn... -
Programming ESP32: Learn MicroPython Coding and Electronics by Simon Monk 9781739487454
RRP: €11.84Booksplease Price: €10.94Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781739487454Format PaperbackPage Count 174Imprint MonkMakes PressPublisher MonkMakes PressWeight(grams) 240gDimensions(mm) 229mm * 152mm * 9mm -
sed and awk by Dale Dougherty 9781565922259
RRP: €47.59Booksplease Price: €31.95sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of... -
Dive Into Python 3 by Mark Pilgrim 9781430224150
RRP: €65.44Booksplease Price: €49.04Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and... -
Learning C# by Developing Games with Unity - Seventh Edition: Get to grips with coding in C# and build simple 3D games in Unity 2022 from the ground up by Harrison Ferrone 9781837636877
Booksplease Price: €41.13Learn C# programming from scratch using Unity as a fun and accessible entry point with this updated edition of the bestselling series. Includes invitation to join the online Unity Game Development community to read the book alongside peers, Unity... -
Introduction to JavaScript Object Notation Lindsay Bassett 9781491929483
RRP: €28.55Booksplease Price: €18.71What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author... -
Natural Language Processing with Python Steven Bird 9780596516499
RRP: €57.11Booksplease Price: €37.81This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how... -
C++ High Performance -: Master the art of optimizing the functioning of your C++ code by Bjorn Andrist 9781839216541
RRP: €52.35Booksplease Price: €48.16A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps by allowing them to run faster and consume fewer resources.Purchase of the print or Kindle book includes a free eBook in PDF format.Key... -
Learn Java with Projects: A concise practical guide to learning everything a Java professional really needs to know by Dr. Seán Kennedy 9781837637188
RRP: €45.21Booksplease Price: €44.66Refine your Java skills by seamlessly blending foundational core concepts with hands-on coding applications Key Features Gain a deep understanding of essential topics that will help you progress with Java Learn by working on mini-projects to help... -
Effective C: An Introduction to Professional C Programming by Robert Seacord
RRP: €57.11Booksplease Price: €32.96Written by renowned author Robert Seacord, Effective C is an in-depth look at the C programming language. Seacord introduces the language's basic data types and code structures while simultaneously addressing best practices, common errors, and open... -
Learning Typescript: Enhance Your Web Development Skills Using Type-Safe JavaScript Josh Goldberg 9781098110338
RRP: €57.11Booksplease Price: €32.51TypeScript has conquered the world of JavaScript: it is one of the world's fastest growing and most popular languages across developer surveys, widely used in consumer and business companies alike, and frequently credited for helping massive web... -
Artificial Intelligence in Finance: A Python-Based Guide Yves Hilpisch 9781492055433
RRP: €85.67Booksplease Price: €56.22The widespread adoption of AI and machine learning is revolutionizing many industries today. Once these technologies are combined with the programmatic availability of historical and real-time financial data, the financial industry will also change... -
Intelligence in Nature by Jeremy Narby
RRP: €18.98Booksplease Price: €14.42Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781585424610Author Jeremy NarbyFormat PaperbackPage Count 288Imprint Jeremy P TarcherPublisher Penguin Putnam IncWeight(grams) 266gDimensions(mm) 208mm *... -
Go Cookbook: Expert Solutions for Commonly Needed Go Tasks Sau Sheong Chang 9781098122119
RRP: €76.15Booksplease Price: €49.96Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe... -
Python Testing with pytest: Simple, Rapid, Effective, and Scalable Brian Okken 9781680508604
RRP: €44.02Booksplease Price: €30.20Test applications, packages, and libraries large and small with pytest, Python's most powerful testing framework. pytest helps you write tests quickly and keep them readable and maintainable. In this fully revised edition, explore pytest's superpowers -... -
MATLAB For Dummies John Paul Mueller 9781119796886
RRP: €29.74Booksplease Price: €19.79Go from total MATLAB newbie to plotting graphs and solving equations in a flash! MATLAB is one of the most powerful and commonly used tools in the STEM field. But did you know it doesn't take an advanced degree or a ton of computer experience to learn... -
HTML, CSS and JavaScript in easy steps Mike McGrath 9781840788785
RRP: €23.79Booksplease Price: €16.78HTML, CSS & JavaScript in easy steps instructs the reader on each of the three coding languages that are used to create modern web pages: HyperText Markup Language (HTML) tags are used to control the structure of web page content; Cascading Style Sheets... -
LLVM Techniques, Tips, and Best Practices: Design your own compiler with libraries and tools from the latest LLVM by Min-Yih Hsu 9781838824952
Booksplease Price: €42.83Learn how you can build the next big programming language, compiler, or source code analyzer using LLVM and ClangKey FeaturesExplore Clang, LLVM's middle-end and backend, in a pragmatic wayDevelop your LLVM skillset and get to grips with a variety of... -
Test-Driven Development in Go: A practical guide for writing idiomatic and efficient Go tests through real-world examples by Adelina Simion 9781803247878
Booksplease Price: €35.69Explore Go testing techniques and leverage TDD to deliver and maintain microservices architecture, including contract, end-to-end, and unit testing Purchase of the print or Kindle book includes a free PDF eBook Key Features Write Go test suites... -
C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8 by Mark J. Price 9781837635870
Booksplease Price: €53.54An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle... -
Hands-On Network Programming with C: Learn socket programming in C and write secure and optimized network code by Lewis Van Winkle 9781789349863
Booksplease Price: €40.45A comprehensive guide to programming with network sockets, implementing internet protocols, designing IoT devices, and much more with CKey FeaturesApply your C and C++ programming skills to build powerful network applicationsGet to grips with a variety... -
Java in Two Semesters: Featuring JavaFX by Quentin Charatan
RRP: €71.39Booksplease Price: €66.05This easy-to-follow textbook teaches Java programming from first principles, as well as covering design and testing methodologies. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental... -
Jumping Into C++ by Alex Allain 9780988927803
Booksplease Price: €26.63Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780988927803Author Alex AllainFormat PaperbackPage Count 538Imprint Cprogramming.comPublisher Cprogramming.comWeight(grams) 912gDimensions(mm) 235mm * 191mm... -
Breakfast Club: A celebration of the UK's best breakfast spots and their signature dishes by Katie Fisher 9781910863985
RRP: €26.18Booksplease Price: €15.70Breakfast Club is a fun celebration of all the best ways to start your day the right way. Both a cookbook and guide to some of the best breakfast and brunch spots in the UK, it features everything from frittatas to French toast and plenty more, with over... -
Fanuc CNC Custom Macros: Programming Resources For Fanuc Custom Macros B Users by Peter Smid
RRP: €83.30Booksplease Price: €65.58An invaluable companion to the author's best selling CNC Programming Handbook, this book is a general introduction to the subject of macros (known as Custom Macros or User Macros). Its purpose is to make you aware of what macros are, how to develop them,... -
Beginning C++23: From Beginner to Pro by Ivor Horton 9781484293423
Booksplease Price: €68.16Begin 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... -
Introduction to Assembly Language Programming: For Pentium and RISC Processors by Sivarama P. Dandamudi 9780387206363
Booksplease Price: €96.25This updated textbook introduces readers to assembly and its evolving role in computer programming and design. The author concentrates the revised edition on protected-mode Pentium programming, MIPS assembly language programming, and use of the NASM and... -
C Programming: A Modern Approach by K. N. King 9780393979503
Booksplease Price: €74.91Professor King's spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the first edition was one of the leading C textbooks of the last ten years. The second edition... -
Joe Celko's SQL for Smarties: Advanced SQL Programming by Joe Celko 9780128007617
RRP: €60.68Booksplease Price: €57.42SQL for Smarties was hailed as the first book devoted explicitly to the advanced techniques needed to transform an experienced SQL programmer into an expert. Now, 20 years later and in its fifth edition, this classic reference still reigns supreme as the... -
Optimizing Cloud Native Java: Practical Techniques for Improving Jvm Application Performance by Benjamin J Evans 9781098149345
RRP: €66.63Booksplease Price: €41.72Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with... -
Analytics Engineering with SQL and Dbt: Building Meaningful Data Models at Scale Rui Machado 9781098142384
RRP: €63.06Booksplease Price: €41.11With the shift from data warehouses to data lakes, data now lands in repositories before it's been transformed, enabling engineers to model raw data into clean, well-defined datasets. DBT (data build tool) helps you take data further. This practical book... -
Introduction to Machine Learning with Python Andreas C. Mueller 9781449369415
RRP: €57.11Booksplease Price: €37.81Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you... -
Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles by Narasimha Karumanchi 9788193245279
Booksplease Price: €43.98Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9788193245279Author Narasimha KarumanchiFormat PaperbackPage Count 453Imprint CareerMonk PublicationsPublisher CareerMonk Publications -
Java Lambdas and Parallel Streams by Michael Muller 9781484224861
RRP: €23.79Booksplease Price: €21.41Sorry no description is available for this book at this time.