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

  • Добавил: literator
  • Дата: 9-07-2024, 14:52
  • Комментариев: 0
Название: Automating API Delivery: APIOps with OpenAPI (Final)
Автор: Ikenna Nwaiwu
Издательство: Manning Publications
Год: 2024
Страниц: 582
Язык: английский
Формат: epub
Размер: 18.9 MB

Improve speed, quality, AND cost by automating your API delivery process! Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process. It lays out a clear path to making both the organizational and technical changes you need to deliver high-quality APIs both rapidly and reliably. Author Ikenna Nwaiwu provides comprehensive guidance on implementing APIOps in your organization. He carefully walks through the technical steps and introduces the essential open-source tools, with practical advice and insights from his years of experience. You’ll benefit from his personal tips for avoiding common pitfalls and challenges of moving to automated API delivery. Create high quality, consistent, and fast-to-market APIs by automating the development process! This innovative book shows you how to apply established Continuous Delivery and DevOps principles along the whole API lifecycle, transforming a collection of individual tasks into a smooth, manageable pipeline that supports automated testing, iterative improvement, and reliable documentation. Automating API Delivery introduces the tools and strategies behind APIOps. You’ll discover tools and process improvements that give you important quick wins, including API governance using the Spectral API linter and establishing an efficient CI/CD pipeline with GitHub Actions. You’ll even discover how to use the powerful OpenAPI Generator to automatically create client and server code from your API definitions.
  • Добавил: literator
  • Дата: 9-07-2024, 14:36
  • Комментариев: 0
Название: Graphic Guide to Python: with Processing.py 3 (Graphic Guide to Programming)
Автор: Antony Lees
Издательство: Devoniant
Год: 2024
Страниц: 411
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Unleash Your Coding Creativity: Learn Python Through Stunning Visuals. Tired of staring at lines of text? This book is your gateway to learning Python through the magic of graphics! With Processing's user-friendly interface, you'll be drawing shapes, animating scenes, and creating interactive experiences – all while mastering the power of Python. Forget dry syntax; here, you'll grasp core concepts like variables, loops, and functions by bringing your ideas to life on the screen. Processing is a free, open-source, programming language based on the much larger Python language. It focusses on the visual output of computer programs, designed for non-programmers, and those more experienced, to create visual graphics and animation. Processing includes everything needed to create and view graphics including an IDE (Integrated Development Environment) that can be used to create programs and graphics. As Python is not a visual language, it is often taught using text output like printing “Hello world!”. By using Processing, we can learn Python with interesting graphics, giving immediate visual responses to the code you write, which is much more exciting! The book aims to teach the Python programming language to both non-programmers and experienced programmers alike, allowing those who have not worked on computer programs before to become competent in the language and anyone to create some visually stunning graphics and animation using Processing, regardless of prior experience.
  • Добавил: literator
  • Дата: 9-07-2024, 11:00
  • Комментариев: 0
Название: Mastering AI: A Survival Guide to Our Superpowered Future
Автор: Jeremy Kahn
Издательство: ‎Simon & Schuster
Год: 2024
Страниц: 336
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

A Fortune magazine journalist draws on his expertise and extensive contacts among the companies and scientists at the forefront of artificial intelligence to offer dramatic predictions of AI’s impact over the next decade, from reshaping our economy and the way we work, learn, and create to unknitting our social fabric, jeopardizing our democracy, and fundamentally altering the way we think. Within the next five years, Jeremy Kahn predicts, AI will disrupt almost every industry and enterprise, with vastly increased efficiency and productivity. It will restructure the workforce, making AI copilots a must for every knowledge worker. It will revamp education, meaning children around the world can have personal, portable tutors. It will revolutionize health care, making individualized, targeted pharmaceuticals more affordable. It will compel us to reimagine how we make art, compose music, and write and publish books. The potential of generative AI to extend our skills, talents, and creativity as humans is undeniably exciting and promising. But while this new technology has a bright future, it also casts a dark and fearful shadow. AI will provoke pervasive, disruptive, potentially devastating knock-on effects. Leveraging his unrivaled access to the leaders, scientists, futurists, and others who are making AI a reality, Kahn will argue that if not carefully designed and vigilantly regulated AI will deepen income inequality, depressing wages while imposing winner-take-all markets across much of the economy. AI risks undermining democracy, as truth is overtaken by misinformation, racial bias, and harmful stereotypes. Continuing a process begun by the internet, AI will rewire our brains, likely inhibiting our ability to think critically, to remember, and even to get along with one another—unless we all take decisive action to prevent this from happening.
  • Добавил: literator
  • Дата: 9-07-2024, 10:18
  • Комментариев: 0
Название: R Programming: Statistical Data Analysis in Research
Автор: Kingsley Okoye, Samira Hosseini
Издательство: Springer
Год: 2024
Страниц: 314
Язык: английский
Формат: pdf (true)
Размер: 17.7 MB

This book is written for statisticians, data analysts, programmers, researchers, professionals, and general consumers on how to perform different types of statistical data analysis for research purposes using R object-oriented programming language and RStudio integrated development environment (IDE). R is an open-source software with a development environment (RStudio) for computing statistics and graphical displays through data manipulation, modeling, and calculation. R packages and supported libraries provide a wide range of functions for programming and analyzing of data. Unlike many of the existing statistical software, R has the added benefit of allowing the users to write more efficient codes by using command-line scripting and vectors. It has several built-in functions and libraries that are extensible and allows the users to define their own (customized) functions on how they expect the program to behave while handling the data, which can also be stored in the simple object system. Therefore, this book serves as both textbook and manual for R statistics particularly in academic research, data analytics, and computer programming targeted to help inform and guide the work of the users. It provides information about different types of statistical data analysis and methods, and the best scenarios for use of each case in R. It gives a hands-on step-by-step practical guide on how to identify and conduct the different parametric and nonparametric procedures.
  • Добавил: literator
  • Дата: 9-07-2024, 05:43
  • Комментариев: 0
Название: Learn coding with Python and jаvascript: A practical introduction for beginners
Автор: Joachim L. Zuckarelli
Издательство: Springer
Год: 2024
Страниц: 547
Язык: английский
Формат: pdf
Размер: 19.0 MB

Whether on the computer, tablet, mobile phone, in the car or in the coffee machine - computer programs determine our everyday life. Software is becoming increasingly important, hardly anything works without the mysterious power of algorithms. But how do programs work? And how do you develop them? This book teaches you the basics of programming. Using everyday examples, you will first learn the basic concepts of programming, which are similar in all programming languages. Based on these basic ideas, you will then learn two popular and very useful programming languages, Python and jаvascript, in a systematic way and with many practical exercises, which you can use for a wide range of different tasks. The book is aimed at novice programmers of all ages (from students to professionals) who have no previous programming experience. If you talk to professional software developers, you will often hear that they know a range of languages in which computer programs are written. Some programmers list an impressively long list of languages with sometimes very strange names. How is that possible? How can they all speak two, three, four of these programming languages? Are they all geniuses? Not at all. However, programmers take advantage of a simple fact, namely that programming languages are very similar in many aspects, much more similar than natural languages like English or Spanish are to each other. Many basic concepts are found in virtually all programming languages in one form or another. They may be called differently in each language, but in the end they are always just variants of the same idea implemented in different ways. If you understand these basic concepts, you can learn new programming languages quickly because you know exactly what to look for and only need to understand how the new programming language you’re learning implements each basic concept. This makes language learning much easier.
  • Добавил: literator
  • Дата: 9-07-2024, 04:52
  • Комментариев: 0
Название: A Gamer's Introduction to Programming in C#: Welcome Brave Adventurer!
Автор: Aaron Langille
Издательство: CRC Press
Год: 2025
Страниц: 343
Язык: английский
Формат: pdf (true)
Размер: 13.8 MB

Turn your love of video games into a new love of programming by learning the ins and outs of writing code while also learning how to keep track of high scores, what video game heroes and loot boxes are made of, how the dreaded RNG (random number generation) works, and much, much more. This book is the first in an ongoing series designed to take readers from no coding knowledge to writing their own video games and interactive digital experiences using industry standard languages and tools. But coding books are technical, boring, and scary, aren’t they? Not this one. Within these pages, readers will find a fun and approachable adventure that will introduce them to the essential programming fundamentals like variables, computer-based math operations, RNG, logic structures, including if-statements and loops, and even some object-oriented programming. Using Visual Studio and C#, readers will write simple but fun console programs and text-based games that will build coding skills and confidence. Packed with practical examples and plain-language explanations, this book is structured like a video game, complete with levels to progress through, bonus levels for extra practice, cutscenes that offer info-packed coding breaks, and end-of-level code rewards to illustrate how everything fits together. Gain even more experience by exploring the resources and bonus materials at the companion website. Engaging and concise, this book is appealing to both a general readership as well as course convenors and students of programming.
  • Добавил: literator
  • Дата: 8-07-2024, 17:32
  • Комментариев: 0
Название: Explainable AI in Health Informatics
Автор: Rajanikanth Aluvalu, Mayuri Mehta, Patrick Siarry
Издательство: Springer
Серия: Computational Intelligence Methods and Applications
Год: 2024
Страниц: 287
Язык: английский
Формат: pdf (true), epub
Размер: 38.9 MB

This book provides a comprehensive review of the latest research in the area of Explainable Artificial Intelligence (XAI) in health informatics. It focuses on how explainable AI models can work together with humans to assist them in decision-making, leading to improved diagnosis and prognosis in healthcare. This book includes a collection of techniques and systems of XAI in health informatics and gives a wider perspective about the impact created by them. The book covers the different aspects, such as robotics, informatics, drugs, patients, etc., related to XAI in healthcare. The book is suitable for both beginners and advanced AI practitioners, including students, academicians, researchers, and industry professionals. It serves as an excellent reference for undergraduate and graduate-level courses on AI for medicine/healthcare or XAI for medicine/healthcare. Medical institutions can also utilize this book as reference material and provide tutorials to medical professionals on how the XAI techniques can contribute to trustworthy diagnosis and prediction of the diseases. This book is a collection of 12 chapters that provide an overview of recent advances in this area, that is, how Explainable Artificial Intelligence techniques help provide trustworthy solutions in healthcare.
  • Добавил: literator
  • Дата: 8-07-2024, 11:13
  • Комментариев: 0
Название: Applied Machine Learning: A practical guide from Novice to Pro
Автор: Chigozie Anyasor
Издательство: Independently published
Год: 2024
Страниц: 331
Язык: английский
Формат: epub
Размер: 20.8 MB

Many believe that a Machine Learning model, once trained, can act autonomously. This misconception has hindered innovation in ML/AI for far too long. In reality, ML models require integration within a comprehensive system encompassing inputs, processing, and outputs. My new book, "Applied Machine Learning: A Practical Guide from Novice to Pro," is designed to reshape your understanding of Machine Learning and its practical applications. This hands-on guide will help you comprehend what Machine Learning truly is and how it can transform your business operations. Machine Learning is an immensely intriguing field that involves harnessing computational algorithms to glean insights and make predictions from data without explicit programming. It's a subset of artificial intelligence focused on creating systems capable of learning and improving autonomously from experience. To wield machine learning effectively, data scientists, or aspiring ones, must grasp its principles and inner workings thoroughly. This book serves as a comprehensive guide to various Machine Learning techniques widely employed in Data Science and analytics. It traverses the entire machine learning pipeline, commencing from data preprocessing and c ulminating in model selection. The text delves into diverse Regression models, including Simple, Multiple, Polynomial, Support vector, Decision tree, and Random forest regression models, alongside evaluating these models and selecting the optimal regression model for a given task.
  • Добавил: literator
  • Дата: 8-07-2024, 10:34
  • Комментариев: 0
Название: Django Visual Guide: The Complete Beginner's Handbook to Mastering Web Development Effortlessly Without Prior Programming Experience
Автор: Ben Bloomfield, David Ocean, Atlas Skylark
Издательство: D-Libro
Год: 2024
Страниц: 542
Язык: английский
Формат: epub
Размер: 33.0 MB

If you're looking for a roadmap to mastering web development, this comprehensive Django guide is a perfect choice. Django is a powerful tool for building web applications and is highly trusted by developers. It is scalable, flexible, and secure and benefits from extensive community support. This book is designed to help beginners understand the core concepts of Django and web development. Its hands-on approach includes creating real web applications. The guide covers the basics of Django's structure and components to more advanced topics like deploying applications to a production environment. This guide also emphasizes the practical aspects of learning Django by including real-world scenarios and detailed code examples, making it an invaluable resource for aspiring Django developers starting from scratch.
  • Добавил: literator
  • Дата: 8-07-2024, 09:21
  • Комментариев: 0
Название: Programming Language Constructs: A Guide to the Essential Constructs of Modern Programming
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Computer Science Fundamentals
Год: 2024
Страниц: 769
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

Discover the Core of Modern Programming Constructs. Unlock the secrets of modern programming with "Programming Language Constructs: A Guide to the Essential Constructs of Modern Programming." Whether you're an aspiring coder taking your first steps or a seasoned developer looking to expand your expertise, this book is your ultimate companion in mastering the foundational constructs that underpin today’s most influential programming languages. Dive into a comprehensive guide that bridges the gap between theory and practical application, providing you with the tools to write efficient, readable, and maintainable code. Unique Multilingual Approach for Comprehensive Understanding: What sets this book apart is its unique multilingual approach. By comparing core constructs across a broad array of languages, including C#, C++, Go, Java, jаvascript, Kotlin, Python, Ruby, Rust, and Swift, you will gain a holistic understanding of programming paradigms. Each module delves into a specific construct—such as variables, functions, conditions, collections, loops, comments, enums, classes, accessors, and scope—detailing how they are implemented in each language with clear, concise explanations and extensive code examples to help you master 10 modern programming languages. "Programming Language Constructs" emphasizes hands-on learning, encouraging you to actively engage with the material through practical exercises. This book is designed to be both comprehensive and flexible, allowing you to read sequentially or jump directly to topics of interest. The structured, modular approach ensures that you can find the information you need, exactly when you need it.