Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 用の IDE を選択しようとしています。IronPython が好きで、IronPython で書かれたコードが IDLE のような通常の Python シェルで実行できるかどうかを調べたい
ほとんどの Python コードは、基本的にすべて同じインタープリターを使用するため、クロスプラットフォーム、クロス IDE で動作するはずです (ただし、バージョンは異なる場合があります)。IDE はプログラムの編集と実行のみを行う必要があり、記述したコードには影響しません。