Подписывайтесь на наш Telegram-канал! Ежедневно интересно!

Подписывайтесь на наш Telegram-канал!

Помочь нашему сайту финансово на сервисе сбора донатов!

Помочь нашему сайту финансово!
 
HostLife - лучший платный хостинг

Назад Вперед

Software Engineering for Data Scientists: From Notebooks to Scalable Systems (Final)

Автор: Limpopo5 от Сегодня, 19:55
  • 0
Software Engineering for Data Scientists: From Notebooks to Scalable Systems (Final)Название: Software Engineering for Data Scientists: From Notebooks to Scalable Systems (Final)
Автор: Саthеrinе Nеlsоn
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 400
Язык: английский
Формат: pdf, epub (true)
Размер: 11.2 MB

Data Science happens in code. The ability to write reproducible, robust, scaleable code is key to a data science project's success—and is absolutely essential for those working with production code. This practical book bridges the gap between data science and software engineering,and clearly explains how to apply the best practices from software engineering to Data Science. All the code examples in this book are written in Python, and many of the chapters describe Python-specific tools. In recent years, Python has become the most popular programming language for Data Science. Python has an extremely solid set of open source libraries for data science, with good backing and a healthy community of maintainers. Large trend-setting companies have chosen Python for their main ML frameworks, including TensorFlow (Google) and PyTorch (Meta). Because of this, Python appears to be especially popular among data scientists working on production Machine Learning code, where good coding skills are particularly important. In my experience, the Python community has been friendly and welcoming, with many excellent events that have helped me improve my skills. It’s my preferred programming language, so it was an easy choice for this book. This book is aimed at data scientists, but people working in closely related fields such as data analysts, Machine Learning (ML) engineers, and data engineers will also find it useful.

Building Micro-Frontends, 2nd Edition (Early Release)

Автор: Limpopo5 от Сегодня, 16:15
  • 0
Building Micro-Frontends, 2nd Edition (Early Release)Название: Building Micro-Frontends: Distributed Systems for the Frontend, 2nd Edition (Early Release)
Автор: Luса Меzzаlirа
Издательство: O’Reilly Media, Inc.
Год: 2024-04-15
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

What's the answer to today's increasingly complex applications? Micro-frontends. Inspired by the microservices model, this approach lets you break interfaces into separate features managed by different teams of developers. In this updated second edition, software architects, tech leads, and software developers will learn how to design, build, and deploy independent micro-frontends that compose unique frontend systems. Author Luca Mezzalira, principal serverless specialist solutions architect at AWS, shows you how micro-frontends enable agility within an organization, decentralize decision-making, and optimize for fast flow. This gives your organization technical flexibility and allows you to hire and retain a broad spectrum of talent. Micro-frontends also support distributed or colocated teams more efficiently. Pick up this book and learn how to get started with this technological breakthrough right away. Nowadays microservices architecture is a well-known, established and popular pattern used by many organizations across the world. Microservices split a unique codebase into smaller parts, each of them with a subset of functionalities compared to a monolith. This business logic is embraced by developers because the problem solved by a microservice is simpler than looking at thousands of lines of code. Moreover a developer can maintain a clear picture of the code base and related functionality implemented, considering the cognitive load is by far less than working on a monolithic system.

Kafka Streams in Action: Event-driven applications and microservices, 2nd Edition (Final Release)

Автор: Limpopo5 от Вчера, 17:31
  • 0
Kafka Streams in Action: Event-driven applications and microservices, 2nd Edition (Final Release)Название: Kafka Streams in Action: Event-driven applications and microservices, 2nd Edition (Final Release)
Автор: Вill Веjесk
Издательство: Manning Publications
Год: 2024
Страниц: 506
Язык: английский
Формат: pdf (true)
Размер: 16.5 MB

Everything you need to implement stream processing on Apache Kafka using Kafka Streams and the kqsIDB event streaming database. Kafka Streams in Action, Second Edition guides you through setting up and maintaining your streaming processing with Kafka. Inside, you’ll find comprehensive coverage of not only Kafka Streams, but the entire toolbox you’ll need for effective streaming—from the components of the Kafka ecosystem, to Producer and Consumer clients, Connect, and Schema Registry. Kafka Streams in Action, Second Edition teaches you how to create event streaming applications on the amazing Apache Kafka platform. This thoroughly revised new edition now covers a wider range of streaming architectures and includes data integration with Kafka Connect. As you go, you’ll explore real-world examples that introduce components and brokers, schema management, and the other essentials. Along the way, you’ll pick up practical techniques for blending Kafka with Spring, low-level control of processors and state stores, storing event data with ksqlDB, and testing streaming applications. For Java developers. No knowledge of Kafka or streaming applications required.

Spring Security in Action, 2nd Edition (Final Release)

Автор: Limpopo5 от Вчера, 16:50
  • 0
Spring Security in Action, 2nd Edition (Final Release)Название: Spring Security in Action, 2nd Edition (Final Release)
Автор: Lаurеntiu Sрilса
Издательство: Manning Publications
Год: 2024
Страниц: 440
Язык: английский
Формат: pdf (true)
Размер: 11.2 MB

Design and develop Spring applications that are secure right from the start. Spring Security in Action, Second Edition is a revised version of the bestselling original, fully updated for Spring Boot 3 and Oauth2/OpenID Connect. This new edition covers the latest patterns for application-level security in Spring apps, demonstrating how Spring Security simplifies every step of the security process. Code samples and useful real-world examples give you hands-on experience of protecting your apps from common threats such as injection attacks and poor monitoring. Spring Security is essential for any Java developer looking to master authentication and authorization in Spring apps. By adopting "secure by design" principles with Spring Security's out-of-the-box features, you can protect your apps from data theft and unauthorized intrusions. Spring Security in Action, Second Edition reveals the Spring Security techniques and tools you need to defend your apps against attack. In this book, author Laurentiu Spilca, a skilled Java and Spring developer, will teach you how to build your own authorization server, manage system users, configure secure endpoints, and prevent cross-site scripting and request forgery attacks. This new second edition delves into the OAuth 2/OpenID Connect stack and details SecurityFilterChain for security configuration. Don't let security be an afterthought. Start protecting your apps from the first line of code! For experienced Java and Spring developers. All examples in this book use Java.

Build a Frontend Web Framework (From Scratch) (Final Release)

Автор: Limpopo5 от Вчера, 15:45
  • 0
Build a Frontend Web Framework (From Scratch) (Final Release)Название: Build a Frontend Web Framework (From Scratch) (Final Release)
Автор: Аngеl Sоlа Оrbаiсеtа
Издательство: Manning Publications
Год: 2024
Страниц: 386
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Learn how a frontend web framework works by coding your own! Web developers use frontend frameworks every day—but do you know how these essential parts of your stack really work? Build a Frontend Web Framework (From Scratch) reveals the inner workings of web frameworks by helping you create your very own. In Build a Frontend Web Framework (From Scratch), you’ll learn the secrets behind frameworks like React, Vue, and Angular. You’ll learn how a modern framework operates by adding features like component state and lifecycle management, a virtual DOM, and reconciliation algorithms to update the HTML efficiently. You’ll appreciate how each critical concept is broken down into easy-to-digest chunks and explained with engaging graphics. Build a Frontend Web Framework (From Scratch) is a hands-on guide designed to lead you through the creation of your own frontend framework, closely mirroring the tools you routinely use in your professional life. My primary goal is to unveil the inner workings of frameworks, enabling you to harness their power more effectively. But the book isn’t just about education; it’s also about reveling in the journey! Frontend frameworks are intricate pieces of software, and this book was crafted with your learning in mind. Each concept is methodically deconstructed into easily digestible segments, supplemented by diagrams and comprehensive explanations. I aim to equip you with everything you need to construct your own framework. For web developers familiar with javascript and Node.

Math and Architectures of Deep Learning (Final Release)

Автор: Limpopo5 от Вчера, 15:08
  • 0
Math and Architectures of Deep Learning (Final Release)Название: Math and Architectures of Deep Learning (Final Release)
Автор: Кrishnеndu Сhаudhurу
Издательство: Manning Publications
Год: 2024
Страниц: 553
Язык: английский
Формат: pdf (true)
Размер: 75.9 MB

Shine a spotlight into the Deep Learning "black box". This comprehensive and detailed guide reveals the mathematical and architectural concepts behind Deep Learning models, so you can customize, maintain, and explain them more effectively. Deep Learning can’t be learned by going through a small fragmented set of simplified recipes from which all math has been scrubbed out. This is a mathematical topic and mastery requires understanding the math along with the programming. What is needed is a resource which presents this topic with the requisite amount of math—no more and no less—with the connection between the Deep Learning and math explicitly spelled out. This is exactly what this book strives to provide with its dual presentation of the math and corresponding PyTorch code snippets. Readers need to know Python and the basics of algebra and calculus.

Basic and Advance: Python Programming

Автор: Limpopo5 от Вчера, 02:51
  • 0
Basic and Advance: Python ProgrammingНазвание: Basic and Advance: Python Programming
Автор: Аgуа Rаm Vеrmа, Yаtеndrа Кumаr, Sаg Rаm Vеrmа
Издательство: NIPA GENX Electronic Resources & Solutions P. LTD.
Год: 2023
Страниц: 240
Язык: английский
Формат: pdf (true)
Размер: 15.9 MB

This book will introduce you to the Python programming language. It's aimed at beginning programmers, but even if you have written programs before and just want to add Python to your list of languages. Python is a high-level, interpreted, and general-purpose dynamic programming language that focuses on code readability. It has fewer steps when compared to Java and C. It was founded in 1991 by developer Guido Van Rossum. Python ranks among the most popular and fastest-growing languages in the world. Python is a powerful, flexible, and easy-to-use language. In addition, the community is very active there. It is used in many organizations as it supports multiple programming paradigms. It also performs automatic memory management. The first eight chapters explain Python's basic and you should read them in order. The later chapters show how Python is used in specific application areas such as the web, database, networks, and so on, read them in any order you like. Chapter 1 this chapter explain different basic topic related Python programming. Chapter 2 in this chapter define Python operator. Chapter 3 in this chapter define looping statement. Chapter 4 in this chapter define Python function.

Learn Python the Hard Way, 5th Edition (Final)

Автор: Limpopo5 от 2024-04-16, 04:29:54
  • 0
Learn Python the Hard Way, 5th Edition (Final)Название: Learn Python the Hard Way, 5th Edition
Автор: Zеd А. Shаw
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 348
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

You Will Learn Python! Zed Shaw has created the world's most reliable system for learning Python. Follow it and you will succeed–just like the millions of beginners Zed has taught to date! You bring the discipline, persistence, and attention; the author supplies the masterful knowledge you need to succeed. In Learn Python the Hard Way, Fifth Edition, you'll learn Python by working through 60 lovingly crafted exercises. Read them. Type in the code. Run it. Fix your mistakes. Repeat. As you do, you'll learn how a computer works, how to solve problems, and how to enjoy programming ... even when it's driving you crazy. This book instructs you in Python by slowly building and establishing skills through techniques such as practice and memorization, then applying them to increasingly difficult problems. By the end of the book you will have the tools needed to begin learning more complex programming topics. I like to tell people that my book gives you your “programming black belt.” What this means is that you know the basics well enough to now start learning programming. If you work hard, take your time, and build these skills, you will learn to code.

PROC FCMP User-Defined Functions: An Introduction to the SAS Function Compiler

Автор: Limpopo5 от 2024-04-15, 19:46:06
  • 0
PROC FCMP User-Defined Functions: An Introduction to the SAS Function CompilerНазвание: PROC FCMP User-Defined Functions: An Introduction to the SAS Function Compiler
Автор: Тrоу Маrtin Нughеs
Издательство: SAS Institute Inc.
Год: 2024
Страниц: 425
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

In PROC FCMP User-Defined Functions, readers are introduced to the SAS Function Compiler, which enables users to create user-defined functions and subroutines. These modular, callable software components complement the diverse array of SAS built-in functions and extend the SAS programming language, creating more building blocks for constructing future software! The book opens by introducing the role of functions in software design and explaining how functions improve software quality characteristics. It then moves on to basic PROC FCMP syntax, including how to define and call user-defined functions. Next, readers learn about the SAS array and hash object, the primary data structures leveraged by PROC FCMP, and how PROC FCMP can manipulate them behind the scenes. Finally, the Python Component Object is introduced, which facilitates the interoperability of SAS and Python. PROC FCMP runs Python functions natively inside a SAS wrapper, which allows open-source functions to be incorporated without needing to be rewritten in SAS. The Python language has become one of the most versatile, widely distributed programming languages in the world. Can I say that in a SAS book? Yes! Because the SAS Institute is not only aware of this success—they are capitalizing on it, as they continue their commitment to platform and software interoperability. The FCMP procedure helps facilitate the integration of Python and the SAS application through the Python Component Object, which enables Python functions to be executed inside user-defined SAS functions and subroutines.

R for the Rest of Us: A Statistics-Free Introduction

Автор: Limpopo5 от 2024-04-15, 19:07:50
  • 0
R for the Rest of Us: A Statistics-Free IntroductionНазвание: R for the Rest of Us: A Statistics-Free Introduction
Автор: Dаvid Кеуеs
Издательство: No Starch Press
Год: 2024
Страниц: 306
Язык: английский
Формат: pdf, epub
Размер: 31.8 MB

The R programming language is a remarkably powerful tool for data analysis and visualization, but its steep learning curve can be intimidating for some. If you just want to automate repetitive tasks or visualize your data, without the need for complex math, R for the Rest of Us is for you. Inside you’ll find a crash course in R, a quick tour of the RStudio programming environment, and a collection of real-word applications that you can put to use right away. You’ll learn how to create informative visualizations, streamline report generation, and develop interactive websites—whether you’re a seasoned R user or have never written a line of R code. Many people think of R as simply a tool for hardcore statistical analysis, but it can do much more than manipulate numerical values. After all, every R user must illuminate their findings and communicate their results somehow, whether that’s via data visualizations, reports, websites, or presentations. Also, the more you use R, the more you’ll find yourself wanting to automate tasks you currently do manually. No matter your background, using R can transform your work. This book is for you if you’re either a current R user keen to explore its uses for visualization and communication or a non-R user wondering if R is right for you. I’ve written R for the Rest of Us so that it should make sense whether or not you’ve ever written a line of R code. But even if you’ve written entire R programs, the book should help you learn plenty of new techniques to up your game. R is a great tool for anyone who works with data.

Назад Вперед

HostLife - лучший платный хостинг
HostLife - лучший платный хостинг!
Отличный хостинг по цене от 1.87$/месяц! Рекомендация от сайта Bookskeeper!


Бесплатная электронная библиотека. Скачать книги бесплатно!

Наша электронная библиотека Bookskeeper (для РФ работает через VPN) - это интернет-витрина, где любой посетитель может публиковать электронные варианты книг, журналов, газет, комиксов, в общем, любой литературы со ссылками для медленного, но бесплатного скачивания с файлообменников. В нашем книжном хранилище Вы всегда найдете литературу на любой вкус человека любого возраста - от детских комиксов и расскрасок до серьезной научной литературы.
 
 
Поддержите наш сайт!
Идет сбор донатов на хостинг
для работы нашего сайта.
Сканируйте QR-код
(или нажмите на него)
для Вашей поддержки!
Оплата картой, ЮMoney


Донаты для помощи нашему сайту!

ОГРОМНОЕ СПАСИБО
всем за Ваши донаты!

Наши рекомендации



Book24.ru - книжный интернет магазин



Turbobit - Получите турбо-доступ и скачивайте безлимитно и без рекламы!


HostLife - лучший платный хостинг