1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1381



例文

Note:In Python 2.2, the yield statement is only allowed when the generators feature has been enabled.例文帳に追加

注意:Python 2.2 では、generators 機能が有効になっている場合にのみyield 文を使えます。 - Python

While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.例文帳に追加

Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python

very large python of southeast Asia 例文帳に追加

東南アジア産の非常に大型のニシキヘビ - 日本語WordNet

(Yes, even integers are objects on the heap in Python!)If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.例文帳に追加

(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )何ら有用な値を返さない関数 (void を返す関数) に対応する Python の関数はNone を返さねばなりません。 - Python

例文

IDLE has the following features: coded in 100% pure Python, using the 例文帳に追加

IDLEは次のような特徴があります: - Python


例文

An application that has loaded the Python interpreter from a dynamically loadable library (or DLL) might want to free all memory allocated by Python before unloading the DLL.例文帳に追加

また、動的ロード可能イブラリ(あるいは DLL) から Python インタプリタをロードするアプリケーションでは、DLL をアンロードする前に Python が確保したメモリを解放したいと考えるかもしれません。 - Python

Converts a Python keyword argument dictionary arguments to the format required by packevent by replacing the keys,which are Python identifiers, by the four-character OSA keys according to the mapping specified in keydict.例文帳に追加

Python キーワード引数辞書 arguments を、写像による4文字の OSA キーとして keydict の中で指定されたPython 識別子であるキーの交換により packevent によって要求されるフォーマットへ変換します。 - Python

The format is specific to Python, butindependent of machine architecture issues (e.g., you can write a Python value to a file on a PC, transport the file to a Sun, and readit back there).例文帳に追加

このバイナリ形式は Python 特有のものですが、マシンアーキテクチャ非依存のものです (つまり、Python の値を PC 上でファイルに書き込み、Sun に転送し、そこで読み戻すことができます)。 - Python

Not all Python object types are supported; in general, only objects whose value is independent from a particular invocation of Python can be written and read by this module.例文帳に追加

全ての Python オブジェクト型がサポートされているわけではありません;一般的には、どの起動中の Python 上に存在するかに依存しないオブジェクトだけがこのモジュールで読み書きできます。 - Python

例文

;since these must never be deallocated, they are typically staticPyTypeObject objects.All Python objects (even Python integers) have a type and a reference count.例文帳に追加

です;型オブジェクトはメモリ解放 (deallocate) してはならないので、通常は静的記憶の PyTypeObject オブジェクトにします。 全ての Python オブジェクトには (Python 整数型ですら) 型 (type) と参照カウント (reference count) があります。 - Python

例文

(Keep in mind that although the Distutils are included with Python 1.6 and later, they also have an independent existence so that Python 1.5.2 users can use them to install other module distributions.例文帳に追加

(Distutils が入っているのは Python 1.6 以降であり、 Python 1.5.2 ユーザが他のモジュール配布物をインストールできるようにするための独立したパッケージがあることを思い出してください。 - Python

One of the things this main program has to do is initialize the Python interpreter.例文帳に追加

メインプログラムがやらなければならないことの一つに、 Python インタプリタの初期化があります。 - Python

When executing an import statement, Python looks for modules in places defined by the sys.例文帳に追加

import 文を実行すると、Python はそのモジュールをsys.path で定義された場所に探しに行きます。 - Python

The Python language has a substantial body of documentation, much of it contributed by various authors.例文帳に追加

Python には様々な著者により寄稿された非常に多くのドキュメント類があります。 - Python

describes the high-level picture of how to write a Python extension module, and the例文帳に追加

では、Python 拡張モジュールを書くための高レベルな様式について述べています。 また、 - Python

In this case the Python string may contain embedded null bytes.例文帳に追加

この書式化単位の場合には、Python 文字列に null バイトが埋め込まれていてもかまいません。 - Python

This is a plain Python file, which, in the most simple case, could look like this:例文帳に追加

setup.py は普通の Python プログラムファイルで、ほとんどの場合以下のような見かけになっています: - Python

Python provides a set of builtin codecs which are written in C for speed.例文帳に追加

Python では、処理速度を高めるために C で書かれた一そろいのcodec を提供しています。 - Python

Note:The way new types are defined changed dramatically (and for the better) in Python 2.2.例文帳に追加

注意:Python 2.2 から、新しい型を定義する方法がかなり変わって(よくなって) います。 - Python

compileflags gives the set of flags that should be used by the Python compiler when running the examples.例文帳に追加

compileflags には、例題を実行する際に Python コンパイラに適用するフラグセットを指定します。 - Python

object.someValue is not required to work, and may raise an AttributeError.The Python DOM API, however, does require that normal attribute access work.例文帳に追加

しかしながら、Python DOM API では、通常の属性アクセスが動作することが必須です。 - Python

Python applications should normally find no need to invoke these functions, and should use例文帳に追加

Python アプリケーションでは、通常これらの関数を呼び出す必要はないはずで、代わりに - Python

A more substantial example module is included in the Python source distribution as Modules/xxmodule.c.例文帳に追加

より実質的なモジュール例は、Python ソース配布物にModules/xxmodule.c という名前で入っています。 - Python

With this function you can pass a Python event-handler function that will be called if an event is available.例文帳に追加

イベントがある場合は、この関数を使うと、Pythonイベントハンドラ関数を渡せます。 - Python

Specifically, the order of the nodes is the order in which they appear in the Python grammar.例文帳に追加

とくにノードの順序は、 Python 文法中に現れるものと同じになっています。 - Python

All string and character arguments are represented by Python strings,for instance,winopen('Hi There!')androtate(900, 'z'). 例文帳に追加

全ての文字列と文字の引数は、Pythonの文字列に相当します。 例えば、winopen('Hi There!')とrotate(900, 'z')。 - Python

For general persistence and transfer of Python objects through RPC calls, see the modules例文帳に追加

汎用的な永続化や、RPC 呼び出しを通じたPython オブジェクトの転送については、モジュール - Python

This function reads and decodes the image on the specified file, andreturns it as a Python string. 例文帳に追加

指定したファイル上の画像を読み込んでデコードし、Python文字列にして返します。 - Python

sys.displayhook is called on the result of evaluating an expression entered in an interactive Python session.例文帳に追加

sys.displayhookは、Pythonの対話セッションで入力された式が評価されたときに呼び出されます。 - Python

It exactly mimics the behavior of the Python interpreter when it prints a stack trace.例文帳に追加

モジュールがスタックトレースを表示するとき、Pythonインタープリタの動作を正確に模倣します。 - Python

The Python mapping of the API is substantially based on the DOM Level2 recommendation.例文帳に追加

Python においては、DOM API への対応付け は実質的には DOM レベル2 勧告に基づいています。 - Python

Write the Python string data to the audio device and return the number of bytes written.例文帳に追加

Python 文字列 data の内容をオーディオデバイスに書き込み、書き込まれたバイト数を返します。 - Python

Note that currently, the Distutils only handles C/C++ extensions for Python.例文帳に追加

現状では、 Distutils は Python 向けの C/C++ 拡張モジュールしか扱わないので注意してください。 - Python

Convert Python objects to streams of bytes and back(with different constraints). 例文帳に追加

Python オブジェクトをバイト列に変換したり、その逆を (異なる拘束条件下で) 行います。 - Python

The Distutils' own setup script,shown here, is used to install the package into Python 1.5.2.) 例文帳に追加

ここで示した、Distutils 自身の setup スクリプトは、Python 1.5.2 にDistutils パッケージをインストールする際に使います。 - Python

Documentation for ``standard'' LaTeX constructs is not included here, though they are used in the Python documentation.例文帳に追加

Python ドキュメントでは ``標準の'' LaTeX 構文も使っていますが、ここには含めていません。 - Python

It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the例文帳に追加

Tk/Tcl は頑健でプラットホームに依存しないウィンドウ構築ツールキットであり、 Python プログラマは - Python

Document describing how to use Borland's free command-line C++compiler to build Python. 例文帳に追加

Borland 製のフリーのコマンドライン C++ を使って Python をビルドする方法について述べたドキュメントです。 - Python

Parse Python source code from str using the start tokenstart according to the flags argument. 例文帳に追加

開始トークンstartを使ってstrに含まれる Python ソースコードをflags 引数に従ってパースします。 - Python

Congratulations! You've successfully built your first Python extension module.例文帳に追加

おめでとうございます! とうとう初めての Python 拡張モジュールのビルドに成功しましたね。 - Python

So far we have concentrated on making C functions callable from Python.例文帳に追加

これまでは、Python からの C 関数の呼び出しに重点を置いて述べてきました。 ところでこの逆: C からの Python 関数の呼び出しもまた有用です。 - Python

documents the existing object types, functions and modules (both built-in and written in Python) that give the language its wide application range.For a detailed description of the whole Python/C API, see the separate例文帳に追加

では、Python に広い適用範囲をもたらしている既存のオブジェクト型、関数、および (組み込み、および Python で書かれたものの両方の) モジュールについて解説しています。 Python/C API 全体の詳しい説明は、別のドキュメントである、 - Python

Python's complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represents the actual complex number value.例文帳に追加

Python の複素数オブジェクトは、 C API 側から見ると二つの別個の型として実装されています: 一方は Python プログラムに対して公開されている Python のオブジェクトで、他方は実際の複素数値を表現する C の構造体です。 - Python

The Python interpreter raises an exception when it detects a run-timeerror (such as division by zero). 例文帳に追加

Python インタプリタは、ランタイムエラー (ゼロによる除算など) が検出されると例外を送出します。 - Python

This guide will be less useful for authors using the Python documentation tools for topics other than Python, and less useful still for authors not using the tools at all. The material in this guide is intended to assist authors using the Python documentation tools.例文帳に追加

このガイドは Python 以外のトピックに Python ドキュメント作成ツールを使う作者にとってはあまり有用ではなく、ツールを全く使用しない作者にもあまり有用ではないでしょう。 このガイドに書かれていることは、Python ドキュメント作成ツールを使う著者の支援を目的としています。 - Python

Of course, if your --prefix and --exec-prefix don't evenpoint to an alternate Python installation, this is immaterial.例文帳に追加

もちろん、--prefix や --exec-prefix が別のインストール済み Python の場所すら指していなければどうにもなりません。 - Python

Like "s", but the Python object may also be None, inwhich case the C pointer is set to NULL. 例文帳に追加

"s" に似ていますが、Python オブジェクトは None でもよく、その場合には C のポインタは NULLにセットされます。 - Python

Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char. 例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python

Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a Python Unicode object.例文帳に追加

null 終端された Unicode (UCS-2 または UCS-4) データのバッファとその長さから Python オブジェクトに変換します。 - Python

例文

Normally, a package will contain of addition modules, like Python source modules,documentation, subpackages, etc.例文帳に追加

通常、パッケージには Python ソースモジュールやドキュメント、サブパッケージ等といった別のファイルも入ります。 - Python




  
日本語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