We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f3a36 commit b8de9eaCopy full SHA for b8de9ea
README.md
@@ -0,0 +1,12 @@
1
+# python learn
2
+
3
+## sublime插件
4
+* [SublimeREPL](https://github.com/wuub/SublimeREPL) 允许你在编辑界面直接运行 Python 解释器;以及执行python文件。
5
6
+## 资源
7
+* [crossin的编程教室](http://crossin.me/forum.php?mod=forumdisplay&fid=2)
8
+* [dive into python](http://www.diveintopython.net/toc/index.html)
9
+* [learn python the hardway](http://learnpythonthehardway.org/book/)
10
+* [python官网教程](https://docs.python.org/2/tutorial/)
11
12
hello-world.py
@@ -0,0 +1 @@
+print 'i\'m so cool~'
0 commit comments