1153万例文収録!

「python」に関連した英語例文の一覧と使い方(6ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

pythonを含む例文一覧と使い方

該当件数 : 1381



例文

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

Compile (possibly incomplete) Python code. 例文帳に追加

(完全ではないかもしれない)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




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS