Vtome.ru - электронная библиотека

  • Добавил: TRex
  • Дата: 14-10-2022, 19:02
  • Комментариев: 0
Название: Security as Code (Early Release)
Автор: BK Sarthak Das and Virginia Chu
Издательство: O’Reilly Media
Год: 2022-10-14: Third Release
Формат: ePUB
Размер: 10 Mb
Язык: Русский

In this book, authors BK Sarthak Das and Virginia Chu demonstrate how to use this methodology to secure any application and infrastructure you want to deploy. With Security as Code, you'll learn how to create a secure containerized application with Kubernetes using CI/CD tooling from AWS and open source providers.
  • Добавил: literator
  • Дата: 14-10-2022, 16:25
  • Комментариев: 0
Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security (Early Release)Название: Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security (Early Release)
Автор: Liz Rice
Издательство: O’Reilly Media, Inc.
Год: 2022-10-13
Язык: английский
Формат: epub (true), mobi
Размер: MB

What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works. Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. The entire eBPF program is defined as a string called “program” in the Python code. This C program needs to be compiled before it can be executed, but BCC takes care of that for you. The eBPF program is loaded into the kernel and attached to an event, so the program will be triggered whenever a new executable gets launched on the machine. All that remains to do in the Python code is to read the tracing that is output by the kernel, and write it on screen. eBPF programs can be used to dynamically change the behavior of the system. There’s no need to reboot the machine or restart existing processes - eBPF code starts taking effect as soon as it is attached to an event.
  • Добавил: TRex
  • Дата: 14-10-2022, 16:18
  • Комментариев: 0
Название: Python for Data Analysis, 3rd Edition
Автор: Wes McKinney
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Размер: 10 Mb
Страниц: 582
Язык: English

Get the definitive handbook for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.9 and pandas 1.2, the third edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, and Jupyter in the process.
Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It’s ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and related material are available on GitHub.
  • Добавил: TRex
  • Дата: 14-10-2022, 13:09
  • Комментариев: 0
Название: Quantum Software Engineering
Автор: Manuel A. Serrano, Ricardo Perez-Castillo, Mario Piattini
Издательство: Springer
Год: 2022
Формат: PDF
Страниц: 321
Размер: 15,1 Mb
Язык: English

This book presents a set of software engineering techniques and tools to improve the productivity and assure the quality in quantum software development. Through the collaboration of the software engineering community with the quantum computing community new architectural paradigms for quantum-enabled computing systems will be anticipated and developed.
  • Добавил: TRex
  • Дата: 14-10-2022, 12:51
  • Комментариев: 0
Название: Mathematical Foundations of Data Science Using R, 2nd Edition
Автор: Frank Emmert-Streib, Salissou Moutari, Matthias Dehmer
Издательство: De Gruyter
Год: 2022
Формат: True PDF
Страниц: 42,2 Mb
Размер: 422
Язык: English

The aim of the book is to help students become data scientists. Since this requires a series of courses over a considerable period of time, the book intends to accompany students from the beginning to an advanced understanding of the knowledge and skills that define a modern data scientist. The book presents a comprehensive overview of the mathematical foundations of the programming language R and of its applications to data science.
  • Добавил: Vlad-312
  • Дата: 13-10-2022, 16:45
  • Комментариев: 0

Название: Inside Your Calculator: From Simple Programs to Significant Insights
Автор: Gerald R. Rising
Издательство: John Wiley & Sons, Inc
ISBN: 978-0-470-11401-8
Год: 2007
Страниц: 293
Формат: PDF
Размер: 6 Mб
Язык: English

Uncover the mysteries that lie within your calculator This remarkable book explores the simple internal calculator processesalgorithms and programsthat tell us, for example, that the cosine of 56? is 0.5591929035. Using carefully constructed diagrams and figures, the author effectively demonstrates how calculator keys compute powers, roots, logarithms, and trigonometry functions, while also providing insights into simple programming, the conversion between decimal and binary numeration, and perhaps most importantly, the structure of our numeration system
  • Добавил: TRex
  • Дата: 13-10-2022, 14:41
  • Комментариев: 0
Название: Знакомство с Python
Автор: Дэн Бейдер, Дэвид Эймос Джоанна Яблонски, Флетчер Хейслер
Издательство: Питep
Год: 2023
Формат: True PDF
Страниц: 509
Размер: 65,2 Mb
Язык: Русский

Как сочетать разные структурные элементы Python, чтобы сразу создавать скрипты и приложенияПытаетесь найти что-нибудь для начинающих о языке Python в интернете? Не можете решить, с чего начать? Как структурировать это море информации? В каком порядке изучать? Если вы задаетесь подобными вопросами, потому что хотите заложить фундамент будущей карьеры питониста — эта книга для вас! Вместо скучного перечисления возможностей языка авторы рассказывают, как сочетать разные структурные элементы Python, чтобы сразу создавать скрипты и приложения.
  • Добавил: literator
  • Дата: 13-10-2022, 11:59
  • Комментариев: 0
Android Accessibility by Tutorials (2nd Edition)Название: Android Accessibility by Tutorials (2nd Edition)
Автор: Victoria Gonda
Издательство: Razeware LLC
Год: 2022
Страниц: 217
Язык: английский
Формат: pdf (true)
Размер: 18.5 MB

Learn to build accessible apps on Android using WCAG through hands-on, step-by-step tutorials.Accessibility is an important, often overlooked, part of building a quality app. The Web Content Accessibility Guidelines (WCAG) can be confusing and it’s often unclear how to apply these guidelines to Android. In this book, you’ll learn about building accessible apps on Android using WCAG through hands-on, step-by-step tutorials.
  • Добавил: TRex
  • Дата: 12-10-2022, 19:18
  • Комментариев: 0
Название: Искусственный интеллект и компьютерное зрение. Реальные проекты на Python, Keras и TensorFlow
Автор: Коул Анирад, Казам Мехер, Ганджу Сиддха
Издательство: Питep
Год: 2023
Формат: True PDF
Страниц: 608
Размер: 18,2 Mb
Язык: Русский

Практические примеры из этой книги научат вас создавать приложения глубокого обучения для облачных, мобильных и краевых (edge) систем. Если вы хотите создать что-то необычное, полезное, масштабируемое или просто классное — эта книга для вас. Многолетний опыт исследований в области глубокого обучения и разработки приложений позволяют авторам научить каждого воплощать идеи в нечто невероятное и необходимое людям в реальном мире.
  • Добавил: TRex
  • Дата: 12-10-2022, 10:48
  • Комментариев: 0
Название: Beginning Software Engineering, 2nd Edition
Автор: Stephens, Rod
Издательство: Wiley
Год: 2022
Формат: True PDF
Страниц: 722
Размер: 13,1 Mb
Язык: English

Discover the foundations of software engineering with this easy and intuitive guide
In the newly updated second edition of Beginning Software Engineering, expert programmer and tech educator Rod Stephens delivers an instructive and intuitive introduction to the fundamentals of software engineering. In the book, you’ll learn to create well-constructed software applications that meet the needs of users while developing the practical, hands-on skills needed to build robust, efficient, and reliable software.