问题标签 [drakon-editor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 流程图到脚本转换器
是否有任何开源工具能够从流程图生成 python 或 perl 脚本?AFAIK,Labview 是唯一真正能够做到这一点的工具。我需要这个来为低技术技能的用户简化脚本。
欢迎任何其他建议。谢谢!
已编辑:对于任何对此主题感兴趣的人,我找到了Drakon Editor,这是一个不错的 Python、C/C++ 和 Tcl 图形代码编写器:
java - How to really generate c# / java code with the Drakon Diagram Editor?
Drakon editor seems nice http://java.dzone.com/announcements/drakon-editor-19-support-java but after reading the doc http://drakon-editor.sourceforge.net/csharp.pdf I still don't understand how one can generate c# or java code ? In the menu there is only export to pdf or png.
python - 使用 DRAKON 和 python 的 try: except: exceptions
有人熟悉 DRAKON 吗?
我非常喜欢 DRAKON 可视化编辑器的想法,并且一直在使用 Python 来使用它——更多信息:http ://drakon-editor.sourceforge.net/python/python.html
到目前为止,我唯一遇到的问题是 python 的 try: except: exceptions。我尝试过的唯一方法是使用分支,然后将 try: 和 except: 定义为分支下方的单独操作。唯一的问题是 DRAKON 不接受 try: 并在之后自动缩进异常代码。
有什么方法可以处理 try: except: 在 DRAKON 中的可视化方式,或者您可能听说过另一个类似的 python 可视化编辑器项目?
谢谢。