Python カテゴリです
環境構築
学習
http://mit.edu/6.01/mercurial/fall09/www/handouts/readings.pdf
http://mit.edu/6.01/mercurial/fall09/www/index.html
Google's Python Class - Google's Python Class - Google Code
Learn Python The Hard Way: Learn Python The Hard Way
スタイル
projects Log of /peps/trunk/pep-0008.txt
PEP 8 -- Style Guide for Python Code
http://code.google.com/p/soc/wiki/PythonStyleGuide?revdep-rebuild
補完
http://pypi.python.org/pypi/pysmell
http://code.google.com/p/pysmell/
http://pypi.python.org/pypi/ropemacs
モジュール
My Life: Building Python on 2.6.4 Snow Leopard
Scrapy | An open source web scraping framework for Python
日本語処理
site-packages/sitecustomize.py に文字コード設定するのは最後の手段
import sys sys.setdefaultencoding('utf-8')
GUI Toolkit
http://sensei.co.il/python/ui.html
ふにゃるん - VisualWxで、手軽にHTMLブラウザを作ろう
Webアプリケーション開発
ドキュメント
未分類
IPython - An enhanced Interactive Python
http://q41.de/downloads/pashua_en/
Rope, a python refactoring library ...
pybox2d - Project Hosting on Google Code
http://www.python.jp/Zope/workshop/200706/SegaVE_Python.pdf
https://github.com/franzinc/cl-python
Emacsとの連携
Emacs用にinfoを作成する方法
ViMとの連携
Vim & Python: Making yourself at home
雑文
Python で使うであろうTop10外部モジュール
Mark Hammond's Python Extensions
Docutils: Documentation Utilities
Pygments — Python syntax highlighter
SourceForge.net: Numerical Python
matplotlib: python plotting — Matplotlib v0.98.6svn documentation
Paramiko: SSH and SFTP With Python « Core Dump