Skip to content

Instantly share code, notes, and snippets.

View thombashi's full-sized avatar
💤
Please create an issue if you have any bug-reports/requests to my repos🚫📧

Tsuyoshi Hombashi thombashi

💤
Please create an issue if you have any bug-reports/requests to my repos🚫📧
View GitHub Profile
@thombashi
thombashi / workdays
Created March 6, 2016 11:54
Get working days between two dates
#!/usr/bin/env python
# encoding: utf-8
import datetime
import sys
from workalendar.asia import Japan
@thombashi
thombashi / gist:445c7bc007e2394e4f46
Last active February 29, 2016 13:02
pyparsing memo
pyparsing quick reference: A Python text processing tool
http://infohost.nmt.edu/tcc/help/pubs/pyparsing/web/removeQuotes.html
- [ ] pyparsing
- [ ] python2.5サポートしているのは1.5.7まで https://pypi.python.org/pypi/pyparsing/1.5.7
- http://d.hatena.ne.jp/shive/20091204/1259904048
- [ ] http://pyparsing.wikispaces.com/