Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Practical Cryptography in Python: Learning Correct Cryptography by Example
Автор: Seth James Nielson, Christopher K. Monson
Издательство: Apress
Год: 2019
Страниц: 380
Язык: английский
Формат: pdf (true), epub
Размер: 10.8 MB

Develop a greater intuition for the proper use of cryptography. This book teaches the basics of writing cryptographic algorithms in Python, demystifies cryptographic internals, and demonstrates common ways cryptography is used incorrectly. Cryptography is the lifeblood of the digital world’s security infrastructure. From governments around the world to the average consumer, most communications are protected in some form or another by cryptography. These days, even Google searches are encrypted. Despite its ubiquity, cryptography is easy to misconfigure, misuse, and misunderstand.
Разместил: Ingvar16 27-09-2019, 02:29 | Комментарии: 0 | Подробнее
Название: Introduction to Numerical Methods for Variational Problems
Автор: Hans Petter Langtangen, Kent-Andre Mardal
Издательство: Springer
Год: 2019
Страниц: 405
Язык: английский
Формат: pdf (true), epub
Размер: 29.3 MB

This textbook teaches finite element methods from a computational point of view. It focuses on how to develop flexible computer programs with Python, a programming language in which a combination of symbolic and numerical tools is used to achieve an explicit and practical derivation of finite element algorithms. The finite element library FEniCS is used throughout the book, but the content is provided in sufficient detail to ensure that students with less mathematical background or mixed programming-language experience will equally benefit. All program examples are available on the Internet.
Разместил: Ingvar16 26-09-2019, 18:04 | Комментарии: 0 | Подробнее
Название: Ethereum for Web Developers: Learn to Build Web Applications on top of the Ethereum Blockchain
Автор: Santiago Palladino
Издательство: Apress
Год: 2019
Страниц: 341
Язык: английский
Формат: pdf (true), epub
Размер: 10.3 MB

Technology is constantly evolving, and blockchain is taking development to new places, as mobile did a decade ago – and Ethereum is the leading platform for creating this new wave of applications. This book reveals everything you need to create a robust decentralized application (more commonly known as DApp). Unlike other books on the topic, this one focuses on the web application layer, and guides you in creating great experiences on top of the Ethereum blockchain. You’ll review the challenges and differences involved in developing DApps as opposed to traditional web applications.
Разместил: Ingvar16 26-09-2019, 17:48 | Комментарии: 0 | Подробнее
SQLНазвание: SQL
Автор: Грабер Мартин
Жанр: Учебное пособие
Издательство: Лори
Год: 2003
Страниц: 672
Язык: Русский
Формат: djvu
Размер: 37,07Mb

Классическая работа по SQL, полностью обновленная, содержащая описание SQL92 и SQL99. Эта книга - отличный источник знаний для всех, кто программирует на SQL. Всеобъемлющая, пользующаяся доверием и не зависящая от конкретных продуктов, эта книга предлагает практический подход к освоению языка запросов и программирования.
Разместил: rogas86 26-09-2019, 14:09 | Комментарии: 0 | Подробнее
Название: PyTorch. An Introduction Guide to Pytorch Deep Learning for Beginners, 2019 Edition
Автор: Jim Smith
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 69
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

PyTorch is defined as an open source machine learning library for Python. It is used for applications such as natural language processing. It is initially developed by Facebook artificial-intelligence research group, and Uber’s Pyro software for probabilistic programming which is built on it. Originally, PyTorch was developed by Hugh Perkins as a Python wrapper for the LusJIT based on Torch framework. There are two PyTorch variants. PyTorch redesigns and implements Torch in Python while sharing the same core C libraries for the backend code. PyTorch developers tuned this back-end code to run Python efficiently. They also kept the GPU based hardware acceleration as well as the extensibility features that made Lua-based Torch.
Разместил: Ingvar16 26-09-2019, 13:33 | Комментарии: 0 | Подробнее

Название: Mining the Social Web: Data Mining Facebook, Twitter, LinkedIn, Instagram, GitHub, and More, 3rd Edition
Автор: Matthew A. Russell, Mikhail Klassen
Издательство: O'Reilly Media
Год: 2019
Страниц: 432
Формат: PDF
Размер: 30 Mb
Язык: English

Mine the rich data tucked away in popular social websites such as Twitter, Facebook, LinkedIn, and Instagram. With the third edition of this popular guide, data scientists, analysts, and programmers will learn how to glean insights from social media—including who’s connecting with whom, what they’re talking about, and where they’re located—using Python code examples, Jupyter notebooks, or Docker containers.
Разместил: bomboane 25-09-2019, 20:14 | Комментарии: 0 | Подробнее

Название: Машинное обучение
Автор: Хенрик Бринк, Джозеф Ричардс, Марк Феверолф
Издательство: Питер
Год: 2017
Формат: pdf
Страниц: 336
Размер: 42 Mb
Язык: Русский

Данная книга рассчитана на тех, кто хочет решать самые разнообразные задачи при помощи машинного обучения.
Разместил: MIHAIL62 25-09-2019, 20:14 | Комментарии: 0 | Подробнее
Название: Future-Proof Software-Systems: A Sustainable Evolution Strategy
Автор: Frank J. Furrer
Издательство: Springer Vieweg
Год: 2019
Страниц: 395
Язык: английский
Формат: pdf (true), epub
Размер: 29.19 MB

This book focuses on software architecture and the value of architecture in the development of long-lived, mission-critical, trustworthy software-systems. The author introduces and demonstrates the powerful strategy of “Managed Evolution,” along with the engineering best practice known as “Principle-based Architecting.” The book examines in detail architecture principles for e.g., Business Value, Changeability, Resilience, and Dependability.
Разместил: Ingvar16 25-09-2019, 18:56 | Комментарии: 0 | Подробнее

Название: Go Programming by Example
Автор(ы): Agus Kurniawan
Издательство: PE Pres
Год: 2015
Страниц: 150
Формат: PDF, EPUB
Размер: 10 Мб
Язык: English

Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the elements of the language and illustrates their use with code examples.
Разместил: MIHAIL62 25-09-2019, 17:51 | Комментарии: 0 | Подробнее
Название: Holistic Game Development with Unity 3e: An All-in-One Guide to Implementing Game Mechanics, Art, Design and Programming 3rd Edition
Автор: de Byl, Penny
Издательство: CRC Press
Год: 2019
Формат: True PDF
Страниц: 494
Размер: 66.2 Mb
Язык: English

Master game design and digital art principles simultaneously with this all-in-one guide to creating games in the cutting-edge game engine Unity. Reworked for C# and Unity 2018 & 2019, and bursting with images and tutorials, Penny de Byl’s Holistic Game Development with Unity will help the reader gain the multidisciplinary skills needed to succeed in the independent game industry. Holistic Game Development with Unity includes new coverage on Augmented Reality, Networking, and Virtual Reality such as the Oculus Rift. Supplementary material, including instructional videos, discussion forums and art assets are provided in the companion website located at www.holistic3d.com. Learn to combine the beauty of art and the functionality of programming in de Byl’s third edition for Unity game development.
Разместил: bomboane 25-09-2019, 17:19 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности