The FreeBSD Diary |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
python - needed for fetchmail *
10 August 1998
|
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.
|
Hello world!
|
In keeping with tradition, here my first simple python program:
Running that first program is pretty simple:
What could be easier?! |
Connecting to PostgreSQL
|
As always, I am using the ports tree to install.
|