Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: Python and Algorithmic Thinking for the Complete Beginner (3rd Edition): Learn to Think Like a Programmer
Автор: Aristides S. Bouras
Издательство: Independently published
Год: 2024
Страниц: 648
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Completely updated for the latest version of Python, this book offers a comprehensive introduction to programming, assuming no prior knowledge of the subject. It is designed for individuals eager to learn Python from scratch, providing a strong foundation in Algorithmic Thinking—the fundamental skill every aspiring programmer must acquire. Algorithmic Thinking encompasses more than just writing code; it entails mastering the art of problem-solving through coding. This edition retains all the popular features of its predecessor while introducing a wealth of new exercises, along with extensive revisions and updates. Furthermore, brand-new chapters offer a practical introduction to working with text files. Python is a widely used general-purpose, high-level computer programming language that allows programmers to create applications, web pages, and many other types of software. Python is often referred to as a scripting language despite the fact that the official website says that it's a programming language. The truth, of course, is somewhere in the middle. Python can be used either as a scripting language, or a programming language!
Разместил: literator 17-06-2024, 19:03 | Комментарии: 0 | Подробнее
Название: Introduction to Algorithms: A Comprehensive Guide for Beginners: Unlocking Computational Thinking
Автор: Cuantum Technologies
Издательство: Cuantum Technologies
Год: 2023
Страниц: 267
Язык: английский
Формат: epub
Размер: 10.1 MB

Unlock the world of algorithms and discover how to harness their power to solve complex problems with "Introduction to Algorithms: A Comprehensive Guide for Beginners". This immersive guide reveals the importance of algorithms and how they function in our daily digital lives. Whether you are a beginner to Computer Science, a student delving into data analysis, a professional aiming to elevate their problem-solving skills, or simply a curious learner fascinated by logic and patterns, this book is for you. As it takes you on a journey through various types of algorithms, their applications, and how to implement them efficiently, it demystifies the often intimidating world of algorithmic thinking. This book starts with the basics, gradually escalating complexity with each chapter. You'll first understand what algorithms are and why they are essential. As you progress, you will explore different types of algorithms, their strengths, weaknesses, and the contexts where they shine. With engaging real-world applications, this book demonstrates how these robust tools are utilized in diverse fields such as Computer Science, data analysis, Artificial Intelligence, and more. Embrace the opportunity to understand and master algorithms. Add "Introduction to Algorithms: A Comprehensive Guide for Beginners" to your cart now and embark on this enlightening journey to become an adept problem-solver. No prerequisite knowledge is required, just your curiosity and willingness to learn. Join the ranks of readers who have unlocked the power of algorithms and are leveraging it to revolutionize their problem-solving abilities.
Разместил: literator 17-06-2024, 17:59 | Комментарии: 0 | Подробнее
Название: Murach's MySQL: Training & Reference 4th Edition
Автор: Joel Murach
Издательство: Mike Murach & Associates Inc
Год: November 1, 2023
Страниц: 646
Язык: английский
Формат: pdf
Размер: 69.6 MB

The latest edition of Murach's classic MySQL book does a better job than ever of teaching the SQL statements that every database developer should know. Each chapter features clear examples, easy-to-understand explanations, best practices, and helpful tips. Since its release in 2000, MySQL has become the world's most popular open-source database. It has been used by everyone from hobbyists to the world's largest companies to deliver cost-effective, high-performance, scalable database applications, the type of applications that the web is built on. So knowing MySQL is a plus for any developer today. This book is designed for developers who are new to MySQL, as well as developers who have been using MySQL for years but still aren’t getting the most from it. It shows how to code all the SQL statements that developers need for their applications, and it shows how to code these statements so they run efficiently. This book is also a good choice for anyone who wants to learn standard SQL. Since SQL is a standard language for accessing database data, most of the SQL statements in this book will work with any relational database. As a result, once you use this book to learn how' to use SQL to work w ith a MySQL database, you can transfer most of w hat you have learned to another database such as Oracle or SQL Server. This book is also the right first book for anyone who wants to become a database administrator.
Разместил: literator 17-06-2024, 17:36 | Комментарии: 0 | Подробнее
Название: MLOps with Ray: Best Practices and Strategies for Adopting Machine Learning Operations
Автор: Hien Luu, Max Pumperla, Zhe Zhang
Издательство: Apress
Год: 2024
Страниц: 342
Язык: английский
Формат: pdf
Размер: 10.1 MB

Understand how to use MLOps as an engineering discipline to help with the challenges of bringing Machine Learning models to production quickly and consistently. This book will help companies worldwide to adopt and incorporate Machine Learning into their processes and products to improve their competitiveness. The book delves into this engineering discipline's aspects and components and explores best practices and case studies. Adopting MLOps requires a sound strategy, which the book's early chapters cover in detail. The book also discusses the infrastructure and best practices of Feature Engineering, Model Training, Model Serving, and Machine Learning Observability. Ray, the open source project that provides a unified framework and libraries to scale Machine Learning workload and the Python application, is introduced, and you will see how it fits into the MLOps technical stack. Once data scientists have access to the needed dataset or available features, they will start analyzing them and evaluating whether they are suitable for the ML task at hand. To perform medium- to large-scale data analysis, they will need access to compute resources beyond their laptop so those data crunching needs will be completed in a short amount of time. This is where distributed data computation engines come into the picture. Examples of these engines are Apache Spark, Dask, and Ray. Ray is a compute framework to enable efficient distributed execution of Python and AI workloads, boasting a simple programming model and automatic parallelization. For Machine learning practitioners, data scientists, and software engineers who are focusing on building Machine Learning systems and infrastructure to bring ML models to production.
Разместил: literator 17-06-2024, 16:29 | Комментарии: 0 | Подробнее
Название: Making Embedded Systems: Design Patterns for Great Software, 2nd Edition
Автор: Elecia White
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 428
Язык: английский
Формат: pdf (true), epub (true)
Размер: 18.9 MB

Interested in developing embedded systems? Since they don't tolerate inefficiency, these systems require a disciplined approach to programming. This easy-to-read guide helps you cultivate good development practices based on classic software design patterns and new patterns unique to embedded programming. You'll learn how to build system architecture for processors, not for operating systems, and you'll discover techniques for dealing with hardware difficulties, changing designs, and manufacturing requirements. Written by an expert who has created systems ranging from DNA scanners to children's toys, this book is ideal for intermediate and experienced programmers, no matter what platform you use. This expanded second edition includes new chapters on IoT and networked sensors, motors and movement, debugging, data handling strategies, and more. Embedded software compilers often support only C, or C and C++. Most of the examples in this book are in C or C++. I expect that the language is less important than the concepts, so even if you aren’t familiar with the syntax, look at the code. This book won’t teach you any programming language (except for some assembly language), but good design principles transcend language.
Разместил: literator 17-06-2024, 14:10 | Комментарии: 0 | Подробнее
Название: Феномен Гения
Автор: Пешкова В. Е.
Издательство: Москва
Год: 2019 - 4-е изд.
Cтраниц: 158 с. : ил.
Формат: pdf (ocr)
Размер: 16 мб
Язык: русский

В книге предлагаются гипотезы, связанные с объяснением феномена гениальности, раскрываются вопросы психологии творчества. Особое внимание уделено концепции морфо-функциональных и биохимических факторов повышенной умственной активности основоположника отечественной медицинской генетики В. П. Эфроимсона. Затронута проблема гениальности как истории болезни; раскрыты особенности мозга и способности гениев; выявлены предпосылки и психологические основы педагогики гениальности. Дается авторская концепция развития способностей детей.
Разместил: umkaS 17-06-2024, 12:56 | Комментарии: 0 | Подробнее
Название: Скафандры и системы для работы в открытом космосе
Автор: Абрамов И.П., Северин Г.И., Стоклицкий А.Ю., Шарипов Р.Х.
Издательство: М. : Машиностроение
Год: 1984
Cтраниц: 256 с. : ил.
Формат: pdf (ocr)
Размер: 74 мб
Язык: русский

Изложены теоретические основы, методы расчета и проектирования комплекса систем для работы в открытом космосе. Основное внимание уделено проблеме создания скафандров и автономных систем жизнеобеспечения.
Разместил: umkaS 17-06-2024, 12:47 | Комментарии: 0 | Подробнее
Название: Девятимиллиметровый пистолет МР-71 (ИЖ-71): характеристика, устройство и обращение с ним
Автор: Выприцкий И. Ю. , Фоменко Н. П. , Завьялов А. В.
Издательство: Москва
Год: 2020
Cтраниц: 73 с. : цвет.ил., табл.
Формат: pdf (ocr)
Размер: 19 мб
Язык: русский

В учебном пособии рассматривается устройство, работа частей и механизмов, конструктивные характеристики пистолета МР-71 (ИЖ-71), дается порядок разборки и сборки оружия, представлены виды задержек при стрельбе и способы их устранения. Осмотр, подготовка к стрельбе пистолета и патронов, уход и сбережение. Дано устройство патрона 9?17К.
Разместил: umkaS 17-06-2024, 12:41 | Комментарии: 0 | Подробнее
Название: Общественная мысль в России и других славянских странах в эпоху развитого средневековья
Автор: отв. ред. Б.Н. Флоря
Издательство: Индрик
Год: 2014
Cтраниц: 432
Формат: pdf (ocr)
Размер: 16 мб
Язык: русский

Монография продолжает серию книг посвященных развитию общественной мысли славянских народов в Средние века (Общественная мысль славянских народов в эпоху раннего средневековья. В ней на основе исследования комплекса письменных источников, созданных в славянских странах в эпоху развитого средневековья, показаны сходства и различия общественной мысли России и отдельных славянских стран.
Разместил: umkaS 17-06-2024, 12:32 | Комментарии: 0 | Подробнее
Название: Decorando Álbuns Scrapbooking
Издательство: OnLine Editora
Год: 2024
Номер: 5
Размер: 55 Мб
Формат: PDF
Страниц: 62
Язык: Português

Бразильский журнал по скрапбукингу. В издании вы столкнетесь с работами, созданными известными мастерами со всей страны, которые шаг за шагом научат вас, как производить изделия. Это ваша прекрасная возможность создать эксклюзивные работы.
Разместил: sama_sha 17-06-2024, 11:28 | Комментарии: 0 | Подробнее



 Litmy.ru  ©2020-2023     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности