Two Scoops of Django: Best Practices For Django 1.5
暫譯: 兩勺 Django:Django 1.5 的最佳實踐
Daniel Greenfeld, Audrey M. Roy
- 出版商: CreateSpace Independ
- 出版日期: 2013-04-16
- 售價: $1,520
- 貴賓價: 9.5 折 $1,444
- 語言: 英文
- 頁數: 312
- 裝訂: Paperback
- ISBN: 1481879707
- ISBN-13: 9781481879705
-
相關分類:
Django
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$880$695 -
$2,280$2,166 -
$700$686 -
$460$99 -
$1,330Wireless Internet and Mobile Computing: Interoperability and Performance (Hardcover)
-
$590$466 -
$620$589 -
$520$411 -
$950$751 -
$620$490 -
$650$429 -
$780$515 -
$380$342 -
$480$408 -
$300$237 -
$550$468 -
$620$484 -
$580$493 -
$999Head First C#, 3/e (Paperback)
-
$320$250 -
$520$494 -
$650$514 -
$380$300 -
$320$250 -
$380$342
相關主題
商品描述
Update!
The third edition, Two Scoops of Django: Best Practices For Django 1.8 is available! Revised and expanded to 532 pages, it's a whole new book full of new material. Please consider it before purchasing this edition!
http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/0981467342
Two Scoops of Django: Best Practices For Django 1.5 is chock-full of 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 writing and revising its 300+ pages of concise, example-packed text.
What is everyone saying about Two Scoops of Django?
- “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, Red Hat engineer and PyLadies ambassador.
- Ha ha, I learned something in the first chapter. Awesome. -- Zed Shaw, Author of Learn Python the Hard Way.
- Two Scoops should provide some food for thought and usable recommendations for anybody using Django regularly. -- Malcolm Tredinnick, Django Core Contributor
- 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
- If I could time travel, the first thing I'd do would be give my younger self a copy of this book, and make him read it. -- Randall Degges, Passionate Python Hacker
- 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"
- No matter what your skill level is, Two Scoops has solid tips for everyone. -- Jeff Triplett, Developer at Revsys
- 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 is by far the best Django book I've read. -- Ben Beecher on Twitter
- Are there any negatives? Well yes. Only one: I wish I've read it earlier! -- Branko Vukelic
Table of Contents
- Chapter 1: Coding Conventions
- 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: Database/Model Best Practices
- Chapter 7: Function-and Class-Based Views
- Chapter 8: Best Practices for Class Based Views
- Chapter 9: Common Patterns for Forms
- Chapter 10: More Things To Know About Forms
- Chapter 11: Building REST APIs in Django
- Chapter 12: Templates: Best Practices
- Chapter 13: Template Tags and Filters
- Chapter 14: Tradeoffs of Replacing Core Components
- Chapter 15: Working With the Django Admin
- Chapter 16: Dealing with the User Model
- Chapter 17: Django's Secret Sauce: Third-Party Packages
- Chapter 18: Testing Chapter of Doom!
- Chapter 19: Documentation: Be Obsessed
- Chapter 20: Finding and Reducing Bottlenecks
- Chapter 21: Security Best Practices
- Chapter 22: Logging: Tips and Tools
- Chapter 23: Signals: Use Cases and Avoidance Techniques
- Chapter 24: What About Those Random Utilities?
- Chapter 25: Deploying Django Projects
- Chapter 26: How To Release Your Own Django Packages
- Chapter 27: Closing Thoughts
- Appendix A: Packages Mentioned In This Book
- Appendix B: Troubleshooting
商品描述(中文翻譯)
更新!第三版《Two Scoops of Django: Best Practices For Django 1.8》已經上市!經過修訂和擴充,總頁數達到532頁,這是一本全新的書籍,充滿了新材料。在購買此版本之前,請考慮一下!
http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/0981467342
《Two Scoops of Django: Best Practices For Django 1.5》充滿了能幫助您進行Django專案的材料。我們將介紹各種技巧、竅門、模式、程式碼片段和我們多年來積累的技術。
我們投入了數千小時來撰寫和修訂這本300多頁的簡明、範例豐富的文本。
大家對《Two Scoops of Django》有什麼評價?
- “閱讀《Two Scoops of Django》讓我獲得了許多靈感和提示;我不得不回去再讀一次。” -- Lynn Root,Red Hat工程師及PyLadies大使。
- “哈哈,我在第一章學到了東西。太棒了。” -- Zed Shaw,《Learn Python the Hard Way》的作者。
- “《Two Scoops》應該能為任何經常使用Django的人提供一些值得深思的內容和可用的建議。” -- Malcolm Tredinnick,Django核心貢獻者。
- “閱讀時確保身邊有您最喜愛的專案。您會進行一些重寫。” -- Bryan Veloso,GitHub開發者,PyCon PH主題演講者。
- “如果我能穿越時空,第一件事就是給年輕的自己一本這本書,並讓他讀它。” -- Randall Degges,熱情的Python黑客。
- “您知道那些在專案失敗時學到的教訓嗎?這本書包含了幾個專案值得的教訓。” -- Lennart Regebro,《Porting to Python 3》的作者。
- “這本書對於任何新接觸Django的開發者來說,應該是一個驚人的資源。” -- Kenneth Love,《Getting Started with Django》的創作者。
- “無論您的技能水平如何,《Two Scoops》都有堅實的建議適合每個人。” -- Jeff Triplett,Revsys的開發者。
- “這是我希望在學習Django時能夠讀到的書。” -- Barry Morrison,Linux系統工程師及Django開發者。
- “《Two Scoops of Django》無疑是我讀過的最好的Django書籍。” -- Ben Beecher在Twitter上。
- “有什麼缺點嗎?有的,只有一個:我希望我能早點讀到它!” -- Branko Vukelic。
目錄
- 第1章:編碼規範
- 第2章:最佳Django環境設置
- 第3章:如何佈局Django專案
- 第4章:Django應用設計的基本原則
- 第5章:設定和需求檔案
- 第6章:資料庫/模型最佳實踐
- 第7章:基於函數和類的視圖
- 第8章:基於類的視圖最佳實踐
- 第9章:表單的常見模式
- 第10章:關於表單的更多知識
- 第11章:在Django中構建REST API
- 第12章:模板:最佳實踐
- 第13章:模板標籤和過濾器
- 第14章:替換核心組件的權衡
- 第15章:使用Django管理介面
- 第16章:處理用戶模型
- 第17章:Django的秘密武器:第三方套件
- 第18章:測試的災難章節!
- 第19章:文檔:要著迷
- 第20章:尋找和減少瓶頸
- 第21章:安全最佳實踐
- 第22章:日誌:提示和工具
- 第23章:信號:使用案例和避免技術
- 第24章:那些隨機工具呢?
- 第25章:部署Django專案
- 第26章:如何發佈自己的Django套件
- 第27章:結語
- 附錄A:本書提到的套件
- 附錄B:故障排除