Two Scoops of Django: Best Practices for Django 1.8, 3/e (Paperback)
暫譯: Django 雙重勺:Django 1.8 的最佳實踐,第三版 (平裝本)
Daniel Roy Greenfeld, Audrey Roy Greenfeld
- 出版商: Two Scoops Press
- 出版日期: 2015-05-15
- 售價: $1,800
- 貴賓價: 9.5 折 $1,710
- 語言: 英文
- 頁數: 532
- 裝訂: Paperback
- ISBN: 0981467342
- ISBN-13: 9780981467344
-
相關分類:
Django
無法訂購
買這商品的人也買了...
-
$380$361 -
$590$502 -
$520$411 -
$400$316 -
$550$435 -
$450$315 -
$780$616 -
$360$284 -
$1,900$1,900 -
$280$218 -
$1,296Kivy: Interactive Applications in Python, 2/e(Paperback)
-
$580$458 -
$620$484 -
$301Python網絡數據採集
-
$250鳳凰計畫:一個 IT計畫的傳奇故事 (The Phoenix Project : A Novel about IT, DevOps, and Helping your business win)(沙盤特別版)
-
$560$437 -
$800$760 -
$420$332 -
$490$382 -
$360$284 -
$490$387 -
$450$356 -
$580$458 -
$690$538 -
$760$593
商品描述
Two Scoops of Django: Best Practices For Django 1.8 is chock-full of even more material that will help you with your Django projects.
We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.
We have put thousands of hours into the third edition of the book, writing and revising its material to include significant improvements and new material based on feedback from previous editions.
Table of Contents
- Chapter 1: Coding Style
- Chapter 2: The Optimal Django Environment Setup
- Chapter 3: How To Lay Out Django Projects
- Chapter 4: Fundamentals of Django App Design
- Chapter 5: Settings and Requirements Files
- Chapter 6: Model Best Practices
- Chapter 7: Queries and the Database Layer
- Chapter 8: Function- and Class-Based Views
- Chapter 9: Best Practices for Function-Based Views
- Chapter 10: Best Practices for Class-Based Views
- Chapter 11: Form Fundamentals
- Chapter 12: Common Patterns for Forms
- Chapter 13: Templates: Best Practices
- Chapter 14: Template Tags and Filters
- Chapter 15: Django Templates and Jinja2
- Chapter 16: Building REST APIs
- Chapter 17: Consuming REST APIs
- Chapter 18: Tradeoffs of Replacing Core Components
- Chapter 19: Working With the Django Admin
- Chapter 20: Dealing with the User Model
- Chapter 21: Django's Secret Sauce: Third-Party Packages
- Chapter 22: Testing Chapter of Doom!
- Chapter 23: Documentation: Be Obsessed
- Chapter 24: Finding and Reducing Bottlenecks
- Chapter 25: Asynchronous Task Queues
- Chapter 26: Security Best Practices
- Chapter 27: Logging: Tips and Tools
- Chapter 28: Signals: Use Cases and Avoidance Techniques
- Chapter 29: What About Those Random Utilities?
- Chapter 30: Deployment: Platforms as a Service
- Chapter 31: Deploying Django Projects
- Chapter 29: Identical Environments: The Holy Grail
- Chapter 32: Continuous Integration
- Chapter 33: The Art of Debugging
- Chapter 34: Where and How to Ask Django Questions
- Chapter 35: Closing Thoughts
- Appendix A: Packages Mentioned In This Book
- Appendix B: Troubleshooting
- Appendix C: Additional Resources
- Appendix D: Internationalization and Localization
- Appendix E: Settings Alternatives
- Appendix F: Working with Python 3
What is everyone saying about Two Scoops of Django?
- I read the first edition cover to cover. The second one raises the bar again. It's pedagogical, entertaining, and thoughtful. -- Aymeric Augustin, Django core developer.
- Whether you're a Django beginner or a seasoned veteran, I recommend you get this book, and read it cover to cover, and keep it near you for easy reference. --Ken Cochrane, Django developer since 2008
- A single read-through of Two Scoops of Django gave me so many lightbulbs and tips; I had to go back for a second helping. -- Lynn Root, Spotify engineer, PSF Director, and PyLadies ambassador.
- Make sure you have your favorite project next to you while reading. You'll be doing some rewriting. -- Bryan Veloso, GitHubber, PyCon PH Keynote Speaker
- You know those lessons you learn when projects blow up in your face? This book contains several projects worth of such lessons. -- Lennart Regebro, author of "Porting to Python 3"
- This book should prove to be an amazing resource for any new-to-Django developer that picks it up. -- Kenneth Love, Creator of "Getting Started with Django"
- This is the book I wished had existed and I could have read when I started learning Django. -- Barry Morrison, Linux systems engineer and Django developer
商品描述(中文翻譯)
《Two Scoops of Django: Best Practices For Django 1.8》充滿了更多能幫助您進行 Django 專案的材料。
我們將介紹各種技巧、竅門、模式、程式碼片段和技術,這些都是我們多年來積累的經驗。
我們在本書第三版上投入了數千小時,撰寫和修訂其內容,以根據之前版本的反饋進行重大改進和新增材料。
**目錄**
- 第 1 章:程式碼風格
- 第 2 章:最佳 Django 環境設置
- 第 3 章:如何佈局 Django 專案
- 第 4 章:Django 應用設計基礎
- 第 5 章:設定和需求檔案
- 第 6 章:模型最佳實踐
- 第 7 章:查詢和資料庫層
- 第 8 章:基於函數和類別的視圖
- 第 9 章:基於函數的視圖最佳實踐
- 第 10 章:基於類別的視圖最佳實踐
- 第 11 章:表單基礎
- 第 12 章:表單的常見模式
- 第 13 章:模板:最佳實踐
- 第 14 章:模板標籤和過濾器
- 第 15 章:Django 模板和 Jinja2
- 第 16 章:構建 REST API
- 第 17 章:使用 REST API
- 第 18 章:替換核心組件的權衡
- 第 19 章:使用 Django 管理介面
- 第 20 章:處理用戶模型
- 第 21 章:Django 的秘密武器:第三方套件
- 第 22 章:測試的絕望章節!
- 第 23 章:文檔:要著迷
- 第 24 章:尋找和減少瓶頸
- 第 25 章:非同步任務佇列
- 第 26 章:安全最佳實踐
- 第 27 章:日誌:技巧和工具
- 第 28 章:信號:使用案例和避免技術
- 第 29 章:那些隨機工具呢?
- 第 30 章:部署:平台即服務
- 第 31 章:部署 Django 專案
- 第 32 章:相同環境:聖杯
- 第 33 章:持續整合
- 第 34 章:除錯的藝術
- 第 35 章:結語
- 附錄 A:本書提到的套件
- 附錄 B:故障排除
- 附錄 C:其他資源
- 附錄 D:國際化和本地化
- 附錄 E:設定替代方案
- 附錄 F:使用 Python 3
**大家對《Two Scoops of Django》怎麼說?**
- *我從頭到尾讀了第一版。第二版再次提高了標準。它具有教學性、娛樂性和深思熟慮。* -- Aymeric Augustin, Django 核心開發者。
- *無論您是 Django 新手還是資深專家,我都建議您購買這本書,通讀一遍,並隨時放在身邊以便參考。* -- Ken Cochrane,自 2008 年以來的 Django 開發者。
- *單單讀一遍《Two Scoops of Django》就讓我獲得了許多靈感和技巧;我不得不回去再讀一次。* -- Lynn Root, Spotify 工程師、PSF 董事和 PyLadies 大使。
- *閱讀時確保您身邊有您最喜愛的專案。您會進行一些重寫。* -- Bryan Veloso, GitHub 員工、PyCon PH 主題演講者。
- *您知道那些在專案失敗時學到的教訓嗎?這本書包含了幾個專案值得學習的教訓。* -- Lennart Regebro,《Porting to Python 3》的作者。
- *這本書對於任何新接觸 Django 的開發者來說,應該會是一個驚人的資源。* -- Kenneth Love,《Getting Started with Django》的創作者。
- *這是我希望在學習 Django 時能夠讀到的書。* -- Barry Morrison, Linux 系統工程師和 Django 開發者。