#pragma section-numbers off Python カテゴリです PythonLanguage *["PythonDocument翻訳"] *["Pythonを採用しているアプリケーション"] = 実装 = *["Python3"] *["StacklessPython"] *["Jython"] *https://github.com/franzinc/cl-python = 環境構築 = * PythonVirtualenv *["buildout"] = 学習 = *PythonTutorials *MacPython *PythonApplications *PythonEditors *PythonBooks * http://diveintopython3.org/ * [https://python-guide.readthedocs.org/en/latest/ The Hitchhiker’s Guide to Python!] * 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/ Learn Python The Hard Way: Learn Python The Hard Way] * [http://skitazaki.github.com/python-school-ja/ Python の学習 — Python School 1.3.0rc documentation] = コーディングスタイル = * [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 *["pylint"] = 補完 = * http://pypi.python.org/pypi/pysmell * http://code.google.com/p/pysmell/ * http://pypi.python.org/pypi/ropemacs * [http://rope.sourceforge.net/ Rope, a python refactoring library ...] = モジュール = *["PythonModules"] *PythonStandardLibrary *PythonFrameworks *PythonForWindowsExtensions = Web = * [http://scrapy.org/ Scrapy | An open source web scraping framework for Python] * http://wwwsearch.sourceforge.net/mechanize/ * http://twill.idyll.org/ *["PythonCGI"] *["Zope"] *["GNUeProject"] *PythonWikiEngines *["Django"] *["web.py"] *["Flask"] [http://nichol.as/benchmark-of-python-web-servers Nicholas Piël » Benchmark of Python Web Servers] = デプロイ = *["Fabric"] = ログ = * [http://pypi.python.org/pypi/sentry/ sentry 4.0.14 : Python Package Index] = 監視 = * ["Munin"] = 日本語処理 = *["CJKCodecs"] *["CJKPython"] * [https://github.com/taichino/jcconv taichino/jcconv · GitHub] * [https://github.com/fumiyas/python-nkf fumiyas/python-nkf · GitHub] site-packages/sitecustomize.py に文字コード設定するのは最後の手段 {{{ import sys sys.setdefaultencoding('utf-8') }}} = GUI Toolkit = *["Tkinter"] *["wxPython"] *["Qt"] http://sensei.co.il/python/ui.html [http://d.hatena.ne.jp/Wacky/20060319/1142765671 ふにゃるん - VisualWxで、手軽にHTMLブラウザを作ろう] [http://visualwx.altervista.org/indexit.php VisualWX] = ドキュメント = *PythonDocutils *["Sphinx"] *["Epydoc"] *MakeFaq *PyBlosxom = Shell = * [http://ipython.scipy.org/ IPython - An enhanced Interactive Python] * [http://www.bpython-interpreter.org/ bpython interpreter] * [http://dreampie.sourceforge.net/ DreamPie: The Python shell you've always dreamed about!] = Blog = * [https://github.com/ametaireau/pelican ametaireau/pelican · GitHub] = グラフィックス = * [http://code.google.com/p/pybox2d/ pybox2d - Project Hosting on Google Code] * http://www.python.jp/Zope/workshop/200706/SegaVE_Python.pdf = 未分類 = *PythonLink *["Delphi"] *["4Suite"] *CheetahTemplateEngine = Emacsとの連携 = *PythonMode *PythonInfo Emacs用にinfoを作成する方法 = ViMとの連携 = [http://justinlilly.com/vim/vim_and_python.html Vim & Python: Making yourself at home] = 雑文 = *["Pythonによるアルゴリズム入門"] *WhyNotZope ---- CategoryProgramLanguage CategoryPrograming