1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1381



例文

As for refmodindex, but the index entry will be ``module (built-in module).'' This is intended for use with standard modules not implemented in Python.例文帳に追加

refmodindex のようなものですが、索引エントリは``module (built-in module)'' になります。 このマクロは Python 以外で書かれた標準モジュールで使うためのものです。 - Python

and some other functions below to find the Python run-time libraries relative to the interpreter executable.例文帳に追加

や、以下に示すその他の関数が、インタプリタの実行可能形式からPython ランタイムライブラリへの相対パスを取得するために使われます。 - Python

Return an indication of the compiler used to build the current Python version, in square brackets, for example:例文帳に追加

現在使っているバージョンの Python をビルドする際に用いたコンパイラを示す文字列を、各括弧で囲った文字列を返します。 例えば: - Python

The first reason is to write extension modules for specific purposes;these are C modules that extend the Python interpreter.例文帳に追加

第一は、特定用途の 拡張モジュール (extention module)、すなわち Python インタプリタを拡張する C で書かれたモジュールを記述する、という目的です。 - Python

例文

The second reason is to use Python as a component in a larger application; this technique is generally referred to as embedding Python in an application.Writing an extension module is a relatively well-understood process, where a ``cookbook'' approach works well.例文帳に追加

拡張モジュールの作成は比較的わかりやすいプロセスで、``手引書 (cookbook)'' 的なアプローチでうまく実現できます。 - Python


例文

LaTeX provides a variety of environments even without the additional markup provided by the Python-specific document classesintroducted in the next section.例文帳に追加

LaTeX は、次の節で紹介する Python 固有のドキュメントクラスで提供しているマークアップの他にも、様々な環境を提供しています。 - Python

(In compatibility note: in the original Python 1.5release, if the tuple was one element long, a string would be returned instead.例文帳に追加

(非互換性ノート:オリジナルの Python 1.5 リリースでは、たとえタプルが一要素長であっても、その代わりに文字列を返すことはありません。 - Python

NodeList objects are implemented using Python's built-inlist type. 例文帳に追加

NodeList オブジェクトは Python の組み込みリスト型を使って実装されています。 - Python

A sequence of null-terminated strings, terminated by two null characters. (Python handles this termination automatically.) 例文帳に追加

ヌル文字で終端された文字列からなり、二つのヌル文字で終端されている配列 (Python はこの終端の処理を自動的に行います)。 - Python

例文

(If the natural name for an attribute is also a Python reserved word, it can't be used as an attribute name.例文帳に追加

(ある属性にふさわしい名前がPython の予約語としてすでに使われているとき、その名前を属性名にすることはできません。 - Python

例文

Returns an abstract syntax tree for the Python source code in buf.The function raises SyntaxError if there is an error in the sourcecode. 例文帳に追加

buf 中の Python ソースコードから得られた抽象構文木 AST を返します。 ソースコード中にエラーがある場合、この関数は SyntaxError を発生させます。 - Python

The Demo/curses/ directory in the Python source distribution contains some example programs using the curses bindings provided by this module. Subsections例文帳に追加

Python ソースコードの Demo/curses/ ディレクトリには、このモジュールで提供されている curses バインディングを使ったプログラム例がいくつか収められています。 - Python

This describes how to prepare distutils-based packages so that they may be easily installed into an existing Python installation.例文帳に追加

ここでは、現在インストールされている Python に簡単に追加できるdistutilsベースのパッケージをどうやって用意するかについて説明しています。 - Python

The pickle module implements a fundamental, but powerfulalgorithm for serializing and de-serializing a Python object structure.例文帳に追加

pickle モジュールでは、Python オブジェクトデータ構造を直列化 (serialize) したり非直列化 (de-serialize) するための基礎的ですが強力なアルゴリズムを実装しています。 - Python

The rlcompleter module is designed for use with Python'sinteractive mode. 例文帳に追加

rlcompleterモジュールは Pythonの対話モードで利用する為にデザインされています。 - Python

Format characters have the following meaning; the conversion betweenC and Python values should be obvious given their types: 例文帳に追加

フォーマット文字 (format character) は以下の意味を持っています; C と Python の間の変換では、値は正確に以下に指定された型でなくてはなりません: - Python

The specific numeric values which the names map to may change between Python versions. This module also provides one additional data object:例文帳に追加

名前がマップする特定の数値はPythonのバージョン間で変わります。 このモジュールには、データオブジェクトも一つ付け加えられています: - Python

See also TimPeters' introduction to the ``Algorithms'' chapter in the Python Cookbook, published by O'Reilly.The module defines the following public class:例文帳に追加

詳しくは、O'Reilly の Python Cookbook、``Algorithms'' の章にある TimPeters が書いた解説を参照してください。 このモジュールには次のパブリック・クラスが定義されています。 - Python

Prior to Python 2.2, it was necessary to edit the profiler source code to embed the bias asa literal number.例文帳に追加

Python 2.2 より前のバージョンではプロファイラのソースコードに補正値として埋め込まれた定数を直接編集する必要がありました。 - Python

All time spent in C code (including built-in functions) will be charged to the Python function that invoked the C code.例文帳に追加

(組込み関数を含む) C のコードに費やされた時間は、その C コードを呼出した Python 関数のものとして計上されることになります。 - Python

If you compile and link this program (let's call the finished executable call), and use it to execute a Python script, such as:例文帳に追加

このプログラムをコンパイルしてリンクし (できた実行可能形式をcall と呼びましょう)、以下のような Pythonスクリプトを実行することにします: - Python

All Python's standard operators as built-in functions. 例文帳に追加

組み込み関数形式になっている全ての Python の標準演算子。 - Python

Group names must be valid Python identifiers, and each group name must be defined only once within a regular expression.例文帳に追加

グループ名は、正しい Python識別子でなければならず、各グループ名は、正規表現内で一度だけ定義されなければなりません。 - Python

The reference count behavior of functions in the Python/C API is best explained in terms of ownership of references. 例文帳に追加

Python/C API の各関数における参照カウントの振る舞いは、説明するには、参照の所有権 (ownership of references) という言葉でうまく説明できます。 - Python

Restricted execution is the basic framework in Python that allows for the segregation of trusted and untrusted code.例文帳に追加

制限実行 (restricted execution) とは、信頼できるコードと信頼できないコードを区別できるようにするための Python における基本的なフレームワークです。 - Python

Python comes with a number of codecs builtin, either implemented as Cfunctions, or with dictionaries as mapping tables. 例文帳に追加

Python には数多くの codec が組み込みで付属します。 これらは C 言語の関数、対応付けを行うテーブルの両方で提供されています。 - Python

If you get into distributing your own Python modules and extensions, you'll run lots of individual Distutils commands on their own.例文帳に追加

自作の Python モジュールや拡張モジュールを配布することになれば、個々の Distutils コマンドを自分で何度も実行することになるでしょう。 - Python

The first form, with just a lib directory, is used for ``pure module distributions''--thatis, module distributions that include only pure Python modules.例文帳に追加

第一の lib ディレクトリだけの形式は、 ``pure モジュール配布物''-- すなわち、pure Python モジュールだけの入ったモジュール配布物 --の場合に使われます。 - Python

Most Linux distributions include Python as a standard part of the system, so prefix and exec-prefix are usuallyboth /usr on Linux.例文帳に追加

ほとんどの Linux ディストリビューションには、システムの標準インストール物として Python が入っているので、 Linux では普通、prefix や exec-prefix はどちらも /usr になります。 - Python

7.1 External Tools Many tools are needed to be able to process the Python documentation if all supported formats are required.例文帳に追加

7.1 外部ツール Python ドキュメントがサポートしている全ての出力形式を処理できるようにするには、数多くのツールが必要です。 - Python

It is usually a good idea to always use the latest version of this tool rather than aversion from an older source release of Python.例文帳に追加

このツールは、古い Python のソースリリースに入っているバージョンではなく、常に最新のバージョンを使うようにするのがよいでしょう。 - Python

Perhaps one of the most important structures of the Python objectsystem is the structure that defines a new type: the PyTypeObject structure.例文帳に追加

新形式の型を定義する構造体: PyTypeObject 構造体は、おそらくPython オブジェクトシステムの中で最も重要な構造体の一つでしょう。 - Python

Returns 0when the input was executed successfully, -1 if there was an exception, or an error code from the errcode.h include file distributed as part of Python if there was a parse error.例文帳に追加

パースエラーの場合はPythonの一部として配布されているerrcode.hインクルードファイルにあるエラーコードを返します。 (Python.hはerrcode.hをインクルードしません。 - Python

Windows Python is built in Microsoft Visual C++; using other compilers may or may not work (though Borland seems to).例文帳に追加

Windows 版の Python は Microsoft Visual C++でビルドされています; 他のコンパイラを使うと、うまく動作したり、しなかったりします(Borland も一見うまく動作しません)。 - Python

The ``prefix scheme'' is useful when you wish to use one Python installation to perform the build/install (i.e., to run the setupscript), but install modules into the third-party module directory of a different Python installation (or something that looks like a differentPython installation).例文帳に追加

あるインストール済みの Python を使ってモジュールのビルド/インストールを (例えば setup スクリプトを実行して) 行いたいけれども、別のインストール済みの Python のサードパーティ製モジュール置き場(あるいは、そう見えるようなディレクトリ構造) に、ビルドされたモジュールをインストールしたい場合には、``prefix スキーム'' が便利です。 - Python

The recommended way to do this is to supply relative paths; for example, if you want to maintain all Python module-related files under python in your home directory, and you want a separate directory for each platform that you use your home directory from, you might define the following installation scheme:例文帳に追加

この作業には、相対パスを使った指定を勧めます; 例えば、全ての Python モジュール関連ファイルをホームディレクトリ下の python ディレクトリの下に置き、そのホームディレクトリをマウントしている各プラットフォームごとに別のディレクトリを置きたければ、以下のようにインストールスキームを定義します: - Python

The file should be placed in the same directory as the LaTeX files for the document. The Python Documentation Special Interest Group has discussed a number of approaches to creating pretty-printed code displays and interactive sessions; see the Doc-SIG area on the Python Web site for more information on this topic.例文帳に追加

ファイルはドキュメントの LaTeX ファイルと同じディレクトリに置かねばなりません。 Python Documentation Special Interest Group では、コード表示や対話セッションに対して整形印刷を行うための数々のアプローチについて議論してきました; この話題に関する詳細は、Python Web サイトの Doc-SIG エリアを参照してください。 - Python

The values stored for 'L' and 'I' items will be represented as Python long integers when retrieved, because Python's plain integer type cannot represent the full range of C's unsigned (long) integers.The module defines the following type:例文帳に追加

Python の通常の整数型では C の unsigned (long) 整数の最大範囲を表せないため、'L'と'I' で表現されている要素に入る値は Pythonでは長整数として表されます。 このモジュールでは次の型を定義しています: - Python

Portage is completely written in Python and Bash and therefore fully visible to the users as both are scripting languages.例文帳に追加

Portageは全てPythonとBashによって書かれており、両方ともスクリプト言語であるため、ユーザーにとって全体的に見通しのよいものになっています。 - Gentoo Linux

It is also possible to do it the other way around:enrich your C/C++ application by embedding Python in it. 例文帳に追加

同じようなことを別の方法でも実行できます: それは、自分の C/C++アプリケーションに Python を埋め込んで機能を強化する、というものです。 - Python

Extending Python with 例文帳に追加

リリース 2.4 ,平成18年6月27日 更新 ご意見やご指摘をお寄せになりたい方は、 - Python

There is currently a single intrinsic mapping type: 例文帳に追加

Python に最初から組み込まれているマップ型は、今のところ一つだけです: - Python

Or you might wish to try out a module before making it a standard part of your local Python installation.例文帳に追加

または、あるモジュールを、ローカルで使っている Python に標準のモジュールの一部として組み込む前にテストしてみたいと思うかもしれません。 - Python

Note:Prior to Python version 1.5.2, this format specifier only accepted a tuple containing the individual parameters, not an arbitrary sequence.例文帳に追加

注意:Python のバージョン 1.5.2 より以前は、この書式化指定文字列はパラメタ列ではなく、個別のパラメタが入ったタプルでなければなりませんでした。 - Python

See also the ``Reference'' section of the ``Distributing PythonModules'' manual. 例文帳に追加

``Python モジュールの配布'' マニュアルの、``リファレンスマニュアル'' の節も参照してください。 - Python

Since most parsers used from Python did not take advantage of the older interface, the simpler signature was chosen to replace it.例文帳に追加

しかし Python で採用されている大半のパーサでは古いインターフェースを有効に使うことができないため、よりシンプルなものに変更されました。 - Python

Cookie instances have Python attributes roughly corresponding to the standard cookie-attributes specified in the various cookiestandards.例文帳に追加

Cookie インスタンスは、さまざまなクッキーの標準で規定されている標準的なクッキー属性とおおまかに対応する Python 属性をもっています。 - Python

a collection of Python modules distributed together as a single downloadable resource and meant to be installeden masse.例文帳に追加

一個のファイルとしてダウンロード可能なリソースの形をとり、一括して インストールされることになっている形態で配られる Python モジュールのコレクションです。 - Python

9 Future Directions The history of the Python documentation is full of changes, most of which have been fairly small and evolutionary.例文帳に追加

9 将来の方向性 Python ドキュメントは変更に次ぐ変更の歴史を重ねてきており、そのほとんどはやや小規模の漸進的なものでした。 - Python

例文

multi-window text editor with multiple undo, Python colorizingand many other features, e.g. smart indent and call tips 例文帳に追加

多段Undo、 Python 対応の色づけや他にもたくさんの機能(例えば、自動的な字下げや呼び出し情報の表示)をもつマルチ-ウィンドウ・テキストエディタ - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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