[Tutor] tracking program

Philip Kilner phil at xfr.co.uk
Tue Feb 2 13:49:07 CET 2010


Hi Luis,

Luis Ortega wrote:
> I am fairly new to programming (which means I have never, ever, ever
> written a program).  I have a book or two in Python, and so far I like
> it.  I have a stupid question to ask; Is it possible to write an
> employee's internet tracking program in Python? 
> 

Wayne is right that you could do it as a proxy, but one question you can
ask is "which bits do I need to write in Python, and which bits can I
use an off the shelf solution for?".

One choice here is to use an existing proxy server that logs activity,
and then write a Python application to analyse the logs.

That might be a more approachable problem for you at this point.

HTH


-- 

Regards,

PhilK


'work as if you lived in the early days of a better nation'
- alasdair gray
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5583 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/tutor/attachments/20100202/68471c9b/attachment-0001.bin>


More information about the Tutor mailing list