9.2 Python Scopes and Name Spaces
9.2 Python のスコープと名前空間 - Python
The Python compiler package is a tool for analyzing Python source code and generating Python bytecode. Python compiler パッケージは Python のソースコードを分析したりPython バイトコードを生成するためのツールです。 - Python
And i'm learning javascript andpython. 今はJavaScriptとPythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
And i'm learning javascript andpython. 今はjavascriptとpythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
Extending and Embedding the Python Interpreter
Python インタプリタの拡張と埋め込み - Python
18.12 distutils -- Building and installing Python modules
18.11 distutils -- Python モジュールの構築とインストール - Python
Extending and Embeddingthe Python Interpreter
インタプリタの拡張と組み込み Extending and Embedding the Python Interpreter - Python
Conversion between Python variables and AppleEvent data containers. Python変数とAppleEventデータコンテナ間の変換 - Python
In Python 2.3 and beyond, its signature is freefunc:
でしたが、 Python 2.3 以降では、シグネチャは freefunc: - Python
3.3 aepack -- Conversion between Python variables and AppleEvent data containers
3.3 aepack -- Python変数とAppleEventデータコンテナ間の変換 - Python
6.27.2 For extension writers and programs that embed Python 6.27.2 Python 拡張の作者と、Python を埋め込むようなプログラムに関して - Python
The proposal for adding generators and the yield statement to Python. Python へのジェネレータと yield 文の導入提案 - Python
Allocate a new Python object using the C structure type TYPE and the Python type object type. C 構造体型 TYPE と Python 型オブジェクト type を使って新たな Python オブジェクトをメモリ確保します。 - Python
uses standard Python exceptions such as TypeError and AttributeError. は、TypeError や AttributeError といった標準の Python 例外を使います。 - Python
Memory management in Python involves a private heap containing all Python objects and data structures. Python におけるメモリ管理には、全ての Python オブジェクトとデータ構造が入ったプライベートヒープ (private heap) が必須です。 - Python
Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code. sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python
Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond, is available on the Python Web site. Andrew Kuchling および Eric Raymondによって書かれた、curses を Python で使うためのチュートリアルです。 Python Web サイトで入手できます。 - Python
In Python 2.0 and before, passive mode was off by default; in Python 2.1 and later, it is on by default. Python 2.0以前ではデフォルトでパッシブモードはオフにされていましたが、Python 2.1以後ではデフォルトでオンになっています。 - Python
These integers are given symbolic names in the C headerfile Include/graminit.h and the Python module
これらの整数はCヘッダファイルInclude/graminit.hとPythonモジュール - Python
Thisfunction has two arguments, both pointers to arbitrary Python objects:the Python function, and the argument list.
この関数には二つの引数: Python 関数と Python 関数の引数リストがあり、いずれも任意の Python オブジェクトを表すポインタ型です。 - Python
The default installation directory on Windows wasC:Program FilesPython under Python 1.6a1, 1.5.2, and earlier. Windows での Python のデフォルトインストールディレクトリは、Python 1.6a1、 1.5.2、およびそれ以前のバージョンではC:Program FilesPythonです。 - Python
ServerProxy instance methods take Python basic types and objects as arguments and return Python basic types and classes.
ServerProxyインスタンスのメソッドは引数としてPythonの基礎型とオブジェクトを受け取り、戻り値としてPythonの基礎型かオブジェクトを返します。 - Python
Convert Python objects to streams of bytes and back.
Python オブジェクトからバイトストリームへの変換、およびその逆。 - Python
The synthesized Python script for the named object's docstring is written to a temporary file, and then that file is run under the control of the Python debugger, 指定したオブジェクトの docstring から合成された Python スクリプトは一時ファイルに書き出され、その後 Python デバッガ - Python
You can find out what your Python installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few simple commands.Under Unix, just type python at the shell prompt. 自分の Python がどんな prefix やexec-prefix を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 - Python
Convert a C string and its length to a Python object.
C 文字列とその長さから Python オブジェクトに変換します。 - Python
a module distribution that contains only pure Python modules and packages. pure Python モジュールやパッケージだけが入ったモジュール配布物です。 - Python
Extending and Embedding the
Python インタプリタの拡張と埋め込み - Python
This module performs conversions between Python values and Cstructs represented as Python strings.
このモジュールは、 Python の値と Python 上で文字列データとして表されるC の構造体データとの間の変換を実現します。 - Python
The Python XML Topic Guide provides a great deal of information on using XML from Pythonand links to other sources of information on XML. Python XML トピックガイドは Python で XML を扱うための情報と XML 関連情報源へのリンクを数多く提供しています。 - Python
When the Python interpreter executes an import statement, it searches for both Python code and extension modules along a searchpath. Python インタプリタが import 文を実行するとき、インタプリタは Python コードや拡張モジュールをモジュール検索パス中から探します。 - Python
Python supports string literals and various numeric literals:
Python では、文字列リテラルと、様々な数値リテラルをサポートしています: - Python
(See also notes (1) and (4).) The default installation prefix is just Python:, so under Python 1.6 and later this isnormallyPython:Lib:distutils:distutils.cfg. (注釈 (1) と (4) も参照してください) デフォルトのインストールプレフィクスは単に Python: なので、Python 1.6 以降では、通常は Python:Lib:distutils:distutils.cfgになります。 - Python
For Python documentation, two classes are used: the manual class and the howto class. Python ドキュメントの場合、二つのクラス:manual クラスと howto クラスを使います。 - Python
It is more convenient to type, and kept for compatibility with earlier Python releases. よりタイプしやすく、以前のPythonリリースと互換性があります。 - Python
Returns a (Python) function with the given code and globals.
与えられたコードとグローバル変数をもつ(Python)関数を返します。 - Python
Another Unix example: suppose your Python installation was built and installed with a prefix of /usr/local/python, so under a standard installation scripts will wind up in /usr/local/python/bin. Unix 環境での例をもう一つ紹介します: インストール済みの Python が、/usr/local/python を prefix にしてビルドされ、インストールされていて、標準のインストールスクリプトは /usr/local/python/binに入るようになっているとします。 - Python
The string is converted to a Python script, where doctest examples in sare converted to regular code, and everything else is converted to Python comments. この文字列は Python スクリプトに変換され、その中では s の doctest 例題が通常のコードに、それ以外は Python のコメント文になります。 - Python
The Python Tkinter Topic Guide provides a great deal of information on using Tk from Pythonand links to other sources of information on Tk. Python Tkinter Topic Guide では、Tk を Python から利用する上での情報と、その他の Tk にまつわる情報源を数多く提供しています。 - Python
Add-on Python modules might then belong in /www/python, and in order to import them, this directory must be added to sys. path. そこで、アドオンの Python モジュールが /www/python 置かれることになると、モジュールを import するためにはディレクトリを sys.pathに追加せねばなりません。 - Python
A list of implementations for other languages such as Perl andPython can be found on the www.xmlrpc.com.
Perl や Python など他の言語での実装の一覧がwww.xmlrpc.com にあります。 - PEAR
This is exposed to Python programs astypes.DictType and types.DictionaryType.
このオブジェクトは、Python プログラムにはtypes.DictType および types.DictionaryType として公開されています。 - Python
Return the magic number for Python bytecode files(a.k.a. .pyc and .pyo files).
Python バイトコードファイル (いわゆる .pyc および .pyoファイル) のマジックナンバを返します。 - Python
Support for building and installing Python modules into an existing Python installation. 現在インストールされている 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
The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込み型である AEDesc のPython オブジェクトとして扱われます。 - Python
Some modules are written in C and built in to the Python interpreter; others are written in Pythonand imported in source form. あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python
This section describes Python type objects and the singleton objectNone.
この節では、Python の型オブジェクトと単量子 (singleton) オブジェクト None について述べます。 - Python
Closely emulate the behavior of the interactive Python interpreter.This class builds on InteractiveInterpreter and addsprompting using the familiar sys.
対話的なPythonインタプリタの振る舞いを厳密にエミュレートします。 - 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.