Skip to content

Commit

Permalink
update code in python_base, add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhu committed Oct 14, 2016
1 parent ae4bdc7 commit e0e18b2
Show file tree
Hide file tree
Showing 3 changed files with 1,241 additions and 1,222 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# LearnPython
以撸代码的形式学习Python

## python_base.py: 千行代码入门Python
Loading

0 comments on commit e0e18b2

Please sign in to comment.