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 样式呈现给用户的站点,他们可以在其中编辑它然后使用 brython 实时运行它。
我在设置我发现 brython 控制台的 ide 部分时遇到问题,但这不适用于编辑内容。所以我的问题是我可以使用任何现有的实现吗?
我认为您需要一个可扩展的 Web IDE。一个在浏览器中运行的 IDE,期望您在其上构建,以便您可以从中获取文本以提供给 Brython。我会尝试搜索这样的术语:
extensible web IDE
web IDE framework
IDE framework in JavaScript
等等。