| 例文 |
python libraryの部分一致の例文一覧と使い方
該当件数 : 35件
Introduction Python Library Reference 例文帳に追加
Python ライブラリリファレンス - Python
About this document ... Python Library Reference 例文帳に追加
Python ライブラリリファレンス - Python
Examples of some well-known module distributions are Numeric Python, PyXML, PIL (the Python Imaging Library), ormxBase.例文帳に追加
よく知られたモジュール配布物には、Numeric Python、PyXML、 PIL (the Python Imaging Library)、 mxBase などがあります。 - Python
Python identifier completion for the GNU readline library. 例文帳に追加
GNU readline ライブラリ向けのPython識別子補完 - Python
The value is one of 'static' for a statically linked Python, 'framework' for Python in a Mac OS X framework,'shared' for Python in a standard unix shared library and'cfm' for the Mac OS 9-compatible Python.例文帳に追加
値は静的リンクした Python は 'static'、Mac OS X framework で構築した Python は 'framework'、標準の unix 共有ライブラリ(shared library)で構築された Python は 'shared'、Mac OS 9 互換 Python では 'cfm' となります。 - Python
is a library that allows you to write new Tkinter widgets in pure Python.例文帳に追加
は、新しい Tkinter ウィジェットを、 Python で書けるようにするライブラリです。 - Python
The proposal which described this feature for inclusion in the Python standard library.例文帳に追加
本機能を 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
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
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
While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.例文帳に追加
Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python
This library reference manual documents Python's extensions for the Macintosh. It should be used in conjunction with the例文帳に追加
このライブラリリファレンスマニュアルでは、Macintosh用のPython拡張に関して詳しく記述します。 - Python
The Python 2.4 library is then installed in /usr/local/lib/python2.4 (where only the first three characters of sys.version are used to form the installation path name).例文帳に追加
そのときPython 2.4 ライブラリは/usr/local/lib/python2.4にインストールされています(ここで、sys.versionの最初の三文字だけがインストールパス名を作るために使われます)。 - Python
The main collection of Python library modules is installed in the directory prefix + '/lib/pythonversion' while the platform independent header files (all except pyconfig.h)are stored in prefix + '/include/pythonversion', where version is equal to version[:3].例文帳に追加
Pythonライブラリの主要部分はprefix + '/lib/pythonversion'にインストールされ、プラットフォーム非依存なヘッダファイル(pyconfig.h以外)はprefix + '/include/pythonversion'に格納されます(但しversionはversion[:3])。 - Python
describes the exact syntax and semantics of the language, it does not describe the standard library that is distributed with the language,and which greatly enhances its immediate usability.例文帳に追加
では、プログラミング言語 Python の厳密な構文とセマンティクスについて説明していますが、Python とともに配付され,Python をすぐに活用する上で大いに役立つ標準ライブラリについては説明していません。 - Python
If a particular platform requires a special library on your platform,you can add it by editing the Setup file and running python setup.py build.例文帳に追加
特定のプラットフォームにおいて、プラットフォーム上の特殊なライブラリが必要な場合、 Setup ファイルを編集してpython setup.py build を実行すればライブラリを追加できます。 - Python
Note that by using the C library allocator as shown in the previous example, the allocated memory for the I/O buffer escapes completely the Python memory manager.例文帳に追加
上の例で示したように C ライブラリのメモリ操作関数を使うと、 I/O バッファ用に確保したメモリは Python メモリマネージャの管理から完全に外れることに注意してください。 - Python
This library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that providestandardized solutions for many problems that occur in everydayprogramming.例文帳に追加
このライブラリには、例えばファイルI/O のように, Python プログラマが直接アクセスできないシステム機能へのアクセス機能を提供する (Cで書かれた) 組み込みモジュールや、日々のプログラミングで生じる多くの問題に標準的な解決策を提供するpure Python で書かれたモジュールが入っています。 - Python
As distributed the Python library includes packages that implement the standard suites, plus packages that interface to a small number of common applications.To send AppleEvents to an application you must first create the Python package interfacing to the terminology of the application (whatScript Editor calls the "Dictionary").例文帳に追加
配布されている Python ライブラリは、Standard Suite を実装したパッケージに加えて、いくつかの一般的なアプリケーションへのインターフェースを実装したパッケージが含まれています。 アプリケーションに AppleEvent を送るためには、アプリケーションの用語(Script Editorが「辞書」と呼ぶもの)に接続する Python パッケージを最初に作成しなければなりません。 - Python
Warning:Some illegal calls to the GL library cause the Python interpreter to dump core.In particular, the use of most GL calls is unsafe before the first window is opened.例文帳に追加
警告:GLライブラリの不適切な呼び出しによっては、Pythonインタープリタがコアを吐き出すことがあります。 特に、GLのほとんどの関数では最初のウィンドウを開く前に呼び出すのは安全ではありません。 - Python
Although Python's extensive standard library covers many programmingneeds, there often comes a time when you need to add some new functionality to your Python installation in the form of third-partymodules.例文帳に追加
Python の広範な標準ライブラリは、プログラミングにおける多くの要求をカバーしていますが、時には何らかの新たな機能をサードパーティ製モジュールの形で追加する必要に迫られます。 - Python
The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.This reference manual describes the syntax and ``core semantics'' of the language.例文帳に追加
Python インタプリタと多数の標準ライブラリは、ほとんどのプラットフォームでソースコード形式でもバイナリ形式でも無料で入手することができ、無料で配布することができます。 このリファレンスマニュアルでは、Python 言語の文法と、``コアとなるセマンティクス'' について記述します。 - Python
for more information.A slightly less convenient way is to edit the site.py file inPython's standard library, and modify sys. 例文帳に追加
を読んでください。 やや便利さには欠けますが、Python の標準ライブラリ中にある site.py ファイルを編集することでも、sys.path を変更できます。 - Python
For details on JPEG or the Independent JPEG Group software refer to the JPEG standard or the documentation provided with the software.A portable interface to JPEG image files is available with the PythonImaging Library (PIL) by Fredrik Lundh.例文帳に追加
JPEG、あるいはIndependent JPEG Groupソフトウェアの詳細は、標準JPEG、若しくは提供されるソフトウェアのドキュメントを参照してください。 JPEGファイルを扱うポータブルなインタフェースはFredrik LundhによるPython Imaging Library (PIL)があります。 - Python
Some of these modules are explicitly designed to encourage and enhance the portability of Python programs.This library reference manual documents Python's standard library, as well as many optional library modules (which may or may not be available, depending on whether the underlying platform supports them and on the configuration choices made at compile time).例文帳に追加
これら数多くのモジュールには、Pythonプログラムに移植性を持たせ、それを高めるという明確な意図があります。 このライブラリリファレンスマニュアルでは、Pythonの標準ライブラリだけでなく、多くのオプションのライブラリモジュールについて説明しています(ライブラリモジュールの中には,プラットフォームでのサポートやコンパイル時の設定によって、使えたり使えなかったりするものがあります).また、言語の標準の型、組み込みの関数と例外、Python リファレンスマニュアルで説明していなかったり,説明不足であるような多くの点についても説明しています。 - Python
These modules are not normally available for import; additional work must be done to make them available.Those which are written in Python will be installed into the directory lib-old/ installed as part of the standard library.例文帳に追加
これらのモジュールは通常 import して利用できません; 利用できるようにするには作業を行わなければなりません。 Python で書かれたものは、標準ライブラリの一部としてインストールされている lib-old/ ディレクトリの中にインストールされます。 - Python
Pythondepends on the platform's C library, which generally doesn't have year2000 issues, since all dates and times are represented internally as seconds since the epoch.例文帳に追加
Python はプラットフォームの C ライブラリに依存しています。 C ライブラリは日付および時刻をエポックからの経過秒で表現するので、一般的に 2000 年問題を持ちません。 - Python
The ordering of the chapters as well as the ordering of the modules within each chapter is roughly from most relevant to least important.This means that if you start reading this manual from the start, and skip to the next chapter when you get bored, you will get a reasonableoverview of the available modules and application areas that are supported by the Python library.例文帳に追加
つまり、このマニュアルを最初から読み始め、読み飽き始めたところで次の章に進めば、Python ライブラリで利用できるモジュールやサポートしているアプリケーション領域の概要をそこそこ理解できるということです。 - Python
Floating-point numbers are also subject to small output variations across platforms, because Python defers to the platform C library for floatformatting, and C libraries vary widely in quality here.例文帳に追加
浮動小数点数もまた、プラットフォーム間での微妙な出力の違いの原因となります。 というのも、Python は浮動小数点の書式化をプラットフォームの C ライブラリにゆだねており、この点では、C ライブラリはプラットフォーム間で非常に大きく異なっているからです。 - Python
(On the other hand, the language core does definesyntactic properties like the spelling and priorities of operators.)The library also contains built-in functions and exceptions --objects that can be used by all Python code without the need of an import statement.例文帳に追加
(一方で、言語のコア部分では演算子のスペルや優先順位のような構文法的な属性を定義しています。 ) このライブラリにはまた、組み込み関数と例外が納められています --組み込み関数および例外は、全ての Python で書かれたコード上で、import 文を使わずに使うことができるオブジェクトです。 - Python
This is an issue when the application is linked to the staticruntime library (libpython.a) and needs to load dynamic extensions (implemented as .so files).The problem is that some entry points are defined by the Python runtime solely for extension modules to use.例文帳に追加
これは、アプリケーションが静的な実行時ライブラリ (libpython.a)にリンクされていて、かつ (.so ファイルとして実装されている) 動的ロードされるような拡張モジュールをロードする必要がある場合に起きる問題です。 問題になるのは、拡張モジュールが使うあるエントリポイントがPython ランタイムだけで定義されているという状況です。 - Python
Compiling a Python extension written in C or C++ will sometimes require specifying custom flags for the compiler and linker in order to use a particular library or produce a special kind of object code. This is especially true if the extension hasn't been tested on your platform, or if you're trying to cross-compile Python.In the most general case, the extension author might have foreseenthat compiling the extensions would be complicated, and provided a Setup file for you to edit.例文帳に追加
C や C++ で書かれた 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|