1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1381



例文

Extending and Embedding the 例文帳に追加

Python インタプリタの拡張と埋め込み - Python

A list of implementations for other languages such as Perl and Python can be found on the www.xmlrpc.com. 例文帳に追加

Perl や Python など他の言語での実装の一覧がwww.xmlrpc.com にあります。 - PEAR

Warning:Messages to exceptions are not part of the Python API. 例文帳に追加

警告:例外に対するメッセージは、Python API 仕様には含まれていません。 - Python

Python is an extensible, interpreted, object-oriented programming language.例文帳に追加

Pythonは拡張性のあるインタプリタ形式のオブジェクト指向言語です。 - Python

例文

EditPythonPrefs gives you the capability to configure Python to behave the way you want it to.例文帳に追加

EditPythonPrefs を使うと、 Python の振る舞いを自分の好みに合わせられます。 - Python


例文

The Python IDE (Integrated Development Environment) is a separate application that acts as a text editor for your Python code,a class browser, a graphical debugger, and more. Subsections例文帳に追加

Python IDE(統合開発環境) は独立したアプリケーションで、Python コードのテキストエディタや、クラスブラウザ、グラフィカルデバッガなどとして動作します。 - Python

Fields not defined by the Python object header are not initialized.例文帳に追加

Python オブジェクトヘッダで定義されていないフィールドは初期化されません。 - Python

If the Python object does not have the required type,TypeError is raised.例文帳に追加

Python オブジェクトが指定した型ではない場合、TypeError を送出します。 - Python

Like "O" but requires that the Python object is a Unicodeobject. 例文帳に追加

"O" に似ていますが、Python オブジェクトは Unicode オブジェクトでなければなりません。 - Python

例文

For example, if you are using Python 2.2.1, "XY" will actually be"22". Subsections例文帳に追加

例えば、 Python 2.2.1 を使っているなら、"XY" は実際には"22" になります。 - 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

This is exposed to Python programs astypes.DictType and types.DictionaryType. 例文帳に追加

このオブジェクトは、Python プログラムにはtypes.DictType および types.DictionaryType として公開されています。 - Python

returnstrue if Python is currently in the initialized state. 例文帳に追加

は、Python が現在初期化済みの状態にある場合に真を返します。 - Python

This subtype of PyObject represents a Python floating pointobject. 例文帳に追加

この PyObject のサブタイプは Python 浮動小数点型オブジェクトを表現します。 - Python

Return the magic number for Python bytecode files(a.k.a. .pyc and .pyo files). 例文帳に追加

Python バイトコードファイル (いわゆる .pyc および .pyoファイル) のマジックナンバを返します。 - Python

This is also important if the cycle detector was disabled when Python was compiled or using例文帳に追加

また、循環参照検出機能はPythonのコンパイルオプションや - Python

Introduction The Application Programmer's Interface to Python gives C and C++ programmers access to the Python interpreter at a variety of levels.例文帳に追加

Python のアプリケーションプログラマ用インタフェース (Application Programmer's Interface, API) は、Python インタプリタに対する様々なレベルでのアクセス手段をC や C++ のプログラマに提供しています。 - Python

There are two fundamentally different reasons for using the Python/C API.例文帳に追加

根本的に異なる二つの目的から、 Python/C API が用いられます。 - Python

Tools for byte-compiling all Python source files in a directory tree.例文帳に追加

ディレクトリに含まれるPythonソースファイルを、一括してバイトコンパイルします。 - Python

Support for building and installing Python modules into an existing Python installation.例文帳に追加

現在インストールされている Python に追加するためのモジュール構築、および実際のインストールを支援する。 - Python

Some which are found in Python documentation are: 例文帳に追加

Python ドキュメントで使われるようなマークアップを以下にいくつか示します: - Python

(Tk itself is not part of Python; it is maintained at ActiveState.)例文帳に追加

(Tk 自体は Python の一部ではありません。 Tk は ActiveState で保守されています。 - Python

General object persistence built on top of the Python dbm interface. 例文帳に追加

Python dbm インタフェース上に構築された汎用オブジェクト永続化機構。 - Python

Return fmod(x, y), as defined by the platform C library.Note that the Python expression 例文帳に追加

プラットフォームの C ライブラリで定義されているfmod(x, y) を返します。 Python - Python

Unlike most Python constants, these use lower-case names.例文帳に追加

ほとんどのPython定数とは違い、これらは小文字の名前を使います。 - Python

If noscript name was passed to the Python interpreter, argv has zero length.例文帳に追加

引数なしでPythonを起動した場合、argvは長さ0のリストになります。 - Python

Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.例文帳に追加

最大再帰数は、Pythonインタープリタスタックの最大の深さです。 - Python

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

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

The modules described in this chapter provide a wide range of servicesrelated to the Python interpreter and its interaction with its environment.例文帳に追加

この章では、PythonインタープリタやPython環境に深く関連する各種の機能を解説します。 - Python

7.2.5.2 Complex Numbers as 例文帳に追加

7.2.5.2 Python オブジェクトとしての複素数型 - Python

For example, to include the Python sourcefile example.py, use: 例文帳に追加

例えば、 example.py の入った Python ソースファイルを取り込むには、以下のようにします: - Python

Tk/Tcl has long been an integral part of Python. 例文帳に追加

Tk/Tcl は長きにわたり Python の不可欠な一部でありつづけています。 - Python

(This constraintwas added in Python 2.3; in Python 2.2, various iterators are broken according to this rule.)Python's generators provide a convenient way to implement the iterator protocol.例文帳に追加

Python におけるジェネレータ (generator) は、イテレータプロトコルを実装する簡便な方法を提供します。 - Python

These are the basic Unicode object types used for the Unicodeimplementation in Python: 例文帳に追加

以下は Python の Unicode 実装に用いられている基本 Unicode オブジェクト型です: - Python

This is made available for programs which embed Python.例文帳に追加

Pythonを組み込むプログラムのためにこれを利用できるようにしています。 - Python

Python Platform Manager for CPython or Jython (Jython 2.5 beta0 is pre-installed) 例文帳に追加

アイデンティティー管理サーバー - NetBeans

Interactive python console 例文帳に追加

Web サービス記述言語 (WSDL) 1.1 用の WSDL エディタ - NetBeans

The new modules may be either 100%-pure Python, or may be extension modules written in C, or may be collections of Python packages which includemodules coded in both Python and C.This package is discussed in two separate documents which are included in the Python documentation package.例文帳に追加

新規のモジュールは 100%-pure Python でも、C で書かれた拡張モジュールでも、あるいは Python と C 両方のコードが入っているモジュールからなるPython パッケージでもかまいません。 このパッケージは、Python ドキュメンテーション パッケージに含まれているこれとは別の 2つのドキュメントで詳しく説明されています。 - 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

Under Python 1.6 and later, Python'sdefault ``installation prefix'' is C:Python, so the system configuration file is normallyC:PythonLibdistutilsdistutils.cfg.Under Python 1.5.2, the default prefix wasC:ProgramFilesPython, and the Distutils were not part of the standard library--so the system configuration file would beC:ProgramFilesPythondistutilsdistutils.cfgin a standard Python 1.5.2 installation under Windows.例文帳に追加

Python 1.5.2 ではデフォルトのプレフィクスは C:ProgramFilesPythonであり、Distutils は標準ライブラリの一部ではありません -- 従って、システム設定ファイルは、 Windows 用の標準の Python 1.5.2 ではC:ProgramFilesPythondistutilsdistutils.cfg になります。 - Python

The previous chapters discussed how to extend Python, that is, how to extend the functionality of Python by attaching a library of Cfunctions to it.例文帳に追加

前章では、 Python を拡張する方法、すなわち C 関数のライブラリをPython に結びつけて機能を拡張する方法について述べました。 - Python

Some modules are written in C and built in to the Python interpreter; others are written in Python and imported in source form.例文帳に追加

あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python

Pass the event record ev back to the Python event loop, or possibly to the handler for the sys.stdout window (based on the compiler used to build Python).例文帳に追加

イベントレコード ev を Python のイベントループに渡す、というよりは、sys.stdout ウィンドウ(Pythonをビルドしたコンパイラにもとづいて) のハンドラに渡されることになります。 - Python

All float and double values are represented by Python floating pointnumbers.In most cases, Python integers are also allowed. 例文帳に追加

全ての浮動小数点数と倍精度浮動小数点数はPythonの浮動小数点数に相当します。 たいていの場合、Pythonの整数も使えます。 - Python

Since all Python object types are treated the same way by the Python language in most situations (e.g., assignments, scope rules,and argument passing), it is only fitting that they should be represented by a single C type.例文帳に追加

Python 言語は、全ての Python オブジェクト型をほとんどの状況 (例えば代入、スコープ規則 (scope rule)、引数渡し) で同様に扱います。 - Python

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

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

Like "O" but requires that the Python object is a stringobject. 例文帳に追加

"O" に似ていますが、Python オブジェクトは文字列オブジェクトでなければなりません。 - Python

These modules are not distributed with Python but available separately.例文帳に追加

これらのモジュールは Python と一緒には配布されず、別に入手できます。 - Python

It is important to understand some of the basics of Python exception handling.例文帳に追加

Pythonの例外処理の基本をいくらか理解することが大切です。 - Python

例文

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

(ファイルや文字列内の) 完全な Python プログラムを構文解析するとき; - 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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 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