Advanced Python Development: Using Powerful Language Features in Real-World Applications
暫譯: 進階 Python 開發:在實際應用中運用強大的語言特性
Wilkes, Matthew
- 出版商: Apress
- 出版日期: 2020-07-26
- 售價: $2,050
- 貴賓價: 9.5 折 $1,948
- 語言: 英文
- 頁數: 601
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1484257928
- ISBN-13: 9781484257920
-
相關分類:
Python、程式語言
-
相關翻譯:
Python 進階:實際應用開發實戰 (簡中版)
商品描述
This book builds on basic Python tutorials to explain various Python language features that aren't routinely covered: from reusable console scripts that play double duty as micro-services by leveraging entry points, to using asyncio efficiently to collate data from a large number of sources. Along the way, it covers type-hint based linting, low-overhead testing and other automated quality checking to demonstrate a robust real-world development process.
Some powerful aspects of Python are often documented with contrived examples that explain the feature as a standalone example only. By following the design and build of a real-world application example from prototype to production quality you'll see not only how the various pieces of functionality work but how they integrate as part of the larger system design process. In addition, you'll benefit from the kind of useful asides and library recommendations that are a staple of conference Q&A sessions at Python conferences as well as discussions of modern Python best practice and techniques to better produce clear code that is easily maintainable.
Advanced Python Development is intended for developers who can already write simple programs in Python and want to understand when it's appropriate to use new and advanced language features and to do so in a confident manner. It is especially of use to developers looking to progress to a more senior level and to very experienced developers who have thus far used older versions of Python.
What You'll Learn
- Understand asynchronous programming
- Examine developing plugin architectures
- Work with type annotations
- Review testing techniques
- Explore packaging and dependency management
Who This Book Is For
Developers at the mid to senior level who already have Python experience.
商品描述(中文翻譯)
這本書基於基本的 Python 教學,解釋了各種不常見的 Python 語言特性:從可重用的控制台腳本,利用入口點同時充當微服務,到有效使用 asyncio 從大量來源彙總數據。在這個過程中,它涵蓋了基於類型提示的靜態檢查、低開銷的測試以及其他自動化質量檢查,以展示一個穩健的實際開發過程。
Python 的一些強大特性通常用牽強的例子來記錄,這些例子僅僅解釋了特性作為獨立的示例。通過從原型到生產質量的實際應用示例的設計和構建,您將看到各種功能如何運作,以及它們如何作為更大系統設計過程的一部分進行整合。此外,您還將受益於在 Python 會議的問答環節中經常出現的有用附註和庫推薦,以及對現代 Python 最佳實踐和技術的討論,以更好地產生清晰且易於維護的代碼。
《進階 Python 開發》旨在針對已經能夠用 Python 編寫簡單程序的開發者,幫助他們理解何時適合使用新的和進階的語言特性,並以自信的方式進行使用。這本書對於希望晉升到更高級別的開發者以及至今仍在使用舊版本 Python 的非常有經驗的開發者特別有用。
您將學到的內容:
- 理解非同步編程
- 檢視插件架構的開發
- 使用類型註解
- 回顧測試技術
- 探索打包和依賴管理
本書適合對象:
已具備 Python 經驗的中高級開發者。
作者簡介
Matthew Wilkes is a European software developer who has worked with Python on web projects for the last fifteen years. As well as developing software, he has long experience in mentoring Python developers in a commercial setting.
He is also very involved in open source software, with commits to many popular
frameworks. His contributions in that space are focused on the details of database and security interactions of web frameworks.
作者簡介(中文翻譯)
馬修·威爾克斯(Matthew Wilkes)是一位歐洲軟體開發人員,過去十五年來一直在網頁專案中使用 Python。他除了開發軟體外,還在商業環境中擔任 Python 開發者的導師,擁有豐富的經驗。
他也非常參與開源軟體,對許多流行的框架有貢獻。他在這方面的貢獻主要集中在網頁框架的資料庫和安全性互動的細節上。