File tree 1 file changed +45
-3
lines changed
1 file changed +45
-3
lines changed Original file line number Diff line number Diff line change 2
2
python 语言
3
3
====================
4
4
5
+ QuickStart
6
+ ----------------
7
+
8
+ * HelloWorld
9
+
10
+ .. code-block :: python
11
+
12
+ print ' Hello World!'
13
+
14
+ # result: Hello World!
15
+
16
+ * The Zen of Python
17
+
18
+ .. code-block :: python
19
+
20
+ import this
5
21
6
22
教程资源
7
23
------------------
8
24
9
- * `python documentation <http://docs.python.org/ >`_
25
+ * `Python Doc. <http://docs.python.org/ >`_
10
26
* `简明python教程 <http://woodpecker.org.cn/abyteofpython_cn/chinese/ >`_
27
+ * `Learn Python The Hard Way <http://learnpythonthehardway.org/book/ >`_
28
+
29
+
30
+ 社区资源
31
+ -------------------
11
32
33
+ * `python-cn(华蟒用户组,CPyUG 邮件列表) <https://groups.google.com/forum/?hl=zh-CN >`_
34
+ * `啄木鸟社区 <http://woodpecker.org.cn/ >`_
35
+ * `Python中国社区 <http://pychina.org/ >`_
36
+ * `Pycoder's Weekly <http://www.pycoders.com/ >`_
12
37
13
- 框架
38
+
39
+ Web框架
14
40
------------------
15
41
42
+ web.py
43
+ ^^^^^^^^^^^^^^^^^
44
+ web.py is a web framework for python that is as simple as it is powerful.
45
+
46
+ * `官网 <http://webpy.org/ >`_
47
+ * `github <https://github.com/webpy/webpy/ >`_
48
+
16
49
Django
17
50
^^^^^^^^^^^^^^^^^^
51
+ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
18
52
19
- * `django documentation <https://docs.djangoproject.com/en/1.4/ >`_
53
+ * `django documentation <https://docs.djangoproject.com/ >`_
20
54
* `django book <http://djangobook.py3k.cn/2.0/ >`_
55
+
56
+
57
+ Bottle
58
+ ^^^^^^^^^^^^^^^^^^
59
+
60
+ Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
61
+
62
+ * http://bottlepy.org/docs/dev/index.html
You can’t perform that action at this time.
0 commit comments