Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyu999/8fc3ce4906ca2a6dafd6 to your computer and use it in GitHub Desktop.
Save kyu999/8fc3ce4906ca2a6dafd6 to your computer and use it in GitHub Desktop.
次のTODOはウェブクローラー&スクレイピング
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/
@kyu999
Copy link
Author

kyu999 commented Aug 11, 2014

追加TODO:
1. テキストエディタAtomをインストール
2. pip install flake8
3. apm install flake8

これだけでpythonのコーディング規約に違反した場合にエラー表示が現れる

@kyu999
Copy link
Author

kyu999 commented Aug 12, 2014

改行ルール懸案:
  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