PYTHONで書かれた 英語 意味 - 英語訳 - 日本語の例文

written in python

日本語 での Pythonで書かれた の使用例とその 英語 への翻訳

{-}
  • Computer category close
  • Colloquial category close
  • Ecclesiastic category close
  • Programming category close
KerasはPythonで書かれた高水準なニューラルネットワークAPIです。
Keras is a high-level neural networks API, written in Python.
PelicanはPythonで書かれたOSSです。
初めに、最小限に動作するソフトウェアの原型がPythonで書かれた
The first software prototype was written in Python.
Optunaは、Pythonで書かれたハイパーパラメータ自動最適化フレームワークとして、PFNが2018年12月にオープンソース化しました。
Optuna was open-sourced by PFN inDecember 2018 as a hyperparameter optimization framework written in Python.
Pythonで書かれたwebアプリケーションで最も知られているものはZopeで、これは大きなフレームワークの一種とみなすことができます。
One of the most well-known web applications written in Python is Zope which can be regarded as some kind of big framework.
長く存在しているWSGIを使わない、Pythonで書かれたwebアプリケーションをみてみましょう。
Let's take a look on one long existing web application written in Python without using WSGI.
MelissaはPythonで書かれたオープンソースのパーソナルアシスタントで、RaspberryPi、Windows、OSX、Linuxで動作します。
Melissa is an open source personal assistant written in Python that runs on Raspberry Pi, Windows, OS X and Linux.
Catalystは、Pythonで書かれた暗号資産のためのアルゴリズム取引ライブラリです。
Catalyst is an algorithmic trading library for crypto-assets written in Python.
TornadoはPythonで書かれたスケーラブルでノンブロッキングなWebサーバ、Webフレームワークである。
Tornado is a scalable,non-blocking web server and web application framework written in Python.
Torのハンマーは、Pythonで書かれたテストツール遅いポストdosです。
Tor's Hammer is aslow post dos testing tool written in Python.
Uberの初期のアーキテクチャは、Pythonで書かれたモノリシックなバックエンドアプリで構成されており、データの永続性のためにPostgresを使っていました。
The early architecture ofUber consisted of a monolithic backend application written in Python that used Postgres for data persistence.
Pythonで書かれたwebフレームワークが大多数存在することは、実際にそれらを書くことが容易だということを実証しています。
The multitude of web frameworks written in Python demonstrates that it is really easy to write one.
Pythonで書かれたスマートコントラクトあるいは.avm形式のスマートコントラクトのコンパイル、テスト、デプロイ、そして実行。
Compiling, testing, deploying and running Smart Contracts written in python or any Smart Contract in the. avm format.
Pythonで書かれたCSVファイルには、各行の間に空白行があります。
CSV file written with Python has blank lines between each row.
ここではVAB-820がLinuxを実行し、そしてPythonで書かれたシステム監視スクリプトを使用して現在のCPUとメモリの使用率を(色彩も一緒に)表示します。
Here's the video of the VAB-820 running Linux andusing a system monitoring script written in Python to display the current CPU and memory utilization in color!
PySparkとそのAPIのようにPythonで書かれた様々なHadoopエコシステムのコンポーネントなどビッグデータ分析ライブラリやTheranoやTensorflowのような深層学習のフレームワークなど人気のものがあります。
There are some popular big data analytics libraries written in Python such as PySpark and its APIs for many Hadoop ecosystem components and Deep Learning frameworks such as Theano and Tensorflow.
はじめにUberの初期のアーキテクチャは、Pythonで書かれたモノリシックなバックエンドアプリで構成されており、データの永続性のためにPostgresを使っていました。
The early architecture ofUber consisted of a monolithic backend application written in Python that used Postgres for data persistence.
そしてPythonで書かれたモジュールのバイトコードをCコード(marshalモジュールでコードオブジェクトに変換できる配列)に変換し、実際にそのプログラム内で使われている組み込みモジュールだけが含まれたカスタムメイドの設定ファイルを作成します。
It then turns the bytecode for modules written in Python into C code(array initializers that can be turned into code objects using the marshal module) and creates a custom-made config file that only contains those built-in modules which are actually used in the program.
Kerasは,Pythonで書かれた,TensorFlowまたはCNTK,Theano上で実行可能な高水準のニューラルネットワークライブラリです.Kerasは,迅速な実験を可能にすることに重点を置いて開発されました.アイデアから結果に到達するまでのリードタイムをできるだけ小さくすることが,良い研究をするための鍵になります.。
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
このライブラリには、例えばファイルI/Oのように、Pythonプログラマが直接アクセスできないシステム機能へのアクセス機能を提供する(Cで書かれた)組み込みモジュールや、日々のプログラミングで生じる多くの問題に標準的な解決策を提供するPythonで書かれたモジュールが入っています。
The library contains built-in modules(written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide standardized solutions for many problems that occur in everyday programming.
Pythonで書かれたCodeステップを使ってTrelloカードにクライアント名を追加JotForm のフォームフィールドにクライアント名を入力DropBoxにクライアントフォルダを作成これは極めて単純なワークフローですが、if/thenで分岐する様々なパスを加えたり、特定の条件を満たすアクションのみを許容するフィルタを使ったりして、必要なだけ複雑にすることができます。
When a new database record goes into AirTable we:use the Code step written in Python to add the client name to a Trello card populate a form field on a JotForm form with the client name create a client folder in DropBox This is only a single, simple workflow. You are able to get as complicated as you need with paths branching off in various if/then directions, filters that only allow certain actions matching specific criteria.
Pythonで書かれたPlasmaのウィジェットName。
Plasma widget support written in Python.
WxPython向けにPythonで書かれたGUIデザイナー。
GUI designer written in Python with wxPython.
NLTK:Pythonで書かれた言語処理ライブラリ。
NLTK: A general library for NLP written in Python.
フラスコは、Pythonで書かれたWebアプリケーションフレームワークです。
Flask is a web application framework written in Python.
MoinmoinはPythonで書かれたWikicloneサーバです。
Moinmoin is a Wiki clone server written in Python.
SphinxはPythonで書かれた素晴らしいドキュメントツールです。
Sphinx is an excellent document generator written in Python.
結果: 27, 時間: 0.0181

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語