python 和 django 学习资料收集(2020-4-25 更新)

2023-02-18 16:17:10 浏览数 (1)

Django

awesome(Django 优秀资源大全)

  • https://github.com/haiiiiiyun/awesome-django-cn(源地址)
  • https://github.com/yinzhuoqun/awesome-django-cn(备用地址)

v3.2.x LTS

  • https://docs.djangoproject.com/zh-hans/3.2/(官方-部分中文)

v2.2.x LTS

  • https://docs.djangoproject.com/zh-hans/2.2/intro/(官方中文入门例子)
  • https://docs.djangoproject.com/zh-hans/2.2/(官方-部分中文)
  • http://dogify.top/index.html#(野文档,已失效)
  • http://docs.30c.org/djangobook2/(django 2.0 中文版)
  • https://www.bilibili.com/video/av16957624/(杨世航 django 2.0 视频)
  • https://space.bilibili.com/252028233?spm_id_from=333.788.b_765f7570696e666f.1(再敲一行代码)
  • https://www.bilibili.com/video/av57516522(视频,千锋教育)

v1.8.2

  • http://doc.codingdict.com/django/index.html(django 1.8 中文版)
  • https://yiyibooks.cn/xx/django_182/index.html(django 1.8 中英文对比)
  • https://tutorial.djangogirls.org/zh/(Django Girls 教程)

Python3

下载 python 安装包

  • https://www.python.org/downloads/source/

下载常用 whl 包

  • https://www.lfd.uci.edu/~gohlke/pythonlibs/

awesome(资源库)

  • https://github.com/jobbole/awesome-python-cn(python 优秀资源库)

books(书籍)

  • https://github.com/jobbole/awesome-python-books
  • https://python3-cookbook.readthedocs.io/zh_CN/latest/(Python cookbook)

v3.x

  • https://docs.python.org/zh-cn/3/(官方中文)
  • https://github.com/jackfrued/Python-100-Days(python 100 天)
  • https://www.runoob.com/python/python-tutorial.html(菜鸟教程)
  • https://www.liaoxuefeng.com/wiki/1016959663602400(廖雪峰 python3)
  • http://www.python3.vip/doc/tutorial/python/0001/(白月黑羽教 Python)
  • https://www.jianshu.com/p/bf39dad75a87(python 400)

视频

  • https://www.bilibili.com/video/av69060979(千锋教育)

设计模式

  • https://github.com/weilanhanf/python-design-patterns(Python 实现 23 种设计模式)

Django REST framework

v3.7.x

  • https://www.django-rest-framework.org/(官网英文)
  • https://q1mi.github.io/Django-REST-framework-documentation/api-guide/parsers_zh/(中文)
  • https://github.com/jianshijiuyou/django-rest-framework-api-guide/(中文)
  • https://whatwewant.gitbooks.io/django-rest-framework-tutorial-cn/content/1.Serialization.html(中文版)
  • http://drf.jiuyou.info/#/(中文)
  • http://www.iamnancy.top/djangorestframework/1_Serialization/(中文)
  • http://www.cdrf.co/(浏览所有属性和方法)
  • https://www.bilibili.com/video/av28871471?p=1(视频)

Django Celery

v 4.x

  • http://docs.celeryq.org/en/latest/django/first-steps-with-django.html#using-celery-with-django(官方英文)
  • https://www.celerycn.io/ru-men/celery-jian-jie(中文)
  • https://blog.csdn.net/qq_33339479/article/details/80961182(源码分析)

pandas

  • https://www.pypandas.cn/docs/user_guide/cookbook.html(中文版)
  • https://pandas.pydata.org/docs/user_guide/cookbook.html(英文版)

0 人点赞