LitMy.ru - литература в один клик

  • Добавил: Chipa
  • Дата: 2-04-2025, 14:04
  • Комментариев: 0

Название: Телеграм-боты на Python: продвинутый уровень
Автор: Михаил Крыжановский
Издательство: Stepik
Год: 2024
Формат: HTML
Страниц: много
Размер: 181 Mb
Язык: Русский

Добро пожаловать на пре-релиз курса по разработке продвинутых телеграм-ботов на Python! Этот курс не только углубит ваши знания по созданию ботов с использованием передовой асинхронной библиотеки aiogram версии 3, но также предоставит вам навыки работы с инструментами и методами, которые будут полезны в других областях программирования. Тестирование, микросервисная архитектура, очереди, интернационализация, деплой приложения с помощью Docker и без и многое другое в курсе!


  • Добавил: Chipa
  • Дата: 2-04-2025, 11:51
  • Комментариев: 0

Название: Библиотека Seaborn. Статистическая визуализация данных в Python
Автор: Сергей Спирёв
Издательство: Stepik
Год: 2025
Формат: HTML
Страниц: много
Размер: 111 Mb
Язык: Русский

Хотите превращать сложные наборы данных в яркие и понятные графики, которые привлекут внимание и помогут сделать важные выводы? Тогда этот курс по визуализации данных с Seaborn — именно то, что вам нужно!

  • Добавил: literator
  • Дата: 2-04-2025, 06:15
  • Комментариев: 0
Название: Паттерны для начинающих программистов с примерами на Java
Автор: Дэвид Бернштейн
Издательство: АСТ
Год: 2024
Страниц: 258
Язык: русский
Формат: pdf
Размер: 11.6 MB

В этой книге, призванной научить начинающего программиста решать конкретные задачи по программированию на языке Java, вводится понятие паттерна — некоего заранее заготовленного "рецепта" решения, который можно применить в виде готового фрагмента кода. Используя впоследствии данный набор паттернов, молодой разработчик сможет на их основе быстро решать довольно сложные составные задачи. Представленные здесь паттерны часто предлагают наряду со стандартными алгоритмами эффективные альтернативные методы решения самых распространенных задач в области программирования. Приведенная в книге библиотека паттернов охватывает обширную область, начиная с примитивного обновления переменной и заканчивая работой со ссылочными данными. Кроме того, рассмотрены такие темы, как манипуляции с цифрами, входящими в состав числа, арифметика на числовой окружности, применение переменных-индикаторов и переменных-аккумуляторов, конформные и сегментированные массивы, операции с отдельными битами и многие другие.
  • Добавил: literator
  • Дата: 1-04-2025, 20:50
  • Комментариев: 0
Название: AI Value Creators: Beyond the Generative AI User Mindset (Final Release)
Автор: Rob Thomas, Paul Zikopoulos, Kate Soule
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 345
Язык: английский
Формат: epub
Размер: 11.3 MB

We've arrived in a new era—GenAI is reshaping industries and decision-making processes across the board. As a result, understanding their potential and pitfalls has become crucial. But in order to stay ahead of the curve, you'll need to develop fresh perspectives on leveraging AI beyond mere technical know-how. Geared toward business leaders and tech professionals alike, this book demystifies the strategic integration of AI into business practices, ensuring you're equipped not just to participate but to lead in this new landscape. This insightful guide by industry leaders Rob Thomas, Paul Zikopoulos, and Kate Soule goes beyond the basics, offering real-life success stories and learned lessons to provide a blueprint for meaningful AI engagement. Whether you're a novice or a seasoned expert, you'll come away with an enhanced understanding of GenAI.
  • Добавил: literator
  • Дата: 1-04-2025, 15:59
  • Комментариев: 0
Название: C++ File Handling Step by Step: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 230
Язык: английский
Формат: pdf, epub (true)
Размер: 13.2 MB

"C++ File Handling Step by Step: A Practical Guide with Examples" provides a thorough and technical exploration of file handling in C++, positioning itself as an indispensable reference for developers aiming to master this aspect of programming. The book commences with foundational concepts, introducing the role and types of files within applications, and sets the stage for more detailed discussions of stream classes used for performing file operations. Its meticulous structure ensures readers can progressively build their expertise, starting from basic file interactions to more complex maneuvers involving file stream management and various file modes. The book is meticulously organized into sections that cater to both the novice and the experienced programmer. It covers essential topics such as opening, reading, writing, and closing files, and advances into sophisticated techniques like random access, serialization, and memory-mapped files. By delving into error handling and exception management, readers are equipped to create resilient applications capable of gracefully navigating the common pitfalls of file I/O operations. Each theoretical concept is accompanied by practical examples and hands-on exercises, allowing for simultaneous learning and application.
  • Добавил: literator
  • Дата: 1-04-2025, 15:36
  • Комментариев: 0
Название: C++ OOP Made Simple: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 197
Язык: английский
Формат: pdf, epub (true)
Размер: 10.3 MB

"C++ OOP Made Simple: A Practical Guide with Examples" offers an in-depth exploration of object-oriented programming using the versatile C++ language. This book is tailored for both novice and seasoned developers, providing a structured approach to mastering the fundamentals and nuances of OOP within the C++ environment. By introducing key programming concepts—including syntax, control structures, and the essential tools for development—it lays a strong groundwork that is essential for tackling more complex topics in software architecture. As the book progresses, readers are guided through the critical pillars of object-oriented programming. Detailed explanations of encapsulation, inheritance, and polymorphism illustrate how these paradigms form the backbone of robust, maintainable code. Practical examples, real-world case studies, and actionable insights into best practices underscore theoretical knowledge, enabling readers to directly apply what they learn to their own projects. The book also addresses advanced topics such as memory management, the use of design patterns, and the implementation of abstract classes and interfaces, ensuring a holistic understanding of how to craft efficient, scalable applications.
  • Добавил: Chipa
  • Дата: 1-04-2025, 10:38
  • Комментариев: 0

Название: База программной инженерии
Автор: Сергей Бобровский
Издательство: Интернет-издание
Год: 2025
Формат: HTML
Страниц: много
Размер: 933 Kb
Язык: Русский

Рассматриваем начальную БАЗУ программной инженерии (правильная форма рассуждений и основы programming in small) для джуниоров и всех интересующихся:


  • Добавил: literator
  • Дата: 1-04-2025, 07:42
  • Комментариев: 0
Название: Java. Состояние языка и его перспективы
Автор: Федор Урванов
Издательство: БХВ-Петербург
Год: 2023
Страниц: 369
Язык: русский
Формат: pdf, epub
Размер: 10.3 MB

Книга о современном состоянии языка Java, векторе его развития, а также о грамотном программировании в духе паттернов GoF. Книга дает базовое представление о фреймворке Spring, контейнерах Docker, принципах ООП, затрагивая, в частности, переход к облачным решениям, обращение с IDE. Также освещены темы из enterprise-разработки: файловый ввод/вывод NIO2, многопоточность, локализация, интеграция и оптимизация производительности. В книге отражено состояние языка по состоянию на версию Java 17 с разбором некоторых аспектов Java 18. Будет интересна специалистам, возвращающимся к работе с Java после перерыва, бэкенд-разработчикам, читателям, готовящимся к сертификационным экзаменам.
  • Добавил: literator
  • Дата: 1-04-2025, 07:16
  • Комментариев: 0
Название: Advancing Recommender Systems with Graph Convolutional Networks
Автор: Fan Liu, Liqiang Nie
Издательство: Springer
Год: 2025
Страниц: 166
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book systematically examines scalability and effectiveness challenges related to the application of graph convolutional networks (GCNs) in recommender systems. By effectively modeling graph structures, GCNs excel in capturing high-order relationships between users and items, enabling the creation of enriched and expressive representations. The book focuses on two overarching problem categories: the first area deals with problems specific to GCN-based recommendation models, including over-smoothing, noisy neighboring nodes, and interpretability limitations. The second one encompasses broader challenges in recommendation systems that GCN-based methods are particularly well-suited to address as the attribute missing problem or feature misalignment. Through rigorous exploration of these challenges, this book presents innovative GCN-based solutions to push the boundaries of recommender system design. To this end, techniques such as interest-aware message-passing strategy, cluster-based collaborative filtering, semantic aspects extraction, attribute-aware attention mechanisms, and light graph transformer are presented.
  • Добавил: literator
  • Дата: 1-04-2025, 04:07
  • Комментариев: 0
Название: Python Regular Expressions Explained: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 702
Язык: английский
Формат: pdf, epub (true)
Размер: 11.2 MB

This book provides a thorough analysis of regular expressions in Python, presenting a comprehensive guide to mastering text processing techniques. It covers the evolution, syntax, and practical implementation of regex patterns, ensuring that readers gain a deep understanding of both foundational and advanced concepts. The detailed explanations, structured examples, and targeted exercises are designed to build proficiency for programmers at all levels. The content is meticulously organized into chapters that examine every aspect of regular expression usage, from basic syntax and core functions to pattern matching, substitution, and performance optimization. Practical examples illustrate real-world applications such as data validation, log file analysis, and web scraping, allowing readers to apply their knowledge to complex programming tasks. Advanced techniques, including lookaround assertions, atomic groups, and verbose mode, are explained with precision, equipping readers with the tools to tackle challenging text processing problems.