Cargando…

Fast Python : high performance techniques for large datasets /

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. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and si...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Antao, Tiago (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications, [2023]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • An urgent need for efficiency in data processing
  • Extracting maximum performance from built-in features
  • Concurrency, parallelism, and asynchronous processing
  • High-performance NumPy
  • Re-implementing critical code with Cython
  • Memory hierarchy, storage, and networking
  • High-performance pandas and Apache arrow
  • Storing big data
  • Data analysis using GPU computing
  • Analyzing big data with Dask.