Skip to content

Commit b8de9ea

Browse files
committed
hello world:simle:
1 parent 63f3a36 commit b8de9ea

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* [crossin的编程教室](http://crossin.me/forum.php?mod=forumdisplay&fid=2)
12+

hello-world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print 'i\'m so cool~'

0 commit comments

Comments
 (0)