LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 11-04-2025, 16:32
  • Комментариев: 0
Название: Shell Scripting Step by Step: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 301
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

"Shell Scripting Step by Step: A Practical Guide with Examples" provides a thorough exploration of shell scripting optimized for Unix-like systems. Intended for both beginners and seasoned professionals in system administration, this comprehensive guide demystifies the complexities of shell scripting through clear, detailed explanations and practical examples. Starting with an introduction to the fundamental concepts of shell scripting, the book covers the history and evolution of different shells, the initial setup of the scripting environment, and core syntax essentials. Each chapter builds upon the previous, delving into key areas such as variables, operators, control structures, and looping. Readers are equipped with the skills necessary to navigate file systems, manage file permissions, and leverage environment variables, all while learning to automate tasks and enhance system efficiency. Additional topics include advanced file handling techniques, regular expressions for efficient text processing, and the implementation of robust error handling and debugging methods, ensuring scripts are both effective and resilient.
  • Добавил: literator
  • Дата: 11-04-2025, 16:01
  • Комментариев: 0
Название: Mastering Software Product Management: Practical Solutions and Expert Tips for Strategy, Decision-Making, and Building & Selling Market-Leading Software Products
Автор: Sambit Kumar Dash
Издательство: Orange Education Pvt Ltd, AVA
Год: 2025
Страниц: 702
Язык: английский
Формат: epub (true)
Размер: 14.4 MB

A Guide to Conceiving Products for Sustained Competitive Advantage. Product management is the backbone of successful businesses, bridging strategy, innovation, and execution. Mastering Software Product Management takes a goal-driven approach to product management, helping readers understand how software products create differentiated value while reducing costs. It explores the external forces shaping business success—industry rivalry, bargaining power of buyers and suppliers, new entrants, and substitutes—and provides a strategic framework to achieve sustained competitive advantage. Readers will learn how to build processes that counter these challenges. Engaging teams with agile practices ensures smooth execution and long-term product success.
  • Добавил: umkaS
  • Дата: 11-04-2025, 12:36
  • Комментариев: 0
Название: Основы программирования на языке Python
Автор: Златопольский Д. М.
Издательство: ДМК
Год: 2018 - 2-ое изд., испр. и доп.
Cтраниц: 396
Формат: pdf (ocr)
Размер: 40 мб
Язык: русский

Если вы хотите научиться программировать на языке Python, который в последнее время становится популярным у нас в стране и за рубежом, то эта книга — для вас.
  • Добавил: literator
  • Дата: 11-04-2025, 07:22
  • Комментариев: 0
Название: Math for Programming: Learn the Math, Write Better Code (Final)
Автор: Ronald T. Kneusel
Издательство: No Starch Press
Год: 2025
Страниц: 507
Язык: английский
Формат: True/Retail PDF, True/Retail EPUB
Размер: 55.5 MB

Every great programming challenge has mathematical principles at its heart. Whether you’re optimizing search algorithms, building physics engines for games, or training neural networks, success depends on your grasp of core mathematical concepts. In Math for Programming, you’ll master the essential mathematics that will take you from basic coding to serious software development. You’ll discover how vectors and matrices give you the power to handle complex data, how calculus drives optimization and machine learning, and how graph theory leads to advanced search algorithms. Programming is the art of transforming thought into code to accomplish a desired goal. This book seeks to improve that process by exploring the mathematics often present under the surface, if not out in the open. The topics discussed in this book are a condensed version of the mathematics required of most undergraduate computer science majors. At all times, the book presents a balance between the math and the way programmers use it via examples in Python, C, and other languages where appropriate. Often, the code examples are directly relevant to everyday coding problems.
  • Добавил: literator
  • Дата: 10-04-2025, 19:54
  • Комментариев: 0
Название: Get Into Game Dev: Tech Interview Tactics
Автор: Matthew Ventures
Издательство: CRC Press
Год: 2025
Страниц: 214
Язык: английский
Формат: pdf, epub (true)
Размер: 14.6 MB

Get Into Game Dev: Tech Interview Tactics is a crash-course on how to pass a game development technical interview. It’s designed to guide intermediate and experienced coders through the depth and rigor necessary to land some of the most highly sought-after roles within interactive media. Unlike generic interview-prep books, GIGD maintains a laser-focus on game development to directly prepare candidates for roles like technical designer and gameplay engineer. Topics include 3D maths, programming fundamentals, and software design patterns. The author provides high quality instruction and practice problems based on his experience as a professional instructor and developer. The Chapter 3 will provide a broad sampling of several C++ topics, focusing on areas that are most targeted in technical interviews. Like the rest of this book, it’s only a starting point or reference guide and not an exhaustive education. You are strongly advised to study through Seth Meyer’s Effective C++ series and watch talks from CppCon. C++ is often called “C with classes”. C++ added a lot of object-oriented thinking to C and the distinction is commonly explored in interviews through asking candidates to compare the “malloc” and “new” keywords.
  • Добавил: literator
  • Дата: 10-04-2025, 18:12
  • Комментариев: 0
Название: Go Exception Handling Made Easy: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 294
Язык: английский
Формат: pdf (true), epub
Размер: 13.2 MB

"Go Exception Handling Made Easy: A Practical Guide with Examples" is an authoritative resource on mastering error handling techniques in the Go programming language. Engineered for software developers and engineers, this book delves deep into the fundamental and advanced aspects of Go's error management strategies. By exploring the language's unique handling capabilities, readers gain insights into writing cleaner, more efficient, and maintainable code, critical for developing resilient software solutions. The book unfolds as a structured journey through the essentials of Go's error handling paradigms. Beginning with basic concepts such as errors as return values and the idiomatic "if err != nil" checks, the narrative progresses to include sophisticated strategies involving panic, recover, and defer mechanisms. Each chapter is designed to build on the previous, offering a comprehensive understanding that is enriched with practical examples and exercises. This progression ensures that both novices and seasoned developers can solidify their skills and adapt their learning to real-world applications.
  • Добавил: literator
  • Дата: 10-04-2025, 17:34
  • Комментариев: 0
Название: Go Algorithms for Beginners: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 301
Язык: английский
Формат: pdf, epub (true)
Размер: 13.2 MB

"Go Algorithms for Beginners: A Practical Guide with Examples" serves as a comprehensive introduction to the Go programming language, expertly crafted for aspiring programmers and computer science enthusiasts. This book provides a foundational understanding essential for delving into modern software development with Go, emphasizing efficiency, simplicity, and concurrency support. Through clear examples and structured guidance, readers are invited to explore the core concepts of Go, establish a robust programming environment, and create well-organized code. As the reader progresses, the book delves into the complexities of algorithm design and data structure implementation within the Go ecosystem. It covers fundamental constructs, from array operations to dynamic structures, ensuring a solid grasp of the technical aspects that underpin effective data management and manipulation. Furthermore, the text unpacks Go's unique approach to error handling, control flow, and function definitions, arming the reader with the skills needed to build robust, scalable programs.
  • Добавил: umkaS
  • Дата: 10-04-2025, 09:04
  • Комментариев: 0
Название: Глубокое обучение и игра в го
Автор: Памперла М., Фергюсон К.
Издательство: ДМК Пресс
Год: 2020
Cтраниц: 372
Формат: pdf (ocr) / djvu
Размер: 14 мб
Язык: русский

Древняя стратегическая игра го представляет собой отличный пример для демонстрации возможностей искусственного интеллекта. В 2016 году система, основанная на принципах глубокого обучения, потрясла мир го, победив одного из чемпионов. Вскоре после этого модернизированный алгоритм AlphaGo Zero сокрушил оригинальную версию бота благодаря использованию при освоении игры методов глубокого обучения с подкреплением.
  • Добавил: literator
  • Дата: 10-04-2025, 07:03
  • Комментариев: 0
Название: 3D Data Science with Python: Building Accurate Digital Environments with 3D Point Cloud Workflows (Final Release)
Автор: Florent Poux
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 819
Язык: английский
Формат: epub
Размер: 47.7 MB

Our physical world is grounded in three dimensions. To create technology that can reason about and interact with it, our data must be 3D too. This practical guide offers data scientists, engineers, and researchers a hands-on approach to working with 3D data using Python. From 3D reconstruction to 3D deep learning techniques, you'll learn how to extract valuable insights from massive datasets, including point clouds, voxels, 3D CAD models, meshes, images, and more. Dr. Florent Poux helps you leverage the potential of cutting-edge algorithms and spatial AI models to develop production-ready systems with a focus on automation. This book is a practical reference for data scientists, engineers, and anyone curious about working with 3D data. It assumes very little, and you’ll find value even without any understanding of Python programming and little familiarity with fundamental data science concepts. Moreover, no prior experience with 3D data processing is necessary.
  • Добавил: literator
  • Дата: 10-04-2025, 06:23
  • Комментариев: 0
Название: Business Driven Information Systems, 9th Edition
Автор: Paige Baltzan
Издательство: McGraw-Hill Education
Год: 2025
Страниц: 577
Язык: английский
Формат: pdf (true)
Размер: 48.7 MB

Information Systems discusses various business initiatives first and how technology supports those initiatives second. The premise for this unique approach is that business initiatives should drive technology choices and provide the foundation that will enable students to achieve excellence in business, regardless of their major. The text is available with Connect, McGraw Hill’s course management and adaptive learning system, helping millions of students reach their potential every year. The new 9th edition is state of the art in its discussions, presents concepts in an easy-to-understand format, and allows students to be active participants in learning. By engaging students with numerous case studies, exercises, projects, and questions that enforce concepts, Business Driven Information Systems creates a unique learning experience for both faculty and students. Machine Learning: A type of Artificial Intelligence (AI) that enables computers to understand concepts in the environment and to learn. With Machine Learning, the programmer feeds the programs massive amounts of data and uses algorithms to determine how to process the data. Machine Learning predicts events by coupling algorithms and data to discover future patterns and trends.