Programmers can also describe the CSV formats understood by other applications or define their own special-purpose CSV formats.The csv module's reader and writer objects read and write sequences. プログラマはまた、他のアプリケーションが解釈できる CSV 形式を記述したり、独自の特殊な目的をもった CSV 形式を定義することができます。 csv モジュールの reader および writer オブジェクトはシーケンス型を読み書きします。 - Python
2Programmer Subroutines3Programmer Subroutines This will add a menu item to the Sections menu that would bring up a listing of all manual pages in sections two and three of the Programmers Manual. Since the label names are exactly the same they will be added to the same section. この指定により Sections メニューに対して、プログラマズマニュアルのセクション2と3のマニュアルページを全て含む項目が追加される。 ラベル名は全く同じなので、これらは同じセクションに追加される。 - XFree86
But when Microsoft succeeds at de-commoditizing [HD] a protocol so that only Microsoft's own programmers can write software for it, they do not merely harm customers by extending their monopoly;
でも、マイクロソフトがプロトコルを「脱・共有化」[HD]してしまって、マイクロソフト自身のプログラマしかそれを使うソフトが書けないようにしてしまったら、マイクロソフトは単に独占を拡大して顧客に害を与えるだけではすまない。 - Eric S. Raymond『ノウアスフィアの開墾』
function returns a pointer to a string that is a valid filename, and such that a file with this name did not exist at some point in time, so that naive programmers may think it a suitable name for a temporary file.
関数は、ファイル名に使える文字列へのポインタを返す。 ある時点では同じ名前を持つファイルが存在しないファイル名が返されるので、幼稚なプログラマはこの文字列が一時ファイルのファイル名として適していると考えるかもしれない。 - JM
It allows programmers to say, ``write this data in the formatpreferred by Excel,'' or ``read data from this file which was generated by Excel,'' without knowing the precise details of the CSV format used by Excel. このモジュールを使うことで、プログラマは Excel で使われている CSV 形式に関して詳しい知識をもっていなくても、 ``このデータを Excel で推奨されている形式で書いてください'' とか、 ``データを Excel で作成されたこのファイルから読み出してください'' と言うことができます。 - Python
They have been kept here to maintain backwards compatability with programs written for older versions of Python.Python programmers, trainers, students and bookwriters should feel free to bypass these functions without concerns about missing something important. こうした関数は古いバージョンの Python 向け書かれたプログラムとの互換性を維持するだけの目的で残されています。 Python のプログラマ、教官、学生、そして本の著者は、こうした関数を飛ばしてもかまわず、その際に何か重要なことを忘れていると思う必要もありません。 - Python
that, ultimately, the industrial/factory mode of software production was doomed to be outcompeted from the moment capitalism began to create enough of a wealth surplus that many programmers could live in a post-scarcity gift culture.
つまり多くのプログラマがポスト稀少性時代の贈与文化の中で生きられるだけの富の余剰を資本主義が作り出せるようになった瞬間から、最終的にはソフト生産の産業資本主義様式は競争に負けるべく運命づけられているのだ、という考察だ。 - Eric S. Raymond『ノウアスフィアの開墾』
Patches to remedy this are welcome, but, from the perspective of programmers writing new code, this information probably only matters in the case of kernel interfaces that have been added in Linux 2.4 or later (i.e., changes since kernel 2.2), and library functions that have been added to glibc since version 2.1 (i.e., changes since glibc 2.0).
これを改善するパッチは歓迎されるが、新しいコードを書くプログラマの観点からすれば、おそらくこの情報が重要になるのは、Linux 2.4 以降で追加されたカーネルインターフェイス (カーネル 2.2 からの変更) とglibc バージョン 2.1 以降で追加されたライブラリ関数 (glibc 2.0 からの変更)についてのみであろう。 - JM
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
This is done to force programmers to use exception namesrather than their string value when specifying exception handlers.The string value of all built-in exceptions is their name, but this is not a requirement for user-defined exceptions or exceptions defined by library modules. これはプログラマに対して、例外処理を指定する際に、文字列ではなく例外名を使わせるための変更です。 組み込み例外の文字列値は全てその名前となりますが、ユーザ定義の例外やライブラリモジュールで定義される例外についてもそうするように要求しているわけではありません。 - Python
Even though FOX offers a large collection of controls already, FOXleverages C++ to allow programmers to easily build additional Controls and GUI elements, simply by taking existing controls, and creating a derived class which simply adds or redefines the desired behavior. FOXはすでに大規模なコントロール・コレクションを提供していますが、単に既存のコントロールを使って望みの振る舞いを追加または再定義する派生クラスを作成することによってプログラマが簡単に追加コントロールとGUI要素を構築できるようにするために、FOXはC++を利用しています。 - Python
Since you don't know which programs will use it, changing the behavior of standard modules or functions is generally not a good idea.A suggestion for programmers who wish to use this mechanism: a simple way to let users specify options for your package is to have themdefine variables in their .pythonrc.py file that you test in your module. どのプログラムが利用しているかわからない状況で、標準のモジュールや関数のふるまいを替えることはおすすめできません。 この機構を使おうとするプログラマへの提案: あなたのパッケージ向けのオプションをユーザーが設定できるようにするシンプルな方法は、.pythonrc.pyファイルで変数を定義して、あなたのプログラムでテストする方法です。 - Python
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.
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.