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的官网是英文的,对于英文不太好的同学可以先学习一下下面分享的这些中文Django学习资料。
- Django1.8.2中文文档
- w3school Django教程
- Django简易教程 - gitbook
- Django中级教程


三、视频教程

  知乎上提供了一套Django学习的视频教程:链接

四、相关Web开发资源

  Web开发分为前端和后端,涉及多个知识领域,比如:html模版、CSS、js库、数据库等,下面分享一些能够与Django匹配的前后端资源:
- bootstrap官网
- bootstrap中文网
- semantic-ui
- w3school
- vuejs
- jquery
- mySQL
- SQL教程 - 网易云课堂
- navicat
- python和js教程(廖雪峰)
- Windows-Python Package


猜你喜欢

转载自blog.csdn.net/sagittarius_warrior/article/details/78870181