Technical Building Blocks: A Technology Reference for Real-world Product Development

Автор: literator от 27-10-2022, 02:18, Коментариев: 0

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

Technical Building Blocks: A Technology Reference for Real-world Product DevelopmentНазвание: Technical Building Blocks: A Technology Reference for Real-world Product Development
Автор: Gaurav Sagar, Vitalii Syrovatsky
Издательство: Apress
Год: 2022
Страниц: 415
Язык: английский
Формат: pdf (true), epub
Размер: 12.2 MB, 11.3 MB

This book offers comprehensive coverage of the various technologies and techniques used to build technical products. You will learn how technical product development is collaboratively done across multiple technical teams, primarily those in software engineering, data engineering, and AI/ML engineering. You will also be introduced to the technologies these teams use to develop features and products.
 

Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (Fourth Early Release)

Автор: literator от 27-10-2022, 01:40, Коментариев: 0

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

Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (Fourth Early Release)Название: Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (Fourth Early Release)
Автор: Sau Sheong Chang
Издательство: O’Reilly Media, Inc.
Год: 2022-10-25
Страниц: 111
Язык: английский
Формат: epub (true), pdf, mobi
Размер: 10.27 MB

Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Programmers new to Go can quickly ramp up their knowledge while accomplishing useful tasks, and experienced Go developers can save time by cutting and pasting proven code directly into their applications.
 

Python for Engineers and Scientists: Concepts and Applications

Автор: literator от 27-10-2022, 01:10, Коментариев: 0

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

Python for Engineers and Scientists: Concepts and ApplicationsНазвание: Python for Engineers and Scientists: Concepts and Applications
Автор: Rakesh Nayak, Nishu Gupta
Издательство: CRC Press
Год: 2023
Страниц: 459
Язык: английский
Формат: pdf (true)
Размер: 36.3 MB

The text focuses on the basics of Python programming fundamentals and introduction to present-day applications in technology and the upcoming state-of-art trends in a comprehensive manner. The text is based on Python 3.x and it covers the fundamentals of Python with object-oriented concepts having numerous worked-out examples. It provides a learning tool for the students of beginner level as well as for researchers of advanced level. Each chapter contains additional examples that explain the usage of methods/functions discussed in the chapter. It provides numerous programming examples along with their outputs.
 

Pandas for Everyone: Python Data Analysis, 2nd Edition (Rough Cuts)

Автор: literator от 27-10-2022, 01:01, Коментариев: 0

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

Pandas for Everyone: Python Data Analysis, 2nd Edition (Rough Cuts)Название: Pandas for Everyone: Python Data Analysis, 2nd Edition (Rough Cuts)
Автор: Daniel Chen
Издательство: Addison-Wesley Professional/Pearson
Год: 2022
Страниц: 336
Язык: английский
Формат: epub
Размер: 10.2 MB

Manage and Automate Data Analysis with Pandas in Python. Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple data sets. As the name implies, this book is meant for everyone who wants to use Python for data science, whether they are veteran Python users, experienced programmers, statisticians, or entirely new to the field. For people brand new to Python the book contains a collection of appendixes for getting started with the language and for installing both Python and Pandas, and it covers the whole analysis pipeline, including reading data, visualization, data manipulation, modeling, and Machine Learning.
 

Scala for the Impatient, 3rd Edition

Автор: literator от 27-10-2022, 00:30, Коментариев: 0

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

Scala for the Impatient, 3rd EditionНазвание: Scala for the Impatient, 3rd Edition
Автор: Cay S. Horstmann
Издательство: Addison-Wesley Professional/Pearson
Год: 2022
Страниц: 400
Язык: английский
Формат: epub, mobi
Размер: 10.3 MB

Scala 3 is concise, consistent, flexible, robust, and efficient, but there's a lot to learn and navigating features and improvements can be challenging. Scala for the Impatient, Third Edition, is a complete yet concise guide that reflects the major enhancements of Scala 3, from improved syntax and revamped type system to powerful contextual abstractions. If you're a Java, Python, C++, or C# programmer who's new to Scala or functional programming--or even if you've already used earlier versions of Scala--this guide will help you write code that's more robust, more efficient, and more secure.
 

Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (Early Release)

Автор: literator от 26-10-2022, 15:31, Коментариев: 0

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

Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (Early Release)Название: Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (Early Release)
Автор: Sean P. Kane, Karl Matthias
Издательство: O’Reilly Media, Inc.
Год: 2022-10-25
Страниц: 131
Язык: английский
Формат: epub (true), pdf, mobi
Размер: 10.2 MB

Docker and Linux containers have fundamentally changed the way that organizations develop, deliver, and run software at scale. But understanding why these tools are important and how they can be successfully integrated into your organization's ecosystem can be challenging. This fully updated guide provides developers, operators, architects, and technical managers with a thorough understanding of the Docker tool set and how containers can improve almost every aspect of modern software delivery and management. This edition includes significant updates to the examples and explanations that reflect the substantial changes that have occurred since Docker was first released almost a decade ago.
 

Schematron: a language for validating XML

Автор: literator от 26-10-2022, 14:39, Коментариев: 0

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

Schematron: a language for validating XMLНазвание: Schematron: a language for validating XML
Автор: Erik Siegel
Издательство: XML Press
Год: 2022
Страниц: 278
Язык: английский
Формат: epub (true), pdf, mobi
Размер: 10.2 MB

Schematron is a validation language that checks XML documents against business rules. It extends the validation provided by languages such as Document Type Definitions (DTD), W3C XML Schema, and RELAX NG, giving you the ability to check your XML documents for compliance with rules that can be difficult, if not impossible, to check with the other validation languages. Schematron: A language for validating XML is aimed at programmers and others who process XML. It explains the language in detail along with many examples. This book is for anyone who wants to learn Schematron or expand their existing knowledge of the language. I assume you have at least a basic knowledge of XML.
 

Discrete Mathematical Algorithm, and Data Structure : Major Components of Mathematics, and Computer Science

Автор: literator от 26-10-2022, 04:42, Коментариев: 0

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

Discrete Mathematical Algorithm, and Data Structure : Major Components of Mathematics, and Computer ScienceНазвание: Discrete Mathematical Algorithm, and Data Structure : Major Components of Mathematics, and Computer Science Explained with the help of C, C++, PHP, Java, C#, Python, and Dart
Автор: Sanjib Sinha
Издательство: Leanpub
Год: 2022-03-23
Страниц: 405
Язык: английский
Формат: pdf (true), epub
Размер: 10.3 MB

Readers will learn discrete mathematical abstracts as well as its implementation in algorithm and data structures shown in various programming languages, such as C, C++, PHP, Java, C#, Python and Dart. This book combines two major components of Mathematics and Computer Science under one roof. Readers will learn discrete mathematical abstracts as well as its implementation in algorithm and data structures. I have shown examples using various programming languages. I have used as C, C++, PHP, Java, C#, Python and Dart. This book combines two major components of Mathematics and Computer Science under one roof. Firstly, without the core conceptions and tools derived from discrete mathematics, one cannot understand the abstract or the general idea involving algorithm and data structures in Computer Science. Secondly, the objects of data structures are basically objects of discrete mathematics.
 

Deep Learning in Production

Автор: literator от 26-10-2022, 04:27, Коментариев: 0

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

Deep Learning in ProductionНазвание: Deep Learning in Production
Автор: Sergios Karagiannakos
Издательство: Leanpub
Год: 2022-02-07
Страниц: 223
Язык: английский
Формат: pdf (true), epub
Размер: 58.0 MB

Build, train, deploy, scale and maintain Deep Learning models. Understand ML infrastructure and MLOps using hands-on examples. Deep Learning (DL) research is advancing rapidly over the past years. Frameworks and libraries are constantly been developed and updated. However, we still lack standardized solutions on how to serve, deploy and scale Deep Learning models. Deep Learning infrastructure is not very mature yet. This book accumulates a set of best practices and approaches on how to build robust and scalable Machine Learning (ML) applications. It covers the entire lifecycle from data processing and training to deployment and maintenance.
 

Simplifying Machine Learning with PyCaret : A Low-code Approach for Beginners and Experts!

Автор: literator от 26-10-2022, 03:58, Коментариев: 0

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

Simplifying Machine Learning with PyCaret : A Low-code Approach for Beginners and Experts!Название: Simplifying Machine Learning with PyCaret : A Low-code Approach for Beginners and Experts!
Автор: Giannis Tolios
Издательство: Leanpub
Год: 2022-01-19
Страниц: 107
Язык: английский
Формат: pdf (true), epub
Размер: 16.7 MB

A beginner-friendly introduction to Machine Learning (ML) with Python, that is based on the PyCaret and Streamlit libraries. Readers will delve into the fascinating world of Artificial Intelligence (AI), by easily training and deploying their ML models! The field of Machine Learning has grown substantially in the past years due to technological and scientific advancements. Data scientists and machine learning engineers are among the best paid professionals in the modern job market, and demand for associated skills is extremely high. PyCaret is a low-code machine learning Python library that is easy to use, thus making it accessible to beginners. This book provides hands-on tutorials for each of the main PyCaret modules, such as classification, regression, clustering, anomaly detection and natural language processing (NLP). Furthermore, the book will teach you how to develop Machine Learning applications based on the Streamlit library, as well as deploy them on the cloud.