Python High Performance, 2/e (Paperback)
暫譯: Python 高效能,第二版 (平裝本)
Gabriele Lanaro
- 出版商: Packt Publishing
- 出版日期: 2017-05-26
- 售價: $1,560
- 貴賓價: 9.5 折 $1,482
- 語言: 英文
- 頁數: 270
- 裝訂: Paperback
- ISBN: 1787282899
- ISBN-13: 9781787282896
-
相關分類:
Python
-
相關翻譯:
Python 高性能, 2/e (Python High Performance, 2/e) (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
Power and Performance: Software Analysis and Optimization (Paperback)$3,400$3,332 -
Power Management Techniques for Integrated Circuit Design (Hardcover)$2,280$2,234 -
Principles of Power Integrity for PDN Design -- Simplified: Robust and Cost Effective Design for High Speed Digital Products (Hardcover)$4,380$4,161 -
Python 架站特訓班 -- Django 最強實戰$450$356 -
Signal and Power Integrity - Simplified, 3/e (Hardcover)$4,800$4,704 -
Python 技術者們 - 實踐! 帶你一步一腳印由初學到精通$650$553 -
Github 創辦人親自指導你精通 Git (Pro Git, 2/e)$680$578 -
Power, Thermal, Noise, and Signal Integrity Issues on Substrate/Interconnects Entanglement$4,980$4,731 -
物件導向 ANSI-C 與 Python 的結合$490$441 -
邁向 Linux 工程師之路:Superuser 一定要懂的技術與運用, 2/e (How Linux Works: What Every Superuser Should Know, 2/e)$600$468 -
大數據資料可視化:Python QT GUI 程式設計$880$695 -
FPGA to High speed ADC Data streaming, HDL programming: Xilinx Zynq7000 family on Vivado IDE platform (Paperback)$1,590$1,511 -
Python 自動化的樂趣|搞定重複瑣碎&單調無聊的工作, 2/e (Automate the Boring Stuff with Python : Practical Programming for Total Beginners, 2/e)$680$537 -
圖解 AI|機器學習和深度學習的技術與原理$450$356 -
Python 功力提升的樂趣|寫出乾淨程式碼的最佳實務 (Beyond the Basic Stuff with Python)$500$395 -
理解演算法|Python 初學者的深度歷險 (Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner)$400$316 -
Python 幫幫忙!用程式思維解決現實世界問題 (Real-World Python: A Hacker's Guide to Solving Problems with Code)$630$536 -
Real Python 人氣站長教你動手寫程式 - 不說教也能心領神會的引導式實作課 (Python Basics: A Practical Introduction to Python 3, 4/e)$750$593 -
$1,332Dive Into Data Science: Use Python to Tackle Your Toughest Business Challenges (Paperback) -
Python 精解實例 - PySide 6/PyQt 6 強大開發親身體驗$1,280$1,011 -
AI 時代 Math 元年 - 用 Python 全精通數學要素$980$774 -
MySQL 資料庫開發的樂趣 (MySQL Crash Course: A Hands-on Introduction to Database Development)$580$458 -
Modeling and Simulation in Python (Paperback)$2,356$2,238 -
LLM 大型語言模型的絕世祕笈:27路獨步劍法,帶你闖蕩生成式 AI 的五湖四海 (iThome鐵人賽系列書)$650$507 -
生成式 AI 入門 – 揭開 LLM 潘朵拉的秘密 : 語言建模、訓練微調、隱私風險、合成媒體、認知作戰、社交工程、人機關係、AI Agent、OpenAI、DeepSeek (Introduction to Generative AI)$580$458
商品描述
Key Features
- Identify the bottlenecks in your applications and solve them using the best profiling techniques
- Write efficient numerical code in NumPy, Cython, and Pandas
- Adapt your programs to run on multiple processors and machines with parallel programming
Book Description
Python is a versatile language that has found applications in many industries. The clean syntax, rich standard library, and vast selection of third-party libraries make Python a wildly popular language.
Python High Performance is a practical guide that shows how to leverage the power of both native and third-party Python libraries to build robust applications.
The book explains how to use various profilers to find performance bottlenecks and apply the correct algorithm to fix them. The reader will learn how to effectively use NumPy and Cython to speed up numerical code. The book explains concepts of concurrent programming and how to implement robust and responsive applications using Reactive programming. Readers will learn how to write code for parallel architectures using Tensorflow and Theano, and use a cluster of computers for large-scale computations using technologies such as Dask and PySpark.
By the end of the book, readers will have learned to achieve performance and scale from their Python applications.
What you will learn
- Write efficient numerical code with the NumPy and Pandas libraries
- Use Cython and Numba to achieve native performance
- Find bottlenecks in your Python code using profilers
- Write asynchronous code using Asyncio and RxPy
- Use Tensorflow and Theano for automatic parallelism in Python
- Set up and run distributed algorithms on a cluster using Dask and PySpark
商品描述(中文翻譯)
**主要特點**
- 識別應用程式中的瓶頸,並使用最佳的性能分析技術解決它們
- 在 NumPy、Cython 和 Pandas 中編寫高效的數值代碼
- 通過並行編程使您的程式能夠在多個處理器和機器上運行
**書籍描述**
Python 是一種多用途的語言,已在許多行業中找到應用。其簡潔的語法、豐富的標準庫以及大量的第三方庫使得 Python 成為一種極受歡迎的語言。
《Python 高效能》是一本實用指南,展示如何利用本地和第三方 Python 庫的力量來構建穩健的應用程式。
本書解釋了如何使用各種性能分析工具來查找性能瓶頸,並應用正確的算法來修復它們。讀者將學習如何有效地使用 NumPy 和 Cython 來加速數值代碼。本書還解釋了並發編程的概念,以及如何使用反應式編程實現穩健和響應迅速的應用程式。讀者將學習如何為並行架構編寫代碼,使用 Tensorflow 和 Theano,並利用 Dask 和 PySpark 等技術在計算集群上進行大規模計算。
在本書結束時,讀者將學會如何從其 Python 應用程式中實現性能和擴展性。
**您將學到的內容**
- 使用 NumPy 和 Pandas 庫編寫高效的數值代碼
- 使用 Cython 和 Numba 實現本地性能
- 使用性能分析工具查找 Python 代碼中的瓶頸
- 使用 Asyncio 和 RxPy 編寫異步代碼
- 使用 Tensorflow 和 Theano 在 Python 中實現自動並行
- 使用 Dask 和 PySpark 在集群上設置和運行分佈式算法

































