|
 |
|
 |
|
|
 |
|  |
|
Название: Квантовые вычисления и функциональное программирование Автор: Душкин Р.В. Издательство: ДМК пресс Год: 2015 Cтраниц: 232 Формат: pdf (ocr) Размер: 11 мб Язык: русский
В книге рассматриваются вопросы наиболее перспективного направления исследований в информационно-коммуникационных технологиях — модели квантовых вычислений. Текст построен как можно более просто — главной задачей автор поставил для себя возможность чтения книги без наличия специальных знаний по квантовой механике и другим естественным наукам, наполненным математическим анализом. В качестве языка программирования, при помощи которого иллюстрируются многочисленные примеры, выбран функциональный язык Haskell, поэтому читатель должен владеть этим языком для полноценного чтения книги. Книга будет интересна всякому, кто интересуется новыми веяниями в области теории вычислений и смежных наук. |
Разместил: rivasss 16-06-2023, 10:18 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Head First. Изучаем Swift Автор: Джон Мэннинг, Пэрис Баттфилд-Эддисон Издательство: Питер Год: 2023 Страниц: 399 Язык: русский Формат: pdf Размер: 15.7 MB
Swift известен как язык разработки приложений, выбранный компанией Apple для iOS, iPadOS, macOS, watchOS и tvOS. Но этим его применение не ограничивается. Swift с открытым кодом набирает популярность как язык системного программирования и программирования на стороне сервера, его используют и в Linux, и в Windows. С чего же начать? «Head First. Изучаем Swift» охватывает все актуальные темы — от сбора и управления данными до повторного использования кода, построения нестандартных типов данных и структурирования программ и пользовательских интерфейсов в SwiftUI. Изучив Swift, вы будете готовы строить любые приложения — от мобильных и веб-приложений до игр, фреймворков, средств командной строки и многого другого.
|
Разместил: Ingvar16 16-06-2023, 05:05 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Programming Recipes for IoT Applications Автор: Jivan S. Parab, Madhusudan Ganuji Lanjewar, Marlon Darius Sequeira Издательство: Springer Год: 2023 Страниц: 205 Язык: английский Формат: pdf (true) Размер: 10.1 MB
The book comprehensively covers the most important applications of the Internet of Things (IoT) using Python programming on Raspberry Pi, Micropython Py Board, and NVIDIA Jetson Board. The authors have used an immersive ‘hands-on’ approach to help readers gain expertise in developing working code for real-world IoT applications. The book focuses on industry-standard embedded platforms for IoT applications. It also gives a glimpse of python programming and setup configuration of these embedded platforms. The later chapter highlights basic interface applications with Raspberry Pi. Exclusive advanced IoT applications on the Micropython Pyboard are also covered. The last two chapters deal with the NVIDIA Jetson Nano board programming for Machine Learning applications with FoG/cloud computing.
|
Разместил: Ingvar16 16-06-2023, 04:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Grokking Concurrency (MEAP v12) Автор: Kirill Bobrov Издательство: Manning Publications Год: 2023 Страниц: 310 Язык: английский Формат: pdf, epub Размер: 11.2 MB
This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. Grokking Concurrency demystifies writing high-performance concurrent code through clear explanations of core concepts, interesting illustrations, insightful examples, and detailed techniques you can apply to your own projects. You’ll learn effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether you’re building web apps, IoT systems, or handling big data. Microservices, big data, real-time systems, and other performance-intensive applications can all slow your systems to a crawl. You know the solution is “concurrency.” Grokking Concurrency is a friendly guide for any developer who’s perplexed about concurrency. The book presents the most important concurrency features with examples in the accessible Python language. No matter what language you use, you’ll learn best practices for implementing concurrency.
|
Разместил: Ingvar16 16-06-2023, 04:03 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Natural Language Processing in Action, Second Edition (MEAP v9) Автор: Hobson Lane, Maria Dyshel Издательство: Manning Publications Год: 2023 Страниц: 600 Язык: английский Формат: pdf, epub Размер: 25.9 MB
Develop your NLP skills from scratch! This revised bestseller now includes coverage of the latest Python packages, Transformers, the HuggingFace packages, and chatbot frameworks. Natural Language Processing in Action has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. As you go, you’ll create projects that can detect fake news, filter spam, and even answer your questions, all built with Python and its ecosystem of data tools. This new edition is updated to include the latest Python packages and comes with full coverage of cutting-edge models like BERT, GPT-J and HuggingFace transformers.
|
Разместил: Ingvar16 16-06-2023, 03:49 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Build a Frontend Web Framework (From Scratch) (MEAP v5) Автор: Angel Sola Orbaiceta Издательство: Manning Publications Год: 2023 Страниц: 342 Язык: английский Формат: pdf, epub Размер: 22.8 MB
Learn how a frontend web framework works by coding your own! In Build a Frontend Web Framework (From Scratch), you’ll learn the secrets behind frameworks like React, Vue, and Angular. Frontend frameworks are essential for creating websites, UIs, and intuitive apps. While it’s tempting to treat a framework like a black box, they’re not magic. Build a Frontend Web Framework (From Scratch) shows you how to build your own framework from basic jаvascript, HTML, and CSS. Once you learn how frameworks function, you’ll be able to work with them more efficiently, troubleshoot bugs more effectively, and even customize them for your specific needs. Frontend web frameworks like React, Vue, or Svelte are an essential part of almost any web application stack.
|
Разместил: Ingvar16 15-06-2023, 18:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Kubernetes in Action, 2nd Edition (MEAP v15) Автор: Marko Luksa Издательство: Manning Publications Год: 2023 Страниц: 823 Язык: английский Формат: pdf, epub Размер: 25.8 MB
Kubernetes is an essential tool for anyone deploying and managing cloud-native applications. Kubernetes in Action, Second Edition is a fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment. It lays out a complete introduction to container technologies and containerized applications along with practical tips for efficient deployment and operation. This revised edition of the bestselling original contains new coverage of the Kubernetes architecture, including the Kubernetes API, and a deep dive into managing a Kubernetes cluster in production. Written for intermediate software developers with little or no familiarity with Docker or container orchestration systems.
|
Разместил: Ingvar16 15-06-2023, 16:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Bootstrapping Microservices, Second Edition (MEAP v9) Автор: Ashley Davis Издательство: Manning Publications Год: 2023 Страниц: 554 Язык: английский Формат: pdf, epub Размер: 24.6 MB
Build a microservices application from scratch, layer by layer. This book teaches the tools and techniques you need. Bootstrapping Microservices with Docker, Kubernetes, and Terraform has helped thousands of developers create their first microservices applications. This fully revised second edition introduces the industry-standard tools and practical skills you’ll use for every microservices application. Author Ashley Davis’s friendly advice and guidance helps you make pragmatic choices that will cut down the learning curve for Docker, Terraform, and Kubernetes. Taking a microservices application from proof of concept to production is a multi-step operation that relies on tools like Docker, Terraform, and Kubernetes. The best way to learn the whole process is to build a project from the ground up. Examples are in jаvascript.
|
Разместил: Ingvar16 15-06-2023, 16:39 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Creative Programmer (MEAP v3) Автор: Wouter Groeneveld Издательство: Manning Publications Год: 2023 Страниц: 388 Язык: английский Формат: pdf, epub Размер: 52.1 MB
Creativity is essential to being a successful programmer. The stories, examples, and groundbreaking research in this book will help you unleash your creative potential! In The Creative Programmer you’ll learn the processes and habits of successful creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development. Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing. You’ll soon be thinking up new and novel ways to tackle the big challenges of your projects. For programmers of all experience and skill levels.
|
Разместил: Ingvar16 15-06-2023, 07:11 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Excel Programming: From Basic Macros to Advanced VBA Techniques - A Comprehensive Guide to Using Excel as a Powerful Programming Tool for Data Analysis, Automation, and Reporting Автор: Ethan Thomas Издательство: Arestehcd Год: 2023 Страниц: 215 Язык: английский Формат: pdf, epub (true), mobi Размер: 10.1 MB
Excel is one of the most widely used tools for data analysis, automation, and reporting. However, many people are not aware of its full potential as a programming tool. This book is a comprehensive guide to Excel programming, from basic macros to advanced VBA techniques. Whether you are new to Excel programming or an experienced programmer, this book will help you take your skills to the next level. It covers all the essential topics, including working with ranges and worksheets, using names, creating PivotTables, and retrieving data from external sources. The book is designed to be both comprehensive and accessible. Each chapter starts with an overview of the topic and then provides step-by-step instructions and examples to help you master the material. It also includes tips and best practices to help you write more efficient and effective code. Throughout the book, you will learn how to use Excel as a powerful programming tool for data analysis, automation, and reporting. You will discover how to create macros to automate repetitive tasks, use VBA to create custom functions and procedures, and create interactive dashboards with PivotTables and PivotCharts.
|
Разместил: Ingvar16 15-06-2023, 06:07 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|