PYTHON MODULES 日本語 意味 - 日本語訳 - 英語の例文

['paiθn 'mɒdjuːlz]
['paiθn 'mɒdjuːlz]
pythonモジュール

英語 での Python modules の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Python Modules.
Pythonモジュール
Online help for Python modules.
PydocPythonモジュールのオンラインヘルプ。
Many Python modules can be run as a script to provide a simple“self test.”.
多くのPythonモジュールは、簡単な「自己テスト」を提供するスクリプトとして実行できます。
First, it requires some special Python modules.
先ずは必要なPythonmodulesをimportする。
How to install python modules without root access?
ルートアクセスなしでpythonモジュールをインストールするには?
How can I get a list of locally installed Python modules?
ローカルにインストールされたPythonモジュールのリストを入手するにはどうすればよいですか?
Generates help for Python modules and classes from the code.
コードからPythonモジュールやクラスのヘルプを生成する。
How can I get a list of locally installed Python modules?
ローカルにインストールされたPythonモジュールのリストを取得するにはどうすればよいですか?
Py_modules List of top-level Python modules(that is, single. py files) to include.
Py_modulesincludeする最上位のPythonモジュールのリスト(つまり、単一の.pyファイル)。
Except for some standard modules,these programs use Java classes instead of Python modules.
一部の標準モジュールを除いては、JythonのプログラムはPythonモジュールの代わりにJavaのクラスを使っている。
Additionally you can install third party Python modules as well through setup.
さらに、第三者のPythonモジュールをsetup。
See Installing Python Modules and Distributing Python Modules for more details.
SeePythonモジュールのインストールandPythonモジュールの配布formoredetails。
What is the most compatible way to install python modules on a Mac?
MacにPythonモジュールをインストールする最も互換性のある方法は何ですか?
This means that Python modules can be shared between all three operating systems without needing to convert the line-endings.
これで3つ全てのオペレーティングシステム間で行終端変換の必要なくPythonモジュールを共有出来ます。
In web2py, URLs are mapped to Python modules and function calls.
Web2pyにおいてURLは、Pythonモジュールと関数呼び出しにマッピングされます。
Other than for some basic modules,Jython programs utilize Java classes rather of Python modules.
一部の標準モジュールを除いては、JythonのプログラムはPythonモジュールの代わりにJavaのクラスを使っている。
If you need encryption, use one of the several AES Python modules that are available separately.
暗号が必要なのであれば、独立して入手出来るいくつものAESPythonモジュールのなかの一つを使ってください。
Installing Python Modules explains how to install external modules written by other Python users.
Pythonモジュールのインストールは、他のPythonユーザによって書かれた追加モジュールをどうやってインストールするかを説明しています。
Epydoc is a tool for generating API documentation for Python modules, based on their docstrings.
Epydocは、ドキュメンテーションに基づくPythonモジュールのAPIドキュメントを生成するためのツールです。
Python modules and objects have fields, which can be accessed with by following an expression(usually a variable) with a dot and the field name. For example:.
Pythonのモジュールとオブジェクトはフィールドを持ち、式にドットとフィールド名を続けることでアクセスできます。例えば:。
Py This module adds the ability to import Python modules(*. py,*. pyc) and packages from ZIP-format archives.
Pyこのモジュールは、Pythonモジュール(*.py,*.pyc)やパッケージをZIP形式のアーカイブからimportできるようにします。
The distutils approach works well for most extensions; documentation on using distutils to build andpackage extension modules is available in Distributing Python Modules Legacy version.
Distutilsによるアプローチはほとんどの拡張モジュールでうまくいきます;distutilsを使った拡張モジュールのビルドとパッケージ化については、Pythonモジュールの配布(レガシーバージョン)にあります。
Retrieve lines of text from files or imported python modules, holding a cache of the results to make reading many lines from the same file more efficient.
ファイルまたはインポートされたPythonモジュールからテキストの行を取り出して、同じファイルから効率的に多くの行を読み込むキャッシュを保持する。
Pydoc--- Documentation generator and online help system- Python 3.8.0 文档 pydoc--- Documentation generator and online help system¶ Source code: Lib/pydoc. py The pydoc module automatically generates documentation from Python modules.
Pydoc---ドキュメント生成とオンラインヘルプシステム-Python3.8.0ドキュメントpydoc---ドキュメント生成とオンラインヘルプシステム¶ソースコード:Lib/pydoc.pypydocモジュールは、Pythonモジュールから自動的にドキュメントを生成します。
Retrieve lines of text from files or imported python modules, holding a cache of the results to make reading many lines from the same file more efficient.
LinecacheファイルまたはインポートされたPythonモジュールからテキストの行を取り出して、同じファイルから効率的に多くの行を読み込むキャッシュを保持する。
For the purposes of this guide I am going to make it PHP,although there are some nice Perl and Python modules for Linux so you may wish to install Perl or Python as well.
このガイドではPはPHPということにしますが、Linuxには素晴らしいPerlやPythonモジュールが存在するので、同じようにPerlやPythonをインストールすることもできます。
If the developer wishes to use other Python modules or third-party modules, those modules must be imported explicitly, as in any other Python program.
他のPythonモジュールやサードパーティ製のモジュールを使用したい場合は、他のPythonプログラムと同様に、それらのモジュールを明示的にインポートしなければなりません。
Setting Up Your PYTHONPATHWhat to do to find other python modules Using numpy with rospyThis tutorial covers using numpy with rospy, the ROS Python client library.
PYTHONPATHを設定する他のpythonモジュールを見つけるためにすることrospyでnumpyを使うこのチュートリアルはrospy でnumpyを使う、ROSPythonクライアントライブラリを扱います。
After reading these python tutorials,you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in the Python Library Reference.
このチュートリアルを読んだ後には、読者のみなさんはPythonのモジュールやプログラムを読み書きできるようになり、Python標準ライブラリに記述されているさまざまなPythonライブラリモジュールについて学べるようになるでしょう。
結果: 29, 時間: 0.0274

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語