1. 程式人生 > >Django學習資源帖

Django學習資源帖

  本文分享一些比較優秀的Django學習資源連結,方便大家學習和查詢。後續發現新的資源,將不斷更新。

  Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.


  Django是一個開源的基於 python 語言的 Web 開發框架,目前最新版本是“2.0”。它的官網上提供了非常詳細的指導,點選官網首頁的“Get started with Django”即可跳轉到“開發者指導頁面”,針對不同的人群提供了:“try a tutorial”和“dive into the document”兩個連結。
- 官網連結
- 新手入門
- 官網文件
- django-rest
- Django Book

二、中文學習資料

三、視訊教程

  知乎上提供了一套Django學習的視訊教程:連結

四、相關Web開發資源