资讯(17) 日志(10) 文件(2) 书签(1)
-
Blog is not Blog!
id_sonic 发表于 2008-07-13 13:10:33http://fred.webcan.cn http://fred.appspot.com
-
一个在Linux下查看股票行情的软件
crux 发表于 2008-02-04 23:01:46Ubuntu-cn上的yetist写的一个在Linux下查看股票行情的软件,Python写的。现在股市这么火,可是Linux下一直没有类似同花顺的软件。。。股票行情软件 pystock V0.2 简短描述: 因为好友要在我机器上看股票行情, 而我没...
-
关于Python的线程程序设计
黄富强 发表于 2008-01-09 16:41:24关于Python的线程程序设计 一、为什么用线程(Thread)? 在现阶段应用程序设计技术中,线程扮演很重要的角色,比如好多中间件是基于线程的、JAVA GUI应用等。 大面积应用采用线程的理由如...
-
ubuntu7.10安装cx_freeze for Python
arzhuo 发表于 2008-01-05 18:23:04操作系统 : ubuntu 7.10python: 2.5cx_freeze: 4.0B1 在 sourceforge.net上下载最新版 (http://sourceforge.net/project/showfiles.php?group_id=84937) &...
-
python数据结构---List
黄富强 发表于 2007-12-31 10:25:10操作类型:insert(i, x)extend(L)--a[len(a):] = L append(x)remove(x)pop()index(x)count(x)sort( )reverse( )>>> a=[3434,234,6768,900]>>> print a.count(3434),a.count(234),a.count(6768),a.coun...
-
Python中数组 链表 元组 字典实现类Sql多字段排序和动态函数实现
arzhuo 发表于 2007-12-19 10:31:05Python中数组排序及动态函数的实现 # -*- encoding: utf-8 -*-""" Python中实现多维数组(元组)排序: 下面是我写的一个小例,实现类似于SQL的多字段排序 sorted函数参考如下: sorted( iterable...
-
Python 写的 Currency Converter.
nanshanweng 发表于 2007-08-15 13:05:30PyObjC 是Python 的 Objective-C 的桥接(bridge),可以使用纯Python语言写Cocoa程序。 这个是Python写的苹果Currency Converter 例题。ConverterController.pyimport objcfrom Foundation import *from AppKi...
-
IniParser 修改了别人的代码 增加了一些功能
kency 发表于 2007-02-12 14:17:55#-*- encoding:utf-8 -*-#文件名:IniParser.py"""Test codeDescrīption:________"""import string( KFILE_NONE, KFILE_KEE...
-
封装 logging 模块
kency 发表于 2007-02-12 14:04:12对logging模块进行了简单的封装参考了网上的代码 #-*- encoding:utf-8 -*-#Helper class for logging operation"""<log.config>[loggers]keys=root[handlers]keys=hand01[formatters]keys=fm01[logger_root]le...
-
ctypes 测试
kency 发表于 2007-02-12 10:16:48网上看到的一段代码感觉不错 import sys, copy, time from ctypes import *sys.path.append('../lib')class CtypesLibrary: def __init__(self):  ...
该TAG下暂无图片
该TAG下暂无商品
该TAG下暂无影音

