Python Unlocked
暫譯: 解鎖 Python

Arun Tigeraniya

  • 出版商: Packt Publishing
  • 出版日期: 2015-12-24
  • 定價: $1,330
  • 售價: 8.0$1,064
  • 語言: 英文
  • 頁數: 172
  • 裝訂: Paperback
  • ISBN: 1785885995
  • ISBN-13: 9781785885990
  • 相關分類: Python程式語言
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Key Features

  • Write smarter, bug-free, high performance code with minimal effort
  • Uncover the best tools and options available to Python developers today
  • Deploy decorators, design patters, and various optimization techniques to use Python 3.5 effectively

Book Description

Python is a versatile programming language that can be used for a wide range of technical tasks―computation, statistics, data analysis, game development, and more. Though Python is easy to learn, it's range of features means there are many aspects of it that even experienced Python developers don't know about. Even if you're confident with the basics, its logic and syntax, by digging deeper you can work much more effectively with Python – and get more from the language.

Python Unlocked walks you through the most effective techniques and best practices for high performance Python programming - showing you how to make the most of the Python language. You'll get to know objects and functions inside and out, and will learn how to use them to your advantage in your programming projects. You will also find out how to work with a range of design patterns including abstract factory, singleton, strategy pattern, all of which will help make programming with Python much more efficient. Finally, as the process of writing a program is never complete without testing it, you will learn to test threaded applications and run parallel tests.

If you want the edge when it comes to Python, use this book to unlock the secrets of smarter Python programming.

What you will learn

  • Manipulate object creation processes for instances, classes, and functions
  • Use the best possible language constructs to write data structures with super speed and maintainability
  • Make efficient use of design patterns to decrease development time and make your code more maintainable
  • Write better test cases with an improved understanding of the testing framework of Python and unittests, and discover how to develop new functionalities in it
  • Write fully-optimized code with the Python language by profiling, compiling C modules, and more
  • Unlock asynchronous programming to build efficient and scalable applications

About the Author

Arun Tigeraniya has a BE in electronics and communication. After his graduation, he worked at various companies as a Python developer. His main professional interests are AI and Big Data. He enjoys writing efficient and testable code, and interesting technical articles. He has worked with open source technology since 2008. He currently works at Jaarvis Labs Limited, India.

Table of Contents

  1. Objects in Depth
  2. Namespaces and Classes
  3. Functions and Utilities
  4. Data Structures and Algorithms
  5. Elegance with Design Patterns
  6. Test-Driven Development
  7. Optimization Techniques
  8. Scaling Python

商品描述(中文翻譯)

#### 主要特點
- 以最小的努力撰寫更智能、無錯誤且高效能的程式碼
- 發掘當前 Python 開發者可用的最佳工具和選項
- 部署裝飾器、設計模式及各種優化技術,以有效使用 Python 3.5

#### 書籍描述
Python 是一種多用途的程式語言,可用於各種技術任務——計算、統計、數據分析、遊戲開發等。雖然 Python 容易學習,但其功能範圍意味著即使是經驗豐富的 Python 開發者也可能不知道許多方面。即使你對基本概念有信心,深入挖掘後,你可以更有效地使用 Python,並從這門語言中獲得更多。

《Python Unlocked》將引導你了解高效能 Python 程式設計的最有效技術和最佳實踐——展示如何充分利用 Python 語言。你將深入了解物件和函數,並學會如何在你的程式專案中利用它們。你還將學會如何使用一系列設計模式,包括抽象工廠、單例模式、策略模式,這些都將幫助你更高效地進行 Python 程式設計。最後,因為撰寫程式的過程在沒有測試的情況下永遠不會完成,你將學會如何測試多執行緒應用程式並執行平行測試。

如果你想在 Python 上獲得優勢,使用這本書來解鎖更智能的 Python 程式設計的秘密。

#### 你將學到的內容
- 操控物件、類別和函數的創建過程
- 使用最佳的語言結構以超快速度和可維護性撰寫數據結構
- 高效利用設計模式以減少開發時間並使你的程式碼更具可維護性
- 透過對 Python 測試框架和單元測試的改進理解,撰寫更好的測試案例,並發現如何在其中開發新功能
- 通過性能分析、編譯 C 模組等方式,撰寫完全優化的 Python 程式碼
- 解鎖非同步程式設計以構建高效且可擴展的應用程式

#### 關於作者
**Arun Tigeraniya** 擁有電子與通信工程的學士學位。畢業後,他在多家公司擔任 Python 開發者。他的主要專業興趣是人工智慧和大數據。他喜歡撰寫高效且可測試的程式碼,以及有趣的技術文章。自 2008 年以來,他一直在使用開源技術。目前,他在印度的 Jaarvis Labs Limited 工作。

#### 目錄
1. 深入物件
2. 命名空間與類別
3. 函數與工具
4. 數據結構與演算法
5. 設計模式的優雅
6. 測試驅動開發
7. 優化技術
8. 擴展 Python