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



Реклама


Название: Креативное программирование
Автор: Липовка А. Ю. , Бундова Е. С. , Жоров Ю. В.
Издательство: Сибирский федеральный университет
Год: 2015
Cтраниц: 280 с. : цвет. и ч/б ил.
Формат: pdf (ocr)
Размер: 17 мб
Язык: русский

Настоящее учебное пособие знакомит с понятием креативного программирования на примере двух современных сред — Processing и VVVV. представлены текстовая и кодовая фундаментальные парадигмы программирования. материал по каждой среде программирования содержит основы взаимодействия с интерфейсом, синтаксис, создание анимации, импорт и экспорт данных, работу с цветом, текстом, двухмерной и трехмерной графикой. Уделено внимание такой актуальной технологии, как программирование шейдеров, на примере двух наиболее распространенных языков — GLSL и HLSL. рассмотрены механизмы взаимодействия программ и устройств. В заключительной части продемонстрированы четыре разных технологических подхода к программированию конкретной задачи.
Разместил: rivasss 16-04-2025, 06:39 | Комментарии: 0 | Подробнее
Название: The Nature of Code: Simulating Natural Systems with jаvascript
Автор: Daniel Shiffman
Издательство: No Starch Press
Год: 2024
Страниц: 643
Язык: английский
Формат: True PDF, True ePUB
Размер: 17.2 MB, 123.3 MB

All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has empowered countless readers to do just that, bridging the gap between creative expression and programming. This innovative guide by Daniel Shiffman, creator of the beloved Coding Train, welcomes budding and seasoned programmers alike into a world where code meets playful creativity. This jаvascript-based edition of Shiffman’s groundbreaking work gently unfolds the mysteries of the natural world, turning complex topics like genetic algorithms, physics-based simulations, and neural networks into accessible and visually stunning creations. The p5.js library is a reimagining of the Processing creative coding environment for the modern web. I’m using it in this book for a number of reasons. For one, it’s an environment that I’m very familiar with. While the original Processing built on top of Java is my first love and still what I turn to when trying out a new idea, p5.js is what I now use for teaching many of my programming classes. It’s free, open source, and well suited to beginners, and because it’s jаvascript, everything runs right there in the web browser itself—no installation required. The prerequisites for understanding the material in this book could be stated as “one semester of programming instruction with p5.js, Processing, or any other creative coding environment.” That said, there’s no reason you couldn’t read this book having learned programming with a different language or development environment. NOTE: All examples are written with p5.js, a jаvascript library for creative coding, and are available on the book's website and its associated GitHub repository.
Разместил: Ingvar16 16-04-2025, 01:23 | Комментарии: 0 | Подробнее
Название: Hands-On AWS CDK: Building Cloud Native Applications with Infrastructure as Code
Автор: Sam Ward Biddle, Kyle T. Jones
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 290
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Looking to accelerate development and build cloud native applications with AWS Cloud Development Kit? Through hands-on projects, you'll learn the basics of AWS CDK, the tool of choice for many of the world's largest technology companies. Informed by real case studies and years of work with enterprise-scale cloud architectures, this book will benefit both novice and advanced cloud developers. It's complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions to help you build a shareable portfolio of completed projects, demonstrating your ability to build cloud infrastructure at scale. The AWS Cloud Development Kit (CDK) is an open source software development framework that enables developers to define cloud infrastructure using familiar programming languages such as Python, TypeScript, Java, C#, and others instead of traditional JSON or YAML templates. The development of AWS CDK has evolved over time, driven by the need for a more efficient and familiar way to define and manage cloud resources.
Разместил: Ingvar16 15-04-2025, 20:32 | Комментарии: 0 | Подробнее
Название: Introduction to Statistical Computing and Visualization Using R
Автор: Megha Rathi
Издательство: CRC Press
Год: 2025
Страниц: 420
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, making it accessible yet comprehensive for learners across disciplines. This approach allows readers not only to build essential R skills but also to apply them to real-world scenarios, equipping students and professionals from various disciplines with versatile analytical tools. It offers a comprehensive yet approachable introduction for students and scholars from various disciplines using R.
Разместил: Ingvar16 15-04-2025, 20:01 | Комментарии: 0 | Подробнее
Название: Data Engineering Design Patterns: Recipes for Solving the Most Common Data Engineering Problems (Final Release)
Автор: Bartosz Konieczny
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 423
Язык: английский
Формат: epub
Размер: 10.1 MB

Data projects are an intrinsic part of an organization’s technical ecosystem, but data engineers in many companies continue to work on problems that others have already solved. This hands-on guide shows you how to provide valuable data by focusing on various aspects of data engineering, including data ingestion, data quality, idempotency, and more. Author Bartosz Konieczny guides you through the process of building reliable end-to-end data engineering projects, from data ingestion to data observability, focusing on data engineering design patterns that solve common business problems in a secure and storage-optimized manner. Each pattern includes a user-facing description of the problem, solutions, and consequences that place the pattern into the context of real-life scenarios. You’re about to replace a legacy data processing framework written in the C# programming language, which nobody in your organization knows anymore. All the maintainers left the company without leaving any useful documentation. You’ve performed a reverse-engineering step, and now, you are rewriting the logic with a modern open source Python library.
Разместил: Ingvar16 15-04-2025, 19:20 | Комментарии: 0 | Подробнее
Название: Unwrapping Monads & Friends: Shining Light on Functional Programming's Scariest Concepts
Автор: Kyle Simpson
Издательство: Leanpub
Год: 2025-04-10
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Are you scared by mathematical symbols or formal terms like "monad"? Unwrapping Monads & Friends offers a clear, approachable path through functional programming’s most intimidating concepts—no math degree required. If you've ever said "I kind of get it, but not really," this is the guide that finally makes it click. Unwrapping Monads & Friends is a deep-yet-friendly guide to one of functional programming’s most notoriously misunderstood topics: the monad. Written with clarity, empathy, and a healthy dose of pragmatism, this book breaks through the fog of intimidating jargon and dense formalism to offer a clear, grounded understanding of what monads actually are. This isn’t just "yet another monad tutorial." It’s a practical journey through the conceptual landscape of monads and their closely related "friends"—including functors, foldables, and applicatives—anchored in real jаvascript examples and a gradual learning curve. Whether you’ve struggled through Haskell-heavy blog posts or are just FP-curious, this guide offers a fresh path forward, revealing the power and elegance of these patterns without requiring a math degree or prior exposure to category theory.
Разместил: Ingvar16 15-04-2025, 18:26 | Комментарии: 0 | Подробнее
Название: Real-World Event Sourcing: Distribute, Evolve, and Scale Your Elixir Applications
Автор: Kevin Hoffman
Издательство: Pragmatic Bookshelf
Год: February 2025 (Version: P1.0)
Страниц: 202
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Reality is event-sourced; your mind processes sight, sound, taste, smell, and touch to create its perception of reality. Software isn't that different. Applications use streams of incoming data to create their own realities, and when you interpret that data as events containing state and context, even some of the most complex problems become easily solvable. Unravel the theory behind event sourcing and discover how to put this approach into practice with practical, hands-on coding examples. From early-stage development through production and release, you'll unlock powerful new ways of clearing even the toughest programming hurdles. The language of choice for this book is Elixir. While some previous knowledge of Elixir will certainly help with running and understanding some of the samples, it isn’t strictly required. Many of the samples should be easy enough to read by anyone with exposure to functional programming languages. Some more advanced content leverages GenServer and GenStage, so if you’re unfamiliar with those concepts, you may want to read up on them before you progress beyond the fundamentals presented in the first four chapters.
Разместил: Ingvar16 15-04-2025, 16:38 | Комментарии: 0 | Подробнее
Название: Прогнозное моделирование в IBM SPSS Statistics и R: Метод деревьев решений
Автор: Груздев А.В.
Издательство: ДМК
Год: 2016
Cтраниц: 278
Формат: pdf (ocr)
Размер: 33 мб
Язык: русский

Данная книга представляет собой практическое руководство по применению метода деревьев решений для задач сегментации, классификации и прогнозирования. Каждый раздел книги сопровождается практическим примером. Кроме того, книга содержит программный код SPSS Syntax и R, позволяющий полностью автоматизировать процесс построения прогнозных моделей. Автором обобщены лучшие практики использования деревьев решений от таких компаний, как Citibank N.A., Transunion и DBS Bank. Издание будет интересно маркетологам, риск-аналитикам и другим специалистам, занимающимся разработкой и внедрением прогнозных моделей.
Разместил: rivasss 15-04-2025, 14:14 | Комментарии: 0 | Подробнее
Название: Efficient Android Coding with Kotlin
Автор: Onyx Rose
Издательство: Independently published
Год: 2025
Страниц: 309
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Unlock the huge potential of Android development with Kotlin. Efficient Android Coding with Kotlin is a professional guide tailored for experienced developers who want to write cleaner, faster, and more scalable mobile applications. This book dives deep into modern coding practices, advanced Kotlin features, and performance optimization strategies to help you elevate your Android projects. From understanding Kotlin's expressive syntax to implementing robust architectural patterns, this book equips you with the tools to build high-quality, maintainable apps. You'll learn how to harness the power of Jetpack Compose, streamline data management, and eliminate performance bottlenecks using real-world examples and practical insights. Whether you're developing large-scale apps or refining your workflow, this book provides clear guidance, expert techniques, and hands-on practices to level up your Android development skills. Build apps that perform better, scale smoothly, and stand the test of time—powered by Kotlin.
Разместил: Ingvar16 15-04-2025, 06:37 | Комментарии: 0 | Подробнее
Название: Mastering Python: Learn Python Step-by-Step with Practical Projects
Автор: Amelia Hartman
Издательство: Independently published
Год: 2025
Страниц: 140
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

"Mastering Python: From Basics to Expert-Level Programming: Learn Python Step-by-Step with Practical Projects" will help you unleash the potential of Python and advance your programming abilities. This thorough manual is intended to assist seasoned developers in advancing their skills and turning novices into competent programmers. This book lays a solid foundation for your journey by guiding you through Python's syntax, variables, and control structures, starting with the foundations. As you advance, you will study intermediate subjects, including dealing with modules, handling errors, and object-oriented programming. Advanced ideas like decorators, APIs, and concurrency are explained in an easy-to-understand, step-by-step fashion for individuals who want to push themselves. This book is unique since it takes a hands-on, project-based approach. You'll put your knowledge to use in practical situations by designing a web scraper, an API-based weather app, and a budget tracker. In addition to strengthening your comprehension, these practical assignments get you ready to tackle actual problems in work environments.
Разместил: Ingvar16 15-04-2025, 05:23 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности