PYTHONは in English translation

python
パイソン

Examples of using Pythonは in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
これは手間が掛かりそうに思えますが、Pythonは簡素で融通が効くので、驚くほど簡単です。
This sounds like a lot of work, but since Python is so terse and flexible it's surprisingly easy.
Pythonは学びやすいため、Pythonを使ってプログラミング言語を教える大学も増えてきています。
Since Python is easy to learn, more and more universities are using Python to teach programming languages.
プログラミング言語Pythonは、産業界・学術界などにおいて、多くの人によって幅広い目的で使われている。
The Python programming language is actively used by many people, both in industry and academia for a wide variety of purposes.
この結果にPythonはほとんど関与しておらず、むしろ基底のプラットフォームによる浮動小数点数の扱い方が関与しています。
This has little to do with Python, and much more to do with how the underlying platform handles floating-point numbers.
Pythonはまだ進歩の過程にある言語なので、他のシーケンスデータ型が追加されるかもしれません。
Since Python is an evolving language, other sequence data types may be added.
Pythonは何をするのに向いていますか?¶Pythonは、多岐にわたる問題に適用できる高水準な汎用プログラム言語です。
What is Python good for?¶ Python is a high-level general-purpose programming language that can be applied to many different classes of problems.
年問題(Y2K):PythonはプラットフォームのCライブラリに依存しています。Cライブラリは日付および時刻をエポックからの経過秒で表現するので、一般的に2000年問題は存在しません。
Year 2000(Y2K) issues: Python depends on the platform's C library, which generally doesn't have year 2000 issues, since all dates and times are represented internally as seconds since the epoch.
PythonはAwkやPerlなどよりも汎用的なデータ型を備えており、より多くの領域で利用できます。また、Pythonはこれらの言語と比べても、少なくとも同じぐらいには簡単です。
Because of its more general data types Python is applicable to a much larger problem domain than Awk or even Perl, yet many things are at least as easy in Python as in those languages.
Pythonは、Web開発、科学および数値、教育、グラフィカルユーザーインターフェイス(GUI)、ソフトウェア開発、機械学習などのさまざまなアプリケーションドメインで使用されています。
Python is used in a variety of application domain, like but not limited to web development, scientific and numeric, education, graphical user interface(GUI), software development and machine learning.
一方では、PythonはCよりたくさんのエラーチェックを実行時に行っており、また可変長配列や辞書などの高級な型を組込みで持つ超高級言語(very-high-levellanguage)です。
On the other hand, Python also offers much more error checking than C, and, being a very-high-level language, it has high-level data types built in, such as flexible arrays and dictionaries.
Unix系のオペレーティングシステムの場合はPythonは一揃いのパッケージとして提供されるのが普通で、オプションのコンポーネントを手に入れるにはオペレーティングシステムのパッケージツールを使うことになるでしょう。
For Unix-like operating systems Python is normally provided as a collection of packages, so it may be necessary to use the packaging tools provided with the operating system to obtain some or all of the optional components.
Pythonは自由にダウンロード可能なので、売上高がなく、多数のサイトから利用でき、多くのLinuxディストーションに同梱されているので、ダウンロード統計から全体の状況を知ることはできません。
Python is available for free download, so there are no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either.
一方、PythonはCよりたくさんのエラーチェックを提供しており、超高級言語(very-high-levellanguage)であり、可変長配列や辞書などの高級な型を組込みで持っています。
On the other hand, Python also offers much more error checking than C, and, being a very-high-level language, it has high-level data types built in, such as flexible arrays and dictionaries.
Pythonは、通常の黄色と黒色のブランドスタイルで、側面にE-Stimブランドのラベルの1つが付いた無地の白い箱にしっかりと梱包されています。
The Python comes securely packaged inside a plain white box with one of the E-Stim branded labels on the side in their customary yellow and black brand styling.
Pythonは喜びや痛みのために使用することができます、あなたは良い接触を得るためにあなたはプレート上の導電性ゲルを使用する必要があります。
The Python can be used for pleasure or pain, you do need to use conductive gel on the plates though to get a good contact.
Pythonはすばらしいe-stim装置であり、そして右手ではもちろん(Joanne)、それは威圧的であると同時に非常に楽しいものになる可能性があります。
The Python is a stunning piece of e-stim equipment, and in the right hands(Joanne of course) it can be both intimidating and also highly enjoyable at the same time.
Pythonは(ダイナミックではあっても)強い型付けがなされる言語なので,最初のうちは環それぞれを一つのPythonクラスで実装すべきだろうと思うかもしれない.。
As Python is a strongly typed(yet dynamically typed) language, one might, at least at first, expect that one implements one Python class for each ring.
また、Pythonはオープンソースの画像処理ライブラリー(OpenCVなど)、データ分析ツール、WEBフレームワーク、テスト機能が充実していることでも知られており、多くのプログラミングコミュニティで高い評価を受けています。
Python's extensive library of open-source image processing libraries(e.g. Open CV), data analysis tools, web frameworks, and testing instruments makes its ecosystem one of the largest of any programming community.
Mod_pythonはTracのレスポンスタイムを飛躍的に向上し、特にCGIと比べて、tracd/mod_proxyでは使用できない多くのApache機能を使えるようにします。
Trac supports mod_python, which speeds up Trac's response times considerably, especially compared to CGI, and permits use of many Apache features not possible with tracd/mod_proxy.
Pythonは、洗練された文法・動的なデータ型付け・インタープリタであることなどから、スクリプティングや高速アプリケーション開発(RapidApplicationDevelopment:RAD)に理想的なプログラミング言語となっています。
Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Results: 512, Time: 0.039

Pythonは in different Languages

Top dictionary queries

Japanese - English