- Добавил: literator
- Дата: 26-04-2023, 19:17
- Комментариев: 0

Автор: Tiago Rodriques Antao
Издательство: Manning Publications
Год: 2023
Страниц: 304
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB
Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex Machine Learning applications. The purpose of this book is to help you write more efficient applications in the Python ecosystem. By more efficient, I mean that your code will use fewer CPU cycles, less storage space, and less network communication. The book takes a holistic approach to the problem of performance. We not only discuss code optimization techniques in pure Python, but we also consider the efficient use of widely used data libraries, like NumPy and Pandas. Because Python is not sufficiently performant in some cases, we also consider Cython when we need more speed. In line with this holistic approach, we also discuss the impact of hardware on code design: we analyze the impact of modern computer architectures on algorithm performance. We also examine the effect of network architectures on efficiency, and we explore the usage of GPU computing for fast data analysis. Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs.