Python packagesgenerally adhere to the version formatmajor.minor[.patch]
Python のパッケージは一般的に、major.minor[.patch] - Python
For example, if PYTHONHOME is set to"/www/python", the search path will be set to ['','/www/python/lib/python2.2/', '/www/python/lib/python2.3/plat-linux2',...].
例えば、 PYTHONHOME を "/www/python" に設定すると、検索パスは ['', '/www/python/lib/python2.2/', '/www/python/lib/python2.3/plat-linux2', ...] といった具合になります。 - Python
And i'm learning javascript and python. 今はjavascriptとpythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
5. Embedding Python in Another Application
5. 他のアプリケーションへの Python の埋め込み - Python
10.45 distutils.command.register-- Register a module with the Python Package Index
45 distutils.command.register-- モジュールをPython Package Indexに登録する - Python
Object which is visible in Python as None.
Python からは None に見えるオブジェクトです。 - Python
Logging module for Python based on PEP 282.
PEP 282 に基づくPython 用のロギングモジュール。 - Python
These have the same meanings as the Python これらの情報は、 Python オブジェクトの - Python
This is exposed to Python programs as types.FileType.
Python プログラムで公開されています。 - Python
The value is one of 'static' for a statically linked Python, 'framework' for Python in a Mac OS X framework,'shared' for Python in a standard unix shared library and'cfm' for the Mac OS 9-compatible Python. 値は静的リンクした Python は 'static'、Mac OS X framework で構築した Python は 'framework'、標準の unix 共有ライブラリ(shared library)で構築された Python は 'shared'、Mac OS 9 互換 Python では 'cfm' となります。 - Python
The Python XML Special InterestGroup is developing substantial support for processing XML from Python. Python XML Special Interest Group は Python で XML を扱うための開発に多大な貢献をしています。 - Python
Python identifier completion for the GNU readline library.
GNU readline ライブラリ向けのPython識別子補完 - Python
This instance of PyTypeObject represents the Python tuple type; it is the same object as types.TupleType in the Python layer. この PyTypeObject のインスタンスは Python のタプル型を表現します; Python レイヤにおける types.TupleType - Python
The %r conversion was added in Python 2.0.
%r 変換は Python 2.0 で追加されました。 - Python
Extending and Embeddingthe Python Interpreter
インタプリタの拡張と組み込み Extending and Embedding the Python Interpreter - Python
This should not be reported to Python applications.
Pythonアプリケーションには通知されません。 - Python
Conversion between Python variables and AppleEvent data containers. Python変数とAppleEventデータコンテナ間の変換 - Python
In Python 2.3 and beyond, its signature is freefunc:
でしたが、 Python 2.3 以降では、シグネチャは freefunc: - Python
A Python interface to Unix shell pipelines.
Python による Unix シェルパイプラインへのインタフェース。 - Python
The tokenize module provides a lexical scanner for Python source code, implemented in Python. tokenizeモジュールでは、Python で実装された Pythonソースコードの字句解析器を提供します。 - Python
path. For example, if PYTHONPATH is set to "/www/python:/opt/py", the searchpath will begin with ['/www/python', '/opt/py']. 例えば、PYTHONPATH を"/www/python:/opt/py" に設定すると、検索パスは['/www/python', '/opt/py'] から始まります。 - Python
(This restriction was added in Python 2.2. (この制限は Python 2.2 で追加されました。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.