1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > python andに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

python andの部分一致の例文一覧と使い方

該当件数 : 418



例文

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

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

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

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

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

例文

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

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


例文

Python has a fairly complete implementation of the Open ScriptingArchitecure (OSA, also commonly referred to as AppleScript), allowing you to control scriptable applications from your Python program,and with a fairly pythonic interface.例文帳に追加

Python は オープンスクリプティングアーキテクチャ(Open ScriptingArchitecure、OSA、一般的には AppleScript と呼ばれる)のかなり完全な実装を行っていて、Python プログラムからスクリプト可能なアプリケーションを操作したり、Python へのインターフェースを備えたものにすることができます。 - Python

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

この関数は指定されたファイル上の画像を読み出して復号化し、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

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

例文

A single interactive example, consisting of a Python statement and its expected output.例文帳に追加

ひとつの Python 文と、それに対する予想出力からなる、単一の対話的モードの例題です。 - Python

例文

This module contains functions that can read and write Python values in a binary format.例文帳に追加

このモジュールには Python 値をバイナリ形式で読み書きできるような関数が含まれています。 - Python

If you're serializing and de-serializing Python objects, use the pickle module instead.例文帳に追加

Python オブジェクトを直列化および非直列化したい場合には、pickle モジュールを使ってください。 - Python

``Pickling'' is the process whereby a Python objecthierarchy is converted into a byte stream, and ``unpickling'' is the inverse operation, whereby a byte stream is converted back into an object hierarchy.例文帳に追加

``Pickle 化 (Pickling)'' は Python のオブジェクト階層をバイトストリームに変換する過程を指します。 - Python

So r"n" is a two-character string containing "" and "n",while "n" is a one-character string containing a newline.Usually patterns will be expressed in Python code using this raw string notation.例文帳に追加

通常、 Python コード中では、パターンをこの raw string 記法を使って表現します。 - Python

Python lacks declarations and allowsname binding operations to occur anywhere within a code block. 例文帳に追加

Python には宣言文がなく、コードブロックのどこで名前束縛操作を行ってもかまいません。 - Python

This table shows how abstract operations correspond to operatorsymbols in the Python syntax and the functions in the 例文帳に追加

下のテーブルでは、個々の抽象的な操作が、どのように Python 構文上の各演算子や - Python

The Python document classes define a lot of new environments and macros.例文帳に追加

6 特殊マークアップ構文 Python ドキュメントのクラスでは、環境やマクロを新たに数多く定義しています。 - Python

where plat expands to a brief description of the currentOS/hardware platform and Python version. 例文帳に追加

plat は、現在の OS/ハードウェアプラットフォームと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

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

very large python of tropical and southern Africa 例文帳に追加

熱帯、南アフリカ産の非常に大型のニシキヘビ - 日本語WordNet

Building custom interpreters was rarely used, and extension modules can be built using distutils.Building an extension module using distutils requires that distutils is installed on the build machine, which is included in Python 2.x and available separately for Python 1.5.例文帳に追加

distutils を使った拡張モジュールのビルドには、ビルドを行う計算機上にdistutils をインストールしていることが必要です。 Python 2.x には distutils が入っており、 Python 1.5 用には個別のパッケージがあります。 - Python

They are granted minimalruntime when Python is in the foreground and bgyield seconds perinterval when Python runs in the background.All parameters are optional, and default to the current value. 例文帳に追加

Python が最前面で動いている時は、最小限の実行時間が割り当てられ、Python が背景にある場合は、interval 当りに bgyield 秒が与えられます。 全てのパラメータはオプションで、現在の値がデフォルト値となります。 - Python

Not all operations possible in C will also be possible in Python (callbacks are often a problem), and parameters will occasionally be different in Python (input and output buffers, especially).例文帳に追加

Cで可能な操作がすべてPythonで可能なわけではありませんし(コールバックはよく問題になります)、パラメータがPythonだと違ってしまうことはよくあります(特に入力バッファや出力バッファ)。 - 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

Pythonlongs are then used to represent file sizes, offsets and other values that can exceed the range of a Python int.例文帳に追加

この場合、ファイルのサイズ、オフセットおよびPython の通常整数型の範囲を超えるような値の表現には Python の長整数型が使われます。 - Python

Return information about the sequence number and build date and time of the current Python interpreter instance, for example 例文帳に追加

現在使っている Python インタプリタインスタンスの、シーケンス番号とビルド日時に関する情報を返します。 例えば - Python

prefix and exec-prefix stand for the directories that Python is installed to, and where it finds its libraries at run-time.例文帳に追加

prefix および exec-prefix は、 Python がインストールされているディレクトリと、実行時にライブラリを探しにいく場所を表します。 - Python

This method reads size samples from the audio input and returns them as a Python string.例文帳に追加

このメソッドはオーディオ入力からsizeのサイズのサンプルを読み込んで、Pythonの文字列として返します。 - Python

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

Unicode オブジェクトを mapping に指定されたオブジェクトを使ってエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Python strings, buffer objects and memory mapped files are examples of objects providing this slot.例文帳に追加

バッファスロットを提供しているオブジェクトにはPython 文字列オブジェクト、バッファオブジェクト、メモリマップファイルがあります。 - Python

This document documents how to define new types for Python 2.2 and later.例文帳に追加

この文書は Python 2.2 およびそれ以降で新しい型をどうやって定義するかについて述べています。 - Python

Functions that convert doctests to Python code, and possibly run the synthesized code under the debugger:例文帳に追加

以下は、doctest を Python コードに変換して、できたコードをデバッガ下で実行できるようにするための関数です: - Python

The functions described in this chapter will let you handle and raise Python exceptions.例文帳に追加

この章で説明する関数を使うと、Pythonの例外の処理や送出ができるようになります。 - Python

This is an implementation detail and may change in future releases of Python.例文帳に追加

以下の詳細説明は一実装に関するもので、将来の Python のリリースで変更されるかもしれません。 - Python

Python offers two different primitive operations based on regular expressions: match and search.例文帳に追加

Python は、正規表現に基づく、2つの異なるプリミティブな操作を提供しています:マッチと検索です。 - Python

It skips over all the subpart headers, and it skips over any subpart with a payload that isn't a Python string.例文帳に追加

サブパートのヘッダはすべて無視され、Python 文字列でないペイロードからなるサブパートも無視されます。 - Python

The obj parameter is passed to the function as its first parameter, and may be any Python object, or NULL.例文帳に追加

obj パラメタは関数の第一パラメタとして渡され、何らかの Python オブジェクトかまたはNULLになります。 - Python

This code loads a Python script using argv[1], and calls the function named in argv[2].例文帳に追加

このコードはargv[1] を使って Python スクリプトをロードし、argv[2] 内に指定された名前の関数を呼び出します。 - Python

would install pure modules to /tmp/python/lib in the first case, and to /tmp/lib in the second case.例文帳に追加

とすると、最初の書き方では pure モジュールが/tmp/python/lib に入り、二番目の書き方では /tmp/lib に入ります。 - Python

If you build Python yourself on Linux (or any Unix-like system), the default prefix and exec-prefix are /usr/local.例文帳に追加

Linux (または Unixライクなシステム) 上で自分で Python をビルドした場合、デフォルトの prefix およびexec-prefix は /usr/local になります。 - Python

module is the name of the extension module to be built,and should be a valid Python identifier. 例文帳に追加

module はビルドする拡張モジュールの名前で、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

Questions regarding how to use the information in this document should be sent to the Python news group, comp.lang.python, or the Python mailing list (which is gated to the newsgroup and carries the same content). For any of these channels, please be sure not to send HTML email.Thanks.例文帳に追加

Python でのプログラミングに関する疑問など、このドキュメントに書かれている情報の使い方についての質問は、日本 Python ユーザ会メーリングリストで行うとよいでしょう。 - Python

Questions regarding how to use the information in this document should be sent to the Python news group, comp.lang.python, or the Python mailing list (which is gated to the newsgroup and carries the same content).例文帳に追加

このドキュメントに書かれている情報の使い方に関する質問は、Python のニュースグループ、 comp.lang.python、またはPython メーリングリスト (ニュースグループと橋渡しされていて、同じ情報が流れます) に送ってください。 - Python

This tree is used to generate an abstract syntax tree (AST) and then Python bytecode.The full functionality of the package duplicates the builtin compiler provided with the Python interpreter.例文帳に追加

この構文木から抽象構文木 AST (Abstract Syntax Tree) が生成され、その後 Python バイトコードが得られます。 このパッケージの機能は、Python インタプリタに内蔵されている組み込みのコンパイラがすべて含んでいるものです。 - Python

例文

The one important task that only embedders (as opposed to extension writers) of the Python interpreter have to worry about is the initialization, and possibly the finalization, of the Python interpreter.例文帳に追加

Python インタプリタの埋め込みを行う人 (いわば拡張モジュールの書き手の対極) が気にかけなければならない重要なタスクは、Python インタプリタの初期化処理 (initialization)、そしておそらくは終了処理 (finalization) です。 - 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