Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 61 for [SIMILAR] 16 1024 4096 WITH 283180 ウィ WITH 256... (0.506 sec.)
3. データモデル — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレンス » 3. データモデル ¶ 3.1. オブジェクト、値、および型 ¶ Python における オブジェクト (object) とは、データを抽象的に表したものです。Python プログラムにおけるデータは全て、オブジェクトまたは ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 4. その他の制御フローツール ¶ 先ほど紹介した while 文の他にも、 Python は他の言語でおなじみの制御フロー文を備えていますが、これらには多少ひねりを加えてあります。 4.1. if 文 ¶ おそらく最も ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 16. 汎用オペレーティングシステムサービス » 16.14. platform --- 実行中プラットフォームの固有情報を参照する ¶ ソースコード: Lib/platform.py 注釈 プラットフォーム毎にアルファベット順に並べて ...
https://man.plustar.jp/python/library/platform.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Python 3 への拡張モジュール移植 ¶ author: Benjamin Peterson 概要 C-API の変更は Python 3 の目標には入っていませんでしたが、Python レベルでの変更がたくさんあったので、Python 2 の API を無傷で済ませ ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デスクリプタ HowTo ガイド ¶ 著者: Raymond Hettinger Contact: <python at rcn dot com> 目次 デスクリプタ HowTo ガイド 概要 定義と導入 デスクリプタプロトコル デスクリプタの呼び出し デスクリプタの例 プ ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.5 ¶ エディタ: Elvis Pranskevichus < elvis @ magic . io >, Yury Selivanov < yury @ magic . io > この記事では 3.4 と比較した Python 3.5 の新機能を解説します。 Python 3 ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 24. プログラムのフレームワーク » 24.2. cmd --- 行指向のコマンドインタープリタのサポート ¶ ソースコード: Lib/cmd.py Cmd クラスでは、行指向のコマンドインタープリタを書くための簡単なフレーム ...
https://man.plustar.jp/python/library/cmd.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 28. ソフトウェア・パッケージと配布 » 28.4. zipapp --- 実行可能な python zip 書庫を管理する ¶ バージョン 3.5 で追加. ソースコード: Lib/zipapp.py このモジュールは Python コードを含む zip フ ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 13. データ圧縮とアーカイブ » 13.5. zipfile --- ZIP アーカイブの処理 ¶ ソースコード: Lib/zipfile.py ZIP は一般によく知られているアーカイブ (書庫化) および圧縮の標準ファイルフォーマットです ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.5 ¶ 著者: A.M. Kuchling この文書は Python 2.5 の新機能について解説します。 Python 2.5 の最終リリースは 2006 年 8 月にスケジュールされました。 PEP 356 が予定されたリリ ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT