「Python」を含む例文一覧(1381)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 27 28 次へ>
  • 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
  • python setup.py build --compiler=cygwin
    python setup.py build --compiler=cygwin のように入力します。 - Python
  • Extending and Embedding the Python Interpreter
    Python インタプリタの拡張と埋め込み - Python
  • 18.12 distutils -- Building and installing Python modules
    18.11 distutils -- Python モジュールの構築とインストール - Python
  • 5.13 pythonprefs -- Preferences manager for Python
    5.13 pythonprefs -- Python の初期設定管理プログラム - Python
  • 5. Embedding Python in
    5. 他のアプリケーションへの Python の埋め込み - Python
  • 16.5.1.4 Debug menu (in the Python Shell window only)
    16.5.1.4 Debugメニュー( Python シェルウィンドウ内のみ) - Python
  • Convert data values from Python to C,
    データ値を Python から C に変換する。 - Python
  • Convert data values from C to Python,
    データ値を C から Python に変換する。 - Python
  • classifiers are specified in a python list:
    classifiers は、 Python のリスト型で指定します: - Python
  • This is the equivalent of the Python statement "del o[i1:i2]".
    Python の文 "del o[i1:i2]" と同じです。 - Python
  • Store a Python object in a C object pointer.
    Python オブジェクトを C の Python オブジェクト型ポインタに保存します。 - Python
  • And i'm learning javascript and python.
    今はJavaScriptとPythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
  • Embedding Python in Another Application
    5. 他のアプリケーションへの Python の埋め込み - Python
  • package is a Python source to bytecodetranslator written in Python.
    パッケージは、Python で書かれたPython ソースコードからバイトコードへの変換プログラムです。 - Python
  • 7.2.5.2 Complex Numbers as Python Objects
    7.2.5.2 Python オブジェクトとしての複素数型 - Python
  • Examples of some well-known module distributions are Numeric Python, PyXML, PIL (the Python Imaging Library), ormxBase.
    よく知られたモジュール配布物には、Numeric Python、PyXML、 PIL (the Python Imaging Library)、 mxBase などがあります。 - Python
  • Return the version of this Python interpreter.
    Python インタプリタのバージョンを返します。 - Python
  • Lexical scanner for Python source code.
    Pythonソースコードのための字句解析器。 - Python
  • Since there is no Python assembler, this module defines the Python assembly language.
    Pythonアセンブラがないため、このモジュールがPythonアセンブリ言語を定義しています。 - Python
  • A list of Python packages that distutils will manipulate
    distutilsが操作するPythonパッケージのリスト - Python
  • A list of Python modules that distutils will manipulate
    distutilsが操作するPythonモジュールのリスト - Python
  • 18.11 pickletools
    18.10.1 Pythonバイトコード命令 - Python
  • 1 - normal optimization (like "python -O")
    1 - 通常の最適化 ("python -O"のように) - Python
  • Manipulate MH mailboxes from Python.
    Python から MH のメイルボックスを操作します。 - Python
  • python setup.py bdist --help-formats
    python setup.py bdist --help-formats を実行すれば分かります。 - 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
  • Python shell window (a.k.a. interactive interpreter)
    Python シェルウィンドウ(別名、対話インタープリタ) - Python
  • Marshal a Python object, value, to file.
    Python オブジェクトvalue を file へ整列化します。 - Python
  • Python debugger (jpydbg) integration
    BPEL デザイナーとデバッガ - NetBeans
  • 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
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 27 28 次へ>

例文データの著作権について