Created
August 11, 2014 09:03
-
-
Save kyu999/8fc3ce4906ca2a6dafd6 to your computer and use it in GitHub Desktop.
次のTODOはウェブクローラー&スクレイピング
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HaveToRead: | |
Scrapy -> | |
http://orangain.hatenablog.com/entry/scrapy | |
http://doc.scrapy.org/en/latest/ | |
BeautifulSoup -> | |
http://furodrive.com/ja/2014/2/beautifulsoup | |
asyncio -> | |
http://postd.cc/fast-scraping-in-python-with-asyncio/ | |
改行ルール懸案:
1. 連体詞の前後は切る?
2. 動詞(接尾)の扱い
3. 友達ばっかり ←長めの助詞はどうする?
4. 感動詞の前後は切る e.g. じゃあ
5. 顔文字扱い
6. 5文字の名詞連結の扱い
7. wへの対処
8. 動詞(自立)+動詞(接尾)+動詞(接尾)みたいなケースの扱い e.g. 別れさせられた
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
追加TODO:
1. テキストエディタAtomをインストール
2. pip install flake8
3. apm install flake8
これだけでpythonのコーディング規約に違反した場合にエラー表示が現れる