Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 122 for using (0.071 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s valid only for str ), encode the string to bytes using the specified character set. The default is utf-8 ... charset instead. If cte is set, encode the payload using the specified content transfer encoding, and set t ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3 , 10 ]) # For an equal investment portfolio. 3.6 Using the arithmetic mean would give an average of about ... Return the median (middle value) of numeric data, using the common "mean of middle two" method. If data is ... ontinuous data, calculated as the 50th percentile, using interpolation. If data is empty, StatisticsError i ...
https://man.plustar.jp/python/library/statistics.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... termination sequences can be used - the Unix form using ASCII LF (linefeed), the Windows form using the AS ... n followed by linefeed), or the old Macintosh form using the ASCII CR (return) character. All of these form ... = 1 , day = 27 ) >>> f " { today : %B %d, %Y } " # using date format specifier 'January 27, 2017' >>> numbe ... r = 1024 >>> f " { number : #0x } " # using integer format specifier '0x400' 通常の文字列リテラ ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... information about the error; it will be formatted using the error_message_format attribute and emitted, af ... e server does not intend to send any other headers using the send_header() method, then send_response() sho ... orever () http.server can also be invoked directly using the -m switch of the interpreter with a port numbe ...
https://man.plustar.jp/python/library/http.server.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 6219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... of the old-style Py_UNICODE API; please migrate to using PyUnicode_AsWideCharString() . u# ( str ) [Py_UNIC ... of the old-style Py_UNICODE API; please migrate to using PyUnicode_AsWideCharString() . Z ( str または None ... of the old-style Py_UNICODE API; please migrate to using PyUnicode_AsWideCharString() . Z# ( str または Non ... of the old-style Py_UNICODE API; please migrate to using PyUnicode_AsWideCharString() . U ( str ) [PyObject ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... pplication can determine the size of the screen by using the curses.LINES and curses.COLS variables to obta ... be sure that the screen has been redrawn before pausing to wait for user input, by first calling stdscr.re ... o the terminal as-is. Strings are encoded to bytes using the value of the window's encoding attribute; this ... inate to which the cursor should be moved before pausing. getkey() does the same thing but converts the int ...
https://man.plustar.jp/python/howto/curses.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 6219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1a-f86e-11da-bd1a-00112444be1e') >>> # make a UUID using an MD5 hash of a namespace UUID and a name >>> uui ... 06-8baf-433b-82eb-8c7fada847da') >>> # make a UUID using a SHA-1 hash of a namespace UUID and a name >>> uu ...
https://man.plustar.jp/python/library/uuid.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ingIO from wsgiref.util import FileWrapper # We're using a StringIO-buffer for as the file-like object file ... FO that duplicates the SCRIPT_NAME at the front, causing problems for WSGI applications that wish to implem ... CGIHandler and IISCGIHandler in place of directly using os.environ , which is not necessarily WSGI-complia ... nt on all platforms and web servers using Python 3 -- specifically, ones where the OS's actu ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 6219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 管理 ¶ You can install, upgrade, and remove packages using a program called pip . By default pip will install ... l requests == 2 .6.0 Collecting requests == 2 .6.0 Using cached requests-2.6.0-py2.py3-none-any.whl Install ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 6108
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... n option to tell upload to sign each uploaded file using GPG (GNU Privacy Guard). The gpg program must be a ... You can also specify which key to use for signing using the --identity=name option. upload コマンドの追加の ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT