1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1381



例文

This is not defined if Python was built without Unicode support.例文帳に追加

Pythonがユニコードのサポートなしでコンパイルされていた場合には定義されません。 - Python

Read size bytes from the audio input and return them as a Python string.例文帳に追加

オーディオ入力から size バイトを読みだし、 Python 文字列型にして返します。 - Python

path.PYTHONHOME sets an alternate value for the prefix of the Python installation.例文帳に追加

PYTHONHOME を使うと、インストールされている Python のプレフィクスを別の値に設定できます。 - Python

Examples of Python source code or interactive sessions are represented as verbatim environments.例文帳に追加

6.4 コードの例示 Python ソースコードや対話セッションの例には verbatim 環境を使います。 - Python

例文

We want this function to be callable from Python as follows:例文帳に追加

この関数を以下のようにして Python から呼び出せるようにしたいとします: - Python


例文

Produce a string that is suitable as raw Unicode literal in Python source code例文帳に追加

Python ソースコードにおける raw Unicode リテラルとして適切な文字列を生成します。 - Python

(VERSION NOTE: described here is what is implemented in Python 2.2.1 and later.例文帳に追加

(VERSION NOTE: ここに書かれている内容は、Python 2.2.1 以降での実装に関するものです。 - Python

This is the symbol to use when compiling arbitrarily long Python source code.例文帳に追加

これは任意の長さのPythonソースコードをコンパイルするときに使う記号です。 - Python

(Frozen modules are modules written in Python whose compiled byte-code object is incorporated into a custom-built Python interpreter by Python's freeze utility.See Tools/freeze/ for now.)例文帳に追加

(フリーズされたモジュールはPythonで書かれたモジュールで、そのコンパイルされたバイトコードオブジェクトがPythonのfreezeユーティリティを使ってカスタムビルトPythonインタープリタへ組み込まれています。 差し当たり、Tools/freeze/を参照してください。 - Python

例文

Python Features Page 例文帳に追加

複合アプリケーション用のサービスアセンブリエディタ - NetBeans

例文

An embedding application might want to restart Python without having to restart the application itself.例文帳に追加

Python の埋め込みを行っているアプリケーションでは、アプリケーションを再起動することなくPython を再起動したいことがあります。 - Python

Most of the Python documentation, both the ``official'' documentation and publishedbooks, describe only how Python is used on these systems, causing confusion for the new user of MacPython-OS9.例文帳に追加

この章では、簡単な入門編として Macintosh 上で Python を具体的にどう使うのかを解説していきます。 - Python

Other uses are also imaginable.Fortunately, the Python interpreter is easily called recursively, and there is a standard interface to call a Python function.例文帳に追加

もちろん、他の用途も考えられます。 幸運なことに、Python インタプリタは簡単に再帰呼び出しでき、Python 関数を呼び出すための標準インタフェースもあります。 - Python

Since the Python includedirectory--/usr/local/include/python1.5 in this case--is always included in the search path when building Python extensions, the best approach is to write C code like例文帳に追加

) Python の include ディレクトリ -- 今の例では/usr/local/include/python1.5 -- は、 Python 拡張モジュールをビルドする際に常にヘッダファイル検索パスに取り込まれるので、C コードを書く上でもっともよいアプローチは、 - Python

While people have embedded Python in other applications since its early existence, the process of embedding Python is less straightforward than writing an extension. 例文帳に追加

一方、他のアプリケーションへの Python の埋め込みは、Python ができてから早い時期から行われてきましたが、拡張モジュールの作成に比べるとやや難解です。 - Python

Starting with Python 2.2, these objects provide the interface defined in the DOM specification, but with earlier versions of Python they do not support the official API.例文帳に追加

Python 2.2 からは、これらのオブジェクトはDOM 仕様で定義されたインタフェースを提供していますが、それ以前のバージョンの Python では、公式の API をサポートしていません。 - Python

If you are writing code that does not need to work with versions of Python earlier than Python 2.2, please consider subclassing directly from the built-in dict type.例文帳に追加

Python 2.2より前のバージョンのPythonで動作する必要のないコードを書いているのならば、組み込みdict型から直接サブクラス化することを検討してください。 - Python

If you are writing code that does not need to work with versions of Python earlier than Python 2.2, please consider subclassing directly from the built-in list type.例文帳に追加

Python 2.2より前のバージョンのPythonで動作する必要のないコードを書いているのならば、組み込みlist型から直接サブクラス化することを検討してください。 - Python

Simple AppleEvent data types (integer,text, float) are returned as their obvious Python counterparts.Apple Event lists are returned as Python lists, and the list elements are recursively unpacked.例文帳に追加

単純なAppleEventデータ型(整数、テキスト、浮動少数点数)の、対応するPython型が返されます。 Apple EventリストはPythonリストとして返され、リストの要素は再帰的にアンパックされます。 - Python

An``administrators'' manual which includes information on installing modules into an existing Python installation.You do not need to be a Python programmer to read this manual.例文帳に追加

現在インストールされている Python にモジュールを追加するための情報が書かれた ``管理者'' 向けのマニュアルです。 この文書を読むのに Python プログラマである必要はありません。 - Python

The primary purpose for this interface is to allow Python code to edit the parse tree of a Python expression and create executable code from this.例文帳に追加

このインターフェイスの第一の目的は、PythonコードからPythonの式の解析木を編集したり、これから実行可能なコードを作成したりできるようにすることです。 - Python

module that allows reading and writing of the preferences for the Python interpreter.例文帳に追加

モジュールを特化したものです。 - Python

Note that this is new as of Python 1.5.2(a2); earlier versions, up to Python 1.5.1 and 1.5.2a1,would add 1900 to year values below 1900.例文帳に追加

この仕様は Python 1.5.2(a2) から新たに追加された機能であることに注意してください;それ以前のバージョン、すなわち Python 1.5.1 および 1.5.2a1 では、1900以下の年に対して 1900 を足します。 - Python

Python supports modules and packages, which encouragesprogram modularity and code reuse. 例文帳に追加

Python は、プログラムのモジュール化や再利用を助けるモジュールとパッケージをサポートします。 - Python

Convert a Python Unicode object to a C pointer to a NUL-terminatedbuffer of 16-bit Unicode (UTF-16) data. 例文帳に追加

Python の Unicode オブジェクトを、NUL で終端された 16 ビットのUnicode (UTF-16) データに変換します。 - Python

An exception is raised if the named encoding is not known to Python.例文帳に追加

指定したエンコード名を Python が理解できない場合には例外を送出します。 - Python

Indicates that the remaining arguments in the Python argument list are optional.例文帳に追加

Python 引数リスト中で、この文字以降の引数がオプションであることを示します。 - Python

Convert a sequence of C values to a Python tuple with the same number of items.例文帳に追加

C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。 - Python

Convert a sequence of C values to a Python list with the same number of items.例文帳に追加

C の値からなる配列を、同じ要素数を持つ Python のリストに変換します。 - Python

All of these external representations are seen as'n'by the Python program. 例文帳に追加

これらの改行文字の外部表現はどれも、Python プログラムからは'n' に見えます。 - Python

Encodes a Unicode objects using Raw-Unicode-Escape and returns the result as Python string object.例文帳に追加

Raw-Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Python code to generate a minimal header section looks like this:例文帳に追加

最小のヘッダセクションを生成するための Python のコードは以下のようなものです: - Python

The functions in this chapter are specific to certain Python object types.例文帳に追加

この章ではは、特定の Python オブジェクト型固有の関数について述べています。 - Python

The chapter is structured like the``family tree'' of Python object types. 例文帳に追加

この章は Python のオブジェクト型における ``家計図'' に従って構成されています。 - Python

The macros in this section are used for managing reference counts of Python objects.例文帳に追加

この節のマクロはPythonオブジェクトの参照カウントを管理するために使われます。 - Python

Minus corresponds to the unary prefix minus operator in Python. 例文帳に追加

Python における単項の符号反転前置演算子 (unary prefix minus operator) に対応する演算です。 - Python

Plus corresponds to the unary prefix plus operator in Python. 例文帳に追加

Python における単項の符号非反転前置演算子 (unary prefix plus operator) に対応する演算です。 - Python

Tester was feeble,and in practice most serious Python testing frameworks build on the 例文帳に追加

Tester は非力であり、実際のところ、もっときちんとした Python のテストフレームワークが - Python

Tool for detecting white space related problems in Python source files in a directory tree.例文帳に追加

ディレクトリツリー内のPythonのソースファイルで問題となる空白を検出するツール。 - Python

Home page for the PyXML package, containing an extension of xml package bundled with Python.例文帳に追加

Python にバンドルされてくる xml パッケージへの拡張である PyXML パッケージのホームページです。 - Python

It is intended mainly for developers of Python extension modules.例文帳に追加

この関数は主に Python 拡張モジュールの開発者のために用意されています。 - Python

The SimpleXMLRPCServer module provides a basic serverframework for XML-RPC servers written in Python. 例文帳に追加

SimpleXMLRPCServerモジュールはPythonで記述された基本的なXML-RPCサーバーフレームワークを提供します。 - Python

Convert samples in the audio fragment to u-LAW encoding and return this as a Python string.例文帳に追加

音声データの各サンプルを u-LAW 符号でエンコードし、Python文字列として返します。 - Python

A note on version compatibility: the Compile and CommandCompiler are new in Python 2.2.例文帳に追加

バージョン間の互換性についての注意: CompileとCommandCompilerはPython 2.2で導入されました。 - Python

A Distribution describes how to build, install and package up a Python software package.例文帳に追加

DistributionはPythonソフトウェアパッケージをどのようにビルド、インストール、パッケージするかを定義する。 - Python

Programmers may find this useful when debugging version conflicts between Python and extension modules.例文帳に追加

Pythonと拡張モジュール間の不整合をデバッグする場合などに利用できます。 - Python

This is not defined if Python was built without complex number support.例文帳に追加

Pythonが複素数のサポートなしでコンパイルされていた場合には定義されません。 - Python

is a piece of Python program text that is executed as a unit.例文帳に追加

は、Python のプログラムテキストからなる断片で、一つの実行単位となるものです。 - Python

It is a severe error to ever let a NULL pointer ``escape'' to the Python user.例文帳に追加

NULL ポインタを Python ユーザレベルに ``逃がし'' てしまうと、深刻なエラーを引き起こします。 - Python

例文

This was never intentional and is no longer available in Python 2.0 and later.例文帳に追加

これは本来の仕様ではなく、Python 2.0以降では使用することはできません。 - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS