Skip to content

bit1002lst/python

This branch is 13 commits ahead of, 826 commits behind Show-Me-the-Code/python:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d6f2ba · May 4, 2016
Jun 1, 2015
Jun 1, 2015
Dec 6, 2015
Oct 29, 2015
Sep 7, 2015
Dec 21, 2015
Sep 15, 2015
Jul 9, 2015
May 7, 2015
Dec 1, 2014
Jun 1, 2015
Apr 29, 2015
Jun 1, 2015
Jun 1, 2015
Jun 1, 2015
Jan 6, 2015
Jun 30, 2015
Jun 1, 2015
Feb 16, 2015
Oct 12, 2015
Jun 10, 2015
Dec 21, 2014
Jun 1, 2015
Jun 1, 2015
Jun 1, 2015
Sep 13, 2015
May 4, 2016
Jun 1, 2015
Jun 1, 2015
May 14, 2015
Jun 14, 2015
Jan 28, 2016
Jun 1, 2015
Jan 7, 2015
Mar 20, 2016
Dec 9, 2014
Mar 25, 2015
Mar 10, 2016
Aug 25, 2015
Jun 1, 2015
Sep 1, 2015
Dec 3, 2014
Feb 10, 2015
Jun 1, 2015
Jul 27, 2015
Apr 22, 2015
Nov 23, 2015
Jun 24, 2015
Jun 1, 2015
Feb 11, 2016
Nov 5, 2015
Dec 30, 2015
Jun 1, 2015
Jan 21, 2015
May 11, 2015
May 11, 2015
Feb 11, 2015
Jan 7, 2016
Mar 16, 2015
Apr 2, 2015
Mar 23, 2015
Jan 28, 2015
Mar 20, 2016
Dec 16, 2015
Aug 12, 2015
May 7, 2015
Jan 15, 2015
Nov 3, 2015
Jan 7, 2016
May 9, 2015
Sep 7, 2015
May 20, 2015
Sep 7, 2015
Nov 28, 2014
Aug 10, 2015

Repository files navigation

python

Show Me the Code Python version.

2015年8月10日更新: 【注】Pull Request 请提交你个人的仓库 URL 链接地址。

How to Add your solutions:

  • fork this repo
  • create a folder named with your github name
  • create a folder named the problem num
  • add your solution in the folder

For example, if you wanna add a solution for problem 0001, you should do like this:

  • fork Show-Me-the-Code/python
  • git clone YOUR_REPO_URL SOME_DIR
  • cd SOME_DIR
  • mkdir YOUR_GITHUB_USER_NAME
  • cd YOU_GITHUB_USER_NAME
  • mkdir 0001
  • cd 0001
  • and the write some code & test it

if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.2%
  • Python 46.2%
  • JavaScript 0.7%
  • C++ 0.5%
  • CSS 0.3%
  • Mako 0.1%