由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - question: C#,python,C interfacing
相关主题
Python的开发环境和GUI开发工具VS里的不同类型PROJECT有什么区别啊?
如何从c# call python的class?有必要学一学MFC吗?
Python过去一年利好真不少一些初级问题
为什么我认为 Python 3 没有前途?(zz)COM本质论调用DLL里面构造函数的一点不解
怎样在Python里调用Visual C++的函数?关于程序必须支持win and linux, 可不可以用class而不是#ifdef WIN32 ?
Please recommend a book on .NET, C#【C++ GUI和.Net GUI的工作要看什么书啊?】 (转载)
[合集] 请推荐windows programming的书或文档请教MFC现状
C# thread求建议:用什么软件开发好? (转载)
相关话题的讨论汇总
话题: c#话题: python话题: gui话题: using
进入Programming版参与讨论
1 (共1页)
e*****r
发帖数: 379
1
Anybody has experience to glue C#, python,C together?
//C#: for its GUI WPF/Forms,and designing new dll/codes;
//python: because its libraries/and lots of ready codes
//C: many algorithms already in C!
Which way is better?
1) Using python as main tool: using VS.net C# for progamming dll
2) Using C# as main tool, while gluing python to C#
Again: I can't find any good examples (by google/MSDN) that gluing python to
C#.
Can you help to provide some examples?
Xks!
k***r
发帖数: 4260
2
太复杂了吧?:) How about IronPython for GUI and codecs (if the codecs are
available) and .NET assemblies compiled from C, provided you have source?
Python is good for glue code but not good for GUI. And it's not easy to be
glued.
l*t
发帖数: 18
3
GUI? use wxpython or pyqt

【在 k***r 的大作中提到】
: 太复杂了吧?:) How about IronPython for GUI and codecs (if the codecs are
: available) and .NET assemblies compiled from C, provided you have source?
: Python is good for glue code but not good for GUI. And it's not easy to be
: glued.

b******n
发帖数: 592
4
you may want to check out IronPython, which is based on .net

to

【在 e*****r 的大作中提到】
: Anybody has experience to glue C#, python,C together?
: //C#: for its GUI WPF/Forms,and designing new dll/codes;
: //python: because its libraries/and lots of ready codes
: //C: many algorithms already in C!
: Which way is better?
: 1) Using python as main tool: using VS.net C# for progamming dll
: 2) Using C# as main tool, while gluing python to C#
: Again: I can't find any good examples (by google/MSDN) that gluing python to
: C#.
: Can you help to provide some examples?

1 (共1页)
进入Programming版参与讨论
相关主题
求建议:用什么软件开发好? (转载)怎样在Python里调用Visual C++的函数?
我是Delphi programmerPlease recommend a book on .NET, C#
REST interface[合集] 请推荐windows programming的书或文档
感觉免费的visual studio是Windows最强IDEC# thread
Python的开发环境和GUI开发工具VS里的不同类型PROJECT有什么区别啊?
如何从c# call python的class?有必要学一学MFC吗?
Python过去一年利好真不少一些初级问题
为什么我认为 Python 3 没有前途?(zz)COM本质论调用DLL里面构造函数的一点不解
相关话题的讨论汇总
话题: c#话题: python话题: gui话题: using