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

  • Добавил: polyanskiy
  • Дата: 16-12-2023, 16:10
  • Комментариев: 0

Автор: Сафронов И. К.
Название: Бейсик в задачах и примерах. Издание 2
Издательство: БХВ-Петербург
Год: 2006
Страниц: 320
Формат: DJVU, PDF
Размер: 42 МБ
В сборнике содержатся разработанные автором задачи и примеры для освоения ключевых понятий программирования с использованием языка Бейсик. В занимательной и доступной форме осваиваются виды алгоритмов, переменные, операторы, массивы, подпрограммы. Большое внимание уделяется наиболее популярной среди школьников теме графики....
  • Добавил: literator
  • Дата: 16-12-2023, 16:05
  • Комментариев: 0
Название: Building Real-Time Marvels with Laravel: Create Dynamic and Interactive Web Applications
Автор: Sivaraj Selvaraj
Издательство: Apress
Год: 2024
Страниц: 662
Язык: английский
Формат: pdf
Размер: 10.1 MB

Dive into the diverse facets of the Laravel ecosystem. This comprehensive guide will put you on the fast track to becoming an expert in Laravel development. Starting with the fundamentals, you’ll explore essential concepts, enabling you to grasp the framework's structure. Subsequent chapters cover intricate topics, such as advanced routing techniques, database management, and eloquent object relational mapping (ORM), allowing developers to build robust applications. The book offers comprehensive insights into building secure applications with authentication and authorization mechanisms, as well as constructing efficient APIs and employing caching techniques for enhanced performance. Chapters on real-time applications and queues offer practical knowledge to optimize application responsiveness. Advanced package development and performance monitoring provide valuable tools for developing high-quality Laravel packages and debugging. You’ll also gain expertise in internationalization, front-end development, and database optimization. Building Real-Time Marvels with Laravel doesn't shy away from the latest trends, featuring chapters on serverless computing, progressive web applications (PWAs), and UI/UX design patterns. It also emphasizes security, DevOps, and infrastructure automation. Bonus appendixes feature a handy Laravel cheat sheet, recommended resources, and a glossary of essential terms, making it a comprehensive reference for Laravel enthusiasts.
  • Добавил: literator
  • Дата: 16-12-2023, 15:39
  • Комментариев: 0
Название: Lean Game Development: Apply Lean Frameworks to the Process of Game Development, 2nd Edition
Автор: Julia Naomi Rosenfield Boeira
Издательство: Apress
Год: 2024
Страниц: 304
Язык: английский
Формат: pdf
Размер: 19.0 MB

Master Lean UX and Lean Startup techniques to improve your agile game development experience beyond Scrum. This updated version of the book focuses on applying lean and agile methodologies to the game development process and features improved examples, applied techniques, and a whole new section explaining how to test a game in Unity with CI. You'll see how to define a minimum viable product (MVP) for games with Lean Canvas, allowing customers to iterate over it and collect feedback for improvement at every cycle. All of these are achieved while still using standard Agile techniques. The first part of the book explains the ideation process of a game and how lean methodologies allow developers, especially small studios, to avoid scope creep. Next, it it provides guidance on creating MVPs and using player feedback to iterate and improve games. The book then discusses continual improvement (CI) methods. A crucial part of CI is generation of Lean Canvas. Lean Game Development, Second Edition shows you how to iterate until you develop a game that satisfies developers, gamers, and your studio's financial goals. For people from all sectors of the gaming industry will find the book useful in planning their project in a more iterative way, unloading the management burden on the development process and collecting feedback to improve the game content as early as possible.
  • Добавил: polyanskiy
  • Дата: 16-12-2023, 09:38
  • Комментариев: 0

Автор: Андрей Колесов
Название: Советы тем кто программирует на Visual Basic и MS Office-VBA
Издательство: М:, "КомпьютерПресс",
Год: 1996-2002
Страниц: 407
Формат: DJVU, PDF
Размер: 10 МБ

Когда в январе 1996 года я отправлял эту статью в "КомпьютерПресс", то никак не думал, что будет написан даже четвертый совет. Сегодня (май 2000 года) их число уже приблизилось к тремстам... Автор
  • Добавил: polyanskiy
  • Дата: 16-12-2023, 09:21
  • Комментариев: 0

Автор: Волчёнков Н. Г.
Название: Программирование на Visual Basic 6. В 3-х книгах
Издательство: М:, ИНФРА-М
Год: 2000
Страниц: 288+280+238
Формат: DJVU, PDF
Размер: 44 МБ
«Программирование на Visual Basic 6» — это мини-серия из трёх книг (два учебных пособия и задачник). Первая книга ознакомит Вас с основными понятиями и приёмами программирования, а главное — научит создавать собственные полноценные программы в системе Visual Basic 6. Вторая книга научит Вас, как работать с файлами и базами данных, как создавать меню и линейки инструментов, анимацию и мультимедиа (звуковое сопровождение), как взаимодействовать с сетью Internet. И всё это — с помощью Visual Basic 6. Третья книга...
  • Добавил: literator
  • Дата: 16-12-2023, 05:10
  • Комментариев: 0
Название: Building Recommendation Systems in Python and JAX: Hands-On Production Systems at Scale (Final)
Автор: Bryan Bischof, Hector Yee
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 355
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.3 MB, 10.1 MB

Implementing and designing systems that make suggestions to users are among the most popular and essential machine learning applications available. Whether you want customers to find the most appealing items at your online store, videos to enrich and entertain them, or news they need to know, recommendation systems (RecSys) provide the way. In this practical book, authors Bryan Bischof and Hector Yee illustrate the core concepts and examples to help you create a RecSys for any industry or scale. You'll learn the math, ideas, and implementation details you need to succeed. This book includes the RecSys platform components, relevant MLOps tools in your stack, plus code examples and helpful suggestions in PySpark, SparkSQL, FastAPI, and Weights & Biases. Modern recommendation system (often abbreviated RecSys) designs are as diverse as the domains they serve. RecSys consist of the computer software architectures to implement and execute such product goals in addition to the algorithmic components of ranking. Methods for ranking recommendions can come from traditional statistical learning algorithms, linear algebraic inspirations, geometric considerations, and, of course, gradient based methods. Just as the algorithmic methods are diverse, so too are the modeling and evaluation considerations for recommending: personalized ranking, search recommendations, sequence modeling, and the scoring for all of the above are now need-to-know for the working ML Engineer in the space of recommendation systems.
  • Добавил: literator
  • Дата: 15-12-2023, 20:22
  • Комментариев: 0
Название: Python 3 Data Visualization Using ChatGPT / GPT-4
Автор: Oswald Campesato
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 314
Язык: английский
Формат: pdf (true)
Размер: 20.4 MB

This book is designed to show readers the concepts of Python 3 programming and the art of data visualization. It also explores cutting-edge techniques using ChatGPT/GPT-4 in harmony with Python for generating visuals that tell more compelling data stories. Chapter 1 introduces the essentials of Python, covering a vast array of topics from basic data types, loops, and functions to more advanced constructs like dictionaries, sets, and matrices. In Chapter 2, the focus shifts to NumPy and its powerful array operations, leading into data visualization using prominent libraries such as Matplotlib. Chapter 6 includes Seaborn's rich visualization tools, offering insights into datasets like Iris and Titanic. Further, the book covers other visualization tools and techniques, including SVG graphics, D3 for dynamic visualizations, and more. Chapter 7 covers information about the main features of ChatGPT and GPT-4, as well as some of their competitors. Chapter 8 contains examples of using ChatGPT in order to perform data visualization, such as charts and graphs that are based on datasets (e.g., the Titanic dataset). Companion files with code, datasets, and figures are available for downloading. From foundational Python concepts to the intricacies of data visualization, this book is ideal for Python practitioners, data scientists, and anyone in the field of data analytics looking to enhance their storytelling with data through visuals. It's also perfect for educators seeking material for teaching advanced data visualization techniques.
  • Добавил: literator
  • Дата: 15-12-2023, 19:41
  • Комментариев: 0
Название: Python 3 Using ChatGPT / GPT-4
Автор: Oswald Campesato
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 202
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book is intended primarily for people who want to learn both Python 3 and how to use ChatGPT with Python. Chapter One begins with an introduction to fundamental aspects of Python programming, including various data types, number formatting, Unicode and UTF-8 handling, and text manipulation techniques. Later, the book covers loops, conditional logic, and reserved words in Python. You will also see how to handle user input, manage exceptions, and work with command-line arguments. Next, the text transitions to the realm of Generative AI, discussing its distinction from Conversational AI. Popular platforms and models, including ChatGPT, GPT-4, and their competitors, are presented to give readers an understanding of the current AI landscape. The book also sheds light on the capabilities of ChatGPT, its strengths, weaknesses, and potential applications. In addition, you will learn how to generate a variety of Python 3 code samples via ChatGPT using the "Code Interpreter" plugin. Code samples and figures from the book are available for downloading. In essence, the book provides a modest bridge between the worlds of Python programming and AI, aiming to equip readers with the knowledge and skills to navigate both domains confidently.
  • Добавил: literator
  • Дата: 15-12-2023, 19:16
  • Комментариев: 0
Название: Statistics Using Python
Автор: Oswald Campesato
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 273
Язык: английский
Формат: pdf (true)
Размер: 18.0 MB

This book is designed to offer a fast-paced yet thorough introduction to essential statistical concepts using Python code samples, and aims to assist data scientists in their daily endeavors. The ability to extract meaningful insights from data requires a deep understanding of statistics. The book ensures that each topic is introduced with clarity, followed by executable Python code samples that can be modified and applied according to individual needs. Topics include working with data and exploratoryanalysis, the basics of probability, descriptive and inferential statistics and their applications, metrics for data analysis, probability distributions, hypothesis testing, and more. Appendices on Python and Pandas have been included. From foundational Python concepts to the intricacies of statistics, this book serves as a comprehensive resource for both beginners and seasoned professionals.
  • Добавил: literator
  • Дата: 15-12-2023, 18:49
  • Комментариев: 0
Название: Python 3 and Feature Engineering
Автор: Oswald Campesato
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 10.7 MB

This book is designed for data scientists, machine learning practitioners, and anyone with a foundational understanding of Python 3.x. In the evolving field of data science, the ability to manipulate and understand datasets is crucial. The book offers content for mastering these skills using Python 3. The book provides a fast-paced introduction to a wealth of feature engineering concepts, equipping readers with the knowledge needed to transform raw data into meaningful information. Inside, you’ll find a detailed exploration of various types of data, methodologies for outlier detection using Scikit-Learn, strategies for robust data cleaning, and the intricacies of data wrangling. The book further explores feature selection, detailing methods for handling imbalanced datasets, and gives a practical overview of feature engineering, including scaling and extraction techniques necessary for different machine learning algorithms. It concludes with a treatment of dimensionality reduction, where you’ll navigate through complex concepts like PCA and various reduction techniques, with an emphasis on the powerful Scikit-Learn framework.