tutorials 第一页

  • Getting started¶

    开始

  • New to Django? Or to Web development in general? Well, you came to the right place: read this material to quickly get up and running.

    刚接触django? 或者准备一般web开发? 你来对地方了: 阅读这些材料, 以便快速开始以及运行

    • Django at a glance

      django 总览

    • Quick install guide

      快速安装指南

    • Writing your first Django app, part 1

      编写你的第一个django app, 第一部分

    • Writing your first Django app, part 2

      编写你的第一个django app, 第二部分

    • Writing your first Django app, part 3

      编写你的第一个django app, 第三部分

    • Writing your first Django app, part 4

      编写你的第一个django app, 第四部分

    • Writing your first Django app, part 5

      编写你的第一个django app, 第五部分

    • Writing your first Django app, part 6

      编写你的第一个django app, 第六部分

    • Writing your first Django app, part 7

      编写你的第一个django app, 第七部分

    • Advanced tutorial: How to write reusable apps

      高级教程: 如何写一个可以复用的app

    • What to read next

      接下来读什么

    • Writing your first patch for Django

      用django写第一个补丁

  • See also

    请参阅

  • If you’re new to Python, you might want to start by getting an idea of what the language is like. Django is 100% Python, so if you’ve got minimal comfort with Python you’ll probably get a lot more out of Django.

    如果你是python新手, 你可能想以语言是什么样子的, 作为一个起点. django 是100% python, 如果你觉得python舒适, 那么django 可能会给你更多舒适.

  • If you’re new to programming entirely, you might want to start with this list of Python resources for non-programmers

    如果你对编程完全陌生, 你可能希望从非程序员的python列表开始.

  • If you already know a few other languages and want to get up to speed with Python quickly, we recommend Dive Into Python. If that’s not quite your style, there are many other books about Python.

    如果你已经了解过其他几种语言, 并希望快速地使用python, 我们建议你深入python 开发. 如果那些书不是你的风格, 这里还有更多关于python的书.

https://docs.djangoproject.com/en/1.11/intro/

你可能感兴趣的:(tutorials 第一页)