Julia as a Second Language (Final Release)

Автор: literator от 17-03-2023, 14:24, Коментариев: 0

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

Julia as a Second Language (Final Release)Название: Julia as a Second Language: General purpose programming with a taste of Data Science (Final Release)
Автор: Erik Engheim
Издательство: Manning Publications
Год: 2023
Страниц: 402
Язык: английский
Формат: pdf (true)
Размер: 23.8 MB

Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or jаvascript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. Don’t be put off by Julia’s reputation as a scientific programming language. There’s no Data Science or numerical computing knowledge required. You can get started with what you learned in high school math classes.
 

Code Like a Pro in Rust (MEAP v10)

Автор: literator от 17-03-2023, 14:08, Коментариев: 0

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

Code Like a Pro in Rust (MEAP v10)Название: Code Like a Pro in Rust (MEAP v10)
Автор: Brenden Matthews
Издательство: Manning Publications
Год: 2023
Страниц: 217
Язык: английский
Формат: pdf (true)
Размер: 42.3 MB

Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You’ll upgrade your basic knowledge of Rust with conventions, best practices, and veteran’s secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust’s support for asynchronous programming and integrating Rust with codebases written in other languages. This is not an introductory book for the Rust language; this book is for those who’ve learned the basics of the language and want to fast forward past the bang-your-head-in-frustration phase of learning a new programming language. If you’re new to programming in general, you may find this book quite challenging, and while I won’t discourage you from reading it, you may find it difficult to follow.
 

Demand Forecasting Best Practices (MEAP v2)

Автор: literator от 17-03-2023, 13:41, Коментариев: 0

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

Demand Forecasting Best Practices (MEAP v2)Название: Demand Forecasting Best Practices (MEAP v2)
Автор: Nicolas Vandeput
Издательство: Manning Publications
Год: 2023
Язык: английский
Формат: pdf (true)
Размер: 37.5 MB

Master the demand forecasting skills you need to decide what resources to acquire, what products to produce, and where and how to distribute them. Demand Forecasting Best Practices is a handbook of techniques for effective demand planning for products of all types. You'll learn how to optimize your data, metrics, processes, models, and even people to make better decisions and deliver value to your supply chains. Discover pro tips from author Nicolas Vandeput's global career in supply chain consultancy, and dodge the common mistakes you might not know you're making. Illustrations, clear explanations, and relevant real-world examples make each concept easy to understand and easy to follow. Throughout the book, I will explain these best practices step by step, highlighting how they will lead you to efficacy (more useful forecasts) and efficiency (reducing your team’s workload while making the most out of their available time). Each chapter will be another opportunity for you to improve your forecasting process and make your forecasts more useful for your supply chain. You will have to use forecasting software or data management tools such as Python. Utilize different types of statistical and Machine Learning models.
 

Let's Talk Python (MEAP v6)

Автор: literator от 17-03-2023, 13:22, Коментариев: 0

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

Let's Talk Python (MEAP v6)Название: Let's Talk Python (MEAP v6)
Автор: Pavel Anni
Издательство: Manning Publications
Год: 2023
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 44.9 MB

Learn Python the fun and easy way with your new friends Erik and Simon! This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time. Let's Talk Python is a unique Python beginners guide written especially for young people. There are no boring lessons or dull exercises. Instead, you'll team up with two brothers who are busy talking about Python programming and asking the same questions you are! As you follow along, you’ll learn from the brothers' mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi. Python is one of the best languages for new programmers!
 

Agile Software Engineering Skills

Автор: literator от 17-03-2023, 02:50, Коментариев: 0

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

Agile Software Engineering SkillsНазвание: Agile Software Engineering Skills
Автор: Julian Michael Bass
Издательство: Springer
Год: 2023
Страниц: 320
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

This textbook is about working in teams to create functioning software. It covers skills in Agile software development methods, team working, version control and continuous integration and shows readers how to apply some of the latest ideas from lean, Agile and Kanban. Part I, which focuses on People, describes various project roles and the skills needed to perform each role. This includes members of self-organizing teams, scrum masters, product owners and activities for managing other stakeholders. The skills needed to create Product artefacts are detailed in Part II. These include skills to create Agile requirements, architectures, designs as well as development and security artefacts. The Agile development Process to coordinate with co-workers is described in Part III. It introduces the skills needed to facilitate an incremental process and to use software tools for version control and automated testing. Eventually some more advanced topics are explained in Part IV. These topics include large projects comprising multiple cooperating teams, automating deployment, cloud software services, DevOps and evolving live systems.
 

Kubernetes Patterns: Reusable Elements for Designing Cloud Native Applications, 2nd Edition (Final)

Автор: literator от 17-03-2023, 02:08, Коментариев: 0

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

Kubernetes Patterns: Reusable Elements for Designing Cloud Native Applications, 2nd Edition (Final)Название: Kubernetes Patterns: Reusable Elements for Designing Cloud Native Applications, 2nd Edition (Final)
Автор: Bilgin Ibryam, Roland Huss
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 450
Язык: английский
Формат: epub (true), mobi
Размер: 10.5 MB

The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures offer new distributed primitives that require a different set of practices than many developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huss provide common reusable patterns and principles for designing and implementing cloud native applications on Kubernetes. This book aims to help developers discover and learn about the most common patterns for creating cloud native applications with Kubernetes. First, let’s take a brief look at the two primary ingredients of this book: Kubernetes and design patterns. Kubernetes is a container orchestration platform. Today, Kubernetes is considered one of the most popular projects on GitHub. It is fair to claim that Kubernetes is the most commonly used and feature-rich container orchestration platform. Kubernetes also forms the foundation of other platforms built on top of it. The most prominent of those Platform-as-a-Service systems is Red Hat OpenShift, which provides various additional capabilities to Kubernetes. These are only some reasons we chose Kubernetes as the reference platform for the cloud native patterns in this book. This book assumes you have some basic knowledge of Kubernetes.
 

The C++ Standard Library : Fourth Edition Includes C++23

Автор: literator от 16-03-2023, 21:56, Коментариев: 0

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

The C++ Standard Library : Fourth Edition Includes C++23Название: The C++ Standard Library: What every professional C++ programmer should know about the C++ standard library: Fourth Edition Includes C++23
Автор: Rainer Grimm
Издательство: Leanpub
Год: 2023-03-11
Страниц: 344
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

With the current C++23 standard, C++ has many libraries to offer. My book's key idea is to give you concise the necessary information for all C++ standard libraries. "The C++ Standard Library" provides a detailed overview of the C++ Standard Library, including C++23. The C++ Standard Library aims to provide you with a concise reference of the C++ standard library in about 350 pages. This book assumes that you are familiar with C++. If so, you will get the most benefit from this book. If C++ is new to you, you should start with a textbook about core C++. Once you have mastered a textbook about the core language, you can make your next big step by reading my book. C++23 improved the big four of C++20: extended ranges functionality, the coroutine generator std::generator, and a modularized C++ standard library.
 

Computer Vision: Statistical Models for Marr's Paradigm

Автор: literator от 16-03-2023, 19:45, Коментариев: 0

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

Computer Vision: Statistical Models for Marr's ParadigmНазвание: Computer Vision: Statistical Models for Marr's Paradigm
Автор: Song-Chun Zhu, Ying Nian Wu
Издательство: Springer
Год: 2023
Страниц: 364
Язык: английский
Формат: pdf (true)
Размер: 15.7 MB

As the first book of a three-part series, this book is offered as a tribute to pioneers in vision, such as Bela Julesz, David Marr, King-Sun Fu, Ulf Grenander, and David Mumford. The authors hope to provide foundation and, perhaps more importantly, further inspiration for continued research in vision. This book covers David Marr's paradigm and various underlying statistical models for vision. The mathematical framework herein integrates three regimes of models (low-, mid-, and high-entropy regimes) and provides foundation for research in visual coding, recognition, and cognition. Concepts are first explained for understanding and then supported by findings in psychology and neuroscience, after which they are established by statistical models and associated learning and inference algorithms. A reader will gain a unified, cross-disciplinary view of research in vision and will accrue knowledge spanning from psychology to neuroscience to statistics. The primary aim of this book is to pursue knowledge representation for vision. In a world in which technology generates immense amounts of data from a wide spectrum of sources, it is of growing importance to establish a common framework for knowledge representation, learning, and discovery. A current problem in Artificial Intelligence is how to acquire truly massive amounts of knowledge, akin to the faculty of common sense in humans, from raw sensory signals and, moreover, use this knowledge for inference and reasoning.
 

Node.js. Путеводитель по технологии

Автор: umkaS от 16-03-2023, 07:20, Коментариев: 1

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

Название:Node.js. Путеводитель по технологии
Автор: Кирилл Сухов
Издательство: ДMK
Год: 2015
Формат: PDF
Размер: 17,7 Мб

За последние несколько лет платформа Node.js стремительно повысила свой статус от экспериментальной технологии до основы для серьезных промышленных проектов. Тысячи программистов оценили возможность построения достаточно сложных, высоко нагруженных приложений на простом, элегантном и, самое главное, легковесном механизме. Все эти скучные слова правдивы, но на самом деле не это главное. Прежде всего Node.js – это совершенно увлекательная и захватывающая вещь, с которой по-настоящему интересно работать! Автор предлагает обзорную экскурсию по этой технологии, которая точно не будет скучной, ведь Node.js – это здорово!
 

Learning Java: An Introduction to Real-World Programming with Java, 6th Edition (Third Early Release)

Автор: literator от 16-03-2023, 03:35, Коментариев: 0

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

Learning Java: An Introduction to Real-World Programming with Java, 6th Edition (Third Early Release)Название: Learning Java: An Introduction to Real-World Programming with Java, 6th Edition (Third Early Release)
Автор: Marc Loy, Patrick Niemeyer, Daniel Leuck
Издательство: O’Reilly Media, Inc.
Год: 2023-03-14
Страниц: 385
Язык: английский
Формат: epub (true), mobi
Размер: 10.2 MB

Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, author Marc Loy introduces you to Java fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications. This updated sixth edition expands the content to cover lambdas and streams, and shows you how to use a functional paradigm in Java. You'll learn about the latest Java features introduced since the book's fifth edition, from JDK 15 through 21. You'll also take a deep dive into the virtual threads introduced as Project Loom in Java 19 and become familiar with the public release of JDK 21 LTS.