MicroPython for Microcontrollers : Projects with Thonny-IDE, uPyCraft-IDE, and ESP32

Автор: literator от 29-06-2023, 03:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

MicroPython for Microcontrollers : Projects with Thonny-IDE, uPyCraft-IDE, and ESP32Название: MicroPython for Microcontrollers : Projects with Thonny-IDE, uPyCraft-IDE, and ESP32
Автор: Dr Günter Spanner
Издательство: Elektor International Media
Год: 2021
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

The "Python" programming language has enjoyed an enormous upswing in recent years. Not least, various single-board systems such as the Raspberry Pi have contributed to its popularity. But Python has also found widespread use in other fields, such as Artificial Intelligence (AI) or Machine Learning (ML). It is obvious, therefore, to use Python or the "MicroPython" variant for use in SoCs (Systems on Chip) as well. Powerful controllers such as the ESP32 from Espressif Systems offer excellent performance as well as Wi-Fi and Bluetooth functionality at an affordable price. With these features, the Maker scene has been taken by storm. Compared to other controllers, the ESP32 has a significantly larger flash and SRAM memory, as well as a much higher CPU speed. Due to these characteristics, the chip is not only suitable for classic C applications, but also for programming with MicroPython.

 

Semantic AI in Knowledge Graphs

Автор: literator от 29-06-2023, 02:46, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Semantic AI in Knowledge GraphsНазвание: Semantic AI in Knowledge Graphs
Автор: Sanju Tiwari, Fernando Ortiz-Rodriguez, Sarra Ben Abbes
Издательство: CRC Press
Год: 2024
Страниц: 217
Язык: английский
Формат: pdf (true)
Размер: 16.0 MB

Recent combinations of semantic technology and Artificial Intelligence (AI) present new techniques to build intelligent systems that identify more precise results. Semantic AI in Knowledge Graphs locates itself at the forefront of this novel development, uncovering the role of Machine Learning to extend the knowledge graphs by graph mapping or corpus-based ontology learning. Securing efficient results via the combination of symbolic AI and statistical AI such as entity extraction based on machine learning, text mining methods, semantic knowledge graphs, and related reasoning power, this book is the first of its kind to explore semantic AI and knowledge graphs. A range of topics are covered, from neuro-symbolic AI, explainable AI and deep learning to knowledge discovery and mining, and knowledge representation and reasoning.

 

Security for Containers and Kubernetes: Learn how to implement robust security measures in containerized environments

Автор: literator от 29-06-2023, 02:26, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Security for Containers and Kubernetes: Learn how to implement robust security measures in containerized environmentsНазвание: Security for Containers and Kubernetes: Learn how to implement robust security measures in containerized environments
Автор: Luigi Aversa
Издательство: BPB Publications
Год: 2023
Страниц: 602
Язык: английский
Формат: epub
Размер: 111.6 MB

A practical guide to hardening containers and securing Kubernetes deployments. Security for Containers and Kubernetes provides you with a framework to follow numerous hands-on strategies for measuring, analyzing, and preventing threats and vulnerabilities in continuous integration and continuous delivery pipelines, pods, containers, and Kubernetes clusters. The book brings together various solutions that can empower agile teams to proactively monitor, safeguard, and counteract attacks, vulnerabilities, and misconfigurations across the entire DevOps process. These solutions encompass critical tasks such as reviewing and protecting pods, container clusters, container runtime, authorization policies, addressing container security issues, ensuring secure deployment and migration, and fortifying continuous integration and continuous delivery workflows. Furthermore, the book helps you in developing a robust container security strategy and provides guidance on conducting Kubernetes environment testing. It concludes by covering the advantages of service mesh, DevSecOps methodologies, and expert advice for mitigating misconfiguration during the implementation of containerization and Kubernetes.

 

Programming with Python: And Its Applications to Physical Systems

Автор: literator от 28-06-2023, 21:17, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Programming with Python: And Its Applications to Physical SystemsНазвание: Programming with Python: And Its Applications to Physical Systems
Автор: M. Shubhakanta Singh
Издательство: CRC Press/Manakin Press
Год: 2024
Страниц: 363
Язык: английский
Формат: pdf (true)
Размер: 11.4 MB

This book is an introduction to Python Programming and provides a practical approach to the subject. The basic concepts of Python are explained in detail and augmented with examples and diagrams for a thorough understanding of the subject. The book is primarily aimed at students with little or no prior knowledge of programming languages. However, self-taught and hobbyist programmers, scientists, engineers, computing professionals and computer scientists and others who need to program as part of their work may also use this book for understanding the basic concepts of Python.

 

Mastering R: A Beginner's Guide

Автор: literator от 28-06-2023, 20:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Mastering R: A Beginner's GuideНазвание: Mastering R: A Beginner's Guide
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2024
Страниц: 297
Язык: английский
Формат: pdf (true)
Размер: 11.3 MB

R is a statistical computing and graphics programming language that you can use to clean, analyze, and graph data. It is widely used by researchers from various disciplines to estimate and display results and by teachers of statistics and research methods. This book is a detailed guide for beginners to understand R with an explanation of core statistical and research ideas. One of the powerful characteristics of R is that it is open-source, which means that anyone can access the underlying code used to run the program and add their own code for free. It will always be able to perform the latest statistical analyses as soon as anyone thinks of them. R corrects mistakes quickly and transparently and has put together a community of programming and statistical experts that you can turn to for help. Mastering R: A Beginner’s Guide not only explains how to program but also how to use R for visualization and modeling. The fundamental principles of R explained here are helpful to beginner and intermediate users interested in learning this highly technological and diverse language.

 

Kubernetes Programming with Go: Programming Kubernetes Clients and Operators Using Go and the Kubernetes API

Автор: literator от 28-06-2023, 17:37, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Kubernetes Programming with Go: Programming Kubernetes Clients and Operators Using Go and the Kubernetes APIНазвание: Kubernetes Programming with Go: Programming Kubernetes Clients and Operators Using Go and the Kubernetes API
Автор: Philippe Martin
Издательство: Apress
Год: 2023
Страниц: 326
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.2 MB

This book begins by introducing the structure of the Kubernetes API and which operations it serves. Following chapters demonstrate how to write native Kubernetes resources definitions using Go structures defined in the API and API Machinery libraries. Miscellaneous utilities are described to help you work with different resource fields and to convert your resource definitions to or from YAML or JSON. Next, you will learn how to interact with the Kubernetes API server to create, delete, update, and monitor resources in a cluster using the client-go library. A complete chapter is devoted to tools provided to test your programs using the client-go library. An example follows to wrap up the first part of the book, describing how to write a kubectl plugin. Next, you will learn how to extend the Kubernetes API using Custom Resource Definitions, and how to write Kubernetes resources in a generic way as well as how to create your own resources using the unstructured concept.
 

Объектно-ориентированное программирование на C++ (2019)

Автор: Igor1977 от 28-06-2023, 16:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Объектно-ориентированное программирование на C++ (2019)
Автор: Баранова И.В. и др.
Издательство: Красноярск: Сибирский федеральный университет
Год: 2019
Формат: pdf
Страниц: 289
Размер: 31 mb
Язык: Русский

Рассмотрены основные концепции объектно-ориентированного, обобщенного и событийного программирования. В качестве языка программирования выбран язык С++. Подробно изложены принципы и механизмы работы с классами и объектами, в том числе наследование, перегрузка функций и операций, виртуальные функции, шаблоны функций и классов. Большое внимание уделено работе со стандартной библиотекой шаблонов, раздельной компиляции программ и применению компонентного и событийного подходов в разработке программных приложений.
 

Паскаль для школьников (1-е издание)

Автор: umkaS от 28-06-2023, 16:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Паскаль для школьников
Автор: Ушаков Д.М., Юркова Т.А.
Издательство: СПб.: Питер
Год: 2010 - 1-е издание
Cтраниц: 256
Формат: pdf
Размер: 13 мб
Язык: русский

Эта книга — не учебник, а скорее помощник в освоении языка программирования Паскаль, с которым на уроках информатики знакомятся все школьники. Она состоит из бесед, посвященных практическим вопросам программирования и решения задач. Многочисленные примеры позволяют лучше понять, как разработать алгоритм, написать собственную программу, правильно оформить ее текст.
 

Introduction to Prescriptive AI: A Primer for Decision Intelligence Solutioning with Python

Автор: literator от 28-06-2023, 08:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Introduction to Prescriptive AI: A Primer for Decision Intelligence Solutioning with PythonНазвание: Introduction to Prescriptive AI: A Primer for Decision Intelligence Solutioning with Python
Автор: Akshay Kulkarni, Adarsha Shivananda, Avinash Manure
Издательство: Apress
Год: 2023
Страниц: 205
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.2 MB

Gain a working knowledge of prescriptive AI, its history, and its current and future trends. This book will help you evaluate different AI-driven predictive analytics techniques and help you incorporate decision intelligence into your business workflow through real-world examples. The book kicks off with an introduction to decision intelligence and provides insight into prescriptive AI and how it can be woven into various business strategies and frameworks. You'll then be introduced to different decision intelligence methodologies and how to implement them, along with advantages and limitations of each. Digging deeper, the authors then walk you through how to perform simulations and interpret the results. A full chapter is devoted to embedding decision intelligence processes and outcomes into your business workflow using various applications. The book concludes by exploring different cognitive biases humans are prone to, and how those biases can be eliminated by combining machine and human intelligence. Prescriptive AI, also known as prescriptive analytics, is used to provide recommendations on what actions to take based on the predictions made by predictive AI.

 

Enhancing Adobe Acrobat Forms with JavaScript (2nd Edition)

Автор: literator от 28-06-2023, 08:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Enhancing Adobe Acrobat Forms with JavaScript (2nd Edition)Название: Enhancing Adobe Acrobat Forms with jаvascript (2nd Edition)
Автор: Jennifer Harder
Издательство: Apress
Год: 2023
Страниц: 756
Язык: английский
Формат: pdf (true)
Размер: 40.7 MB

Take your PDF forms to the next level! In this book, you’ll learn various ways to further improve your PDF forms using simple jаvascript coding. You’ll also discover how a few lines of code can speed up your workflow when working with multiple PDFs in Action Wizard. Enhancing Adobe Acrobat Forms with jаvascript covers up-to-date, real working examples that you can easily download and practice with and edit to suit your own projects. This book also shows workarounds and solutions to various form issues you might encounter. Feel empowered by it and improve your PDF documents! jаvascript has been a part of Adobe Acrobat for many versions. However, few people use its features and focus mainly on using basic form properties, never delving deeper into Acrobat’s full capabilities. While information on the web can be helpful, if you don’t know enough about how to use jаvascript in Acrobat you will be left with poor results. jаvascript can be difficult to learn, but it does not need to be scary. This book explains in simple steps for beginner to intermediate level so that you can take full advantage of Acrobat’s capabilities for your own projects.