python - needed for fetchmail

2009-05-13 13:18:53来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


Python
is a programming language which has come a long way in a relatively short time. My main interest is the interface to the
PostgreSQL
database. I use
Perl
as part of several websites (including this one,
FreshPorts
and
FreshSource
). I am now investigating Python to see how I can use it in similar areas.
Installing Python
As always, I am using the
ports tree
to install.
cd /usr/ports/lang/python
make install
Hello world!
In keeping with tradition, here my first simple python program:
#! /usr/bin/env python
print "Hello world!" Running that first program is pretty simple:
$ python pg-python
Hello world!
$
What could be easier?!
Connecting to PostgreSQL
As always, I am using the
ports tree
to install.
cd /usr/ports/lang/python
make install


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_523353.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:upgrading from 2.2.5 to 2.2.7

下一篇:FreeBSD7 实现路由功能 防火墙 NAT 网关