Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for users (0.035 sec.)
Download — Python 3.6.5 ドキュメント 14311
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... ction on the Python download page . Unpacking Unix users should download the .tar.bz2 archives; these are b ... st compression and fastest download times. Windows users can use the ZIP archives since those are customary ... ント , bz , documentation , These , InfoZIP , Unix , users ナビゲーション 索引 モジュール | Python » 3.6.5 ド ...
https://man.plustar.jp/python/download.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 12643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "/usr/bin/python"), you need to consider that your users may have either Python 2 or Python 3 as their defa ... in/env python3" your application will not work for users who do not have that version. (This may be what yo ... " as you will need to change your shebang line for users of Python 3.5, for example. Typically, you should ... d Python programs, which can be distributed to end users who only need to have a suitable version of Python ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 9791
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nline comments can be harmful because they prevent users # from using the delimiting characters as parts of ... 初期化時に提供できます。 例えば: [Paths] home_dir: /Users my_dir: %(home_dir)s/lumberjack my_pictures: %(my_ ... r が %(home_dir)s を home_dir の値(このケースでは /Users )として解決しています、その結果 %(my_dir)s は /Use ... n を使うと下記のようになります: [Paths] home_dir: /Users my_dir: ${home_dir}/lumberjack my_pictures: ${my_d ...
https://man.plustar.jp/python/library/configparser.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 8840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ed packages made available for use by other Python users. Python Packaging Authority は、標準のパッケージン ... At this point in time, it will often be easier for users to install these packages by other means rather th ...
https://man.plustar.jp/python/installing/index.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8356
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ータを格納できるベースディレクトリを報告します。 getusersitepackages() はユーザ固有の site-packages ディレク ... on/3.2/site-packages'] >>> site . getuserbase () '/Users/raymondhettinger/Library/Python/3.2' >>> site . ge ... tusersitepackages () '/Users/raymondhettinger/Library/Pyt ... om the command-line: $ python -m site --user-base /Users/raymondhettinger/.local $ python -m site --user-si ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 8123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... application can symmetrically sign cookies sent to users and later verify them to make sure they weren't ta ... .4. Randomized hashing ¶ By setting salt parameter users can introduce randomization to the hash function. ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 8123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ke_archive ( archive_name , 'gztar' , root_dir ) '/Users/tarek/myarchive.tar.gz' 結果のアーカイブは、以下の ... ものを含みます: $ tar -tzvf /Users/tarek/myarchive.tar.gz drwx------ tarek/staff 0 20 ...
https://man.plustar.jp/python/library/shutil.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 8123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は ConnectRegistry() が返したハンドルか、定数 HKEY_USERS と HKEY_LOCAL_MACHINE のどちらかです。 sub_key は記 ... フトウェアやハードウェアが含まれます。 winreg. HKEY_USERS ¶ このキー以下のレジストリエントリは、ローカルコン ...
https://man.plustar.jp/python/library/winreg.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 8123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 次のようにしてください: pkg install python3 OpenBSD users, to add the package use: pkg_add -r python pkg_add ...
https://man.plustar.jp/python/using/unix.html - [similar]
Python モジュールの配布 — Python 3.6.5 ドキュメント 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ed packages made available for use by other Python users Python Packaging Authority は、標準のパッケージング ...
https://man.plustar.jp/python/distributing/index.html - [similar]
PREV 1 2 3 NEXT