Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 465 for python (0.063 sec.)
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 5567
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... の拡張と埋め込み ¶ このドキュメントでは、Pythonインタプリンタを拡張する新しいモジュールをで C または ... とができます。ドキュメントでは他のアプリケーションでPythonを拡張言語として使用するために、Pythonインタプリタを ... 法について解説します。 このドキュメントでは、読者は Python について基礎的な知識を持ち合わせているものと仮定し ... ています。形式ばらない Python 言語の入門には、 Python チュートリアル を読んでくだ ...
https://man.plustar.jp/python/extending/index.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5567
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... プと利用 » 1. コマンドラインと環境 ¶ CPython インタプリタはコマンドラインと環境を読み取って様々 ... な設定を行ないます。 CPython implementation detail: 他の実装のコマンドラインスキ ... ームは CPython とは異なります。さらなる情報は 別のPythonの実装 を ... 参照してください。 1.1. コマンドライン ¶ Python を起動するとき、以下のうち任意のオプションを指定で ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 29. Python ランタイムサービス » 29.1. sys --- システムパラメー ... 。このモジュールは常に利用可能です。 sys. abiflags ¶ Python が標準的な configure でビルトされた POSIX システム ... ラグを含みます。 バージョン 3.2 で追加. sys. argv ¶ Pythonスクリプトに渡されたコマンドライン引数のリスト。 arg ... によって異なります。コマンドライン引数に -c を付けて Pythonを起動した場合、 argv[0] は文字列 '-c' となります。ス ...
https://man.plustar.jp/python/library/sys.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5543
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... n of the Unix cal program. cgi Helpers for running Python scripts via the Common Gateway Interface. cgitb Co ... and streams. codeop Compile (possibly incomplete) Python code. collections Container datatypes collections. ... r systems. compileall Tools for byte-compiling all Python source files in a directory tree. concurrent concu ... mited files. ctypes A foreign function library for Python. curses (Unix) An interface to the curses library, ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python ... n » What's New In Python 3.0 ¶ 著者: Guido van Rossum この記事では 2.6 と比 ... 較した Python 3.0 での新機能を解説します。 Python 3.0、あるいは ... "Python 3000"、 "Py3K" は初めて 意図的に後方非互換にした P ... です。 通常のリリースよりも多くの変更があり、全ての Python ユーザにとって重要です。 しかし、変更について理解し ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 5502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Python ... 移植 ¶ author: Benjamin Peterson 概要 C-API の変更は Python 3 の目標には入っていませんでしたが、Python レベルで ... の変更がたくさんあったので、Python 2 の API を無傷で済ませることはできませんでした。実 ... 述しようと思います。 条件コンパイル ¶ 一部のコードを Python 3 にだけコンパイルするための一番簡単な方法は、 PY_ ... リアスすれば良いでしょう。 オブジェクト API の変更 ¶ Python 3 では、似た機能を持つタイプのいくつかを、統合した ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 5502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ることができます。それぞれの仮想環境には、それ自身の Python バイナリ (様々な Python バージョンで環境を作成でき ... があり、仮想環境ごとの site ディレクトリに独立した Python パッケージ群をインストールできます。 Python仮想環境 ... 405 を参照してください。 注釈 pyvenv スクリプトは Python 3.6 で非推奨となり、代わりに python3 -m venv を使い ... 、仮想環境を動かす Python インタープリタを取り違える可能性を防ぎやすくします ...
https://man.plustar.jp/python/library/venv.html - [similar]
3.6.5 Documentation 5461
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Python 3.6.5 ドキュメント ようこそ ... ! Python 3.6.5 ドキュメントへ。 ドキュメント一覧 What's new ... in Python 3.6? あるいは2.0からの すべての "What's new" ドキュ ... に置きましょう 言語リファレンス 構文と言語要素の解説 Python のセットアップと利用 各プラットフォームでの Python ... の使い方 Python HOWTO 特定のトピックに関する、より深いドキュメント ...
https://man.plustar.jp/python/index.html - [similar]
32. Python言語サービス — Python 3.6.5 ドキュメント 5461
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 32. Python言語サービス ¶ PythonにはPython言語を使って作業すると ... ールには、次のものが含まれています: 32.1. parser --- Python 解析木にアクセスする 32.1.1. ST オブジェクトを作成 ... 記号表の生成 32.3.2. 記号表の検査 32.4. symbol --- Python 解析木と共に使われる定数 32.5. token --- Python... 析木と共に使われる定数 32.6. keyword --- Python キーワードチェック 32.7. tokenize --- Pythonソース ...
https://man.plustar.jp/python/library/language.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 5445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... を加算した結果を返し、失敗すると NULL を返します。Python の式 o1 + o2 と同じです。 PyObject * PyNumber_Subt ... を減算した結果を返し、失敗すると NULL を返します。Python の式 o1 - o2 と同じです。 PyObject * PyNumber_Mult ... を乗算した結果を返し、失敗すると NULL を返します。Python の式 o1 * o2 と同じです。 PyObject * PyNumber_Matr ... 行列乗算した結果を返し、失敗すると NULL を返します。 Python の式 o1 @ o2 と同じです。 バージョン 3.5 で追加. P ...
https://man.plustar.jp/python/c-api/number.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT