1153万例文収録!

「python from」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 117



例文

Exit from Python. 例文帳に追加

Pythonを終了します。 - Python

1.6 Calling Python Functions from C 例文帳に追加

1.6 C から Python 関数を呼び出す - Python

Convert data values from Python to C, 例文帳に追加

データ値を Python から C に変換する。 - Python

Convert data values from C to Python, 例文帳に追加

データ値を C から Python に変換する。 - Python

例文

Manipulate MH mailboxes from Python. 例文帳に追加

Python から MH のメイルボックスを操作します。 - Python


例文

The Python XML Special InterestGroup is developing substantial support for processing XML from Python.例文帳に追加

Python XML Special Interest Group は Python で XML を扱うための開発に多大な貢献をしています。 - Python

Convert the data values from the call from C to Python. 例文帳に追加

呼び出しで得られたデータ値 C から Python に変換する。 - Python

Convert the data values from the call from Python to C. 例文帳に追加

呼び出しで得られたデータ値 Python から C に変換する。 - Python

Derives a file-descriptor from a Python object. 例文帳に追加

Python オブジェクトからファイル記述子を取り出します。 - Python

例文

To do this simply choose``Python Interpreter'' from the ``save options''. 例文帳に追加

そうするには、単に「save options」から「Python Interpreter」を選ぶだけです。 - Python

例文

Python evaluates expressions from left to right. 例文帳に追加

Python は、式を左から右へと順に評価してゆきます。 - Python

when parsing a complete Python program (from a file or from a string); 例文帳に追加

(ファイルや文字列内の) 完全な Python プログラムを構文解析するとき; - Python

The pydoc module automatically generates documentation from Python modules.例文帳に追加

pydocモジュールは、Pythonモジュールから自動的にドキュメントを生成します。 - Python

This specifies the mapping from OMG IDL to Python. 例文帳に追加

このドキュメントでは OMG IDL から Python への対応付けを記述しています。 - Python

The Python XML Topic Guide provides a great deal of information on using XML from Python and links to other sources of information on XML.例文帳に追加

Python XML トピックガイドは Python で XML を扱うための情報と XML 関連情報源へのリンクを数多く提供しています。 - Python

The compiler contains libraries to generate an abstract syntax tree from Python source code and to generate Python bytecode from the tree. The例文帳に追加

compiler はPython のソースコードから抽象的な構文木を生成し、その構文木からPython バイトコードを生成するライブラリをそなえています。 - Python

Several of the megawidgets are directtranslations from the itcl to Python. 例文帳に追加

メガウィジェットのいくつかはitclから Python へ直接変換したものです。 - Python

The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk.例文帳に追加

Python Tkinter Topic Guide では、Tk を Python から利用する上での情報と、その他の Tk にまつわる情報源を数多く提供しています。 - Python

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

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

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

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

This document describes the Python Distribution Utilities(``Distutils'') from the end-user's point-of-view, describing how to extend the capabilities of a standard Python installation by building and installing third-party Python modules and extensions.例文帳に追加

このドキュメントでは、 Python モジュール配布ユーティリティ(Python Distribution Utilities, ``Distutils'') について、 エンドユーザの視点に立ち、サードパーティ製のモジュールや拡張モジュールの構築やインストールによって標準の Python に機能を追加する方法について述べます。 - Python

However, if you are installing Python modules from source, you probably want them to go in/usr/local/lib/python2.X例文帳に追加

しかしながら、 Python モジュールをソースコードからインストールしていると、モジュールを /usr/lib/python2.X - Python

Newer versions of Python do not use the brokenimplementation from the Windows libraries. 例文帳に追加

新しいバージョンの Python では、Windows 付属のライブラリにある壊れた実装を利用しません - Python

It is a deity transformed from a big snake (sometimes also called a python). 例文帳に追加

大蛇(ニシキヘビとも)を神格化したもの。 - Wikipedia日英京都関連文書対訳コーパス

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

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

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

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

これまでは、Python からの C 関数の呼び出しに重点を置いて述べてきました。 ところでこの逆: C からの 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

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

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

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

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

Until now, the embedded Python interpreter had no access to functionality from the application itself.例文帳に追加

ここまでは、埋め込み Python インタプリタはアプリケーション本体の機能にアクセスする手段がありませんでした。 - Python

To show this, consider what the extension code from Python to Creally does:例文帳に追加

これを示すために、Python から C への拡張を行うコードが実際には何をするか考えてみましょう: - Python

The arg argument must be a tuple object containing an argument list passed from Python to a C function.例文帳に追加

引数arg は C 関数から Python に渡される引数リストが入ったタプルオブジェクトでなければなりません。 - Python

The kwdict parameter is the dictionary of keywords received as the third parameter from the Python runtime.例文帳に追加

kwdict パラメタはキーワード引数の入った辞書で、 Python ランタイムシステムから第三パラメタとして受け取ります。 - Python

Return a C long long from a Python long integer. 例文帳に追加

pylong の指す長整数値を、 C の long long 型表現で返します。 - 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

When extending, you call a C routine, whenembedding, you call a Python routine.This chapter will not discuss how to convert data from Python to C and vice versa.例文帳に追加

拡張を行う際には C ルーチンを呼び出しますが、埋め込みの際には Python ルーチンを呼び出します。 この章では、Python から C へ、そしてその逆へとデータを変換する方法については議論しません。 - Python

I will continue to work on it, and release new versions from time to time, independent from Python sourcecode releases.例文帳に追加

引き続きドキュメントの整備を継続して、 Python ソースコードのリリースとは別に、その時々で新たなバージョンをリリースするつもりです。 - Python

Return a Python object from the data stream in a character buffer containing len bytes pointed to by string.例文帳に追加

string が指しているlen バイトの文字列バッファに納められたデータストリームから Python オブジェクトを読み出して返します。 - Python

This document describes the Python Distribution Utilities(``Distutils'') from the module developer's point of view, describing how to use the Distutils to make Python modules and extensions easily available to a wider audience with very little overhead forbuild/release/install mechanics.例文帳に追加

このドキュメントでは、 Python モジュール配布ユーティリティ(Python Distribution Utilities, ``Distutils'') について、 モジュール開発者の視点に立ち、多くの人々がビルド/リリース/インストールの負荷をほとんどかけずに Python モジュールや拡張モジュールを入手できるようにする方法について述べます。 - Python

If a C interface makes use of callbacks, the equivalent Python often needs to provide a callback mechanism to the Python programmer; the implementation will require calling the Python callback functions from a C callback.例文帳に追加

ある C インタフェースがコールバックを利用している場合、同等の機能を提供する Python コードでは、しばしば Python プログラマにコールバック機構を提供する必要があります; このとき実装では、C で書かれたコールバック関数から Python で書かれたコールパック関数を呼び出すようにする必要があるでしょう。 - Python

Return a C unsigned long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

Return a C unsigned long long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

The version of the package available from this site is suitable for use with Python 1.5.2, 2.1.x and 2.2.x,which do not include the logging package in the standard library. Subsections例文帳に追加

このサイトにあるバージョンのパッケージは、標準でloggingパッケージを含まないPython 1.5.2 と 2.1.x、2.2.xでも使用できます - Python

There is a straightforward translation from the argument list in Python (for example, the single expression "ls -l") to the arguments passed to the C function.例文帳に追加

ここでは、Python の引数リスト (例えば、単一の式 "ls -l") から C 関数に渡す引数にそのまま変換しています。 - Python

As of Python 1.5, the variables are restored to their previous values (before the call) when returning from a function that handled an exception.例文帳に追加

Python 1.5 からは、例外を処理した関数から戻るときに、以前の値(関数呼び出し前の値) に戻されます。 - Python

例文

Execute Python source code from str in the context specified by the dictionaries globals and locals with the compiler flags specified by flags.例文帳に追加

辞書globalsとlocalsで指定されるコンテキストにおいて、strに含まれるPythonソースコードをコンパイラフラグ flags のもとで実行します。 - Python




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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