#pragma section-numbers off Python カテゴリです PythonLanguage *["PythonDocument翻訳"] *["CJKPython"] *["Pythonを採用しているアプリケーション"] *["Python3"] = 学習 = *PythonTutorials *MacPython *PythonApplications *PythonEditors *PythonBooks http://diveintopython3.org/ http://mit.edu/6.01/mercurial/fall09/www/handouts/readings.pdf http://mit.edu/6.01/mercurial/fall09/www/index.html [http://code.google.com/edu/languages/google-python-class/ Google's Python Class - Google's Python Class - Google Code] [http://learnpythonthehardway.com/index Learn Python The Hard Way: Learn Python The Hard Way] = スタイル = [http://svn.python.org/view/peps/trunk/pep-0008.txt projects Log of /peps/trunk/pep-0008.txt] [http://oldriver.org/python/pep-0008j.html PEP 8 -- Style Guide for Python Code] [http://google-styleguide.googlecode.com/svn/trunk/pyguide.html Google Python Style Guide] 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 = モジュール = *PythonStandardLibrary *PythonFrameworks *PythonForWindowsExtensions *PyGame *PyOpenGl *NumPy *["PIL"] *PyUnit *PythonDocutils *["PyObjC"] *["lxml"] *["Cython"] *["nose"] *["pip"] *["Pygments"] [http://rh0dium.blogspot.com/2010/01/building-python-on-264-snow-leopard.html My Life: Building Python on 2.6.4 Snow Leopard] = 日本語処理 = *["CJKCodecs"] site-packages/sitecustomize.py に文字コード設定するのは最後の手段 {{{ import sys sys.setdefaultencoding('utf-8') }}} = GUI Toolkit = *["Tkinter"] *["wxPython"] http://sensei.co.il/python/ui.html [http://d.hatena.ne.jp/Wacky/20060319/1142765671 ふにゃるん - VisualWxで、手軽にHTMLブラウザを作ろう] [http://visualwx.altervista.org/indexit.php VisualWX] = Webアプリケーション開発 = *["PythonCGI"] *["Zope"] *["GNUeProject"] *PythonWikiEngines *["Django"] *["web.py"] = ドキュメント = *PythonDocutils *["Sphinx"] *["Epydoc"] *MakeFaq *PyBlosxom = 未分類 = *PythonLink *["Jython"] *["Delphi"] *["4Suite"] *CheetahTemplateEngine [http://ipython.scipy.org/ IPython - An enhanced Interactive Python] [http://www.logilab.org/projects/pylint/ Logilab.org - PyLint] http://q41.de/downloads/pashua_en/ [http://rope.sourceforge.net/ Rope, a python refactoring library ...] [http://www.bpython-interpreter.org/ bpython interpreter] [http://code.google.com/p/pybox2d/ pybox2d - Project Hosting on Google Code] http://www.python.jp/Zope/workshop/200706/SegaVE_Python.pdf = Emacsとの連携 = *PythonMode *PythonInfo Emacs用にinfoを作成する方法 = 雑文 = *["Pythonによるアルゴリズム入門"] *WhyNotZope [http://www.gunnarwrobel.de/website/wiki//Python.html Python] = Python で使うであろうTop10外部モジュール = [http://www.pythonware.com/products/pil/ Python Imaging Library (PIL)] [http://starship.python.net/crew/mhammond/ Mark Hammond's Python Extensions] [http://docutils.sourceforge.net/ Docutils: Documentation Utilities] [http://pygments.org/ Pygments — Python syntax highlighter] [http://sourceforge.net/projects/numpy SourceForge.net: Numerical Python] [http://sourceforge.net/projects/ctypes/ SourceForge.net: ctypes] [http://ipython.scipy.org/moin/ IPython] [http://matplotlib.sourceforge.net/ matplotlib: python plotting — Matplotlib v0.98.6svn documentation] [http://codespeak.net/lxml/ lxml] http://www.nltk.org/book [http://segfault.in/2010/03/paramiko-ssh-and-sftp-with-python/ Paramiko: SSH and SFTP With Python « Core Dump] ---- CategoryProgramLanguage CategoryPrograming