Descriere YEO:
Pe YEO găsești High Performance Python: Practical Performant de la O\'Reilly Media, în categoria Foreign Books.
Indiferent de nevoile tale, High Performance Python: Practical Performant Programming for Humans, Paperback/Micha Gorelick din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 324.99 Lei
Caracteristicile produsului High Performance Python: Practical Performant
- Brand: O\'Reilly Media
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 21-12-2024 01:38:29
Comandă High Performance Python: Practical Performant Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda High Performance Python: Practical Performant de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Your
Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, the updated edition of this practical guide, expanded and enhanced for
Python 3, helps you gain a deeper understanding of
Python\'s implementation. You\'ll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. How can you take advantage of multicore architectures or clusters? Or build a system that can scale up and down without losing reliability? Experienced Python programmers and students alike will learn concrete solutions to these and other issues, along with war stories from companies that use high-performance Python for social media analytics, productionized machine learning, and other situations. Get a better grasp of NumPy, Cython, and profilers Learn how Python abstracts the underlying computer architecture Understand performant pandas Use profiling to find bottlenecks in CPU time and memory usage Write efficient programs by choosing appropriate data structures Speed up matrix, vector, and even tensor computations Use tools to compile Python down to machine code, on CPUs and GPUs Manage multiple I/O and computational operations concurrently Convert multiprocessing code to run on a local or remote cluster Deploy code faster using tools like Docker Solve large problems while using less RAM Get real-life stories and lessons from Python programmers About the Author
Micha Gorelick cofounded Fast Forward Labs as resident mad scientist. The company was acquired by Cloudera in 2017. He works on many issues from machine learning to performant stream algorithms. Ian is a chief data scientist and coach. He co-organizes the annualPyDataLondon conference with 700+ attendees and the associated 10,000+ member monthly meetup. He runs the established Mor Consulting Data Science consultancy in London and gives conference talks internationally, often as keynote speaker. He has 17 years ofexperience as a senior data science leader, trainer and team coach.For fun he\'s walked by his high-energy Springer Spaniel, surfs theCornish coast and drinks fine coffee. Past talks and articles can befound at: https: //ianozsvald.com/