update code in python_base, add .gitignore

master
xianhu 2016-10-14 10:33:25 +08:00
parent ae4bdc718b
commit e0e18b26f6
3 changed files with 1208 additions and 1189 deletions

16
.gitignore vendored 100644
View File

@ -0,0 +1,16 @@
# Created by .ignore support plugin (hsz.mobi)
*.[oa]
*.py[co]
*.exe
*.log
*.out
*.dat
*.txt
*.temp
*.png
.*
test/
data/
build/
captcha.jpeg

View File

@ -1,2 +1,4 @@
# LearnPython
以撸代码的形式学习Python
## python_base.py: 千行代码入门Python

File diff suppressed because it is too large Load Diff