图形或流程图设计辅助python类开发? [英] graphical or flow charting design aid for python class development?

查看:160
本文介绍了图形或流程图设计辅助python类开发?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于Python来说有点新,并且在我的班级设计中有过于复杂化的倾向,我想知道是否有人可以建议一个简单的图形或流程图他们用来组织他们的b $ b类和程序设计的工具?由于55英里/小时的正面事故几年后,我有短暂的记忆问题,因此在代码页之间向后翻转并且b / b
几乎是不可能的让我保持

直。一个简单的图形模型允许我在一个视图中看到所有内容,并更好地组织我生成的代码。使用pydoc来查看我的课程,我的成功是有限的,但是它在

开发中并没有太大的帮助,只是审查,有时候信息太多了。


我使用其他语言的编辑器,允许视图扩展

和折叠函数/方法(如板上的消息线程),

有帮助,但我没有看到过这样的python。


感谢您的任何建议。


Bill

Being somewhat new to Python, and having a tendency to over complicate
things in my class design, I was wondering if anyone can suggest a
simple graphical or flowcharting tool that they use to organize their
class and program design? Because of a 55 mph head-on accident a few
years back, I have short term memory problems, so flipping back and
forth between pages of code is next to impossible for me to keep
straight. A simple graphical model would allow me to ''see'' everything
in one view, and better organize my resulting code. I have had limited
success using pydoc to view my classes, but it''s not really much help in
development, just review, and sometimes there is too much info.

I have used editors for other languages that allow the view to expand
and collapse functions/methods (like message threads here on the board),
which help, but I haven''t seen anything like this for python.

Thanks for any suggestions.

Bill

推荐答案

您可能想要使用Doxygen,它会生成漂亮的图表。它通常仅适用于C ++,但是有很好的过滤器(例如
http://i31www.ira.uka.de/~baas/pydoxy )从

python代码生成C ++标头Doxygen可以紧缩。


另一个解决方案是使用像Eric3这样的IDE,它可以动态地从源代码生成UML

diags。

You may want to use Doxygen, which generates nice diagrams. It''s
normally only for C++, but there are nice filters (for ex.
http://i31www.ira.uka.de/~baas/pydoxy) that generates C++ header from
python code that Doxygen can crunch.

Another solution is to use IDE such as Eric3 that can generate UML
diags from source code on the fly.


你看过类浏览器模块吗?不是图形工具你要找b $ b,但也许是一个好的开始

http://www.python.org/doc/2.0.1/lib/module-pyclbr.html


William Gill写道:
Have you looked at class browser module? Not the graphical tool you''re
looking for, but maybe a good start

http://www.python.org/doc/2.0.1/lib/module-pyclbr.html

William Gill wrote:
对于Python来说有点新,并且在我的班级设计中有过于复杂化的倾向,我想知道是否任何人都可以建议一个简单的图形或流程图工具,用于组织他们的课程和程序设计?由于几年前的55英里/小时的正面事故,我有短期的记忆问题,因此在代码页之间向后翻转几乎不可能保持
直行。一个简单的图形模型将允许我在一个视图中看到所有内容,并更好地组织我生成的代码。我使用pydoc来查看我的课程的成功有限,但它在开发时没什么帮助,只是审查,有时候信息太多了。
我使用其他语言的编辑器,允许视图扩展
和折叠函数/方法(如板上的消息线程),
这有帮助,但我还没有看到这样的事情对于任何建议。

比尔
Being somewhat new to Python, and having a tendency to over complicate
things in my class design, I was wondering if anyone can suggest a
simple graphical or flowcharting tool that they use to organize their
class and program design? Because of a 55 mph head-on accident a few
years back, I have short term memory problems, so flipping back and
forth between pages of code is next to impossible for me to keep
straight. A simple graphical model would allow me to ''see'' everything
in one view, and better organize my resulting code. I have had limited
success using pydoc to view my classes, but it''s not really much help in
development, just review, and sometimes there is too much info.

I have used editors for other languages that allow the view to expand
and collapse functions/methods (like message threads here on the board),
which help, but I haven''t seen anything like this for python.

Thanks for any suggestions.

Bill









gene tani写道:


gene tani wrote:
你看过类浏览器模块吗?不是你正在寻找的图形工具,但也许是一个好的开始


不,它不是图形,但看起来我可能能够用它来把

放在一个漂亮的大纲或我的模块摘要中。这是值得

探索,谢谢。


比尔


http://www.python.org/doc/2.0.1/lib/ module-pyclbr.html

William Gill写道:
Have you looked at class browser module? Not the graphical tool you''re
looking for, but maybe a good start
No, it''s not graphical, but it looks like I may be able to use it to put
together a nice outline, or summary of my modules. It''s worth
exploring, thanks.

Bill


http://www.python.org/doc/2.0.1/lib/module-pyclbr.html

William Gill wrote:
对Python有点新,并且有过于复杂的倾向
在我的班级设计中,我想知道是否有人可以建议一个简单的图形或流程图工具,用于组织他们的课程和程序设计?由于几年前的55英里/小时的正面事故,我有短期的记忆问题,因此在代码页之间向后翻转几乎不可能保持
直行。一个简单的图形模型将允许我在一个视图中看到所有内容,并更好地组织我生成的代码。我使用pydoc来查看我的课程的成功有限,但它在开发时没什么帮助,只是审查,有时候信息太多了。
我使用其他语言的编辑器,允许视图扩展
和折叠函数/方法(如板上的消息线程),
这有帮助,但我还没有看到这样的事情对于任何建议。

比尔
Being somewhat new to Python, and having a tendency to over complicate
things in my class design, I was wondering if anyone can suggest a
simple graphical or flowcharting tool that they use to organize their
class and program design? Because of a 55 mph head-on accident a few
years back, I have short term memory problems, so flipping back and
forth between pages of code is next to impossible for me to keep
straight. A simple graphical model would allow me to ''see'' everything
in one view, and better organize my resulting code. I have had limited
success using pydoc to view my classes, but it''s not really much help in
development, just review, and sometimes there is too much info.

I have used editors for other languages that allow the view to expand
and collapse functions/methods (like message threads here on the board),
which help, but I haven''t seen anything like this for python.

Thanks for any suggestions.

Bill




这篇关于图形或流程图设计辅助python类开发?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆