berserk.org

berserk.org header image

progress

October 29th, 2003 · No Comments

I’m still in sponge mode with python. I happened across another great command-line interpreter experience dealing with mail:
%python
Python 2.2.2 (#1, Nov 13 2002, 15:50:06)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
Type “help”, “copyright”, “credits” or “license” for more information.
>>> from poplib import *
>>> s = POP3(’my.mailhost.com’)
>>> s.user(’username’)
‘+OK’
>>>
%

I think I’m still convinced that one of the best starting points (for me at least) is grabbing the Learning Foo, Foo Cookbook, and Foo in a Nutshell books from O’reilly.

In related news, this site (sans the weblog) is now rendered via python (from perl).

Tags: computer

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment