Kotlin Coroutines : Deep Dive

Автор: literator от 4-07-2023, 14:00, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Kotlin Coroutines : Deep Dive
Автор: Marcin Moskala
Издательство: Leanpub
Год: 2023-06-26
Страниц: 469
Язык: английский
Формат: pdf (true), epub
Размер: 20.7 MB

Kotlin coroutines have revolutionized JVM development, especially on Android and the backend, as they let us easily implement efficient and reliable multithreading. Their cutting-edge design and features are ideally suited to modern use cases. In this book, we will explore how Kotlin coroutines work and how we can use them to improve our code. This is a practical book. It shows everything by examples and focuses on real-life use cases. As this technology is already widely used on Android and backend applications, we will see how we can use it there and what the best practices are. As a developer experienced in both backend and Android, I primarily focus on these two perspectives in this book. These are currently the two major industry applications of Kotlin, and it’s evident that coroutines were largely designed to suit these use cases well1. So, you might say that this book is mainly designed for Android and backend developers, but it should be just as useful for other developers using Kotlin.
 

Python Programming for Beginners: The Complete Crash Course to Mastering Python in 7 Days

Автор: literator от 4-07-2023, 13:30, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python Programming for Beginners: The Complete Crash Course to Mastering Python in 7 Days. Learn Coding Fast with Hands-On Projects & Tips to Get an Unfair Advantage and Become the #1 Programmer!
Автор: Mike Kernell
Издательство: Independently published
Год: 2023
Язык: английский
Формат: epub, pdf
Размер: 10.2 MB

Unlock the full potential of Python programming with our comprehensive guidebook! Are you a beginner programmer looking to master Python? Or an experienced developer seeking to expand your skills? Our book caters to all levels of expertise, providing you with a step-by-step guide to learning and applying Python programming in a variety of contexts. Designed for the busy learner, our book is structured with short, digestible chapters that allow you to learn at your own pace. Plus, our user-friendly language and engaging writing style make it a pleasure to read and easy to comprehend. As a beginner or experienced developer, you know the importance of staying up to date with the latest programming languages and techniques. With our book, you'll have everything you need to start using Python for real-world applications, giving you a competitive edge in today's tech-driven market.
 

Самоучитель игры на Паскале. АВС и немного Турбо (2019)

Автор: umkaS от 4-07-2023, 09:16, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Самоучитель игры на Паскале. АВС и немного Турбо
Автор: Комлев Н.Ю.
Издательство: СОЛОН-ПРЕСС
Год: 2019
Cтраниц: 250
Формат: pdf
Размер: 14 мб
Язык: русский

С абсолютного нуля до полного овладения языком. Популярный в школах Pascal ABC и вечно живой Turbo Pascal. Весь Паскаль, среда программирования, технология разработки и отладки. Примеры программ — простых и не очень. Для младших студентов, старших школьников и всех, кто хочет программировать. Виртуальный диск в помощь читателям книги с текстами всех программ длиннее десяти строк в двух версиях - для Pascal ABC и Turbo Pascal. Специально для Turbo Pascal (TP): установка, настройка, русификация, процесс отладки в Turbo Pascal, особенности работы с графикой, работа с клавиатурой в TP на уровне скан-кодов, полезные советы.
 

Learn AI-Assisted Python Programming (MEAP v1)

Автор: literator от 3-07-2023, 21:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learn AI-Assisted Python Programming: With Copilot and ChatGPT (MEAP v1)
Автор: Leo Porter, Daniel Zingaro
Издательство: Manning Publications
Год: 2023
Страниц: 122
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Writing computer programs in Python just got a lot easier! Use AI-assisted tools like GitHub Copilot to go from idea to application faster than you can say “ChatGPT.” Learn AI-Assisted Python Programming: With Copilot and ChatGPT teaches you to code the AI way. Instead of starting with slow, low-level details, you’ll learn how to bring your ideas to life immediately using AI-generated code. You’ll practice the new essentials, like prompt engineering, code reading, and AI-assisted testing and program design. As you go, you’ll absorb the basics of Python programming so you can understand and improve your programs. You’ll quickly write small-but-useful Python programs for data visualization, automation, and more. Absolutely no programming experience required!
 

An Introduction to Statistical Learning: with Applications in Python

Автор: literator от 3-07-2023, 19:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: An Introduction to Statistical Learning: with Applications in Python
Автор: Gareth James, Daniela Witten, Trevor Hastie
Издательство: Springer
Год: 2023
Страниц: 617
Язык: английский
Формат: pdf (true)
Размер: 12.6 MB

An Introduction to Statistical Learning provides an accessible overview of the field of statistical learning, an essential toolset for making sense of the vast and complex data sets that have emerged in fields ranging from biology to finance, marketing, and astrophysics in the past twenty years. This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree-based methods, support vector machines, clustering, deep learning, survival analysis, multiple testing, and more. Color graphics and real-world examples are used to illustrate the methods presented. However, in recent years Python has become an increasingly popular language for data science, and there has been increasing demand for a Python-based alternative to ISLR. Hence, this book, An Introduction to Statistical Learning, With Applications in Python (ISLP), covers the same materials as ISLR but with labs implemented in Python — a feat accomplished by the addition of a new co-author, Jonathan Taylor.
 

Learn PowerShell Scripting in a Month of Lunches, Second Edition (MEAP v6)

Автор: literator от 3-07-2023, 16:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learn PowerShell Scripting in a Month of Lunches, Second Edition (MEAP v6)
Автор: James Petty
Издательство: Manning Publications
Год: 2023
Страниц: 104
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Automate complex tasks and processes with PowerShell scripts. This amazing book teaches you how to write, test, and organize high-quality, reusable scripts for Windows, Linux, and cloud-based systems. Learn PowerShell Scripting in a Month of Lunches teaches you to create effective automation scripts and tools with PowerShell. Its 27 bite-size lessons cover instantly useful techniques for writing efficient code, finding and squashing bugs, organizing your scripts into libraries, and much more. This revised second edition of the bestselling original has been fully upgraded to the latest version of PowerShell. It’s full of exciting new examples that go beyond Windows scripting and show you how you can use PowerShell to automate Linux, and macOS environments.
 

Java Programming (MindTap Course List), 10th Edition

Автор: literator от 3-07-2023, 14:48, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Java Programming (MindTap Course List), 10th Edition
Автор: Joyce Farrell
Издательство: Cengage Learning
Год: 2023
Страниц: 674
Язык: английский
Формат: pdf (true)
Размер: 67.3 MB

Java Programming, Tenth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it is object-oriented, making complex problems easier to solve than in some other languages. Java is used for desktop computing, mobile computing, game development, Web development, and numerical computing. This course assumes that you have little or no programming experience. It provides a solid background in good object-oriented programming techniques and introduces terminology using clear, familiar language. The programming examples are business examples; they do not assume a mathematical background beyond high school business math. In addition, the examples illustrate only one or two major points; they do not contain so many features that you become lost following irrelevant and extraneous details. Complete, working programs appear frequently in each chapter; these examples help students make the transition from the theoretical to the practical.
 

Паскаль для школьников: Подготовка к ЕГЭ (+CD) - 3-е издание

Автор: umkaS от 3-07-2023, 12:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Паскаль для школьников: Подготовка к ЕГЭ (+CD)
Автор: Кашаев С.М., Шерстнева Л.В.
Издательство: БXB-Пeтepбypг
Год: 2014- 3-е изд., перераб. и доп.
Cтраниц: 352
Формат: pdf
Размер: 12 мб
Язык: русский

Подробно описаны приемы программирования на Паскале и технология разработки различных алгоритмов программ с акцентом на темы, выносимые на Единый государственный экзамен по информатике и информационно-коммуникационным технологиям. Рассматриваются: описание языка Паскаль, конструкции алгоритмов и блок-схемы, одномерные и двумерные массивы, строки и записи, файлы, численное интегрирование и анализ функций, подпрограммы и функции, работа с данными.
 

Distributed Machine Learning Patterns (MEAP v7)

Автор: literator от 3-07-2023, 06:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Distributed Machine Learning Patterns (MEAP v7)
Автор: Yuan Tang
Издательство: Manning Publications
Год: 2023
Страниц: 295
Язык: английский
Формат: pdf, epub
Размер: 18.6 MB

Practical patterns for scaling Machine Learning from your laptop to a distributed cluster. Distributed Machine Learning Patterns is filled with practical patterns for running Machine Learning systems on distributed Kubernetes clusters in the cloud. Each pattern is designed to help solve common challenges faced when building distributed Machine Learning systems, including supporting distributed model training, handling unexpected failures, and dynamic model serving traffic. Real-world scenarios provide clear examples of how to apply each pattern, alongside the potential trade offs for each approach. For data analysts, data scientists, and software engineers who know the basics of machine learning algorithms and running machine learning in production. Readers should be familiar with the basics of Bash, Python, and Docker.
 

Build an Orchestrator in Go (From Scratch) (MEAP v9)

Автор: literator от 3-07-2023, 05:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Build an Orchestrator in Go (From Scratch) (MEAP v9)
Автор: Tim Boring
Издательство: Manning Publications
Год: 2023
Страниц: 271
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Understand Kubernetes and other orchestration systems deeply by building your own using Go and the Docker API. Build an Orchestrator in Go (From Scratch) teaches you to implement an orchestrator from scratch. You’ll discover the components that make up all orchestration systems, and use the Docker API and Go SDK to build layers of functionality from tasks, to workers, to the manager. Learn how to save on costs by maximising the usage of a cluster, or spread tasks among workers to avoid overload and downtime. Once you’ve built your working system, you’ll even implement a command line user interface to easily manage your orchestrator.