|
 |
|
 |
|
|
 |
|  |
|
Название: Программирование приложений Windows. API графического интерфейса пользователя Автор: Белов Е.А. Издательство: Брянск: БГТУ Год: 2010 ISВN: 5-89838-495-1 Формат: pdf Страниц: 351 Размер: 23,6 Mb Язык: Русский
Изложены методические основы специальных средств программирования графического интерфейса пользователя операционной системы Windows, в том числе динамического программирования и управления базовыми элементами программных систем: окнами, элементами управления, меню и диалоговыми панелями. |
Разместил: oksanavalera 10-08-2021, 13:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Programming the Internet of Things: An Introduction to Building Integrated, Device-to-Cloud IoT Solutions (Final) Автор: Andy King Издательство: O’Reilly Media, Inc. Год: 2021 Страниц: 420 Язык: английский Формат: pdf (true), epub Размер: 12.95 MB, 10.1 MB
Узнайте, как программировать Интернет вещей с помощью этого практического руководства. Разбив сложность программирования IoT пошагово на блоки, автор и педагог Andy King покажет вам, как разработать и построить свой собственный полный стек, сквозное решение Интернета вещей - от устройства до облака. Эта практическая книга познакомит вас с инструментами, настройкой среды разработки, дизайном решений и практической реализацией. |
Разместил: Ingvar16 10-08-2021, 13:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Hands-On Data Visualization: Interactive Storytelling From Spreadsheets to Code, First Edition Автор: Jack Dougherty, Ilya Ilyankou Издательство: O’Reilly Media, Inc. Год: 2021 Страниц: 474 Язык: английский Формат: pdf (true), epub Размер: 74.9 MB, 69.3 M
Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with simple drag-and-drop tools such as Google Sheets, Datawrapper, and Tableau Public. You'll also gradually learn how to edit open source code templates like Chart.js, Highcharts, and Leaflet on GitHub. |
Разместил: Ingvar16 10-08-2021, 12:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices, First Edition Автор: Harry Percival, Bob Gregory Издательство: O'Reilly Media Год: 2020 Страниц: 304 Язык: английский Формат: pdf (true), epub Размер: 11.2 MB, 10.1 MB
As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are now taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward. |
Разместил: Ingvar16 10-08-2021, 12:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: PHP: Объекты, шаблоны и методики программирования Автор: Зандстра М. Издательство: М.: Вильямс Год: 2010 - 2-е издание Cтраниц: 480 Формат: djvu Размер: 11 мб Язык: русский
Создайте высокопрофессиональный код на PHP, изучив объектно-ориентированные средства, шаблоны проектирования и важные средства разработки! За последние несколько лет PHP буквально охватила объектно-ориентированная революция, причем это относится как к самим средствам языка, так и к шаблонам их использования. |
Разместил: rivasss 10-08-2021, 11:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Python Code for Research Computing Автор: Ken Youens-Clark Издательство: O’Reilly Media Год: 2021 Формат: True (PDF, ePUB) Страниц: 458 Размер: 10 Mb Язык: English
Life scientists today urgently need training in bioinformatics skills. Too many bioinformatics programs are poorly written and barely maintained--usually by students and researchers who've never learned basic programming skills. This practical guide shows postdoc bioinformatics professionals and students how to exploit the best parts of Python to solve problems in biology while creating documented, tested, reproducible software.
Ken Youens-Clark, author of Tiny Python Projects (Manning), demonstrates not only how to write effective Python code but also how to use tests to write and refactor scientific programs. You'll learn the latest Python features and tools--including linters, formatters, type checkers, and tests--to create documented and tested programs. You'll also tackle 14 challenges at Rosalind, a problem-solving platform for learning bioinformatics and programming. |
Разместил: vitvikvas 10-08-2021, 09:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Applied Natural Language Processing in the Enterprise Автор: Ankur A. Patel and Ajay Uppili Arasanipalai Издательство: O’Reilly Media Год: 2021 Формат: True (PDF, ePUB) Страниц: 336 Размер: 10 Mb Язык: English
NLP has exploded in popularity over the last few years. But while Google, Facebook, OpenAI, and others continue to release larger language models, many teams still struggle with building NLP applications that live up to the hype. This hands-on guide helps you get up to speed on the latest and most promising trends in NLP. With a basic understanding of machine learning and some Python experience, youâll learn how to train and deploy real-world NLP applications in your organization. Authors Ankur Patel and Ajay Uppili Arasanipalai guide you through the process using code and examples that highlight the best practices in modern NLP. Use state-of-the-art NLP models such as BERT and GPT-3 to solve NLP tasks such as named entity recognition, text classification, semantic search, and reading comprehension Train NLP models with performance comparable or superior to that of out-of-the-box systems Learn about transformer architecture and modern tricks like transfer learning that have taken the NLP world by storm Become familiar with the tools of the trade, including spaCy, Hugging Face, and fast.ai Use Python and PyTorch to build core parts of the NLP pipeline from scratch, including tokenizers, embeddings, and language models |
Разместил: vitvikvas 10-08-2021, 09:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Engineering Software Products: An Introduction to Modern Software Engineering, Global Edition Автор: Ian Sommerville Издательство: Pearson Год: 2021 Формат: PDF Страниц: 369 Размер: 10 Mb Язык: English
Introduces software engineering techniques for developing software products and apps With Engineering Software Products, author Ian Sommerville takes a unique approach to teaching software engineering and focuses on the type of software products and apps that are familiar to students, rather than focusing on project-based techniques. Written in an informal style, this book focuses on software engineering techniques that are relevant for software product engineering. Topics covered include personas and scenarios, cloud-based software, microservices, security and privacy and DevOps. The text is designed for students taking their first course in software engineering with experience in programming using a modern programming language such as Java, Python or Ruby. |
Разместил: vitvikvas 10-08-2021, 08:21 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Изучаем квантовые вычисления на Python и Q# Автор: Сара Кайзер, Кристофер Гранад Издательство: ДМК Пресс Год: 2021 Страниц: 432 Язык: русский Формат: pdf Размер: 16,7 MB
Наша цель в этой книге состоит в том, чтобы помочь вам изучить основы технологии и снабдить вас инструментами, которые вы сможете использовать для строительства квантовых решений завтрашнего дня. В центре нашего внимания будет практический опыт разработки исходного кода для квантовых вычислений. В части I вы создадите свой собственный симулятор квантового устройства на языке Python; в части II вы научитесь применять свои новые навыки для написания квантовых приложений с помощью языка Q# и Комплекта инструментов для квантовой разработки; и в части III вы научитесь имплементировать алгоритм, который умножает целые числа экспоненциально быстрее, чем самый лучший обычный алгоритм из известных на сегодняшний день. |
Разместил: Ingvar16 9-08-2021, 23:42 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Elements Of Android Room 0.6 Автор: Mark L. Murphy Издательство: CommonsWare Год: 2021 Страниц: 255 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.1 MB
Storing data locally is a key part of many Android apps. SQLite is built into Android, but the low-level API that the Android SDK provides is a bit clunky to use. Google’s solution for that is Room, an object wrapper around that API. This gives us a cleaner, type-safe, reactive API for our database operations. Room is part of the Android Jetpack, and so it is a key element of Google’s recommended “stack” of technologies for building Android apps. |
Разместил: Ingvar16 9-08-2021, 21:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|