Python论坛  - 讨论区

标题:[python-chinese] 新手问题........!

2005年04月04日 星期一 15:39

chenx mptchenx at gmail.com
Mon Apr 4 15:39:21 HKT 2005

初识python......有以下问题:

1.python 是脚本语言,是否意味着写出来的程序 只能在有 解释器 的环境下运行?

2.python 写的模块是否可以 被C 语言重用? 或者使用C语言编写的模块?/哪里能

 找到这方面资料?/

3................暂时只有这些.....

truly.......

-- 
I'am cool,but pool!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月04日 星期一 16:04

Qiangning Hong hongqn at gmail.com
Mon Apr 4 16:04:38 HKT 2005

On Apr 4, 2005 3:39 PM, chenx <mptchenx at gmail.com> wrote:
> 1.python 是脚本语言,是否意味着写出来的程序 只能在有 解释器 的环境下运行?

在Python虚拟机上运行。你可以使用py2exe等工具将虚拟机一起打包发布,使用者就无需安装python环境了。

> 2.python 写的模块是否可以 被C 语言重用? 或者使用C语言编写的模块?/哪里能
>  找到这方面资料?/

python文档中有一章叫做"Extending and Embedding Python"

-- 
Qiangning Hong
Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

- - - -
Thought for the moment: 
Advertising may be described as the science of arresting the human
intelligence long enough to get money from it.

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月04日 星期一 22:26

limodou limodou at gmail.com
Mon Apr 4 22:26:41 HKT 2005

1. 不错。不过在unix好象有freeze模块可以生成二进制的程序,我没有深入了解也是在书上看到。基本上都要一个解释器。
2. 在C中进行嵌入编程,python自带的文档有说明,正如QiangNingHong所说。

On Apr 4, 2005 3:39 PM, chenx <mptchenx at gmail.com> wrote:
> 初识python......有以下问题:
> 
> 1.python 是脚本语言,是否意味着写出来的程序 只能在有 解释器 的环境下运行?
> 
> 2.python 写的模块是否可以 被C 语言重用? 或者使用C语言编写的模块?/哪里能
> 
>  找到这方面资料?/
> 
> 3................暂时只有这些.....
> 
> truly.......
> 
> --
> I'am cool,but pool!
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
My Sina Blog: http://blog.sina.com.cn/blog/1148608914
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月05日 星期二 10:11

lihui lihuimail at gmail.com
Tue Apr 5 10:11:42 HKT 2005

hi,limodou:
blog好久没更新拉,俺每天都看看,最近忙啊?

On Apr 4, 2005 10:26 PM, limodou <limodou at gmail.com> wrote:
> 1. 不错。不过在unix好象有freeze模块可以生成二进制的程序,我没有深入了解也是在书上看到。基本上都要一个解释器。
> 2. 在C中进行嵌入编程,python自带的文档有说明,正如QiangNingHong所说。
> 
> On Apr 4, 2005 3:39 PM, chenx <mptchenx at gmail.com> wrote:
> > 初识python......有以下问题:
> >
> > 1.python 是脚本语言,是否意味着写出来的程序 只能在有 解释器 的环境下运行?
> >
> > 2.python 写的模块是否可以 被C 语言重用? 或者使用C语言编写的模块?/哪里能
> >
> >  找到这方面资料?/
> >
> > 3................暂时只有这些.....
> >
> > truly.......
> >
> > --
> > I'am cool,but pool!
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> My Sina Blog: http://blog.sina.com.cn/blog/1148608914
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
my gmail:lihuimail(at)gmail.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月05日 星期二 13:33

limodou limodou at gmail.com
Tue Apr 5 13:33:37 HKT 2005

现在项目忙得要死,实在是没有时间呀。再加上家里有事,更新要等一等了。

谢谢关注。

On Apr 5, 2005 10:11 AM, lihui <lihuimail at gmail.com> wrote:
> hi,limodou:
> blog好久没更新拉,俺每天都看看,最近忙啊?
> 
> On Apr 4, 2005 10:26 PM, limodou <limodou at gmail.com> wrote:
> > 1. 不错。不过在unix好象有freeze模块可以生成二进制的程序,我没有深入了解也是在书上看到。基本上都要一个解释器。
> > 2. 在C中进行嵌入编程,python自带的文档有说明,正如QiangNingHong所说。
> >
> > On Apr 4, 2005 3:39 PM, chenx <mptchenx at gmail.com> wrote:
> > > 初识python......有以下问题:
> > >
> > > 1.python 是脚本语言,是否意味着写出来的程序 只能在有 解释器 的环境下运行?
> > >
> > > 2.python 写的模块是否可以 被C 语言重用? 或者使用C语言编写的模块?/哪里能
> > >
> > >  找到这方面资料?/
> > >
> > > 3................暂时只有这些.....
> > >
> > > truly.......
> > >
> > > --
> > > I'am cool,but pool!
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > My Sina Blog: http://blog.sina.com.cn/blog/1148608914
> > New Google Maillist: http://groups-beta.google.com/group/python-cn
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> --
> my gmail:lihuimail(at)gmail.com
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
My Sina Blog: http://blog.sina.com.cn/blog/1148608914
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号