〖Python〗
文章平均质量分 75
yuanqingfei
性格内向,爱好极其广泛,性情急躁,工作尚可,略受教育。
展开
-
python中生成可执行文件的最好的办法是什么
发信人: MetalSlugX (LaserJungle), 信区: Python 标 题: Re: python中生成可执行文件的最好的办法是什么 发信站: BBS 水木清华站 (Sat Sep 28 20:26:04 2002), 站内信件 还有几个 1。Installer http://www.mcmillan-inc.com/installer_dnld.html转载 2004-07-10 17:44:00 · 2732 阅读 · 0 评论 -
Python的 两个GUI库(GTK和QT)分别写的Helloworld
Some people like examples of the code for a widget toolkit before downloading it. Here is an example of the classic "Hello World" program written in python with PyGTK: import gtk def hello_cb(button转载 2004-07-05 19:31:00 · 2519 阅读 · 0 评论 -
可爱的 Python:用 Psyco 让 Python 运行得像 C 一样快
可爱的 Python:用 Psyco 让 Python 运行得像 C 一样快 英文原文 内容: Psyco 是如何工作的 使用 Psyco Psyco 的性能 Psyco 将何去何从? 参考资料 关于作者 对本文的评价 相关内容: Introduction to neural networks转载 2004-07-14 16:35:00 · 2502 阅读 · 0 评论 -
Python编码风格指南 (转载)
Python编码风格指南 ##language:zhPython开发编码规范 --- hoxide 初译 dreamingk 校对发布 040724[[TableOfContents]]= Python开发编码规范 = 用Python进行开发时的编码风格约定 == 介绍(Introduction) == This document gives coding转载 2004-07-29 15:00:00 · 2040 阅读 · 0 评论 -
Python调用DLL问题请教
发信人: Insomnia (Garfield), 信区: Python标 题: Python调用DLL问题请教发信站: BBS 水木清华站 (Fri Aug 6 09:19:43 2004), 转信背景:Python 2.3.3, ctypes 0.9.0, Matlab R14目的:想采用Python作为“粘合剂”将已有的大量的MATLAB下的程序(*.m)通过图形GUI的转载 2004-08-21 18:13:00 · 2315 阅读 · 2 评论