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

  • Добавил: literator
  • Дата: 21-10-2022, 03:09
  • Комментариев: 0
Ansible for DevOps: Server and configuration management for humans, 2nd EditionНазвание: Ansible for DevOps: Server and configuration management for humans, 2nd Edition
Автор: Jeff Geerling
Издательство: Leanpub
Год: 2022-04-15
Страниц: 469
Язык: английский
Формат: pdf (true), epub
Размер: 18.9 MB

Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands. Ansible is a simple, but powerful, server and configuration management tool (with a few other tricks up its sleeve). This book helps those familiar with the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers. The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansible's many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, multiple-provider server provisioning, and even Docker orchestration!
  • Добавил: literator
  • Дата: 21-10-2022, 02:56
  • Комментариев: 0
Image Processing in Python : Processing raster images with the Pillow libraryНазвание: Image Processing in Python : Processing raster images with the Pillow library
Автор: Martin McBride
Издательство: Leanpub
Год: 2021-08-22
Страниц: 154
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Pillow is the most popular Python image processing library. It provides many of the features found in imaging applications like Photoshop or GIMP, such as loading, saving, resizing, transforming images, as well as converting colours and applying filters, enhancements, and effects. This book will teach you how to use simple Python code to automate these functions using the Pillow library, so that your programs can incorporate advanced image processing. It provides a comprehensive guide to Pillow, in plain language and with lots of examples. This book is aimed at anyone wishing to learn about image processing in Python.
  • Добавил: literator
  • Дата: 20-10-2022, 14:39
  • Комментариев: 0
Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy CodersНазвание: Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders
Автор: Harry Yoon
Издательство: Coding Books Press
Год: 2022
Страниц: 211
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Learn Python in a Weekend! This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the match statement (3.10) and exception groups (3.11). Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Python language if you have some prior experience with programming in Python. Python is a dynamic language. It means many different things. It means that the language is more flexible. It means that Python is an easier language to program with. You can quickly write a simple program without having to go through too much "rituals", compared to many other programming languages. Python scripts tend to require less boilerplate code. Python gives you more freedom.
  • Добавил: literator
  • Дата: 20-10-2022, 12:29
  • Комментариев: 0
Deep Learning for Natural Language Processing (Final Release)Название: Deep Learning for Natural Language Processing (Final Release)
Автор: Stephan Raaijmakers
Издательство: Manning Publications
Год: 2022
Страниц: 296
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Humans do a great job of reading text, identifying key ideas, summarizing, making connections, and other tasks that require comprehension and context. Recent advances in deep learning make it possible for computer systems to achieve similar results. Deep Learning for Natural Language Processing teaches you to apply deep learning methods to natural language processing (NLP) to interpret and use text effectively. In this insightful book, NLP expert Stephan Raaijmakers distills his extensive knowledge of the latest state-of-the-art developments in this rapidly emerging field.
  • Добавил: literator
  • Дата: 19-10-2022, 23:17
  • Комментариев: 0
Foundations of Reinforcement Learning with Applications in FinanceНазвание: Foundations of Reinforcement Learning with Applications in Finance
Автор: Ashwin Rao, Tikhon Jelvis
Издательство: CRC Press
Год: 2023
Страниц: 522
Язык: английский
Формат: pdf (true)
Размер: 11.4 MB

Reinforcement Learning (RL) is emerging as a practical, powerful technique for solving a variety of complex business problems across industries that involve Sequential Optimal Decisioning under Uncertainty. Although RL is classified as a branch of Machine Learning (ML), it tends to be viewed and treated quite differently from other branches of ML (Supervised and Unsupervised Learning). Indeed, RL seems to hold the key to unlocking the promise of AI—machines that adapt their decisions to vagaries in observed information, while continuously steering towards the optimal outcome. Its penetration in high-profile problems like self-driving cars, robotics and strategy games points to a future where RL algorithms will have decisioning abilities far superior to humans. But when it comes getting educated in RL, there seems to be a reluctance to jump right in because RL seems to have acquired a reputation of being mysterious and exotic. This book strives to impart a lucid and insightful understanding of the topic by emphasizing the foundational mathematics and implementing models and algorithms in well-designed Python code, along with robust coverage of several financial trading problems that can be solved with Reinforcement Learning.
  • Добавил: literator
  • Дата: 19-10-2022, 22:54
  • Комментариев: 0
Mastering React: A Beginner's GuideНазвание: Mastering React: A Beginner's Guide
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2023
Страниц: 278
Язык: английский
Формат: pdf (true)
Размер: 21.3 MB

Mastering React helps the reader master the React jаvascript framework for faster and more robust front-end development. React is a jаvascript framework for creating interface design that is coherent, cheap, and customizable. It makes it possible to create complicated user interfaces out of “modules,” which are small, independent pieces of code. The primary goal of using React is the easier creation of visual interfaces. React was developed by Facebook and released to the public in 2013. It powers some of the most popular apps, including Facebook and Instagram.
  • Добавил: literator
  • Дата: 19-10-2022, 22:24
  • Комментариев: 0
Target C#: Simple Hands-On Programming with Visual Studio 2022Название: Target C#: Simple Hands-On Programming with Visual Studio 2022 Simple Hands-On Programming with Visual Studio 2022
Автор: Gerard Byrne
Издательство: Apress
Год: 2022
Страниц: 1084
Язык: английский
Формат: pdf (true), epub
Размер: 108.6 MB

So, you want to learn C# and Visual Studio 2022, but are a bit intimidated? Don’t be. Programming is within your grasp! Programmers at any level have to fully understand, and more importantly, be able to code the core constructs. It is impossible to use complex programming concepts such as classes before understanding what methods and variables and their data types are. Once there is a foundation built on the basics, then all other topics can fall in line. While it is a forgone conclusion that languages change with the introduction of new features, the core concepts do not. Even large enterprises do not always update to the latest versions of languages and frameworks; their "backbone" applications have been developed to work, regardless. More than ever, enterprises need developers who can master and apply the core programming concepts and then be "up-skilled" with newer language levels and features as they integrate into the company.
  • Добавил: literator
  • Дата: 19-10-2022, 21:19
  • Комментариев: 0
Handbook of Computer Programming with PythonНазвание: Handbook of Computer Programming with Python
Автор: Dimitrios Xanthidis, Christos Manolas, Ourania K. Xanthidou
Издательство: CRC Press
Год: 2023
Страниц: 631
Язык: английский
Формат: pdf (true)
Размер: 45.4 MB

This handbook provides a hands-on experience based on the underlying topics, and assists students and faculty members in developing their algorithmic thought process and programs for given computational problems. It can also be used by professionals who possess the necessary theoretical and computational thinking background but are presently making their transition to Python. This handbook will benefit students of computer science, information systems, and information technology, or anyone who is involved in computer programming (entry-to-intermediate level), data analytics, HCI-GUI, and related disciplines.
  • Добавил: literator
  • Дата: 19-10-2022, 18:21
  • Комментариев: 0
MATLAB for Engineering Applications, 5th EditionНазвание: MATLAB for Engineering Applications, 5th Edition
Автор: William J. Palm III
Издательство: McGraw Hill LLC
Год: 2023
Страниц: 656
Язык: английский
Формат: pdf (true), epub (true)
Размер: 14.0 MB, 21.1 MB

MATLAB for Engineering Applications is a simple concise book designed to be useful for beginners and to be kept as a reference. MATLAB is a globally available standard computational tool for engineers and scientists. This text is intended as a stand-alone introduction to MATLAB and can be used in an introductory course as a self-study text or as a supplementary text. The text’s material is based on the author’s experience in teaching a required two-credit semester course devoted to MATLAB for engineering freshmen. This title will be available in Connect but is not available with SmartBook. Instructor Resources available for this title include: Solutions Manual Presentation Tools Table (includes Lecture PowerPoints and Image Bank) MATLAB Files MATLAB Live Scripts.
  • Добавил: literator
  • Дата: 19-10-2022, 13:20
  • Комментариев: 0
Tiny PowerShell Projects (MEAP v4)Название: Tiny PowerShell Projects (MEAP v4)
Автор: Bill Burns
Издательство: Manning Publications
Год: 2022
Страниц: 168
Язык: английский
Формат: pdf (true)
Размер: 15.2 MB

PowerShell can automate almost any IT task. This book guides you through 17 practical PowerShell projects that will build your skills and save you hours—or even days—of work. PowerShell is a powerful scripting language for Windows, Mac and Linux. It’s perfect for automating any system administration task. With PowerShell, you can perform tedious multi-step tasks right from the command line and save your work as scripts you’ll be able to use over and over. And because it’s a full-featured programming language, you can build tools that you can share with other users.