|
 |
|
 |
|
|
 |
|  |
|
Название: 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. |
Разместил: Ingvar16 14-10-2022, 16:25 | Комментарии: 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. |
Разместил: vitvikvas 14-10-2022, 16:22 | Комментарии: 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. The book starts with a chapter that introduces the main concepts and general foundations related to quantum computing. This is followed by a number of chapters dealing with the quantum software engineering methods and techniques. Topics like the Talavera Manifesto for quantum software engineering, frameworks for hybrid systems, formal methods for quantum software engineering, quantum software modelling languages, and reengineering for quantum software are covered in this part. A second set of chapters then deals with quantum software environments and tools, detailing platforms like QuantumPath®, Classiq as well as quantum software frameworks for deep learning. |
Разместил: vitvikvas 14-10-2022, 13:11 | Комментарии: 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. |
Разместил: vitvikvas 14-10-2022, 12:52 | Комментарии: 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 |
Разместил: Gena_Bukin 13-10-2022, 16:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Знакомство с Python Автор: Дэн Бейдер, Дэвид Эймос Джоанна Яблонски, Флетчер Хейслер Издательство: Питep Год: 2023 Формат: True PDF Страниц: 509 Размер: 65,2 Mb Язык: Русский
Как сочетать разные структурные элементы Python, чтобы сразу создавать скрипты и приложенияПытаетесь найти что-нибудь для начинающих о языке Python в интернете? Не можете решить, с чего начать? Как структурировать это море информации? В каком порядке изучать? Если вы задаетесь подобными вопросами, потому что хотите заложить фундамент будущей карьеры питониста — эта книга для вас! Вместо скучного перечисления возможностей языка авторы рассказывают, как сочетать разные структурные элементы Python, чтобы сразу создавать скрипты и приложения. Книга построена по принципу 80/20: большую часть полезной информации можно усвоить, изучив несколько критически важных концепций. Освоив самые популярные команды и приемы, вы сразу сосредоточитесь на решении реальных повседневных задач. |
Разместил: vitvikvas 13-10-2022, 14:42 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Raspberry Pi для детей Автор: Вайгенд М. Издательство: ДМK Год: 2019 Cтраниц: 564, цвет.ил. Формат: pdf (ocr) Размер: 43 мб Язык: русский
Книга предназначена для первоначального изучения Raspberry PI – одноплатного компьютера размером с банковскую карту. Благодаря простым пошаговым инструкциям юный читатель сможет превратить свою «малинку» и в настоящий медиацентр, и в автосимулятор (с помощью языка Scratch), и в сердце умного дома (программируя на Python и подключая разные датчики). А в конце будет создан настоящий сайт и протестирован на смартфоне. Издание рекомендуется школьникам средних и старших классов, желающим изучить возможности Raspberry PI и научиться на нём программировать. |
Разместил: rivasss 13-10-2022, 12:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 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. |
Разместил: Ingvar16 13-10-2022, 11:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Искусственный интеллект и компьютерное зрение. Реальные проекты на Python, Keras и TensorFlow Автор: Коул Анирад, Казам Мехер, Ганджу Сиддха Издательство: Питep Год: 2023 Формат: True PDF Страниц: 608 Размер: 18,2 Mb Язык: Русский
Практические примеры из этой книги научат вас создавать приложения глубокого обучения для облачных, мобильных и краевых (edge) систем. Если вы хотите создать что-то необычное, полезное, масштабируемое или просто классное — эта книга для вас. Многолетний опыт исследований в области глубокого обучения и разработки приложений позволяют авторам научить каждого воплощать идеи в нечто невероятное и необходимое людям в реальном мире. |
Разместил: vitvikvas 12-10-2022, 19:19 | Комментарии: 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. The author skips the unnecessary jargon and sticks to simple and straightforward English to help you understand the concepts and ideas discussed within. He also offers you real-world tested methods you can apply to any programming language. |
Разместил: vitvikvas 12-10-2022, 10:48 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|