All of you guys rock, I have so much to learn before I even attempt to work on my program. Thank you again for all your help.

Luis

On Feb 2, 2010 4:49am, Philip Kilner <p...@xfr.co.uk> wrote:
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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to