Rust In Practice, Third Edition: Concurrency, Memory Safety, GPU Computing, Linux Kernels, and Real-World Systems
English | June 8, 2026 | ASIN: B0GZNJSQX9 | 424 pages | EPUB Whether you're just starting out or a fully-fledged Rust pro, this third Edition is a goldmine of knowledge about Rust. This book has been updated with Rust 1.85 and Rust 2024 Edition, and it takes you on a really structured learning path to write production-grade systems, async services, GPU compute kernels, Linux kernel modules, and Go-integrated libraries. The book is built around a single, progressive application, and every chapter adds a functional layer to a real Linux system-metrics tool. The knowledge you gain from this book, is working and evolving codes that you can study, extend, and own. You'll get the hang of ownership and borrowing, handle the borrow...
Arduino For Dummies, 3rd Edition
English | April 14th, 2026 | ISBN: 139436959X | 368 pages | True EPUB | 18.36 MB Unlock Your Creativity: Master Arduino with Easy-to-Follow Projects and Hands-On Learning Arduino is an open-source electronics platform used for building interactive projects like home automation tools or robotics. Arduino For Dummies is the perfect guide for beginners, updated with the newest features and technologies. You'll learn how to put your creative ideas into action using the latest Arduino tools—and you'll learn how to choose the projects, Arduino circuit boards, and coding environments that are right for you. For playing around at home or for remotely collaborating on Arduino projects, this book has the how-tos you need. With many examples and...
Programming in C, Fourth Edition
English | 2026 | ISBN: 9789367138595 | 752 Pages | EPUB C Programming – Updated Edition C is one of the most widely used programming languages, with applications across software platforms and computer architectures. This best-selling textbook has been fully updated to maintain the strengths of previous editions while introducing new features aimed at enhancing learners’ programming skills. At the end of the book, several industry-level projects are included to provide hands-on experience in solving real-world problems. These projects simulate practical applications, helping to build real skills for the workplace. Key Features Significant updates aligned with current programming trends and industry requirements Variety of...
Python Programming: A Modular Approach (2nd Edition)
English | 2026 | B0FSGTKFNW | 921 Pages | EPUB | 22 MB Python Programming: A Modular Approach (2nd Edition) is a comprehensive, updated guide to mastering modern Python. Fully revised for Python 3.12, ensuring alignment with the latest features and updates. Blends foundational concepts with advanced, real-world applications for a complete learning experience. Presents Python in a clear, modular format, helping learners develop strong programming habits from the start.
Python Illustrated: Not another boring Python book, learn programming the fun way
English | 2026 | ISBN: 183664633X | 551 pages | True EPUB | 26.82 MB Learn Python coding concepts the fun way through humour, storytelling, and beginner-friendly examples that make your first step into the world of Python programming enjoyable Key Features Follow an adorable, illustrated teaching cat with sharp coding instincts as your guide Build confidence and coding skills with step-by-step explanations that gradually increase your understanding Reinforce your learning through mini-projects and exercises at the end of every chapter Purchase of the print or Kindle book includes a free PDF eBook Book Description This is not your average Python programming book, because the world doesn’t need another one of those. Instead, it’s an...
Parallel and High Performance Programming with Python, 2nd Edition
English | 2026 | ISBN: 9349887142 | 616 pages | True EPUB | 159.43 MB Unleash the Full Power of Python to Run Faster Code, Scale Smarter, and Compute Without Limits. Book Description Python is the backbone for data science, AI, and cloud computing, and the demand for speed and scalability has never been higher. That's why mastering parallel and high-performance programming is essential to transform Python into a tool that meets modern performance demands. Building on the success of the first edition, Parallel and High Performance Programming with Python (2nd Edition) expands and modernizes the original work, adding new frameworks, deployment patterns, and acceleration techniques for next-generation computing. What you will learn ●...
Software Design for Python Programmers: Principles and patterns
English | 2026 | ISBN: 1633439496 | 740 pages | EPUB | 4.57 MB Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book. This book shows you how to level up from writing Python code to designing Python applications. Following intuitive “before” and “after” examples of improved code, you’ll learn to plan and execute Python applications effectively and avoid bugs associated with unmanaged state, poorly-formed classes, inflexible functions, and more. Great applications take advantage of established design principles and patterns that maximize performance, maintainability, and reliability. This book...
Building Programming Language Interpreters: A practical journey from idea to implementation in C++
English | 2025 | ISBN: 1837638071 | 404 pages | True EPUB | 3.89 MB Explore why someone would build a new interpreter, examine the aspects that influence the design of the runtime and of the programming language, and work through the steps to concretely implement the interpreter. Key Features Design a programming language to solve a particular problem, rather than a general-purpose one Follow a bottom-up approach, from designing runtime to building a language-specific interpreter Build an interpreter from scratch, focusing on achieving a minimally viable product Book Description Designing a custom programming language can be the most effective way to solve certain types of problems—especially when precision, safety, or...
Time Series Analysis with Python Cookbook, 2nd Edition
English | 2025 | ISBN: 1805124285 | 812 pages | True EPUB | 20.78 MB Perform time series analysis and forecasting confidently with this Python code bank and reference manual. Access exclusive GitHub bonus chapters and hands-on recipes covering Python setup, probabilistic deep learning forecasts, frequency-domain analysis, large-scale data handling, databases, InfluxDB, and advanced visualizations. Purchase of the print or Kindle book includes a free PDF eBook... Key Features Explore up-to-date forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithms Learn different techniques for evaluating, diagnosing, and optimizing your models Work with a variety of complex data with trends...
Hands-On Software Engineering with Python, 2nd Edition
English | December 23, 2025 | ASIN: B0FM41P8Y8 | 947 pages | EPUB | 7.12 MB Grow your software engineering discipline, incorporating and mastering design, development, testing, and deployment best practices examples in a realistic Python project structure. Key Features Understand what makes Software Engineering a discipline, distinct from basic programming Gain practical insight into updating, refactoring, and scaling an existing Python system Implement robust testing, CI/CD pipelines, and cloud-ready architecture decisions Book Description Software engineering is more than coding; it’s the strategic design and continuous improvement of systems that serve real-world needs. This newly updated second edition of Hands-On Software...
Python Algorithms Step by Step: A Practical Guide with Examples
English | 2025 | ISBN: 9798230611851 | 189 pages | True EPUB | 4.26 MB This book offers a comprehensive introduction to both Python programming and algorithm analysis, presenting the material in a clear and structured manner. It systematically covers essential topics, starting with the basics of Python, such as setting up the programming environment and understanding core syntax and data types, before progressing to more advanced areas like algorithm design and data structures. The content is organized into well-defined chapters that build upon one another to ensure a solid foundational understanding. The instructional approach emphasizes precision and practical application, with detailed explanations and examples that illustrate key...
Generative AI with Python and PyTorch Navigating the AI frontier with LLMs, Stable Diffusion, 2nd Ed
Master GenAI techniques to create images and text using variational autoencoders (VAEs), generative adversarial networks (GANs), LSTMs, and large language models (LLMs) Key Features Implement real-world applications of LLMs and generative AI Fine-tune models with PEFT and LoRA to speed up training Expand your LLM toolbox with Retrieval Augmented Generation (RAG) techniques, LangChain, and LlamaIndex Book Description Become an expert in Generative AI through immersive, hands-on projects that leverage today’s most powerful models for Natural Language Processing (NLP) and computer vision. Generative AI with Python and PyTorch is your end-to-end guide to creating advanced AI applications, made easy by Raghav Bali, a seasoned data...
Back
Top Dưới