高效能 Python 程式設計, 2/e (High Performance Python: Practical Performant Programming for Humans, 2/e)
Micha Gorelick, Ian Ozsvald 著 賴屹民 譯
- 出版商: 歐萊禮
- 出版日期: 2021-01-04
- 定價: $780
- 售價: 7.9 折 $616
- 語言: 繁體中文
- 頁數: 464
- 裝訂: 平裝
- ISBN: 9865026589
- ISBN-13: 9789865026585
-
相關分類:
Python
- 此書翻譯自: High Performance Python: Practical Performant Programming for Humans, 2/e (Paperback)
-
相關翻譯:
Python高性能編程(第2版) (簡中版)
立即出貨 (庫存 > 10)
買這商品的人也買了...
-
Python 錦囊妙計, 3/e (Python Cookbook, 3/e)$880$695 -
流暢的 Python|清晰、簡潔、有效的程式設計 (Fluent Python)$980$774 -
Python 專家實踐指南|搭乘專業開發者的學習便車 (The Hitchhiker's Guide to Python: Best Practices for Development)$580$458 -
無瑕的程式碼-整潔的軟體設計與架構篇 (Clean Architecture: A Craftsman's Guide to Software Structure and Design)$580$452 -
Flask 網頁開發, 2/e (Flask Web Development : Developing Web Applications with Python, 2/e)$580$458 -
Python 資料分析, 2/e (Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython, 2/e)$880$695 -
簡潔的 Python|重構你的舊程式 (Clean Code in Python: Refactor your legacy codebase)$480$408 -
Python 技術者們 - 練功!老手帶路教你精通正宗 Python 程式 (The Quick Python Book, 3/e)$780$663 -
精通機器學習|使用 Scikit-Learn , Keras 與 TensorFlow, 2/e (Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2/e)$1,200$948 -
精通 Python|運用簡單的套件進行現代運算, 2/e (Introducing Python: Modern Computing in Simple Packages, 2/e)$880$695 -
決心打底!Python 深度學習基礎養成$690$587 -
架構模式|使用 Python (Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices)$680$537 -
Python 非同步設計|使用 Asyncio (Using Asyncio in Python )$480$379 -
Python for DevOps|學習精準有效的自動化 (Python for Devops: Learn Ruthlessly Effective Automation)$780$616 -
Effective Python 中文版|寫出良好 Python 程式的 90個具體做法, 2/e (Effective Python: 90 Specific Ways to Write Better Python, 2/e)$580$493 -
Python 3.9 技術手冊$560$442 -
軟體架構原理|工程方法 (Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices)$680$537 -
Deep Learning 3|用 Python 進行深度學習框架的開發實作$780$616 -
經理人之道:技術領袖航向成長與改變的參考指南 (The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change)$480$379 -
機器學習設計模式 (Machine Learning Design Patterns: Solutions to Common Challenges in Data Preparation, Model Building, and Mlops)$680$537 -
Python for Excel|自動化與資料分析的現代開發環境 (Python for Excel: A Modern Environment for Automation and Data Analysis)$580$458 -
Web 應用系統安全|現代 Web 應用程式開發的資安對策 (Web Application Security)$580$458 -
Python 出神入化:Clean Coder 才懂的 Pythonic 技法,為你的程式碼畫龍點睛! (Clean Code in Python, 2/e)$720$562 -
強健的 Python|撰寫潔淨且可維護的程式碼 (Robust Python: Write Clean and Maintainable Code)$680$537 -
流暢的 Python|清晰、簡潔、高效的程式設計, 2/e (Fluent Python: Clear, Concise, and Effective Programming, 2/e)$1,200$948
商品描述
寫給人類的高性能編程法
「這是少數幾本可以改變你的編程思維的書籍之一。」
—Hilary Mason
Accel常駐資料科學家
或許你的Python程式可以正確運行了,但你希望它跑得更快。這本更新至Python 3的擴增版本將告訴你如何找到性能瓶頸,並且在使用高資料量的程式中大幅提升程式碼的速度。《高效能Python程式設計》將藉著探索各種設計背後的基本理論,讓你更深入瞭解Python的實作。
如何利用多核心架構或叢集?如何在不失去可靠性的情況下放大與縮小系統規模?資深的Python程式員可從本書學到許多問題的具體解決方案,以及來自許多公司的實戰經驗,這些公司都運用高性能Python來進行社交媒體分析、生產化機器學習等應用。
• 更充分地掌握NymPy、Cython與分析器
• 瞭解Python如何將底層計算架構抽象化
• 進行分析來找出CPU時間和記憶體使用量的瓶頸
• 選擇正確的資料結構,寫出高效程式
• 提升矩陣和向量的計算速度
• 使用工具,將Python編譯成機器碼
• 並行管理多I/O與計算操作
• 轉換multiprocessing程式碼,讓它在本地或遠端叢集上運行
• 使用Docker等工具來快速部署程式
作者簡介
Micha Gorelick 是Fast Forward Labs共同創辦人,他也是那裡的常駐瘋狂科學家。現在他的工作重心是機器學習的研究和部署相關的倫理和實踐議題。
Ian Ozsvald 是首席資料科學家和團隊導師。他是PyData London年度會議的協辦人,負責管理倫敦著名的Mor Consulting資料科學顧問公司,並在國際會議發表演說。
目錄大綱
第一章 了解高性能Python
第二章 透過分析來找出瓶頸
第三章 串列與tuple
第四章 字典與集合
第五章 迭代器與產生器
第六章 矩陣與向量計算
第七章 編譯為C
第八章 非同步I/O
第九章 multiprocessing 模組
第十章 叢集與任務佇列
第十一章 使用較少的RAM
第十二章 實戰經驗









