Python论坛  - 讨论区

标题:[python-chinese] 有没有python做的比较简单的网站代码?

2005年07月04日 星期一 12:48

epaulin epaulin at gmail.com
Mon Jul 4 12:48:58 HKT 2005

PHP 5.1 内置的是 PDO,并没有什么 ADOdb;
倒是挺喜欢 ORM 方式的,诸如 PHP 下的 propel ,python 下没有好用的吗?sqlobject 呢?

On 7/4/05, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> ps.
> 
> 我个人比较推荐 ADOdb 的 meta 方式的DB操作:
> 使用统一的语句来操作不同的DB,那个爽直哪!
> http://phplens.com/lens/adodb/adodb-py-docs.htm
> 
> import adodb;
> conn = adodb.NewADOConnection('mysql')
> conn.Connect('server','user','pwd','db')
> cursor = conn.Execute('select * from table')
> 
> while not cursor.EOF:
>         print cursor.fields
>         cursor.MoveNext()
> 
> cursor.Close()
> conn.Close()
> 
> 其中的"mysql" 可以变成 access,mssql,oci8,odbc,postgres,vfp 等等这个支持列表随着开发的继续在增长!
> 
> 原始的PHP 版本的 ADOdb 已经成为 PHP 的内置DB 操作模块了!
> Py 版本的非常值得期待…………
> 
> 
> 在 05-7-4,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> > 咳咳咳!!
> >
> > 这问题,应该不是向Python 列表问,应该先去对应的DB站点,看人家是否提供Py 操作的接口哪?
> > 否则,就只能使用ODBC 之类的通用接口来操作了,
> >
> > 反正,其实语言可以操作什么DB,可以怎么样操作DB Python 都可以!
> >
> > 具体的看对应的Python 模板定义是也乎…………
> >
> > 在 05-7-4,nEO<gentoo.cn at gmail.com> 写道:
> > > 你用什么数据库?
> > >
> > > 在05-7-4,jam.zheng <jam.zheng at achievo.com> 写道:
> > > >
> > > >
> > > >
> > > >
> > > > 各位大侠:
> > > >      python 怎么进行数据库连接,并进行数据库的增,删,改????
> > > >
> > > > [jam.zheng]  Best regards,
> > > > * * * * * * *
> > > > Jam Zheng
> > > > Engineer of Software Section 1
> > > > Achievo China
> > > > Phone: (86-755) 2603-0128 X203
> > > > Fax:  (86-755) 2603-0138
> > > >
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > I'm the one, powered by nEO
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> > --
> > [Time is unimportant, only life important!]
> >
> 
> 
> --
> [Time is unimportant, only life important!]
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年07月04日 星期一 14:08

清风 paradise.qingfeng at gmail.com
Mon Jul 4 14:08:05 HKT 2005

如果是操作PostgreSQL数据库,可以参考以下两篇文章
http://www.donews.net/changzheng/archive/2005/05/11/375418.aspx
http://www.donews.net/changzheng/archive/2005/05/11/375421.aspx

2005/7/4, jam.zheng <jam.zheng at achievo.com>:
>  
>  
> 
> 各位大侠:
>      python 怎么进行数据库连接,并进行数据库的增,删,改????
>   
> [jam.zheng]  Best regards,
> * * * * * * *
> Jam Zheng
> Engineer of Software Section 1
> Achievo China
> Phone: (86-755) 2603-0128 X203
> Fax:  (86-755) 2603-0138
>  
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Blog:http://www.donews.net/changzheng

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

2005年07月04日 星期一 18:14

Person person.lee at gmail.com
Mon Jul 4 18:14:24 HKT 2005

看了一遍《提问的智慧》,发现原来这是个典型的STFW (Search The Fucking Web)的问题。
看到大家这么人热心地提供意见,一路看下来也能长些知识。
更感觉我们python-chinese是个充满爱心的社区。

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号