The value is available to Python code assys.prefix.
この値は Python コードからは sys.prefix として利用できます。 - Python
The value is available to Python code assys.executable.
この値は Python コードからは sys.executable として利用できます。 - Python
The value is available to Python code assys.copyright.
この値は Python コードからはsys.copyrightとして利用できます。 - Python
In Python, it is currently the lowest level synchronization primitive available, implemented directly by the Python では現在のところ拡張モジュール - Python
Original Python logging package
この logging パッケージのオリジナル - Python
Derives a file-descriptor from a Python object.
Python オブジェクトからファイル記述子を取り出します。 - Python
any Python reserved word gets an underscore appended
あらゆるPython 予約語には下線を追加します。 - Python
This instance of PyTypeObject represents the Python Unicodetype.
この PyTypeObject のインスタンスは Python の Unicode 型を表現します。 - Python
a python having the color of amethyst
すみれ色のニシキヘビ - 日本語WordNet
You can also use it yourself if some of the functionality can be written in Python more easily.Embedding Python is similar to extending it, but not quite. Python の埋め込みは Python の拡張と似ていますが、全く同じというわけではありません。 - Python
Thisfunction has two arguments, both pointers to arbitrary Python objects:the Python function, and the argument list.
この関数には二つの引数: Python 関数と Python 関数の引数リストがあり、いずれも任意の Python オブジェクトを表すポインタ型です。 - Python
1.2.2 How to run
1.2.2 Pythonスクリプトの走らせ方 - Python
Memory management in Python involves a private heap containing all Python objects and data structures. Python におけるメモリ管理には、全ての Python オブジェクトとデータ構造が入ったプライベートヒープ (private heap) が必須です。 - Python
Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code. sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python
Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond, is available on the Python Web site. Andrew Kuchling および Eric Raymondによって書かれた、curses を Python で使うためのチュートリアルです。 Python Web サイトで入手できます。 - Python
Although Python signal handlers are called asynchronously as far as the Python user is concerned, they can only occur between the ``atomic'' instructions of the Python interpreter. Python のシグナルハンドラは Python のユーザが望む限り非同期で呼び出されますが、呼び出されるのは Python インタプリタの ``原子的な (atomic)'' 命令実行単位の間です。 - Python
This function was necessary because in versions of Python prior to 2.3 when the -O flag was passed to Python the この関数は必要でした。 なぜなら、-OフラグがPythonへ渡されたとき、Pythonの2.3より前のバージョンでは - Python
This instance of PyTypeObject represents the Python string type; it is the same object as types.TypeType in the Python layer. この PyTypeObject のインスタンスは Python の文字列型を表現します; このオブジェクトは Python レイヤにおけるtypes.TypeType と同じです。 - Python
This will bring up a dialog box of Python Interpreter options. Python インタプリタオプションのダイアログボックスが現われます。 - Python
This instance of PyTypeObject represents the Python dictionary type. この PyTypeObject のインスタンスは Python の辞書を表現します。 - Python
The function's return value must be a Clong, which is a Python integer.
関数の返り値はC long(Python整数である)です。 - Python
The value is available to Python code as sys.version. この値は Python コードからはsys.versionとして利用できます。 - Python
The value is available to Python code as sys. platform. この値は Python コードからはsys.platformとして利用できます。 - Python
A Python program is read by a parser.
Python で書かれたプログラムは パーザ (parser) に読み込まれます。 - Python
(This behavior is new in Python 2.2.
(この動作は Python 2.2 で新たに追加されたものです。 - Python
Completion of Python identifiers at the interactive prompt. 対話的プロンプトで Python 識別子を補完する機能。 - Python
A NULL pointer will always be returned as the Python integer 0. NULL ポインタは常に Python 整数型の 0 になります。 - Python
A string containing the copyright pertaining to the Python interpreter. Pythonインタープリタの著作権を表示する文字列。 - Python
The call to the Python function is then made with: その後、Python 関数を以下のコードで呼び出します: - Python
Specialized preferences manager for the Python interpreter. Python インタプリタに特化した初期設定管理プログラム - Python
I wrote in python. you know how there's photoshop? Photoshopはご存知ですね? - 映画・海外ドラマ英語字幕翻訳辞書
I wrote in python. you know how there's photoshop? photoshopはご存知ですね? - 映画・海外ドラマ英語字幕翻訳辞書
Below is a list of the types that are built into Python.
以下は Python に組み込まれている型のリストです。 - Python
To do this simply choose``Python Interpreter'' from the ``save options''.
そうするには、単に「save options」から「Python Interpreter」を選ぶだけです。 - Python
Convert a C double to a Python floating point number.
C の double を Python の浮動小数点数に変換します。 - Python
Convert anything to a Python object through a converter function. anything を converter 関数を介して Python オブジェクトに変換します。 - Python
Python statements can also be prefixed with an exclamation point ("!"). Python文は感嘆符("!")を前に付けることもできます。 - Python
This statement supports dynamic execution of Python code.
この文は、Python コードの動的な実行をサポートします。 - Python
This instance of PyTypeObject represents the Python list type. この PyTypeObject のインスタンスは Python のタプル型を表現します。 - Python
uses standard Python exceptions such as TypeError and AttributeError. は、TypeError や AttributeError といった標準の Python 例外を使います。 - Python
The functions mirror definitions in the Python C header files. 関数はPythonのCヘッダファイルの定義を反映します。 - Python
The Python None object, denoting lack of value.
Python における None オブジェクトで、値がないことを表します。 - Python
This is the equivalent of the Python expression "pow(o1, o2, o3)", where o3 is optional. Python の式 "pow(o1, o2, o3)"と同じです。 o3 はオプションです。 - Python
There is a Python class wrapper, independent of Tkinter.wxWindows is much richer in widgets than
Tkinterに依存しない Python クラスブラウザがあります。 wxWindowsは - Python
In Python this means that the type of the returned value will be something other that list.
Pythonでは、この値はlist以外の値となります。 - Python
Store a Python object (without any conversion) in a C object pointer. Python オブジェクトを (一切変換を行わずに) C の Python オブジェクト型ポインタに保存します。 - Python
The management of this private heap is ensured internally by the Python memory manager. プライベートヒープの管理は、内部的にはPython メモリマネージャ (Python memory manager)が確実に行います。 - Python
The Numeric Python extension(NumPy) defines another array type; seehttp://numpy.sourceforge.net/ for further information about Numerical Python. Numeric Python 拡張モジュール (NumPy) では、別の方法でシーケンス型を定義しています。 - Python
which allows you to implement a Python source code debugger in Python. トレース関数はPythonのソースデバッガを実装するために使用することができます。 - 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.