「Python」を含む例文一覧(1381)

<前へ 1 2 .... 5 6 7 8 9 10 11 12 13 .... 27 28 次へ>
  • 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
<前へ 1 2 .... 5 6 7 8 9 10 11 12 13 .... 27 28 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • PEAR
    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/ ).
  • NetBeans
    © 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.