pythonを含む例文一覧と使い方
該当件数 : 1381件
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
16.5.1.4 Debug menu (in the Python Shell window only) 例文帳に追加
16.5.1.4 Debugメニュー( 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
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
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
Logging module for Python based on PEP 282. 例文帳に追加
PEP 282 に基づくPython 用のロギングモジュール。 - Python
These have the same meanings as the Python 例文帳に追加
これらの情報は、 Python オブジェクトの - Python
Python shell window (a.k.a. interactive interpreter) 例文帳に追加
Python シェルウィンドウ(別名、対話インタープリタ) - 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
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
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)