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

  • Добавил: SCART56
  • Дата: 8-10-2024, 05:16
  • Комментариев: 0

Название: Серия "Novel" в 166 книгах
Автор(ы): разные
Издательство: Москва
Год: 2020-2024
Страниц: 1000+
Формат: fb2
Размер: 379 Мб
Язык: русский

Загляните в яркие миры Inspiria! Мы выбираем для вас вдохновляющие истории и превращаем их в особенные книги.
«Инспирия» дарит эмоции и новый опыт чтения самым требовательным читателям. Каждая книга содержит дополнительные материалы, в полном объеме раскрывающие ее мир. Личные отзывы создателей помогут вам найти свою книгу среди лучших. Эти сюжеты хочется пересказывать, а книги не выпускать из рук.

  • Добавил: SCART56
  • Дата: 8-10-2024, 04:55
  • Комментариев: 0

Название: Серия "Научная библиотека" в 266 книгах
Автор(ы): разные
Издательство: НЛО
Год: 1994-2024
Страниц: 1000+
Формат: fb2, pdf, rtf, doc
Размер: 1.6 Гб
Язык: русский

«Научная библиотека» — старейшая серия издательства, научное приложение к журналу «Новое литературное обозрение». За время существования книги «черно-белой серии» стали одной из визитных карточек «НЛО» и сформировали новый академический канон, заняв прочное место в учебных программах и списках рекомендованной литературы ведущих российских и зарубежных вузов.
Книги серии включают в себя актуальные исследования, монографии и коллективные сборники, посвященные филологии, культурной антропологии, истории и социологии. Задача серии — фиксация современных тенденций в гуманитарной науке и формирование нового междисциплинарного языка гуманитарного знания.
  • Добавил: literator
  • Дата: 8-10-2024, 03:30
  • Комментариев: 0
Название: Python Logging: Auditing and Debugging Through
Автор: Michael Driscoll
Издательство: Teach Me Python LLC/Leanpub
Год: 2024-10-03
Страниц: 154
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

What does every new developer do when they are first learning to program? They print out strings to their terminal. It's how we learn! But printing out to the terminal isn't what you do with most professional applications. In those cases, you log in. Sometimes, you log into multiple locations at once. These logs may serve as an audit trail for compliance purposes or help the engineers debug what went wrong. Python Logging teaches you how to log in the Python programming language. Python is one of the most popular programming languages in the world. Python comes with a logging module that makes logging easy. You don’t need to be a programmer or engineer to use this book, but it helps. The primary target is people who want to learn about what logging in Python is and how to use it effectively. If you understand the basics of Python, then you’ll be even better off!
  • Добавил: literator
  • Дата: 8-10-2024, 02:32
  • Комментариев: 0
Название: Surviving Other People's APIs
Автор: Phil Sturgeon, Mike Bifulco
Издательство: Leanpub
Год: 2023-04-17
Страниц: 173
Язык: английский
Формат: pdf (true), epub
Размер: 15.9 MB

"Just pull that from the API" they said. "It'll be easy!" they said. How can you build the best web/mobile/client-side application, when the APIs you need to work with are poorly documented, struggle with sketchy performance, or generally make you feel like you're on a dangerous expidition into an ancient tomb, with hidden booby traps, doors operated by archaic runes, where one wrong move triggers swinging battering rambs to wreck your day into a wall of spikes. This whole premise of an API client-server relationship is inherently fraught with danger, because going over the network for anything can lead to unexpected errors, unexpected change, connection problems... hell a rat could have chewed through a cable. This book aims to help you not just react to these problems, but ideally prempt them and build an application that laughs in the face of danger. Just like with Build APIs You Won’t Hate, this book will take a non-academic, easy-to-read approach to some pretty complex topics around HTTP interactions, versioning, client-caching, state management, differences between how you interact with RPC, REST and GraphQL, using JSON Schema for local validation, and all sorts of other awesome stuff that nobody ever bothered to mention to you.
  • Добавил: literator
  • Дата: 8-10-2024, 01:54
  • Комментариев: 0
Название: Hands-On Prescriptive Analytics: Optimizing Your Decisions with Python (Early Release)
Автор: Walter R. Paczkowski
Издательство: O’Reilly Media, Inc.
Год: 2024-10-04
Страниц: 300
Язык: английский
Формат: epub
Размер: 16.2 MB

Business decisions in any context—operational, tactical, or strategic—can have considerable consequences. Whether the outcome is positive and rewarding or negative and damaging to the business, its employees, and stakeholders is unknown when action is approved. These decisions are usually made under the proverbial cloud of uncertainty. With this practical guide, data analysts, data scientists, and business analysts will learn why and how maximizing positive consequences and minimizing negative ones requires three forms of rich information: Descriptive analytics explores the results from an action—what has already happened. Predictive analytics focuses on what could happen. The third, prescriptive analytics, informs us what should happen in the future. While all three are important for decision-makers, the primary focus of this book is on the third: prescriptive analytics. This book is intended for people involved in demand measurement and forecasting; predictive modeling; pricing analytics including elasticity estimation; customer satisfaction assessment; market and advertisement research; new product development and research; capital investment decisions; and any place where these analyses are input into major decisions at the operational, tactical, and strategic levels. This book will provide background for Prescriptive Analytics by explaining the intuition underlying analytic concepts; developing the necessary mathematical and statistical analytic principles; demonstrating concepts using Python in JupyterLab notebooks; and illustrating analytical concepts with use-cases.
  • Добавил: literator
  • Дата: 8-10-2024, 01:20
  • Комментариев: 0
Название: Build APIs You Won't Hate : Everyone and their dog wants an API, so you should probably learn how to build them
Автор: Phil Sturgeon
Издательство: Leanpub
Год: 2016-03-30
Страниц: 194
Язык: английский
Формат: pdf (true), epub + Extras
Размер: 10.1 MB

Tasked with building an API for your company but don't have a clue where to start? Taken over an existing API and hate it? Built your own API and still hate it? This book is for you. API development is becoming increasingly common for server-side developers thanks to the rise of front-end jаvascript frameworks, iPhone applications, and API-centric architectures. It might seem like grabbing stuff from a data source and shoving it out as JSON would be easy, but surviving changes in business logic, database schema updates, new features, or deprecated endpoints can be a nightmare. By passing on some best practices and general good advice you can hit the ground running with API development, combined with some horror stories and how they were overcome/avoided/averted. This book will discuss the theory of designing and building APIs in any language or framework, with this theory applied in PHP-based examples. This book will discuss the theory of designing and building APIs in any language or framework. This theory will be applied in examples built mostly in PHP, with some Ruby and Python too. The book will not be too code-heavy regardless, since reading code is no fun. By the end of this book, you will have built an API that can create, read, update, delete things, handle searching, and do everything else a good Hypermedia API needs to do.
  • Добавил: Knizhka01
  • Дата: 7-10-2024, 23:40
  • Комментариев: 0

Название: Шагреневая кожа Земли: Биосфера-почва-человек
Автор: Никитин Е.Д., Гирусов Э.В.
Издательство: Наука
Год издания: 1993
Количество страниц: 114
Язык: русский
Формат: DJVU, PDF
Размер: 19,3 Мб

Книга широкого природоведческого направления, в которой в увлекательной форме изложено оригинальное учение об экологических функциях биосферы и почвы - "шагреневой кожи Земли". Показана незаменимая роль почвенного покрова в жизни и эволюции планеты и земной цивилизации. Освещено действие общих природных закономерностей в жизни биосферы и человека. Показаны пути спасения почвы - планетарного узла экологических связей. Рассмотрена проблема сохранения здоровья человека и окружающей среды.
Для широкого круга читателей - экологов, почвоведов, географов, работников сельского и лесного хозяйства, защитников природы и всех, кому небезразлична судьба нашей Земли.
  • Добавил: SCART56
  • Дата: 7-10-2024, 23:03
  • Комментариев: 0

Название: В Японию периода реставрации Мэйдзи. Воспоминания о моей двухлетней государственной службе в Японии
Автор(ы): Лев Мечников
Издательство: Моногатари
Год: 2015
Формат: fb2, rtf
Размер: 11 Мб
Язык: русский

В 1873 году, готовясь к поездке в Японию, Лев Мечников приступает к изучению японского языка, истории и географии дальневосточного соседа царской России. Всего за один год он доводит языковые навыки до свободного разговорного уровня и большинство из того, что говорят японцы, может воспринимать на слух. Понимая, какую ценность имеет его поездка, изучает фотодело, берёт уроки карандашной живописи, по крупицам собирает материалы о малоизученной стране; её обычаях и нравах.
  • Добавил: Knizhka01
  • Дата: 7-10-2024, 22:55
  • Комментариев: 0

Название: Обработка деталей на станках с ЧПУ
Автор: Шарин Ю.С.
Издательство: Машиностроение
Год издания: 1983
Количество страниц: 122
Язык: русский
Формат: DJVU, PDF
Размер: 11,32 Мб

Отражены особенности обработки деталей на станках с ЧПУ, приведены основные требования к заготовкам, режущему и измерительному инструменту. Показаны особенности проектирования технологического процесса обработки.
Книга предназначена для рабочих-станочников и наладчиков.
  • Добавил: Natali26
  • Дата: 7-10-2024, 22:44
  • Комментариев: 0
Название: Почему мы не похожи друг на друга
Автор: Говалло В. И.
Издательство: Знание
Год: 1984
Формат: pdf
Страниц: 198
Размер: 15,10 Мб
Язык: русский

Белки тканевой несовместимости отличают каждого из нас от окружающих и от всех живущих на планете людей. Чем же мы отличаемся друг от друга, в чем причина этой несхожести? Автор, находящийся на переднем крае науки, рассказывает о новейших исследованиях и намечающихся перспективах в расшифровке многих секретов биологической индивидуальности организмов.