The Well-Grounded Python Developer: How the Pros Use Python and Flask
暫譯: 扎實的 Python 開發者:專業人士如何使用 Python 和 Flask
Farrell, Doug
買這商品的人也買了...
相關主題
商品描述
- Building modules of functionality
- Creating a well-constructed web server application
- Integrating database access into your Python applications
- Refactor and decoupling systems to help scale them
- How to think about the big picture of your application
The Well-Grounded Python Developer builds on Python skills you've learned in isolation and shows you how to unify them into a meaningful whole. It helps you understand the dizzying array of libraries and teaches important concepts, like modular construction, APIs, and the design of a basic web server. As you work through this practical guide, you'll discover how all the bits of Python link up as you build and modify a typical web server application--the kind of web app that's in high demand by modern businesses. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology
As a new programmer, you're happy just to see your code run. A professional developer, on the other hand, needs to create software that runs reliably. It must be fast, maintainable, scalable, secure, well designed and documented, easy for others to update, and quick to ship. This book teaches you the skills you need to go from Python programmer to Python developer. About the book
The Well-Grounded Python Developer shows you why Python, the world's most popular programming language, is a fantastic tool for professional development. It guides you through the most important skills, like how to name variables, functions, and classes, how to identify and write a good API, and how to use objects. You'll also learn how to deal with inevitable failures, how to make software that connects to the internet, core security practices, and many other professional-grade techniques. What's inside
- Create a web application
- Connect to a database
- Design programs to handle big tasks
About the reader
For experienced beginners who want to learn professional-level skills. About the author
Doug Farrell has been a professional developer since 1983, and has worked with Python for over 20 years. Table of Contents
1 Becoming a Pythonista
PART 1 - GROUNDWORK
2 That's a good name
3 The API: Let's talk
4 The object of conversation
5 Exceptional events
PART 2 - FIELDWORK
6 Sharing with the internet
7 Doing it with style
8 Do I know you? Authentication
9 What can you do? Authorization
10 Persistence is good: Databases
11 I've got something to say
12 Are we there yet?
商品描述(中文翻譯)
如果你是 Python 新手,理解何時、何地以及如何使用所有語言特性可能會很困難。這本友好的指南向你展示了 Python 生態系統如何協同運作,並幫助你掌握成為軟體開發者所需的技能。
摘要
在《扎實的 Python 開發者》一書中,你將發現:
- 建立功能模組
- 創建一個結構良好的網路伺服器應用程式
- 將資料庫存取整合到你的 Python 應用程式中
- 重構和解耦系統以幫助擴展
- 如何思考應用程式的全局視角
《扎實的 Python 開發者》建立在你孤立學習的 Python 技能之上,並展示如何將它們統一成一個有意義的整體。它幫助你理解眾多的庫,並教授重要概念,如模組化建構、API 和基本網路伺服器的設計。在這本實用指南中,你將發現當你構建和修改一個典型的網路伺服器應用程式時,Python 的各個部分是如何連接起來的——這種網路應用程式在現代企業中需求量很大。
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。
關於技術
作為一名新程序員,你只要看到你的代碼運行就感到高興。另一方面,專業開發者需要創建可靠運行的軟體。它必須快速、可維護、可擴展、安全、設計良好且有文檔,便於他人更新,並能快速交付。本書教你從 Python 程序員轉變為 Python 開發者所需的技能。
關於本書
《扎實的 Python 開發者》向你展示了為什麼 Python,這個世界上最受歡迎的程式語言,是專業開發的絕佳工具。它指導你掌握最重要的技能,如如何命名變數、函數和類別,如何識別和編寫良好的 API,以及如何使用物件。你還將學習如何處理不可避免的失敗,如何製作連接到互聯網的軟體、核心安全實踐以及許多其他專業級技術。
內容概覽
- 創建網路應用程式
- 連接到資料庫
- 設計程序以處理大型任務
關於讀者
適合希望學習專業級技能的有經驗的初學者。
關於作者
**Doug Farrell** 自 1983 年以來一直是一名專業開發者,並且已經使用 Python 超過 20 年。
目錄
1. 成為 Pythonista
PART 1 - 基礎
2. 這是一個好名字
3. API:讓我們談談
4. 交談的對象
5. 異常事件
PART 2 - 實作
6. 與互聯網分享
7. 風格化實作
8. 我認識你嗎?身份驗證
9. 你能做什麼?授權
10. 持久性是好的:資料庫
11. 我有話要說
12. 我們到了嗎?
作者簡介
作者簡介(中文翻譯)
道格·法瑞爾自1983年以來一直從事軟體開發,並且已經使用Python超過20年。