Django: Visual QuickPro Guide (Paperback)
Steven Holzner
- 出版商: Peachpit Press
- 出版日期: 2009-12-30
- 售價: $1,340
- 貴賓價: 9.5 折 $1,273
- 語言: 英文
- 頁數: 216
- 裝訂: Paperback
- ISBN: 0321643402
- ISBN-13: 9780321643407
-
相關分類:
Django
已絕版
買這商品的人也買了...
-
$880$695 -
$880$581 -
$550$468 -
$980$774 -
$580$458 -
$620$490 -
$990$891 -
$350$315 -
$580$551 -
$620$527 -
$820$648 -
$580$493 -
$490$417 -
$750$638 -
$1,176Computer Organization and Design: The Hardware/Software Interface, 4/e (ARM Edition) (Paperback)
-
$450$351 -
$520$411 -
$850$723 -
$450$383 -
$950$808 -
$590$502 -
$390$304 -
$580$458 -
$550$468 -
$800$600
相關主題
商品描述
DJango is a open source web application framework written in Python. It follows the MVC (model view controller) design pattern; this software design pattern separates business logic from the user interface making it easier to make changes to the logic or interface without affecting the other. Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, rapid development, and the principle of DRY (Don't Repeat Yourself). Python is used throughout.
Django: Visual QuickStart Guide starts at the beginning and moves web designers quickly along the path to developing Python Web applications with Django. After introducing readers the idea of Model/View/Controller applications and why Django is the right choice, the book walks a reader through creating their first Django Web site. It goes on to cover the ultra-cool things that can be done with Django to create robust Model/View/Controller applications.