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

  • Добавил: literator
  • Дата: 27-04-2025, 19:01
  • Комментариев: 0
Название: Data Pipelines with Apache Airflow, Second Edition (MEAP v9)
Автор: Julian de Ruiter, Ismael Cabral, Kris Geusebroek, Daniel van der Ende, Bas Harenslak
Издательство: Manning Publications
Год: 2025
Страниц: 401
Язык: английский
Формат: pdf (true), epub
Размер: 56.2 MB

Simplify, streamline, and scale your data operations with data pipelines built on Apache Airflow. Apache Airflow provides a batteries-included platform for designing, implementing, and monitoring data pipelines. Building pipelines on Airflow eliminates the need for patchwork stacks and homegrown processes, adding security and consistency to the process. Now in its second edition, Data Pipelines with Apache Airflow teaches you to harness this powerful platform to simplify and automate your data pipelines, reduce operational overhead, and seamlessly integrate all the technologies in your stack. This book focuses on Apache Airflow, a batch-oriented framework for building data pipelines. Airflow’s key feature is that it enables you to easily build scheduled data pipelines using Python, while also providing many building blocks that allow you to stitch together the many different technologies encountered in modern technological landscapes. For DevOps, data engineers, Machine Learning engineers, and sysadmins with intermediate Python skills.
  • Добавил: literator
  • Дата: 27-04-2025, 18:23
  • Комментариев: 0
Название: Learn Docker in a Month of Lunches, Second Edition (MEAP v4)
Автор: Elton Stoneman
Издательство: Manning Publications
Год: 2025
Страниц: 537
Язык: английский
Формат: pdf (true)
Размер: 73.2 MB

Just the Docker you need to know in 22 bite-sized lessons! No matter what role you have in IT, you’re likely to touch Docker at some point. Whether you’re deploying a pre-built application, creating a secure test environment, or packaging components in a microservices system, Docker provides a straightforward system for bundling all the pieces together in a safe, portable “container” you can drop wherever it’s needed. In this freshly-revised bestseller, Docker expert Elton Stoneman guides through using containers for cloud migration, microservices, and handling legacy systems–all in 22 short lessons you can complete on your lunch break. The samples are all guaranteed to work on any Linux, Windows, or Mac system. You’ll explore building and running Docker apps in Go, Java, Node, and .NET, adding observability with monitoring dashboards, running databases in containers, running containers in the cloud, and migrating legacy systems to Docker. There's even a primer on using Kubernetes to manage your containers! For readers from any technical background—developers, admin, and DevOps all welcome!
  • Добавил: literator
  • Дата: 27-04-2025, 17:49
  • Комментариев: 0
Название: Apache Kafka in Action: From basics to production
Автор: Alexander Kropp, Anatoly Zelenin
Издательство: Manning Publications
Год: 2025
Страниц: 370
Язык: английский
Формат: pdf (true)
Размер: 68.0 MB

Apache Kafka, start to finish. Apache Kafka in Action: From basics to production guides you through the concepts and skills you’ll need to deploy and administer Kafka for data pipelines, event-driven applications, and other systems that process data streams from multiple sources. Authors Anatoly Zelenin and Alexander Kropp have spent years using Kafka in real-world production environments. In this guide, they reveal their hard-won expert insights to help you troubleshoot common Kafka challenges. Delving deeper into the various aspects of development for Kafka would fill an entire book, but because this book isn’t a developer’s guide, we’ll only briefly go into the most important details. For the sake of clarity, we mostly use Python in our code examples. In Java and other programming languages, the basic concepts for communicating with Kafka are very similar. For IT operators, software architects and developers. No experience with Kafka required.
  • Добавил: Natali26
  • Дата: 27-04-2025, 17:29
  • Комментариев: 0
Название: Mastering Asynchronous Network Programming with Python
Автор: Andrew M. Jones
Издательство: Andrew M. Jones
Год: 2024
Формат: pdf
Страниц: 162
Размер: 12,70 Мб
Язык: английский

Elevate Your Python Network Applications with Asynchronous Programming. Today's users demand apps that load instantly. Traditional network programming often fails to deliver this, causing frustration. This book introduces you to asynchronous network programming in Python, a technique that helps you create apps that feel incredibly fast.
  • Добавил: literator
  • Дата: 27-04-2025, 16:46
  • Комментариев: 0
Название: Streamlit in Action: Pure Python web apps in minutes (MEAP v6)
Автор: Aneev D. Kochakadan
Издательство: Manning Publications
Год: 2025
Страниц: 445
Язык: английский
Формат: pdf (true), epub
Размер: 42.7 MB

Build amazing web apps with Streamlit and Python! The Streamlit framework empowers Python developers to build web applications quickly without writing a single line of HTML, CSS, or jаvascript. Streamlit in Action lays out everything you need to quickly transform your app ideas into fully-fledged web applications using nothing but Python and your imagination. There’s no need to switch stacks just to add a web front-end to a Python application. This easy to use, lightweight toolkit is perfect for putting a friendly UI on an AI model or creating an interactive data dashboard. Streamlit in Action teaches you how to build great web and front-ends using the Streamlit framework and Python. You'll start with the basics by creating a password validator and a simple to-do list app. Then, you’ll progressively build your skills all the way to developing an executive dashboard, an AI chatbot, and an LLM-based searchable knowledge base. You’ll love the crystal-clear explanations and the interesting hands-on projects as you develop your Streamlit skills step by step. For Python programmers. No web app or AI skills required.
  • Добавил: literator
  • Дата: 27-04-2025, 16:21
  • Комментариев: 0
Название: Prompt Engineering in Action (MEAP v4)
Автор: Naresh Vurukonda, Shivendra Srivastava
Издательство: Manning Publications
Год: 2025
Страниц: 244
Язык: английский
Формат: pdf (true), epub
Размер: 21.1 MB

Tested techniques for writing excellent AI prompts! Each LLM seems to have a mind of its own, and it can be challenging to get the exact results you want. Prompt Engineering in Action teaches you to write prompts that generate the text and code you want, regardless of the LLM you choose. In it, you’ll discover structured and reusable prompt patterns that reduce hallucinations, customize LLMs to specific tasks, and improve the quality of your code generation. Prompt Engineering in Action teaches universal prompting principles, each illustrated with concise examples of a prompt in action. You’ll find more than just simple prompt-and-response methods. It goes beyond the basics of prompting to explore reusability, scaling for prompts, and managing stochastic responses. Dive into prompt patterns such as Persona, Game-Play, and Recipe patterns, and into emerging techniques such as Retrieval-Augmented Generation (RAG) and dynamic agents. You’ll soon be building solutions that are efficient, accurate, and highly adaptable for real-world applications. For readers familiar with the basics of working with LLMs.
  • Добавил: literator
  • Дата: 27-04-2025, 15:56
  • Комментариев: 0
Название: Refactoring to Rust (MEAP V10)
Автор: Lily Mara, Joel Holmes
Издательство: Manning Publications
Год: 2025
Страниц: 365
Язык: английский
Формат: pdf (true), epub
Размер: 17.1 MB

Get the speed and reliability of Rust libraries, functions, and high-performance features through incremental adoption without rewriting your codebase from scratch. Refactoring to Rust teaches you how to take advantage of Rust’s easy-to-use interoperating mechanisms. Learn practical code-mixing techniques like embedding Rust libraries into apps written in other languages. This practical guide emphasises techniques for incrementally refactoring performance-critical code to Rust while keeping the rest of your application in its original language. Refactoring to Rust teaches you to combine your favorite programming language with high-performance Rust code. You’ll augment programs with Rust hands-on with approachable examples like solving FizzBuzz with Rust’s pattern matching and gaining enormous runtime speedups to Python code. When you’re done, you’ll have mastered techniques for building Rust plugins you can apply to all kinds of existing software, from games to data tools.
  • Добавил: literator
  • Дата: 27-04-2025, 15:23
  • Комментариев: 0
Название: Machine Learning for C# Developers: Build smart applications with ML.NET (MEAP V03)
Автор: Fiodar Sazanavets
Издательство: Manning Publications
Год: 2025
Страниц: 198
Язык: английский
Формат: pdf (true), epub
Размер: 24.1 MB

Create production quality Machine Learning models in C# without leaving the .NET ecosystem. Machine Learning for C# Developers teaches you how to build powerful Machine Learning (ML) models using your C# and .NET skills—no Python required! You’ll learn how to use the innovative ML.NET framework to build a virtual assistant that can recognize objects, classify software errors, estimate salaries from a job description, and more. Machine Learning for C# Developers opens up the world of Machine Learning to C# and .NET developers. In it, you’ll find full coverage of the new ML.NET framework that’s at the forefront of Microsoft’s AI developments. Through careful, step-by-step guidance you’ll learn how to deliver everything from simple machine learning tools to complex Deep Learning models—no Python required.
  • Добавил: Natali26
  • Дата: 27-04-2025, 14:11
  • Комментариев: 0
Название: C++ Programming for GUI Development with Qt
Автор: THOMPSON CARTER
Издательство: THOMPSON CARTER
Год: 2024
Формат: epub, pdf
Страниц: 414
Размер: 11,28 Мб
Язык: английский

C++ Programming for GUI Development with Qt: The Ultimate Guide to Building Interactive Applications. Have you ever wanted to create stunning, user-friendly applications that run seamlessly across different platforms? "C++ Programming for GUI Development with Qt" is your key to unlocking the power of C++ and the Qt framework to build modern, interactive, and visually appealing graphical user interfaces (GUIs).
  • Добавил: umkaS
  • Дата: 27-04-2025, 14:07
  • Комментариев: 0
Название: TinyML. Книга рецептов
Автор: Йодиче Дж. М.
Издательство: Москва
Год: 2023
Cтраниц: 300
Формат: pdf
Размер: 30 мб
Язык: русский

TinyML – технология, призванная расширить использование искусственного интеллекта за счет устройств с малым энергопотреблением, таких как микроконтроллеры. Прочитав эту книгу, вы сможете свободно использовать передовые практики и фреймворки ML в своей работе. Среди рассматриваемых тем: